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

================ Begin RubySystem Configuration Print ================

RubySystem config:
  random_seed: 1234
  randomization: 0
  cycle_period: 1
  block_size_bytes: 64
  block_size_bits: 6
  memory_size_bytes: 134217728
  memory_size_bits: 27

Network Configuration
---------------------
network: SIMPLE_NETWORK
topology: 

virtual_net_0: active, ordered
virtual_net_1: active, ordered
virtual_net_2: active, unordered
virtual_net_3: active, unordered
virtual_net_4: active, unordered
virtual_net_5: active, unordered
virtual_net_6: inactive
virtual_net_7: inactive
virtual_net_8: inactive
virtual_net_9: inactive


Profiler Configuration
----------------------
periodic_stats_period: 1000000

================ End RubySystem Configuration Print ================


Real time: Apr/04/2012 14:29:53

Profiler Stats
--------------
Elapsed_time_in_seconds: 160
Elapsed_time_in_minutes: 2.66667
Elapsed_time_in_hours: 0.0444444
Elapsed_time_in_days: 0.00185185

Virtual_time_in_seconds: 160.79
Virtual_time_in_minutes: 2.67983
Virtual_time_in_hours:   0.0446639
Virtual_time_in_days:    0.001861

Ruby_current_time: 19116079
Ruby_start_time: 0
Ruby_cycles: 19116079

mbytes_resident: 43.5117
mbytes_total: 354.867
resident_ratio: 0.122625

ruby_cycles_executed: [ 19116080 19116080 19116080 19116080 19116080 19116080 19116080 19116080 ]

Busy Controller Counts:
L1Cache-0:0  L1Cache-1:0  L1Cache-2:0  L1Cache-3:0  L1Cache-4:0  L1Cache-5:0  L1Cache-6:0  L1Cache-7:0  

Directory-0:0  


Busy Bank Count:0

sequencer_requests_outstanding: [binsize: 1 max: 16 count: 614570 average: 15.9984 | standard deviation: 0.127042 | 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 614450 ]

All Non-Zero Cycle Demand Cache Accesses
----------------------------------------
miss_latency: [binsize: 128 max: 18350 count: 614442 average: 3981.53 | standard deviation: 2989.78 | 1907 7019 12665 16541 15742 19140 20959 22230 19207 17080 17998 17060 14460 12997 11622 11229 9707 9001 8837 7331 7037 7060 6936 6302 5630 6165 6165 5733 5588 5325 5586 5582 5526 5744 5305 5564 5863 6226 5864 5550 6129 6480 6314 6511 6516 6820 6777 6993 7318 6574 6909 7222 7526 6978 6340 6986 7199 6566 6478 6155 6463 5912 5673 5627 4908 4847 4730 4633 4101 3433 3594 3457 2967 2780 2446 2453 2028 1942 1892 1470 1365 1274 1260 1026 813 802 743 698 600 536 493 411 386 287 264 228 229 209 161 127 127 117 98 81 63 62 36 37 38 26 31 29 20 13 16 15 11 13 9 9 5 10 5 3 4 6 2 4 0 2 2 0 0 1 0 1 0 1 0 0 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD: [binsize: 128 max: 18350 count: 399124 average: 3979.99 | standard deviation: 2988.88 | 1240 4533 8195 10754 10269 12478 13588 14402 12431 11054 11651 11148 9445 8400 7655 7292 6305 5886 5799 4766 4559 4600 4478 4147 3658 3989 4064 3681 3601 3408 3670 3623 3613 3706 3428 3618 3823 3956 3776 3620 3993 4222 4120 4179 4244 4475 4398 4561 4743 4338 4565 4631 4856 4542 4070 4548 4691 4306 4226 4002 4137 3857 3663 3562 3211 3164 3046 2970 2700 2215 2355 2306 1904 1785 1598 1605 1303 1276 1178 953 893 822 831 666 529 511 496 433 379 341 315 256 244 180 167 154 162 139 113 85 87 79 66 54 42 44 26 26 25 18 16 20 13 7 12 9 8 9 5 8 1 7 3 2 2 4 1 2 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST: [binsize: 128 max: 18350 count: 215318 average: 3984.38 | standard deviation: 2991.46 | 667 2486 4470 5787 5473 6662 7371 7828 6776 6026 6347 5912 5015 4597 3967 3937 3402 3115 3038 2565 2478 2460 2458 2155 1972 2176 2101 2052 1987 1917 1916 1959 1913 2038 1877 1946 2040 2270 2088 1930 2136 2258 2194 2332 2272 2345 2379 2432 2575 2236 2344 2591 2670 2436 2270 2438 2508 2260 2252 2153 2326 2055 2010 2065 1697 1683 1684 1663 1401 1218 1239 1151 1063 995 848 848 725 666 714 517 472 452 429 360 284 291 247 265 221 195 178 155 142 107 97 74 67 70 48 42 40 38 32 27 21 18 10 11 13 8 15 9 7 6 4 6 3 4 4 1 4 3 2 1 2 2 1 2 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_L1Cache: [binsize: 1 max: 2 count: 145 average:     2 | standard deviation: 0 | 0 0 145 ]
miss_latency_L2Cache: [binsize: 32 max: 4732 count: 555 average: 530.014 | standard deviation: 610.685 | 122 25 15 16 13 9 15 14 7 15 12 17 10 11 16 14 21 10 12 8 15 12 7 7 5 2 8 9 4 8 6 9 5 4 2 3 6 4 5 2 3 2 1 2 3 0 2 2 1 1 2 0 2 2 1 0 1 3 1 0 1 2 1 0 0 0 2 0 1 1 1 1 1 0 0 2 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_Directory: [binsize: 128 max: 18350 count: 593609 average: 4003.37 | standard deviation: 2988.26 | 0 6237 11905 15728 14902 18438 20399 21630 18706 16670 17622 16698 14182 12731 11356 10995 9476 8767 8612 7136 6831 6850 6762 6117 5466 5974 5985 5566 5409 5140 5399 5394 5345 5555 5114 5363 5644 6012 5652 5341 5913 6258 6087 6285 6270 6591 6561 6761 7056 6328 6693 7009 7272 6769 6138 6788 6963 6353 6309 5966 6279 5744 5537 5491 4764 4738 4624 4533 4015 3343 3520 3380 2907 2713 2391 2398 1982 1911 1854 1451 1330 1247 1237 1012 795 787 729 689 586 518 486 401 375 283 260 225 223 206 157 126 127 114 97 77 62 60 36 36 37 26 30 29 20 13 16 15 10 12 9 9 4 10 5 3 4 6 2 4 0 2 2 0 0 1 0 1 0 1 0 0 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_L1Cache_wCC: [binsize: 128 max: 15385 count: 20133 average: 3461.42 | standard deviation: 2963.37 | 1584 731 709 762 789 661 536 573 487 393 368 355 274 261 261 230 229 230 222 195 206 208 174 184 163 189 180 167 179 185 187 187 181 189 191 201 218 214 212 209 216 222 227 226 246 229 216 232 262 246 216 213 254 209 202 198 236 213 169 189 184 168 136 136 144 109 106 100 86 90 74 77 60 67 55 55 46 31 38 19 35 27 23 14 18 15 14 9 14 18 7 10 11 4 4 3 6 3 4 1 0 3 1 4 1 2 0 1 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 128 max: 15351 count: 20094 average: 3277.29 | standard deviation: 2943.79 | 2358 828 788 877 739 618 509 510 387 271 295 296 246 207 210 191 206 211 202 173 195 197 193 157 164 169 187 175 198 180 184 186 188 188 191 214 207 224 225 217 234 234 233 232 215 236 227 240 236 229 199 253 242 220 185 189 233 186 164 174 168 141 121 141 118 101 106 99 66 69 65 65 62 58 43 48 30 29 25 20 27 19 13 11 19 14 14 12 10 12 5 7 5 3 4 1 2 2 3 2 1 2 0 2 1 0 0 3 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 32 max: 4197 count: 20094 average: 157.427 | standard deviation: 330.601 | 14389 309 258 265 238 217 214 214 265 190 165 166 213 262 212 191 173 176 151 111 103 103 73 112 79 83 75 73 99 86 62 61 60 52 47 29 44 26 30 34 16 29 33 26 28 19 19 16 17 12 11 17 13 13 8 14 12 6 12 7 4 5 5 1 4 2 6 2 4 2 3 2 0 0 1 0 2 1 0 0 0 0 1 0 2 1 3 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 36 count: 20094 average: 24.6305 | standard deviation: 1.17282 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14623 155 4686 53 185 200 151 18 8 9 2 2 2 ]
miss_latency_wCC_first_response_to_completion: [binsize: 1 max: 13 count: 20094 average: 1.76023 | standard deviation: 1.58033 | 4572 5207 5248 3155 595 510 640 32 61 36 26 10 0 2 ]
imcomplete_wCC_Times: 39
miss_latency_dir_issue_to_initial_request: [binsize: 128 max: 17631 count: 593609 average: 3282.65 | standard deviation: 2953.96 | 71048 23805 22449 26807 20923 17680 15613 15372 11499 8618 8923 8252 6928 6580 6180 6287 5835 5527 5921 5322 5416 5272 5711 5197 4844 5317 5540 5157 5231 5153 5633 5396 5492 5976 5561 5862 6065 6365 6142 5948 6681 7014 6851 6796 6743 7289 6900 6930 7370 6520 6800 6722 7007 6352 5511 6237 5955 5571 5089 4639 4839 4354 4076 3931 3368 3226 3002 2929 2561 2146 2128 1990 1683 1461 1294 1265 1124 1000 905 767 691 620 595 498 411 405 336 310 256 210 180 163 152 132 106 101 87 71 56 48 53 33 23 22 19 21 10 14 8 17 14 10 12 9 3 8 4 5 2 6 3 1 0 3 1 0 3 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_dir_initial_forward_request: [binsize: 16 max: 2913 count: 593609 average: 11.5086 | standard deviation: 54.2704 | 590100 308 39 70 66 73 35 114 95 53 76 54 78 78 37 64 45 57 74 41 57 21 58 48 19 47 26 28 49 30 52 22 61 55 31 54 36 70 53 28 59 23 60 52 27 64 25 33 34 22 32 19 25 25 11 27 8 24 31 13 20 12 25 27 19 29 14 29 24 9 18 9 19 13 7 20 10 14 19 3 17 3 5 3 6 9 5 6 7 3 2 11 4 7 7 8 6 6 5 0 10 3 5 5 2 5 2 5 6 0 5 2 5 4 6 5 0 4 3 2 6 0 2 4 0 1 2 1 3 3 2 1 2 1 1 3 0 1 1 0 0 0 2 2 0 1 1 0 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 40 count: 593609 average: 24.8344 | standard deviation: 1.28611 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 380894 4962 182637 1567 7848 8354 5839 653 419 263 63 70 34 4 0 1 1 ]
miss_latency_dir_first_response_to_completion: [binsize: 32 max: 4657 count: 593609 average: 684.377 | standard deviation: 462.221 | 0 0 0 14410 19440 17147 19285 22209 25177 21201 20304 20400 22338 24085 19226 18041 16523 16788 17261 13656 13602 13430 14616 15700 13338 13169 13155 14028 14485 10838 9306 8183 7920 7835 5913 5699 5252 5347 5691 4527 4513 4409 4615 4813 3625 3308 2736 2688 2618 2089 1943 1776 1872 1873 1516 1384 1427 1512 1496 1167 1035 906 898 826 683 649 615 618 607 479 446 442 448 407 310 287 292 247 225 217 184 157 165 154 122 133 116 96 114 80 75 54 44 47 54 50 37 34 36 36 29 22 21 25 23 17 12 16 14 6 8 9 3 10 6 8 5 5 8 5 2 2 5 2 2 2 1 2 1 1 1 2 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
imcomplete_dir_Times: 0
miss_latency_LD_L1Cache: [binsize: 1 max: 2 count: 98 average:     2 | standard deviation: 0 | 0 0 98 ]
miss_latency_LD_L2Cache: [binsize: 32 max: 4732 count: 372 average: 557.742 | standard deviation: 655.44 | 86 14 9 10 9 6 7 8 5 12 4 11 5 7 11 10 17 6 8 7 11 7 6 5 3 2 5 6 3 5 2 6 3 3 1 1 4 3 4 1 3 1 1 2 1 0 2 1 1 1 2 0 1 1 1 0 1 2 1 0 1 2 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD_Directory: [binsize: 128 max: 18350 count: 385675 average: 4002.51 | standard deviation: 2987.6 | 0 4035 7726 10215 9706 12023 13244 14012 12102 10793 11397 10910 9258 8226 7473 7137 6159 5719 5649 4636 4425 4457 4364 4018 3557 3867 3951 3580 3493 3291 3552 3517 3488 3587 3309 3503 3691 3814 3629 3491 3854 4068 3973 4042 4070 4314 4251 4431 4575 4182 4413 4495 4691 4414 3942 4439 4528 4167 4116 3884 4021 3752 3589 3476 3116 3091 2979 2906 2642 2157 2311 2254 1873 1739 1561 1573 1277 1257 1153 943 871 803 814 659 518 502 488 428 373 326 313 246 235 177 166 152 159 137 109 84 87 77 65 51 41 44 26 26 24 18 15 20 13 7 12 9 8 9 5 8 1 7 3 2 2 4 1 2 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD_L1Cache_wCC: [binsize: 128 max: 14183 count: 12979 average: 3439.08 | standard deviation: 2951.32 | 1023 468 437 506 525 426 328 374 321 249 247 234 183 171 178 151 145 164 148 130 134 142 114 128 100 120 113 101 108 117 118 105 125 119 119 115 131 142 147 129 139 154 147 137 174 161 147 130 168 156 152 136 165 128 128 109 163 139 110 118 116 105 74 86 95 73 67 64 58 58 44 52 31 46 37 32 26 19 25 10 22 19 17 7 11 9 8 5 6 15 2 10 9 3 1 2 3 2 4 1 0 2 1 3 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST_L1Cache: [binsize: 1 max: 2 count: 47 average:     2 | standard deviation: 0 | 0 0 47 ]
miss_latency_ST_L2Cache: [binsize: 16 max: 2772 count: 183 average: 473.65 | standard deviation: 504.689 | 36 0 4 7 2 4 3 3 2 2 2 1 5 3 2 4 2 0 3 0 6 2 2 4 2 3 0 4 4 1 1 3 3 1 1 3 2 2 0 1 2 2 4 1 0 1 1 1 1 1 0 0 1 2 0 3 1 0 2 1 3 1 1 2 0 2 0 1 0 1 2 0 2 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST_Directory: [binsize: 128 max: 18350 count: 207934 average: 4004.97 | standard deviation: 2989.48 | 0 2202 4179 5513 5196 6415 7155 7618 6604 5877 6225 5788 4924 4505 3883 3858 3317 3048 2963 2500 2406 2393 2398 2099 1909 2107 2034 1986 1916 1849 1847 1877 1857 1968 1805 1860 1953 2198 2023 1850 2059 2190 2114 2243 2200 2277 2310 2330 2481 2146 2280 2514 2581 2355 2196 2349 2435 2186 2193 2082 2258 1992 1948 2015 1648 1647 1645 1627 1373 1186 1209 1126 1034 974 830 825 705 654 701 508 459 444 423 353 277 285 241 261 213 192 173 155 140 106 94 73 64 69 48 42 40 37 32 26 21 16 10 10 13 8 15 9 7 6 4 6 2 3 4 1 3 3 2 1 2 2 1 2 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST_L1Cache_wCC: [binsize: 128 max: 15385 count: 7154 average: 3501.97 | standard deviation: 2984.9 | 561 263 272 256 264 235 208 199 166 144 121 121 91 90 83 79 84 66 74 65 72 66 60 56 63 69 67 66 71 68 69 82 56 70 72 86 87 72 65 80 77 68 80 89 72 68 69 102 94 90 64 77 89 81 74 89 73 74 59 71 68 63 62 50 49 36 39 36 28 32 30 25 29 21 18 23 20 12 13 9 13 8 6 7 7 6 6 4 8 3 5 0 2 1 3 1 3 1 0 0 0 1 0 1 0 2 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]

All Non-Zero Cycle SW Prefetch Requests
------------------------------------
prefetch_latency: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
prefetch_latency_L2Miss:[binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
Request vs. RubySystem State Profile
--------------------------------


filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Message Delayed Cycles
----------------------
Total_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_0_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_7_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_8_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
  virtual_network_9_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Resource Usage
--------------
page_size: 4096
user_time: 160
system_time: 0
page_reclaims: 12321
page_faults: 0
swaps: 0
block_inputs: 184
block_outputs: 0

Network Stats
-------------

total_msg_count_Request_Control: 1841400 14731200
total_msg_count_Response_Data: 1841217 132567624
total_msg_count_Response_Control: 12827847 102622776
total_msg_count_Writeback_Data: 637776 45919872
total_msg_count_Writeback_Control: 4570782 36566256
total_msg_count_Broadcast_Control: 9205802 73646416
total_msg_count_Unblock_Control: 1841253 14730024
total_msgs: 32766077 total_bytes: 420784168

switch_0_inlinks: 2
switch_0_outlinks: 2
links_utilized_percent_switch_0: 3.80091
  links_utilized_percent_switch_0_link_0: 4.80628 bw: 16000 base_latency: 1
  links_utilized_percent_switch_0_link_1: 2.79553 bw: 16000 base_latency: 1

  outgoing_messages_switch_0_link_0_Request_Control: 6 48 [ 0 0 0 6 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Response_Data: 76925 5538600 [ 0 0 0 0 76925 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Response_Control: 535897 4287176 [ 0 0 0 0 535897 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Writeback_Control: 72514 580112 [ 0 0 0 72514 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Broadcast_Control: 536803 4294424 [ 0 0 0 536803 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Request_Control: 76926 615408 [ 0 0 76926 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Response_Data: 2460 177120 [ 0 0 0 0 2460 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Response_Control: 534349 4274792 [ 0 0 0 0 534349 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Writeback_Data: 26678 1920816 [ 0 0 0 0 0 26678 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Writeback_Control: 118349 946792 [ 0 0 72514 0 0 45835 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Unblock_Control: 76926 615408 [ 0 0 0 0 0 76926 0 0 0 0 ] base_latency: 1

switch_1_inlinks: 2
switch_1_outlinks: 2
links_utilized_percent_switch_1: 3.79679
  links_utilized_percent_switch_1_link_0: 4.80165 bw: 16000 base_latency: 1
  links_utilized_percent_switch_1_link_1: 2.79193 bw: 16000 base_latency: 1

  outgoing_messages_switch_1_link_0_Request_Control: 9 72 [ 0 0 0 9 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Response_Data: 76815 5530680 [ 0 0 0 0 76815 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Response_Control: 535127 4281016 [ 0 0 0 0 535127 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Writeback_Control: 72393 579144 [ 0 0 0 72393 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Broadcast_Control: 536912 4295296 [ 0 0 0 536912 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Request_Control: 76818 614544 [ 0 0 76818 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Response_Data: 2496 179712 [ 0 0 0 0 2496 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Response_Control: 534425 4275400 [ 0 0 0 0 534425 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Writeback_Data: 26513 1908936 [ 0 0 0 0 0 26513 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Writeback_Control: 118272 946176 [ 0 0 72395 0 0 45877 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Unblock_Control: 76818 614544 [ 0 0 0 0 0 76818 0 0 0 0 ] base_latency: 1

switch_2_inlinks: 2
switch_2_outlinks: 2
links_utilized_percent_switch_2: 3.79246
  links_utilized_percent_switch_2_link_0: 4.79461 bw: 16000 base_latency: 1
  links_utilized_percent_switch_2_link_1: 2.79032 bw: 16000 base_latency: 1

  outgoing_messages_switch_2_link_0_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Response_Data: 76635 5517720 [ 0 0 0 0 76635 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Response_Control: 533994 4271952 [ 0 0 0 0 533994 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Writeback_Control: 72284 578272 [ 0 0 0 72284 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Broadcast_Control: 537084 4296672 [ 0 0 0 537084 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Request_Control: 76637 613096 [ 0 0 76637 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Response_Data: 2531 182232 [ 0 0 0 0 2531 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Response_Control: 534557 4276456 [ 0 0 0 0 534557 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Writeback_Data: 26453 1904616 [ 0 0 0 0 0 26453 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Writeback_Control: 118113 944904 [ 0 0 72284 0 0 45829 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Unblock_Control: 76637 613096 [ 0 0 0 0 0 76637 0 0 0 0 ] base_latency: 1

switch_3_inlinks: 2
switch_3_outlinks: 2
links_utilized_percent_switch_3: 3.78928
  links_utilized_percent_switch_3_link_0: 4.78637 bw: 16000 base_latency: 1
  links_utilized_percent_switch_3_link_1: 2.79219 bw: 16000 base_latency: 1

  outgoing_messages_switch_3_link_0_Request_Control: 2 16 [ 0 0 0 2 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Response_Data: 76439 5503608 [ 0 0 0 0 76439 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Response_Control: 532555 4260440 [ 0 0 0 0 532555 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Writeback_Control: 72144 577152 [ 0 0 0 72144 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Broadcast_Control: 537280 4298240 [ 0 0 0 537280 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Request_Control: 76442 611536 [ 0 0 76442 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Response_Data: 2483 178776 [ 0 0 0 0 2483 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Response_Control: 534799 4278392 [ 0 0 0 0 534799 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Writeback_Data: 26650 1918800 [ 0 0 0 0 0 26650 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Writeback_Control: 117637 941096 [ 0 0 72144 0 0 45493 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Unblock_Control: 76440 611520 [ 0 0 0 0 0 76440 0 0 0 0 ] base_latency: 1

switch_4_inlinks: 2
switch_4_outlinks: 2
links_utilized_percent_switch_4: 3.78981
  links_utilized_percent_switch_4_link_0: 4.78749 bw: 16000 base_latency: 1
  links_utilized_percent_switch_4_link_1: 2.79214 bw: 16000 base_latency: 1

  outgoing_messages_switch_4_link_0_Request_Control: 2 16 [ 0 0 0 2 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Response_Data: 76472 5505984 [ 0 0 0 0 76472 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Response_Control: 532781 4262248 [ 0 0 0 0 532781 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Writeback_Control: 72081 576648 [ 0 0 0 72081 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Broadcast_Control: 537248 4297984 [ 0 0 0 537248 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Request_Control: 76475 611800 [ 0 0 76475 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Response_Data: 2594 186768 [ 0 0 0 0 2594 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Response_Control: 534656 4277248 [ 0 0 0 0 534656 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Writeback_Data: 26548 1911456 [ 0 0 0 0 0 26548 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Writeback_Control: 117613 940904 [ 0 0 72081 0 0 45532 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Unblock_Control: 76473 611784 [ 0 0 0 0 0 76473 0 0 0 0 ] base_latency: 1

switch_5_inlinks: 2
switch_5_outlinks: 2
links_utilized_percent_switch_5: 3.797
  links_utilized_percent_switch_5_link_0: 4.8 bw: 16000 base_latency: 1
  links_utilized_percent_switch_5_link_1: 2.79399 bw: 16000 base_latency: 1

  outgoing_messages_switch_5_link_0_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Response_Data: 76761 5526792 [ 0 0 0 0 76761 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Response_Control: 534872 4278976 [ 0 0 0 0 534872 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Writeback_Control: 72462 579696 [ 0 0 0 72462 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Broadcast_Control: 536957 4295656 [ 0 0 0 536957 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Request_Control: 76765 614120 [ 0 0 76765 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Response_Data: 2522 181584 [ 0 0 0 0 2522 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Response_Control: 534439 4275512 [ 0 0 0 0 534439 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Writeback_Data: 26577 1913544 [ 0 0 0 0 0 26577 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Writeback_Control: 118345 946760 [ 0 0 72462 0 0 45883 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Unblock_Control: 76764 614112 [ 0 0 0 0 0 76764 0 0 0 0 ] base_latency: 1

switch_6_inlinks: 2
switch_6_outlinks: 2
links_utilized_percent_switch_6: 3.80454
  links_utilized_percent_switch_6_link_0: 4.81281 bw: 16000 base_latency: 1
  links_utilized_percent_switch_6_link_1: 2.79627 bw: 16000 base_latency: 1

  outgoing_messages_switch_6_link_0_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Response_Data: 77086 5550192 [ 0 0 0 0 77086 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Response_Control: 536995 4295960 [ 0 0 0 0 536995 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Writeback_Control: 72631 581048 [ 0 0 0 72631 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Broadcast_Control: 536640 4293120 [ 0 0 0 536640 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Request_Control: 77089 616712 [ 0 0 77089 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Response_Data: 2494 179568 [ 0 0 0 0 2494 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Response_Control: 534150 4273200 [ 0 0 0 0 534150 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Writeback_Data: 26630 1917360 [ 0 0 0 0 0 26630 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Writeback_Control: 118632 949056 [ 0 0 72631 0 0 46001 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Unblock_Control: 77086 616688 [ 0 0 0 0 0 77086 0 0 0 0 ] base_latency: 1

switch_7_inlinks: 2
switch_7_outlinks: 2
links_utilized_percent_switch_7: 3.79269
  links_utilized_percent_switch_7_link_0: 4.79316 bw: 16000 base_latency: 1
  links_utilized_percent_switch_7_link_1: 2.79223 bw: 16000 base_latency: 1

  outgoing_messages_switch_7_link_0_Request_Control: 8 64 [ 0 0 0 8 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Response_Data: 76606 5515632 [ 0 0 0 0 76606 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Response_Control: 533728 4269824 [ 0 0 0 0 533728 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Writeback_Control: 72222 577776 [ 0 0 0 72222 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Broadcast_Control: 537116 4296928 [ 0 0 0 537116 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Request_Control: 76609 612872 [ 0 0 76609 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Response_Data: 2550 183600 [ 0 0 0 0 2550 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Response_Control: 534574 4276592 [ 0 0 0 0 534574 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Writeback_Data: 26543 1911096 [ 0 0 0 0 0 26543 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Writeback_Control: 117901 943208 [ 0 0 72222 0 0 45679 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Unblock_Control: 76607 612856 [ 0 0 0 0 0 76607 0 0 0 0 ] base_latency: 1

switch_8_inlinks: 2
switch_8_outlinks: 2
links_utilized_percent_switch_8: 13.8897
  links_utilized_percent_switch_8_link_0: 10.6866 bw: 16000 base_latency: 1
  links_utilized_percent_switch_8_link_1: 17.0929 bw: 16000 base_latency: 1

  outgoing_messages_switch_8_link_0_Request_Control: 613761 4910088 [ 0 0 613761 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_0_Writeback_Data: 212592 15306624 [ 0 0 0 0 0 212592 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_0_Writeback_Control: 944862 7558896 [ 0 0 578733 0 0 366129 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_0_Unblock_Control: 613751 4910008 [ 0 0 0 0 0 613751 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Request_Control: 39 312 [ 0 0 0 39 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Response_Data: 593609 42739848 [ 0 0 0 0 593609 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Writeback_Control: 578733 4629864 [ 0 0 0 578733 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Broadcast_Control: 613722 4909776 [ 0 0 0 613722 0 0 0 0 0 0 ] base_latency: 1

switch_9_inlinks: 9
switch_9_outlinks: 9
links_utilized_percent_switch_9: 5.4521
  links_utilized_percent_switch_9_link_0: 4.80628 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_1: 4.80166 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_2: 4.79461 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_3: 4.78637 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_4: 4.78749 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_5: 4.8 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_6: 4.81282 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_7: 4.79316 bw: 16000 base_latency: 1
  links_utilized_percent_switch_9_link_8: 10.6866 bw: 16000 base_latency: 1

  outgoing_messages_switch_9_link_0_Request_Control: 6 48 [ 0 0 0 6 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Response_Data: 76925 5538600 [ 0 0 0 0 76925 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Response_Control: 535897 4287176 [ 0 0 0 0 535897 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Writeback_Control: 72514 580112 [ 0 0 0 72514 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Broadcast_Control: 536803 4294424 [ 0 0 0 536803 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Request_Control: 9 72 [ 0 0 0 9 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Response_Data: 76815 5530680 [ 0 0 0 0 76815 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Response_Control: 535127 4281016 [ 0 0 0 0 535127 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Writeback_Control: 72394 579152 [ 0 0 0 72394 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Broadcast_Control: 536912 4295296 [ 0 0 0 536912 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Response_Data: 76635 5517720 [ 0 0 0 0 76635 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Response_Control: 533994 4271952 [ 0 0 0 0 533994 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Writeback_Control: 72284 578272 [ 0 0 0 72284 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Broadcast_Control: 537084 4296672 [ 0 0 0 537084 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Request_Control: 2 16 [ 0 0 0 2 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Response_Data: 76439 5503608 [ 0 0 0 0 76439 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Response_Control: 532555 4260440 [ 0 0 0 0 532555 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Writeback_Control: 72144 577152 [ 0 0 0 72144 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Broadcast_Control: 537280 4298240 [ 0 0 0 537280 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Request_Control: 2 16 [ 0 0 0 2 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Response_Data: 76472 5505984 [ 0 0 0 0 76472 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Response_Control: 532781 4262248 [ 0 0 0 0 532781 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Writeback_Control: 72081 576648 [ 0 0 0 72081 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Broadcast_Control: 537248 4297984 [ 0 0 0 537248 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Response_Data: 76761 5526792 [ 0 0 0 0 76761 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Response_Control: 534872 4278976 [ 0 0 0 0 534872 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Writeback_Control: 72462 579696 [ 0 0 0 72462 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Broadcast_Control: 536957 4295656 [ 0 0 0 536957 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Request_Control: 4 32 [ 0 0 0 4 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Response_Data: 77086 5550192 [ 0 0 0 0 77086 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Response_Control: 536995 4295960 [ 0 0 0 0 536995 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Writeback_Control: 72631 581048 [ 0 0 0 72631 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Broadcast_Control: 536640 4293120 [ 0 0 0 536640 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Request_Control: 8 64 [ 0 0 0 8 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Response_Data: 76606 5515632 [ 0 0 0 0 76606 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Response_Control: 533728 4269824 [ 0 0 0 0 533728 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Writeback_Control: 72222 577776 [ 0 0 0 72222 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Broadcast_Control: 537116 4296928 [ 0 0 0 537116 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Request_Control: 613761 4910088 [ 0 0 613761 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Writeback_Data: 212592 15306624 [ 0 0 0 0 0 212592 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Writeback_Control: 944862 7558896 [ 0 0 578733 0 0 366129 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Unblock_Control: 613751 4910008 [ 0 0 0 0 0 613751 0 0 0 0 ] base_latency: 1

Cache Stats: system.l1_cntrl0.L1IcacheMemory
  system.l1_cntrl0.L1IcacheMemory_total_misses: 0
  system.l1_cntrl0.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl0.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl0.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl0.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl0.L1DcacheMemory
  system.l1_cntrl0.L1DcacheMemory_total_misses: 76996
  system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 76996
  system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl0.L1DcacheMemory_request_type_LD:   64.9332%
  system.l1_cntrl0.L1DcacheMemory_request_type_ST:   35.0668%

  system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor:   76996    100%

Cache Stats: system.l1_cntrl0.L2cacheMemory
  system.l1_cntrl0.L2cacheMemory_total_misses: 76996
  system.l1_cntrl0.L2cacheMemory_total_demand_misses: 76996
  system.l1_cntrl0.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl0.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl0.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl0.L2cacheMemory_request_type_LD:   64.9332%
  system.l1_cntrl0.L2cacheMemory_request_type_ST:   35.0668%

  system.l1_cntrl0.L2cacheMemory_access_mode_type_Supervisor:   76996    100%

 --- L1Cache ---
 - Event Counts -
Load [49688 49974 50197 49871 50032 50118 49889 49611 ] 399380
Ifetch [0 0 0 0 0 0 0 0 ] 0
Store [26926 26927 27030 26872 27014 26861 26863 26957 ] 215450
L2_Replacement [76463 76752 77078 76593 76911 76806 76626 76428 ] 613657
L1_to_L2 [836160 839124 842521 838664 840655 840442 836366 836722 ] 6710654
Trigger_L2_to_L1D [73 61 74 84 70 82 57 76 ] 577
Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
Complete_L2_to_L1 [73 61 74 84 70 82 57 76 ] 577
Other_GETX [188217 188208 188109 188265 188117 188284 188272 188179 ] 1505651
Other_GETS [349031 348749 348531 348851 348686 348628 348812 349101 ] 2790389
Merged_GETS [2 4 4 8 6 9 4 2 ] 39
Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
Invalidate [0 0 0 0 0 0 0 0 ] 0
Ack [532715 534820 536935 533668 535835 535073 533934 532497 ] 4275477
Shared_Ack [66 52 60 60 62 54 60 58 ] 472
Data [2867 2770 2888 2837 2925 2969 2847 2862 ] 22965
Shared_Data [1047 1013 1104 1046 1030 1019 1021 1023 ] 8303
Exclusive_Data [72558 72978 73094 72723 72970 72827 72767 72554 ] 582471
Writeback_Ack [72081 72462 72631 72222 72514 72393 72284 72144 ] 578731
Writeback_Nack [0 0 0 0 0 0 0 0 ] 0
All_acks [1108 1061 1151 1098 1087 1067 1066 1076 ] 8714
All_acks_no_sharers [75364 75701 75936 75509 75838 75748 75569 75363 ] 605028
Flush_line [0 0 0 0 0 0 0 0 ] 0
Block_Ack [0 0 0 0 0 0 0 0 ] 0

 - Transitions -
I  Load [49599 49880 50105 49777 49949 50008 49815 49526 ] 398659
I  Ifetch [0 0 0 0 0 0 0 0 ] 0
I  Store [26875 26882 26983 26827 26973 26808 26820 26911 ] 215079
I  L2_Replacement [1543 1500 1505 1512 1513 1513 1528 1452 ] 12066
I  L1_to_L2 [368 345 309 324 312 336 300 306 ] 2600
I  Trigger_L2_to_L1D [0 0 1 4 2 1 2 3 ] 13
I  Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
I  Other_GETX [187271 187305 187180 187321 187175 187369 187342 187248 ] 1498211
I  Other_GETS [347280 347038 346871 347146 347053 346962 347125 347449 ] 2776924
I  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
I  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
I  Invalidate [0 0 0 0 0 0 0 0 ] 0
I  Flush_line [0 0 0 0 0 0 0 0 ] 0

S  Load [1 0 2 0 1 1 0 0 ] 5
S  Ifetch [0 0 0 0 0 0 0 0 ] 0
S  Store [0 1 1 0 0 0 0 1 ] 3
S  L2_Replacement [2839 2790 2940 2859 2884 2898 2814 2832 ] 22856
S  L1_to_L2 [2859 2822 2968 2891 2911 2928 2836 2866 ] 23081
S  Trigger_L2_to_L1D [2 2 1 2 5 7 0 3 ] 22
S  Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
S  Other_GETX [26 39 31 37 32 29 30 39 ] 263
S  Other_GETS [73 50 55 60 75 52 54 53 ] 472
S  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
S  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
S  Invalidate [0 0 0 0 0 0 0 0 ] 0
S  Flush_line [0 0 0 0 0 0 0 0 ] 0

O  Load [0 0 0 0 0 0 0 0 ] 0
O  Ifetch [0 0 0 0 0 0 0 0 ] 0
O  Store [0 0 0 0 0 0 0 0 ] 0
O  L2_Replacement [1050 1039 994 1041 948 983 1010 1045 ] 8110
O  L1_to_L2 [232 213 223 242 216 223 218 247 ] 1814
O  Trigger_L2_to_L1D [1 2 1 3 1 0 1 3 ] 12
O  Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
O  Other_GETX [10 8 13 15 9 8 6 3 ] 72
O  Other_GETS [13 6 8 10 12 10 11 16 ] 86
O  Merged_GETS [0 1 3 0 2 4 2 1 ] 13
O  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
O  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
O  Invalidate [0 0 0 0 0 0 0 0 ] 0
O  Flush_line [0 0 0 0 0 0 0 0 ] 0

M  Load [5 11 9 6 7 14 4 8 ] 64
M  Ifetch [0 0 0 0 0 0 0 0 ] 0
M  Store [2 3 4 3 1 6 5 5 ] 29
M  L2_Replacement [45052 45437 45535 45236 45476 45508 45390 45035 ] 362669
M  L1_to_L2 [46391 46737 46827 46553 46724 46764 46652 46319 ] 372967
M  Trigger_L2_to_L1D [48 39 47 53 31 49 31 49 ] 347
M  Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
M  Other_GETX [591 546 567 567 584 554 542 543 ] 4494
M  Other_GETS [1058 1045 1007 1049 953 986 1014 1048 ] 8160
M  Merged_GETS [1 2 0 4 2 1 1 1 ] 12
M  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
M  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
M  Invalidate [0 0 0 0 0 0 0 0 ] 0
M  Flush_line [0 0 0 0 0 0 0 0 ] 0

MM  Load [4 6 1 2 3 6 5 2 ] 29
MM  Ifetch [0 0 0 0 0 0 0 0 ] 0
MM  Store [5 3 1 1 3 1 2 2 ] 18
MM  L2_Replacement [25979 25986 26104 25945 26090 25904 25884 26064 ] 207956
MM  L1_to_L2 [26693 26702 26831 26673 26825 26643 26682 26771 ] 213820
MM  Trigger_L2_to_L1D [22 18 24 22 31 25 23 18 ] 183
MM  Trigger_L2_to_L1I [0 0 0 0 0 0 0 0 ] 0
MM  Other_GETX [317 304 313 325 311 316 347 342 ] 2575
MM  Other_GETS [599 603 582 573 579 607 605 528 ] 4676
MM  Merged_GETS [1 1 1 4 2 4 1 0 ] 14
MM  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
MM  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
MM  Invalidate [0 0 0 0 0 0 0 0 ] 0
MM  Flush_line [0 0 0 0 0 0 0 0 ] 0

IR  Load [0 0 1 4 1 0 1 2 ] 9
IR  Ifetch [0 0 0 0 0 0 0 0 ] 0
IR  Store [0 0 0 0 1 1 1 1 ] 4
IR  L1_to_L2 [0 0 0 16 9 4 7 7 ] 43
IR  Flush_line [0 0 0 0 0 0 0 0 ] 0

SR  Load [1 1 1 2 3 6 0 2 ] 16
SR  Ifetch [0 0 0 0 0 0 0 0 ] 0
SR  Store [1 1 0 0 2 1 0 1 ] 6
SR  L1_to_L2 [7 0 0 10 13 6 0 7 ] 43
SR  Flush_line [0 0 0 0 0 0 0 0 ] 0

OR  Load [1 1 0 2 1 0 1 3 ] 9
OR  Ifetch [0 0 0 0 0 0 0 0 ] 0
OR  Store [0 1 1 1 0 0 0 0 ] 3
OR  L1_to_L2 [1 0 0 11 0 0 9 9 ] 30
OR  Flush_line [0 0 0 0 0 0 0 0 ] 0

MR  Load [30 29 32 33 20 32 18 30 ] 224
MR  Ifetch [0 0 0 0 0 0 0 0 ] 0
MR  Store [18 10 15 20 11 17 13 19 ] 123
MR  L1_to_L2 [73 73 72 61 19 112 86 51 ] 547
MR  Flush_line [0 0 0 0 0 0 0 0 ] 0

MMR  Load [17 8 18 13 21 15 17 14 ] 123
MMR  Ifetch [0 0 0 0 0 0 0 0 ] 0
MMR  Store [5 10 6 9 10 10 6 4 ] 60
MMR  L1_to_L2 [30 31 37 45 39 44 29 32 ] 287
MMR  Flush_line [0 0 0 0 0 0 0 0 ] 0

IM  Load [0 0 0 0 0 0 0 0 ] 0
IM  Ifetch [0 0 0 0 0 0 0 0 ] 0
IM  Store [0 0 0 0 0 0 0 0 ] 0
IM  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
IM  L1_to_L2 [264533 264240 265708 266614 267406 266948 265798 264955 ] 2126202
IM  Other_GETX [0 2 2 0 1 1 1 1 ] 8
IM  Other_GETS [1 0 2 4 2 1 3 4 ] 17
IM  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
IM  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
IM  Invalidate [0 0 0 0 0 0 0 0 ] 0
IM  Ack [184504 184764 185096 184349 185242 184037 184240 184831 ] 1477063
IM  Data [1047 948 1018 987 1034 1059 1024 1010 ] 8127
IM  Exclusive_Data [25828 25932 25964 25839 25939 25749 25797 25901 ] 206949
IM  Flush_line [0 0 0 0 0 0 0 0 ] 0

SM  Load [0 0 0 0 0 0 0 0 ] 0
SM  Ifetch [0 0 0 0 0 0 0 0 ] 0
SM  Store [0 0 0 0 0 0 0 0 ] 0
SM  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
SM  L1_to_L2 [0 14 0 0 18 22 0 2 ] 56
SM  Other_GETX [0 0 0 0 0 0 0 0 ] 0
SM  Other_GETS [0 0 0 0 0 0 0 0 ] 0
SM  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
SM  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
SM  Invalidate [0 0 0 0 0 0 0 0 ] 0
SM  Ack [4 14 0 0 14 7 0 11 ] 50
SM  Data [1 2 1 0 2 1 0 2 ] 9
SM  Exclusive_Data [0 0 0 0 0 0 0 0 ] 0
SM  Flush_line [0 0 0 0 0 0 0 0 ] 0

OM  Load [0 0 0 0 0 0 0 0 ] 0
OM  Ifetch [0 0 0 0 0 0 0 0 ] 0
OM  Store [0 0 0 0 0 0 0 0 ] 0
OM  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
OM  L1_to_L2 [0 4 0 0 0 0 0 0 ] 4
OM  Other_GETX [0 0 0 0 0 0 0 0 ] 0
OM  Other_GETS [0 0 0 0 0 0 0 0 ] 0
OM  Merged_GETS [0 0 0 0 0 0 0 0 ] 0
OM  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
OM  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
OM  Invalidate [0 0 0 0 0 0 0 0 ] 0
OM  Ack [0 7 7 7 0 0 0 0 ] 21
OM  All_acks [0 0 0 0 0 0 0 0 ] 0
OM  All_acks_no_sharers [0 1 1 1 0 0 0 0 ] 3
OM  Flush_line [0 0 0 0 0 0 0 0 ] 0

ISM  Load [0 0 0 0 0 0 0 0 ] 0
ISM  Ifetch [0 0 0 0 0 0 0 0 ] 0
ISM  Store [0 0 0 0 0 0 0 0 ] 0
ISM  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
ISM  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
ISM  Ack [44 20 30 27 24 25 36 25 ] 231
ISM  All_acks_no_sharers [1048 950 1019 987 1036 1060 1024 1012 ] 8136
ISM  Flush_line [0 0 0 0 0 0 0 0 ] 0

M_W  Load [0 0 0 0 0 0 0 0 ] 0
M_W  Ifetch [0 0 0 0 0 0 0 0 ] 0
M_W  Store [0 0 0 0 0 0 0 0 ] 0
M_W  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
M_W  L1_to_L2 [382 490 447 566 427 335 385 442 ] 3474
M_W  Ack [1654 1801 1575 1681 1754 1866 1695 1775 ] 13801
M_W  All_acks_no_sharers [46730 47046 47130 46884 47031 47078 46970 46653 ] 375522
M_W  Flush_line [0 0 0 0 0 0 0 0 ] 0

MM_W  Load [0 0 0 0 0 0 0 0 ] 0
MM_W  Ifetch [0 0 0 0 0 0 0 0 ] 0
MM_W  Store [0 0 0 0 0 0 0 0 ] 0
MM_W  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
MM_W  L1_to_L2 [771 629 867 688 821 706 544 740 ] 5766
MM_W  Ack [2679 2527 2817 2557 2639 2689 2606 2621 ] 21135
MM_W  All_acks_no_sharers [25828 25932 25964 25839 25939 25749 25797 25901 ] 206949
MM_W  Flush_line [0 0 0 0 0 0 0 0 ] 0

IS  Load [0 0 0 0 0 0 0 0 ] 0
IS  Ifetch [0 0 0 0 0 0 0 0 ] 0
IS  Store [0 0 0 0 0 0 0 0 ] 0
IS  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
IS  L1_to_L2 [492793 495699 497214 492941 493897 494126 491880 492991 ] 3951541
IS  Other_GETX [1 2 3 0 4 4 2 2 ] 18
IS  Other_GETS [4 3 6 6 7 7 0 3 ] 36
IS  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
IS  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
IS  Invalidate [0 0 0 0 0 0 0 0 ] 0
IS  Ack [340795 342596 344094 342035 343123 343445 342303 340049 ] 2738440
IS  Shared_Ack [63 50 57 54 60 52 49 55 ] 440
IS  Data [1819 1820 1869 1850 1889 1909 1823 1850 ] 14829
IS  Shared_Data [1047 1013 1104 1046 1030 1019 1021 1023 ] 8303
IS  Exclusive_Data [46730 47046 47130 46884 47031 47078 46970 46653 ] 375522
IS  Flush_line [0 0 0 0 0 0 0 0 ] 0

SS  Load [0 0 0 0 0 0 0 0 ] 0
SS  Ifetch [0 0 0 0 0 0 0 0 ] 0
SS  Store [0 0 0 0 0 0 0 0 ] 0
SS  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
SS  L1_to_L2 [835 899 807 727 760 923 728 746 ] 6425
SS  Ack [3035 3091 3316 3012 3039 3004 3054 3185 ] 24736
SS  Shared_Ack [3 2 3 6 2 2 11 3 ] 32
SS  All_acks [1108 1061 1151 1098 1087 1067 1066 1076 ] 8714
SS  All_acks_no_sharers [1758 1772 1822 1798 1832 1861 1778 1797 ] 14418
SS  Flush_line [0 0 0 0 0 0 0 0 ] 0

OI  Load [0 0 0 0 1 0 0 0 ] 1
OI  Ifetch [0 0 0 0 0 0 0 0 ] 0
OI  Store [0 0 0 0 0 0 1 0 ] 1
OI  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
OI  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
OI  Other_GETX [0 0 0 0 0 0 0 0 ] 0
OI  Other_GETS [0 0 0 0 0 0 0 0 ] 0
OI  Merged_GETS [0 0 0 0 0 0 0 0 ] 0
OI  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
OI  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
OI  Invalidate [0 0 0 0 0 0 0 0 ] 0
OI  Writeback_Ack [1053 1043 994 1044 953 986 1010 1045 ] 8128
OI  Flush_line [0 0 0 0 0 0 0 0 ] 0

MI  Load [10 17 7 7 11 15 9 8 ] 84
MI  Ifetch [0 0 0 0 0 0 0 0 ] 0
MI  Store [4 7 9 6 4 4 3 6 ] 43
MI  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
MI  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
MI  Other_GETX [1 2 0 0 1 3 2 1 ] 10
MI  Other_GETS [3 4 0 3 5 3 0 0 ] 18
MI  Merged_GETS [0 0 0 0 0 0 0 0 ] 0
MI  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
MI  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
MI  Invalidate [0 0 0 0 0 0 0 0 ] 0
MI  Writeback_Ack [71027 71417 71637 71178 71560 71404 71272 71098 ] 570593
MI  Flush_line [0 0 0 0 0 0 0 0 ] 0

II  Load [0 0 0 0 0 0 0 0 ] 0
II  Ifetch [0 0 0 0 0 0 0 0 ] 0
II  Store [0 0 0 0 0 0 0 0 ] 0
II  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
II  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
II  Other_GETX [0 0 0 0 0 0 0 0 ] 0
II  Other_GETS [0 0 0 0 0 0 0 0 ] 0
II  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
II  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
II  Invalidate [0 0 0 0 0 0 0 0 ] 0
II  Writeback_Ack [1 2 0 0 1 3 2 1 ] 10
II  Writeback_Nack [0 0 0 0 0 0 0 0 ] 0
II  Flush_line [0 0 0 0 0 0 0 0 ] 0

IT  Load [0 0 0 2 1 0 1 1 ] 5
IT  Ifetch [0 0 0 0 0 0 0 0 ] 0
IT  Store [0 0 0 0 0 1 0 0 ] 1
IT  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
IT  L1_to_L2 [0 0 4 17 9 4 11 7 ] 52
IT  Complete_L2_to_L1 [0 0 1 4 2 1 2 3 ] 13

ST  Load [1 0 0 1 2 1 0 1 ] 6
ST  Ifetch [0 0 0 0 0 0 0 0 ] 0
ST  Store [1 0 0 0 1 0 0 0 ] 2
ST  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
ST  L1_to_L2 [7 8 1 10 35 19 0 8 ] 88
ST  Complete_L2_to_L1 [2 2 1 2 5 7 0 3 ] 22

OT  Load [1 0 0 1 0 0 1 1 ] 4
OT  Ifetch [0 0 0 0 0 0 0 0 ] 0
OT  Store [0 0 0 0 0 0 0 0 ] 0
OT  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
OT  L1_to_L2 [1 13 0 11 3 0 9 14 ] 51
OT  Complete_L2_to_L1 [1 2 1 3 1 0 1 3 ] 12

MT  Load [13 18 12 13 2 15 10 9 ] 92
MT  Ifetch [0 0 0 0 0 0 0 0 ] 0
MT  Store [12 6 8 3 5 9 9 5 ] 57
MT  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
MT  L1_to_L2 [140 158 137 149 48 194 131 150 ] 1107
MT  Complete_L2_to_L1 [48 39 47 53 31 49 31 49 ] 347

MMT  Load [5 3 9 8 9 5 7 4 ] 50
MMT  Ifetch [0 0 0 0 0 0 0 0 ] 0
MMT  Store [3 3 2 2 3 3 3 2 ] 21
MMT  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
MMT  L1_to_L2 [44 47 69 115 163 105 61 52 ] 656
MMT  Complete_L2_to_L1 [22 18 24 22 31 25 23 18 ] 183

MI_F  Load [0 0 0 0 0 0 0 0 ] 0
MI_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
MI_F  Store [0 0 0 0 0 0 0 0 ] 0
MI_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
MI_F  Writeback_Ack [0 0 0 0 0 0 0 0 ] 0
MI_F  Flush_line [0 0 0 0 0 0 0 0 ] 0

MM_F  Load [0 0 0 0 0 0 0 0 ] 0
MM_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
MM_F  Store [0 0 0 0 0 0 0 0 ] 0
MM_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
MM_F  Other_GETX [0 0 0 0 0 0 0 0 ] 0
MM_F  Other_GETS [0 0 0 0 0 0 0 0 ] 0
MM_F  Merged_GETS [0 0 0 0 0 0 0 0 ] 0
MM_F  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
MM_F  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
MM_F  Invalidate [0 0 0 0 0 0 0 0 ] 0
MM_F  Ack [0 0 0 0 0 0 0 0 ] 0
MM_F  All_acks [0 0 0 0 0 0 0 0 ] 0
MM_F  All_acks_no_sharers [0 0 0 0 0 0 0 0 ] 0
MM_F  Flush_line [0 0 0 0 0 0 0 0 ] 0
MM_F  Block_Ack [0 0 0 0 0 0 0 0 ] 0

IM_F  Load [0 0 0 0 0 0 0 0 ] 0
IM_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
IM_F  Store [0 0 0 0 0 0 0 0 ] 0
IM_F  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
IM_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
IM_F  Other_GETX [0 0 0 0 0 0 0 0 ] 0
IM_F  Other_GETS [0 0 0 0 0 0 0 0 ] 0
IM_F  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
IM_F  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
IM_F  Invalidate [0 0 0 0 0 0 0 0 ] 0
IM_F  Ack [0 0 0 0 0 0 0 0 ] 0
IM_F  Data [0 0 0 0 0 0 0 0 ] 0
IM_F  Exclusive_Data [0 0 0 0 0 0 0 0 ] 0
IM_F  Flush_line [0 0 0 0 0 0 0 0 ] 0

ISM_F  Load [0 0 0 0 0 0 0 0 ] 0
ISM_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
ISM_F  Store [0 0 0 0 0 0 0 0 ] 0
ISM_F  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
ISM_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
ISM_F  Ack [0 0 0 0 0 0 0 0 ] 0
ISM_F  All_acks_no_sharers [0 0 0 0 0 0 0 0 ] 0
ISM_F  Flush_line [0 0 0 0 0 0 0 0 ] 0

SM_F  Load [0 0 0 0 0 0 0 0 ] 0
SM_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
SM_F  Store [0 0 0 0 0 0 0 0 ] 0
SM_F  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
SM_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
SM_F  Other_GETX [0 0 0 0 0 0 0 0 ] 0
SM_F  Other_GETS [0 0 0 0 0 0 0 0 ] 0
SM_F  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
SM_F  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
SM_F  Invalidate [0 0 0 0 0 0 0 0 ] 0
SM_F  Ack [0 0 0 0 0 0 0 0 ] 0
SM_F  Data [0 0 0 0 0 0 0 0 ] 0
SM_F  Exclusive_Data [0 0 0 0 0 0 0 0 ] 0
SM_F  Flush_line [0 0 0 0 0 0 0 0 ] 0

OM_F  Load [0 0 0 0 0 0 0 0 ] 0
OM_F  Ifetch [0 0 0 0 0 0 0 0 ] 0
OM_F  Store [0 0 0 0 0 0 0 0 ] 0
OM_F  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
OM_F  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
OM_F  Other_GETX [0 0 0 0 0 0 0 0 ] 0
OM_F  Other_GETS [0 0 0 0 0 0 0 0 ] 0
OM_F  Merged_GETS [0 0 0 0 0 0 0 0 ] 0
OM_F  Other_GETS_No_Mig [0 0 0 0 0 0 0 0 ] 0
OM_F  NC_DMA_GETS [0 0 0 0 0 0 0 0 ] 0
OM_F  Invalidate [0 0 0 0 0 0 0 0 ] 0
OM_F  Ack [0 0 0 0 0 0 0 0 ] 0
OM_F  All_acks [0 0 0 0 0 0 0 0 ] 0
OM_F  All_acks_no_sharers [0 0 0 0 0 0 0 0 ] 0
OM_F  Flush_line [0 0 0 0 0 0 0 0 ] 0

MM_WF  Load [0 0 0 0 0 0 0 0 ] 0
MM_WF  Ifetch [0 0 0 0 0 0 0 0 ] 0
MM_WF  Store [0 0 0 0 0 0 0 0 ] 0
MM_WF  L2_Replacement [0 0 0 0 0 0 0 0 ] 0
MM_WF  L1_to_L2 [0 0 0 0 0 0 0 0 ] 0
MM_WF  Ack [0 0 0 0 0 0 0 0 ] 0
MM_WF  All_acks_no_sharers [0 0 0 0 0 0 0 0 ] 0
MM_WF  Flush_line [0 0 0 0 0 0 0 0 ] 0

Cache Stats: system.l1_cntrl1.L1IcacheMemory
  system.l1_cntrl1.L1IcacheMemory_total_misses: 0
  system.l1_cntrl1.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl1.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl1.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl1.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl1.L1DcacheMemory
  system.l1_cntrl1.L1DcacheMemory_total_misses: 76900
  system.l1_cntrl1.L1DcacheMemory_total_demand_misses: 76900
  system.l1_cntrl1.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl1.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl1.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl1.L1DcacheMemory_request_type_LD:   65.0988%
  system.l1_cntrl1.L1DcacheMemory_request_type_ST:   34.9012%

  system.l1_cntrl1.L1DcacheMemory_access_mode_type_Supervisor:   76900    100%

Cache Stats: system.l1_cntrl1.L2cacheMemory
  system.l1_cntrl1.L2cacheMemory_total_misses: 76900
  system.l1_cntrl1.L2cacheMemory_total_demand_misses: 76900
  system.l1_cntrl1.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl1.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl1.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl1.L2cacheMemory_request_type_LD:   65.0988%
  system.l1_cntrl1.L2cacheMemory_request_type_ST:   34.9012%

  system.l1_cntrl1.L2cacheMemory_access_mode_type_Supervisor:   76900    100%

Cache Stats: system.l1_cntrl2.L1IcacheMemory
  system.l1_cntrl2.L1IcacheMemory_total_misses: 0
  system.l1_cntrl2.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl2.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl2.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl2.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl2.L1DcacheMemory
  system.l1_cntrl2.L1DcacheMemory_total_misses: 76694
  system.l1_cntrl2.L1DcacheMemory_total_demand_misses: 76694
  system.l1_cntrl2.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl2.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl2.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl2.L1DcacheMemory_request_type_LD:   65.0025%
  system.l1_cntrl2.L1DcacheMemory_request_type_ST:   34.9975%

  system.l1_cntrl2.L1DcacheMemory_access_mode_type_Supervisor:   76694    100%

Cache Stats: system.l1_cntrl2.L2cacheMemory
  system.l1_cntrl2.L2cacheMemory_total_misses: 76694
  system.l1_cntrl2.L2cacheMemory_total_demand_misses: 76694
  system.l1_cntrl2.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl2.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl2.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl2.L2cacheMemory_request_type_LD:   65.0025%
  system.l1_cntrl2.L2cacheMemory_request_type_ST:   34.9975%

  system.l1_cntrl2.L2cacheMemory_access_mode_type_Supervisor:   76694    100%

Cache Stats: system.l1_cntrl3.L1IcacheMemory
  system.l1_cntrl3.L1IcacheMemory_total_misses: 0
  system.l1_cntrl3.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl3.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl3.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl3.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl3.L1DcacheMemory
  system.l1_cntrl3.L1DcacheMemory_total_misses: 76518
  system.l1_cntrl3.L1DcacheMemory_total_demand_misses: 76518
  system.l1_cntrl3.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl3.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl3.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl3.L1DcacheMemory_request_type_LD:   64.7939%
  system.l1_cntrl3.L1DcacheMemory_request_type_ST:   35.2061%

  system.l1_cntrl3.L1DcacheMemory_access_mode_type_Supervisor:   76518    100%

Cache Stats: system.l1_cntrl3.L2cacheMemory
  system.l1_cntrl3.L2cacheMemory_total_misses: 76518
  system.l1_cntrl3.L2cacheMemory_total_demand_misses: 76518
  system.l1_cntrl3.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl3.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl3.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl3.L2cacheMemory_request_type_LD:   64.7939%
  system.l1_cntrl3.L2cacheMemory_request_type_ST:   35.2061%

  system.l1_cntrl3.L2cacheMemory_access_mode_type_Supervisor:   76518    100%

Cache Stats: system.l1_cntrl4.L1IcacheMemory
  system.l1_cntrl4.L1IcacheMemory_total_misses: 0
  system.l1_cntrl4.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl4.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl4.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl4.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl4.L1DcacheMemory
  system.l1_cntrl4.L1DcacheMemory_total_misses: 76548
  system.l1_cntrl4.L1DcacheMemory_total_demand_misses: 76548
  system.l1_cntrl4.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl4.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl4.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl4.L1DcacheMemory_request_type_LD:   64.8587%
  system.l1_cntrl4.L1DcacheMemory_request_type_ST:   35.1413%

  system.l1_cntrl4.L1DcacheMemory_access_mode_type_Supervisor:   76548    100%

Cache Stats: system.l1_cntrl4.L2cacheMemory
  system.l1_cntrl4.L2cacheMemory_total_misses: 76548
  system.l1_cntrl4.L2cacheMemory_total_demand_misses: 76548
  system.l1_cntrl4.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl4.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl4.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl4.L2cacheMemory_request_type_LD:   64.8587%
  system.l1_cntrl4.L2cacheMemory_request_type_ST:   35.1413%

  system.l1_cntrl4.L2cacheMemory_access_mode_type_Supervisor:   76548    100%

Cache Stats: system.l1_cntrl5.L1IcacheMemory
  system.l1_cntrl5.L1IcacheMemory_total_misses: 0
  system.l1_cntrl5.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl5.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl5.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl5.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl5.L1DcacheMemory
  system.l1_cntrl5.L1DcacheMemory_total_misses: 76826
  system.l1_cntrl5.L1DcacheMemory_total_demand_misses: 76826
  system.l1_cntrl5.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl5.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl5.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl5.L1DcacheMemory_request_type_LD:   64.9767%
  system.l1_cntrl5.L1DcacheMemory_request_type_ST:   35.0233%

  system.l1_cntrl5.L1DcacheMemory_access_mode_type_Supervisor:   76826    100%

Cache Stats: system.l1_cntrl5.L2cacheMemory
  system.l1_cntrl5.L2cacheMemory_total_misses: 76826
  system.l1_cntrl5.L2cacheMemory_total_demand_misses: 76826
  system.l1_cntrl5.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl5.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl5.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl5.L2cacheMemory_request_type_LD:   64.9767%
  system.l1_cntrl5.L2cacheMemory_request_type_ST:   35.0233%

  system.l1_cntrl5.L2cacheMemory_access_mode_type_Supervisor:   76826    100%

Cache Stats: system.l1_cntrl6.L1IcacheMemory
  system.l1_cntrl6.L1IcacheMemory_total_misses: 0
  system.l1_cntrl6.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl6.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl6.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl6.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl6.L1DcacheMemory
  system.l1_cntrl6.L1DcacheMemory_total_misses: 77165
  system.l1_cntrl6.L1DcacheMemory_total_demand_misses: 77165
  system.l1_cntrl6.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl6.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl6.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl6.L1DcacheMemory_request_type_LD:   65.001%
  system.l1_cntrl6.L1DcacheMemory_request_type_ST:   34.999%

  system.l1_cntrl6.L1DcacheMemory_access_mode_type_Supervisor:   77165    100%

Cache Stats: system.l1_cntrl6.L2cacheMemory
  system.l1_cntrl6.L2cacheMemory_total_misses: 77165
  system.l1_cntrl6.L2cacheMemory_total_demand_misses: 77165
  system.l1_cntrl6.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl6.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl6.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl6.L2cacheMemory_request_type_LD:   65.001%
  system.l1_cntrl6.L2cacheMemory_request_type_ST:   34.999%

  system.l1_cntrl6.L2cacheMemory_access_mode_type_Supervisor:   77165    100%

Cache Stats: system.l1_cntrl7.L1IcacheMemory
  system.l1_cntrl7.L1IcacheMemory_total_misses: 0
  system.l1_cntrl7.L1IcacheMemory_total_demand_misses: 0
  system.l1_cntrl7.L1IcacheMemory_total_prefetches: 0
  system.l1_cntrl7.L1IcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl7.L1IcacheMemory_total_hw_prefetches: 0


Cache Stats: system.l1_cntrl7.L1DcacheMemory
  system.l1_cntrl7.L1DcacheMemory_total_misses: 76693
  system.l1_cntrl7.L1DcacheMemory_total_demand_misses: 76693
  system.l1_cntrl7.L1DcacheMemory_total_prefetches: 0
  system.l1_cntrl7.L1DcacheMemory_total_sw_prefetches: 0
  system.l1_cntrl7.L1DcacheMemory_total_hw_prefetches: 0

  system.l1_cntrl7.L1DcacheMemory_request_type_LD:   64.9799%
  system.l1_cntrl7.L1DcacheMemory_request_type_ST:   35.0201%

  system.l1_cntrl7.L1DcacheMemory_access_mode_type_Supervisor:   76693    100%

Cache Stats: system.l1_cntrl7.L2cacheMemory
  system.l1_cntrl7.L2cacheMemory_total_misses: 76693
  system.l1_cntrl7.L2cacheMemory_total_demand_misses: 76693
  system.l1_cntrl7.L2cacheMemory_total_prefetches: 0
  system.l1_cntrl7.L2cacheMemory_total_sw_prefetches: 0
  system.l1_cntrl7.L2cacheMemory_total_hw_prefetches: 0

  system.l1_cntrl7.L2cacheMemory_request_type_LD:   64.9799%
  system.l1_cntrl7.L2cacheMemory_request_type_ST:   35.0201%

  system.l1_cntrl7.L2cacheMemory_access_mode_type_Supervisor:   76693    100%

Cache Stats: system.dir_cntrl0.probeFilter
  system.dir_cntrl0.probeFilter_total_misses: 0
  system.dir_cntrl0.probeFilter_total_demand_misses: 0
  system.dir_cntrl0.probeFilter_total_prefetches: 0
  system.dir_cntrl0.probeFilter_total_sw_prefetches: 0
  system.dir_cntrl0.probeFilter_total_hw_prefetches: 0


Memory controller: system.dir_cntrl0.memBuffer:
  memory_total_requests: 806220
  memory_reads: 593611
  memory_writes: 212580
  memory_refreshes: 39826
  memory_total_request_delays: 51296531
  memory_delays_per_request: 63.626
  memory_delays_in_input_queue: 641947
  memory_delays_behind_head_of_bank_queue: 20918876
  memory_delays_stalled_at_head_of_bank_queue: 29735708
  memory_stalls_for_bank_busy: 4484100
  memory_stalls_for_random_busy: 0
  memory_stalls_for_anti_starvation: 7559065
  memory_stalls_for_arbitration: 6077618
  memory_stalls_for_bus: 8234780
  memory_stalls_for_tfaw: 0
  memory_stalls_for_read_write_turnaround: 2033604
  memory_stalls_for_read_read_turnaround: 1346541
  accesses_per_bank: 25391  25095  25195  25436  25423  25329  25505  25282  25433  25236  25299  25341  24983  25035  25236  25016  25189  25143  25202  25157  25159  25118  25288  25048  25026  24716  25150  24719  25030  25301  25457  25282  

 --- Directory ---
 - Event Counts -
GETX [218327 ] 218327
GETS [404573 ] 404573
PUT [578930 ] 578930
Unblock [10 ] 10
UnblockS [23132 ] 23132
UnblockM [590609 ] 590609
Writeback_Clean [8017 ] 8017
Writeback_Dirty [111 ] 111
Writeback_Exclusive_Clean [358112 ] 358112
Writeback_Exclusive_Dirty [212481 ] 212481
Pf_Replacement [0 ] 0
DMA_READ [0 ] 0
DMA_WRITE [0 ] 0
Memory_Data [593609 ] 593609
Memory_Ack [212577 ] 212577
Ack [0 ] 0
Shared_Ack [0 ] 0
Shared_Data [0 ] 0
Data [0 ] 0
Exclusive_Data [0 ] 0
All_acks_and_shared_data [0 ] 0
All_acks_and_owner_data [0 ] 0
All_acks_and_data_no_sharers [0 ] 0
All_Unblocks [39 ] 39
GETF [0 ] 0
PUTF [0 ] 0

 - Transitions -
NX  GETX [75 ] 75
NX  GETS [86 ] 86
NX  PUT [8138 ] 8138
NX  Pf_Replacement [0 ] 0
NX  DMA_READ [0 ] 0
NX  DMA_WRITE [0 ] 0
NX  GETF [0 ] 0

NO  GETX [7079 ] 7079
NO  GETS [12854 ] 12854
NO  PUT [570595 ] 570595
NO  Pf_Replacement [0 ] 0
NO  DMA_READ [0 ] 0
NO  DMA_WRITE [0 ] 0
NO  GETF [0 ] 0

S  GETX [0 ] 0
S  GETS [0 ] 0
S  PUT [0 ] 0
S  Pf_Replacement [0 ] 0
S  DMA_READ [0 ] 0
S  DMA_WRITE [0 ] 0
S  GETF [0 ] 0

O  GETX [8054 ] 8054
O  GETS [14830 ] 14830
O  PUT [0 ] 0
O  Pf_Replacement [0 ] 0
O  DMA_READ [0 ] 0
O  DMA_WRITE [0 ] 0
O  GETF [0 ] 0

E  GETX [199886 ] 199886
E  GETS [370858 ] 370858
E  PUT [0 ] 0
E  DMA_READ [0 ] 0
E  DMA_WRITE [0 ] 0
E  GETF [0 ] 0

O_R  GETX [0 ] 0
O_R  GETS [0 ] 0
O_R  PUT [0 ] 0
O_R  Pf_Replacement [0 ] 0
O_R  DMA_READ [0 ] 0
O_R  DMA_WRITE [0 ] 0
O_R  Ack [0 ] 0
O_R  All_acks_and_data_no_sharers [0 ] 0
O_R  GETF [0 ] 0

S_R  GETX [0 ] 0
S_R  GETS [0 ] 0
S_R  PUT [0 ] 0
S_R  Pf_Replacement [0 ] 0
S_R  DMA_READ [0 ] 0
S_R  DMA_WRITE [0 ] 0
S_R  Ack [0 ] 0
S_R  Data [0 ] 0
S_R  All_acks_and_data_no_sharers [0 ] 0
S_R  GETF [0 ] 0

NO_R  GETX [0 ] 0
NO_R  GETS [0 ] 0
NO_R  PUT [0 ] 0
NO_R  Pf_Replacement [0 ] 0
NO_R  DMA_READ [0 ] 0
NO_R  DMA_WRITE [0 ] 0
NO_R  Ack [0 ] 0
NO_R  Data [0 ] 0
NO_R  Exclusive_Data [0 ] 0
NO_R  All_acks_and_data_no_sharers [0 ] 0
NO_R  GETF [0 ] 0

NO_B  GETX [17 ] 17
NO_B  GETS [39 ] 39
NO_B  PUT [197 ] 197
NO_B  UnblockS [8245 ] 8245
NO_B  UnblockM [590572 ] 590572
NO_B  Pf_Replacement [0 ] 0
NO_B  DMA_READ [0 ] 0
NO_B  DMA_WRITE [0 ] 0
NO_B  GETF [0 ] 0

NO_B_X  GETX [0 ] 0
NO_B_X  GETS [0 ] 0
NO_B_X  PUT [0 ] 0
NO_B_X  UnblockS [6 ] 6
NO_B_X  UnblockM [11 ] 11
NO_B_X  Pf_Replacement [0 ] 0
NO_B_X  DMA_READ [0 ] 0
NO_B_X  DMA_WRITE [0 ] 0
NO_B_X  GETF [0 ] 0

NO_B_S  GETX [0 ] 0
NO_B_S  GETS [0 ] 0
NO_B_S  PUT [0 ] 0
NO_B_S  UnblockS [13 ] 13
NO_B_S  UnblockM [26 ] 26
NO_B_S  Pf_Replacement [0 ] 0
NO_B_S  DMA_READ [0 ] 0
NO_B_S  DMA_WRITE [0 ] 0
NO_B_S  GETF [0 ] 0

NO_B_S_W  GETX [0 ] 0
NO_B_S_W  GETS [0 ] 0
NO_B_S_W  PUT [0 ] 0
NO_B_S_W  UnblockS [39 ] 39
NO_B_S_W  Pf_Replacement [0 ] 0
NO_B_S_W  DMA_READ [0 ] 0
NO_B_S_W  DMA_WRITE [0 ] 0
NO_B_S_W  All_Unblocks [39 ] 39
NO_B_S_W  GETF [0 ] 0

O_B  GETX [0 ] 0
O_B  GETS [0 ] 0
O_B  PUT [0 ] 0
O_B  UnblockS [14829 ] 14829
O_B  UnblockM [0 ] 0
O_B  Pf_Replacement [0 ] 0
O_B  DMA_READ [0 ] 0
O_B  DMA_WRITE [0 ] 0
O_B  GETF [0 ] 0

NO_B_W  GETX [2028 ] 2028
NO_B_W  GETS [3704 ] 3704
NO_B_W  PUT [0 ] 0
NO_B_W  UnblockS [0 ] 0
NO_B_W  UnblockM [0 ] 0
NO_B_W  Pf_Replacement [0 ] 0
NO_B_W  DMA_READ [0 ] 0
NO_B_W  DMA_WRITE [0 ] 0
NO_B_W  Memory_Data [578780 ] 578780
NO_B_W  GETF [0 ] 0

O_B_W  GETX [54 ] 54
O_B_W  GETS [101 ] 101
O_B_W  PUT [0 ] 0
O_B_W  UnblockS [0 ] 0
O_B_W  Pf_Replacement [0 ] 0
O_B_W  DMA_READ [0 ] 0
O_B_W  DMA_WRITE [0 ] 0
O_B_W  Memory_Data [14829 ] 14829
O_B_W  GETF [0 ] 0

NO_W  GETX [0 ] 0
NO_W  GETS [0 ] 0
NO_W  PUT [0 ] 0
NO_W  Pf_Replacement [0 ] 0
NO_W  DMA_READ [0 ] 0
NO_W  DMA_WRITE [0 ] 0
NO_W  Memory_Data [0 ] 0
NO_W  GETF [0 ] 0

O_W  GETX [0 ] 0
O_W  GETS [0 ] 0
O_W  PUT [0 ] 0
O_W  Pf_Replacement [0 ] 0
O_W  DMA_READ [0 ] 0
O_W  DMA_WRITE [0 ] 0
O_W  Memory_Data [0 ] 0
O_W  GETF [0 ] 0

NO_DW_B_W  GETX [0 ] 0
NO_DW_B_W  GETS [0 ] 0
NO_DW_B_W  PUT [0 ] 0
NO_DW_B_W  Pf_Replacement [0 ] 0
NO_DW_B_W  DMA_READ [0 ] 0
NO_DW_B_W  DMA_WRITE [0 ] 0
NO_DW_B_W  Ack [0 ] 0
NO_DW_B_W  Data [0 ] 0
NO_DW_B_W  Exclusive_Data [0 ] 0
NO_DW_B_W  All_acks_and_data_no_sharers [0 ] 0
NO_DW_B_W  GETF [0 ] 0

NO_DR_B_W  GETX [0 ] 0
NO_DR_B_W  GETS [0 ] 0
NO_DR_B_W  PUT [0 ] 0
NO_DR_B_W  Pf_Replacement [0 ] 0
NO_DR_B_W  DMA_READ [0 ] 0
NO_DR_B_W  DMA_WRITE [0 ] 0
NO_DR_B_W  Memory_Data [0 ] 0
NO_DR_B_W  Ack [0 ] 0
NO_DR_B_W  Shared_Ack [0 ] 0
NO_DR_B_W  Shared_Data [0 ] 0
NO_DR_B_W  Data [0 ] 0
NO_DR_B_W  Exclusive_Data [0 ] 0
NO_DR_B_W  GETF [0 ] 0

NO_DR_B_D  GETX [0 ] 0
NO_DR_B_D  GETS [0 ] 0
NO_DR_B_D  PUT [0 ] 0
NO_DR_B_D  Pf_Replacement [0 ] 0
NO_DR_B_D  DMA_READ [0 ] 0
NO_DR_B_D  DMA_WRITE [0 ] 0
NO_DR_B_D  Ack [0 ] 0
NO_DR_B_D  Shared_Ack [0 ] 0
NO_DR_B_D  Shared_Data [0 ] 0
NO_DR_B_D  Data [0 ] 0
NO_DR_B_D  Exclusive_Data [0 ] 0
NO_DR_B_D  All_acks_and_shared_data [0 ] 0
NO_DR_B_D  All_acks_and_owner_data [0 ] 0
NO_DR_B_D  All_acks_and_data_no_sharers [0 ] 0
NO_DR_B_D  GETF [0 ] 0

NO_DR_B  GETX [0 ] 0
NO_DR_B  GETS [0 ] 0
NO_DR_B  PUT [0 ] 0
NO_DR_B  Pf_Replacement [0 ] 0
NO_DR_B  DMA_READ [0 ] 0
NO_DR_B  DMA_WRITE [0 ] 0
NO_DR_B  Ack [0 ] 0
NO_DR_B  Shared_Ack [0 ] 0
NO_DR_B  Shared_Data [0 ] 0
NO_DR_B  Data [0 ] 0
NO_DR_B  Exclusive_Data [0 ] 0
NO_DR_B  All_acks_and_shared_data [0 ] 0
NO_DR_B  All_acks_and_owner_data [0 ] 0
NO_DR_B  All_acks_and_data_no_sharers [0 ] 0
NO_DR_B  GETF [0 ] 0

NO_DW_W  GETX [0 ] 0
NO_DW_W  GETS [0 ] 0
NO_DW_W  PUT [0 ] 0
NO_DW_W  Pf_Replacement [0 ] 0
NO_DW_W  DMA_READ [0 ] 0
NO_DW_W  DMA_WRITE [0 ] 0
NO_DW_W  Memory_Ack [0 ] 0
NO_DW_W  GETF [0 ] 0

O_DR_B_W  GETX [0 ] 0
O_DR_B_W  GETS [0 ] 0
O_DR_B_W  PUT [0 ] 0
O_DR_B_W  Pf_Replacement [0 ] 0
O_DR_B_W  DMA_READ [0 ] 0
O_DR_B_W  DMA_WRITE [0 ] 0
O_DR_B_W  Memory_Data [0 ] 0
O_DR_B_W  Ack [0 ] 0
O_DR_B_W  Shared_Ack [0 ] 0
O_DR_B_W  GETF [0 ] 0

O_DR_B  GETX [0 ] 0
O_DR_B  GETS [0 ] 0
O_DR_B  PUT [0 ] 0
O_DR_B  Pf_Replacement [0 ] 0
O_DR_B  DMA_READ [0 ] 0
O_DR_B  DMA_WRITE [0 ] 0
O_DR_B  Ack [0 ] 0
O_DR_B  Shared_Ack [0 ] 0
O_DR_B  All_acks_and_owner_data [0 ] 0
O_DR_B  All_acks_and_data_no_sharers [0 ] 0
O_DR_B  GETF [0 ] 0

WB  GETX [78 ] 78
WB  GETS [181 ] 181
WB  PUT [0 ] 0
WB  Unblock [10 ] 10
WB  Writeback_Clean [8017 ] 8017
WB  Writeback_Dirty [111 ] 111
WB  Writeback_Exclusive_Clean [358112 ] 358112
WB  Writeback_Exclusive_Dirty [212481 ] 212481
WB  Pf_Replacement [0 ] 0
WB  DMA_READ [0 ] 0
WB  DMA_WRITE [0 ] 0
WB  GETF [0 ] 0

WB_O_W  GETX [2 ] 2
WB_O_W  GETS [1 ] 1
WB_O_W  PUT [0 ] 0
WB_O_W  Pf_Replacement [0 ] 0
WB_O_W  DMA_READ [0 ] 0
WB_O_W  DMA_WRITE [0 ] 0
WB_O_W  Memory_Ack [111 ] 111
WB_O_W  GETF [0 ] 0

WB_E_W  GETX [1054 ] 1054
WB_E_W  GETS [1919 ] 1919
WB_E_W  PUT [0 ] 0
WB_E_W  Pf_Replacement [0 ] 0
WB_E_W  DMA_READ [0 ] 0
WB_E_W  DMA_WRITE [0 ] 0
WB_E_W  Memory_Ack [212466 ] 212466
WB_E_W  GETF [0 ] 0

NO_F  GETX [0 ] 0
NO_F  GETS [0 ] 0
NO_F  PUT [0 ] 0
NO_F  UnblockM [0 ] 0
NO_F  Pf_Replacement [0 ] 0
NO_F  GETF [0 ] 0
NO_F  PUTF [0 ] 0

NO_F_W  GETX [0 ] 0
NO_F_W  GETS [0 ] 0
NO_F_W  PUT [0 ] 0
NO_F_W  Pf_Replacement [0 ] 0
NO_F_W  DMA_READ [0 ] 0
NO_F_W  DMA_WRITE [0 ] 0
NO_F_W  Memory_Data [0 ] 0
NO_F_W  GETF [0 ] 0