summaryrefslogtreecommitdiff
path: root/tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/ruby.stats
blob: 5f070ae7c7b844f362e9c849e4b130bdfa9bf6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185

================ 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: Jul/01/2010 14:39:27

Profiler Stats
--------------
Elapsed_time_in_seconds: 32
Elapsed_time_in_minutes: 0.533333
Elapsed_time_in_hours: 0.00888889
Elapsed_time_in_days: 0.00037037

Virtual_time_in_seconds: 32.37
Virtual_time_in_minutes: 0.5395
Virtual_time_in_hours:   0.00899167
Virtual_time_in_days:    0.000374653

Ruby_current_time: 4329426
Ruby_start_time: 0
Ruby_cycles: 4329426

mbytes_resident: 32.1484
mbytes_total: 324.824
resident_ratio: 0.0989838

ruby_cycles_executed: [ 4329427 4329427 4329427 4329427 4329427 4329427 4329427 4329427 ]

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: 2 count: 1217344 average: 1.9553 | standard deviation: 0.206639 | 0 54411 1162933 ]

All Non-Zero Cycle Demand Cache Accesses
----------------------------------------
miss_latency: [binsize: 16 max: 3117 count: 1217328 average: 54.8996 | standard deviation: 182.188 | 1062418 0 0 311 18298 68 401 7732 474 308 323 30614 240 267 3005 2219 254 546 21462 551 195 1076 3640 111 396 11292 946 204 417 4667 93 208 6265 158 167 149 5043 185 55 3548 197 160 3692 659 182 47 2461 384 73 2408 748 216 294 1630 503 61 1246 1085 74 108 1229 537 85 506 1072 74 67 1257 122 82 185 870 98 26 843 159 80 534 245 112 7 590 200 21 313 206 125 111 226 155 23 171 247 40 51 152 144 37 75 190 33 32 188 49 39 41 123 41 13 103 32 28 68 47 46 9 57 46 11 41 38 34 26 20 39 9 25 34 10 7 8 23 12 5 26 8 6 14 6 9 7 12 4 1 10 6 5 9 7 5 2 3 7 1 3 0 1 2 0 1 2 4 1 0 0 0 3 3 1 2 1 1 2 1 0 0 2 2 0 2 0 0 1 0 2 0 1 0 3 0 0 0 0 0 1 ]
miss_latency_2: [binsize: 16 max: 3017 count: 791763 average: 51.8282 | standard deviation: 176.682 | 696361 0 0 0 11763 0 0 4961 185 0 0 19895 35 0 1832 1425 8 44 13756 258 0 612 2313 2 16 7243 565 1 222 2975 5 5 3981 65 4 68 3212 39 2 2253 126 5 2376 378 46 1 1611 231 4 1523 465 103 153 1069 306 7 765 675 19 24 744 354 16 307 669 41 9 797 68 26 109 544 47 4 556 103 43 329 153 53 0 373 124 8 188 131 71 63 134 100 11 104 164 21 26 99 87 14 35 120 19 14 123 26 15 24 77 25 5 71 21 12 38 28 25 4 39 31 5 25 24 25 19 9 27 5 18 21 5 4 4 15 3 5 20 3 3 11 5 6 2 7 1 0 5 2 4 7 5 3 2 2 3 1 2 0 0 1 0 0 2 2 1 0 0 0 1 2 0 1 0 0 2 1 0 0 0 2 0 2 0 0 1 0 0 0 0 0 2 ]
miss_latency_3: [binsize: 16 max: 3117 count: 425565 average: 60.6139 | standard deviation: 191.881 | 366057 0 0 311 6535 68 401 2771 289 308 323 10719 205 267 1173 794 246 502 7706 293 195 464 1327 109 380 4049 381 203 195 1692 88 203 2284 93 163 81 1831 146 53 1295 71 155 1316 281 136 46 850 153 69 885 283 113 141 561 197 54 481 410 55 84 485 183 69 199 403 33 58 460 54 56 76 326 51 22 287 56 37 205 92 59 7 217 76 13 125 75 54 48 92 55 12 67 83 19 25 53 57 23 40 70 14 18 65 23 24 17 46 16 8 32 11 16 30 19 21 5 18 15 6 16 14 9 7 11 12 4 7 13 5 3 4 8 9 0 6 5 3 3 1 3 5 5 3 1 5 4 1 2 2 2 0 1 4 0 1 0 1 1 0 1 0 2 0 0 0 0 2 1 1 1 1 1 0 0 0 0 2 0 0 0 0 0 0 0 2 0 1 0 1 0 0 0 0 0 1 ]

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: 32
system_time: 0
page_reclaims: 8443
page_faults: 0
swaps: 0
block_inputs: 48
block_outputs: 88

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

switch_0_inlinks: 2
switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.251323
  links_utilized_percent_switch_0_link_0: 0.12279 bw: 640000 base_latency: 1
  links_utilized_percent_switch_0_link_1: 0.379855 bw: 160000 base_latency: 1

  outgoing_messages_switch_0_link_0_Response_Data: 19278 1388016 [ 0 0 0 0 19278 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Response_Control: 116236 929888 [ 0 0 0 0 116236 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_0_Forwarded_Control: 135551 1084408 [ 0 0 0 135551 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Request_Control: 19361 154888 [ 0 0 19361 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Response_Data: 19330 1391760 [ 0 0 0 0 19330 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Response_Control: 116221 929768 [ 0 0 0 0 116221 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_0_link_1_Unblock_Control: 19359 154872 [ 0 0 0 0 0 19359 0 0 0 0 ] base_latency: 1

switch_1_inlinks: 2
switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.251069
  links_utilized_percent_switch_1_link_0: 0.122725 bw: 640000 base_latency: 1
  links_utilized_percent_switch_1_link_1: 0.379413 bw: 160000 base_latency: 1

  outgoing_messages_switch_1_link_0_Response_Data: 19261 1386792 [ 0 0 0 0 19261 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Response_Control: 116147 929176 [ 0 0 0 0 116147 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_0_Forwarded_Control: 135566 1084528 [ 0 0 0 135566 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Request_Control: 19346 154768 [ 0 0 19346 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Response_Data: 19284 1388448 [ 0 0 0 0 19284 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Response_Control: 116282 930256 [ 0 0 0 0 116282 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_1_link_1_Unblock_Control: 19344 154752 [ 0 0 0 0 0 19344 0 0 0 0 ] base_latency: 1

switch_2_inlinks: 2
switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.250795
  links_utilized_percent_switch_2_link_0: 0.122802 bw: 640000 base_latency: 1
  links_utilized_percent_switch_2_link_1: 0.378788 bw: 160000 base_latency: 1

  outgoing_messages_switch_2_link_0_Response_Data: 19292 1389024 [ 0 0 0 0 19292 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Response_Control: 116138 929104 [ 0 0 0 0 116138 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_0_Forwarded_Control: 135563 1084504 [ 0 0 0 135563 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Request_Control: 19349 154792 [ 0 0 19349 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Response_Data: 19216 1383552 [ 0 0 0 0 19216 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Response_Control: 116347 930776 [ 0 0 0 0 116347 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_2_link_1_Unblock_Control: 19347 154776 [ 0 0 0 0 0 19347 0 0 0 0 ] base_latency: 1

switch_3_inlinks: 2
switch_3_outlinks: 2
links_utilized_percent_switch_3: 0.251498
  links_utilized_percent_switch_3_link_0: 0.123014 bw: 640000 base_latency: 1
  links_utilized_percent_switch_3_link_1: 0.379982 bw: 160000 base_latency: 1

  outgoing_messages_switch_3_link_0_Response_Data: 19333 1391976 [ 0 0 0 0 19333 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Response_Control: 116572 932576 [ 0 0 0 0 116572 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_0_Forwarded_Control: 135495 1083960 [ 0 0 0 135495 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Request_Control: 19416 155328 [ 0 0 19416 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Response_Data: 19337 1392264 [ 0 0 0 0 19337 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Response_Control: 116158 929264 [ 0 0 0 0 116158 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_3_link_1_Unblock_Control: 19414 155312 [ 0 0 0 0 0 19414 0 0 0 0 ] base_latency: 1

switch_4_inlinks: 2
switch_4_outlinks: 2
links_utilized_percent_switch_4: 0.249848
  links_utilized_percent_switch_4_link_0: 0.12226 bw: 640000 base_latency: 1
  links_utilized_percent_switch_4_link_1: 0.377437 bw: 160000 base_latency: 1

  outgoing_messages_switch_4_link_0_Response_Data: 19149 1378728 [ 0 0 0 0 19149 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Response_Control: 115426 923408 [ 0 0 0 0 115426 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_0_Forwarded_Control: 135685 1085480 [ 0 0 0 135685 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Request_Control: 19227 153816 [ 0 0 19227 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Response_Data: 19085 1374120 [ 0 0 0 0 19085 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Response_Control: 116600 932800 [ 0 0 0 0 116600 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_4_link_1_Unblock_Control: 19225 153800 [ 0 0 0 0 0 19225 0 0 0 0 ] base_latency: 1

switch_5_inlinks: 2
switch_5_outlinks: 2
links_utilized_percent_switch_5: 0.249997
  links_utilized_percent_switch_5_link_0: 0.122273 bw: 640000 base_latency: 1
  links_utilized_percent_switch_5_link_1: 0.377721 bw: 160000 base_latency: 1

  outgoing_messages_switch_5_link_0_Response_Data: 19150 1378800 [ 0 0 0 0 19150 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Response_Control: 115467 923736 [ 0 0 0 0 115467 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_0_Forwarded_Control: 135679 1085432 [ 0 0 0 135679 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Request_Control: 19233 153864 [ 0 0 19233 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Response_Data: 19115 1376280 [ 0 0 0 0 19115 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Response_Control: 116564 932512 [ 0 0 0 0 116564 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_5_link_1_Unblock_Control: 19231 153848 [ 0 0 0 0 0 19231 0 0 0 0 ] base_latency: 1

switch_6_inlinks: 2
switch_6_outlinks: 2
links_utilized_percent_switch_6: 0.252646
  links_utilized_percent_switch_6_link_0: 0.12355 bw: 640000 base_latency: 1
  links_utilized_percent_switch_6_link_1: 0.381742 bw: 160000 base_latency: 1

  outgoing_messages_switch_6_link_0_Response_Data: 19460 1401120 [ 0 0 0 0 19460 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Response_Control: 117425 939400 [ 0 0 0 0 117425 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_0_Forwarded_Control: 135355 1082840 [ 0 0 0 135355 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Request_Control: 19556 156448 [ 0 0 19556 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Response_Data: 19510 1404720 [ 0 0 0 0 19510 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Response_Control: 115845 926760 [ 0 0 0 0 115845 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_6_link_1_Unblock_Control: 19554 156432 [ 0 0 0 0 0 19554 0 0 0 0 ] base_latency: 1

switch_7_inlinks: 2
switch_7_outlinks: 2
links_utilized_percent_switch_7: 0.251885
  links_utilized_percent_switch_7_link_0: 0.123116 bw: 640000 base_latency: 1
  links_utilized_percent_switch_7_link_1: 0.380653 bw: 160000 base_latency: 1

  outgoing_messages_switch_7_link_0_Response_Data: 19363 1394136 [ 0 0 0 0 19363 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Response_Control: 116675 933400 [ 0 0 0 0 116675 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_0_Forwarded_Control: 135476 1083808 [ 0 0 0 135476 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Request_Control: 19436 155488 [ 0 0 19436 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Response_Data: 19407 1397304 [ 0 0 0 0 19407 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Response_Control: 116069 928552 [ 0 0 0 0 116069 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_7_link_1_Unblock_Control: 19434 155472 [ 0 0 0 0 0 19434 0 0 0 0 ] base_latency: 1

switch_8_inlinks: 2
switch_8_outlinks: 2
links_utilized_percent_switch_8: 0.13419
  links_utilized_percent_switch_8_link_0: 0.0894553 bw: 640000 base_latency: 1
  links_utilized_percent_switch_8_link_1: 0.178924 bw: 160000 base_latency: 1

  outgoing_messages_switch_8_link_0_Request_Control: 154924 1239392 [ 0 0 154924 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_0_Unblock_Control: 154908 1239264 [ 0 0 0 0 0 154908 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Response_Data: 2 144 [ 0 0 0 0 2 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_8_link_1_Forwarded_Control: 154910 1239280 [ 0 0 0 154910 0 0 0 0 0 0 ] base_latency: 1

switch_9_inlinks: 9
switch_9_outlinks: 9
links_utilized_percent_switch_9: 0.476438
  links_utilized_percent_switch_9_link_0: 0.491161 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_1: 0.490899 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_2: 0.491207 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_3: 0.492056 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_4: 0.489039 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_5: 0.48909 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_6: 0.494199 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_7: 0.492465 bw: 160000 base_latency: 1
  links_utilized_percent_switch_9_link_8: 0.357821 bw: 160000 base_latency: 1

  outgoing_messages_switch_9_link_0_Response_Data: 19278 1388016 [ 0 0 0 0 19278 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Response_Control: 116236 929888 [ 0 0 0 0 116236 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_0_Forwarded_Control: 135551 1084408 [ 0 0 0 135551 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Response_Data: 19261 1386792 [ 0 0 0 0 19261 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Response_Control: 116147 929176 [ 0 0 0 0 116147 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_1_Forwarded_Control: 135566 1084528 [ 0 0 0 135566 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Response_Data: 19292 1389024 [ 0 0 0 0 19292 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Response_Control: 116138 929104 [ 0 0 0 0 116138 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_2_Forwarded_Control: 135563 1084504 [ 0 0 0 135563 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Response_Data: 19333 1391976 [ 0 0 0 0 19333 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Response_Control: 116572 932576 [ 0 0 0 0 116572 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_3_Forwarded_Control: 135495 1083960 [ 0 0 0 135495 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Response_Data: 19149 1378728 [ 0 0 0 0 19149 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Response_Control: 115426 923408 [ 0 0 0 0 115426 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_4_Forwarded_Control: 135685 1085480 [ 0 0 0 135685 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Response_Data: 19150 1378800 [ 0 0 0 0 19150 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Response_Control: 115467 923736 [ 0 0 0 0 115467 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_5_Forwarded_Control: 135679 1085432 [ 0 0 0 135679 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Response_Data: 19460 1401120 [ 0 0 0 0 19460 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Response_Control: 117425 939400 [ 0 0 0 0 117425 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_6_Forwarded_Control: 135355 1082840 [ 0 0 0 135355 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Response_Data: 19363 1394136 [ 0 0 0 0 19363 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Response_Control: 116675 933400 [ 0 0 0 0 116675 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_7_Forwarded_Control: 135476 1083808 [ 0 0 0 135476 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Request_Control: 154924 1239392 [ 0 0 154924 0 0 0 0 0 0 0 ] base_latency: 1
  outgoing_messages_switch_9_link_8_Unblock_Control: 154908 1239264 [ 0 0 0 0 0 154908 0 0 0 0 ] base_latency: 1

Cache Stats: system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links0.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_total_misses: 19361
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_total_demand_misses: 19361
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_request_type_LD:   61.4121%
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_request_type_ST:   38.5879%

  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19361    100%
  system.ruby.network.topology.ext_links0.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19361 average:     1 | standard deviation: 0 | 0 19361 ]

Cache Stats: system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_misses: 19361
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_demand_misses: 19361
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_LD:   61.4121%
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_ST:   38.5879%

  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19361    100%
  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19361 average:     1 | standard deviation: 0 | 0 19361 ]

 --- L1Cache 0 ---
 - Event Counts -
Load  99344
Ifetch  0
Store  53020
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52037
Other_GETS  83514
Ack  115719
Shared_Ack  517
Data  275
Shared_Data  698
Exclusive_Data  18305
Writeback_Ack  0
Writeback_Nack  0
All_acks  698
All_acks_no_sharers  18661

 - Transitions -
I  Load  11890
I  Ifetch  0 <-- 
I  Store  6416
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1247
S  Ifetch  0 <-- 
S  Store  677
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  21
S  Other_GETS  22

O  Load  699
O  Ifetch  0 <-- 
O  Store  378
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  1
O  Other_GETS  2

M  Load  19926
M  Ifetch  0 <-- 
M  Store  10584
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  227
M  Other_GETS  379

MM  Load  65582
MM  Ifetch  0 <-- 
MM  Store  34965
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6807
MM  Other_GETS  11248

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17706
IM  Other_GETS  27589
IM  Ack  21983
IM  Data  203
IM  Exclusive_Data  7115

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  605
SM  Other_GETS  542
SM  Ack  227
SM  Data  72

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  297
OM  Other_GETS  369
OM  Ack  567
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  81

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  752
ISM  All_acks_no_sharers  275

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33721
M_W  All_acks_no_sharers  11190

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21378
MM_W  All_acks_no_sharers  7115

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  26373
IS  Other_GETS  43363
IS  Ack  35284
IS  Shared_Ack  271
IS  Data  0 <-- 
IS  Shared_Data  698
IS  Exclusive_Data  11190

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1807
SS  Shared_Ack  246
SS  All_acks  698
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links1.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_total_misses: 19346
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_total_demand_misses: 19346
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_request_type_LD:   61.4442%
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_request_type_ST:   38.5558%

  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19346    100%
  system.ruby.network.topology.ext_links1.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19346 average:     1 | standard deviation: 0 | 0 19346 ]

Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_misses: 19346
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_demand_misses: 19346
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_type_LD:   61.4442%
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_type_ST:   38.5558%

  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19346    100%
  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19346 average:     1 | standard deviation: 0 | 0 19346 ]

 --- L1Cache 1 ---
 - Event Counts -
Load  98746
Ifetch  0
Store  53385
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52050
Other_GETS  83516
Ack  115650
Shared_Ack  497
Data  304
Shared_Data  680
Exclusive_Data  18277
Writeback_Ack  0
Writeback_Nack  0
All_acks  680
All_acks_no_sharers  18664

 - Transitions -
I  Load  11887
I  Ifetch  0 <-- 
I  Store  6432
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1220
S  Ifetch  0 <-- 
S  Store  661
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  19
S  Other_GETS  15

O  Load  681
O  Ifetch  0 <-- 
O  Store  366
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  2
O  Other_GETS  1

M  Load  20150
M  Ifetch  0 <-- 
M  Store  10628
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  210
M  Other_GETS  368

MM  Load  64808
MM  Ifetch  0 <-- 
MM  Store  35298
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6880
MM  Other_GETS  11206

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17173
IM  Other_GETS  26846
IM  Ack  21762
IM  Data  215
IM  Exclusive_Data  7071

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  572
SM  Other_GETS  527
SM  Ack  242
SM  Data  89

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  283
OM  Other_GETS  334
OM  Ack  581
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  83

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  963
ISM  All_acks_no_sharers  304

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33742
M_W  All_acks_no_sharers  11206

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21283
MM_W  All_acks_no_sharers  7071

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  26911
IS  Other_GETS  44219
IS  Ack  35249
IS  Shared_Ack  242
IS  Data  0 <-- 
IS  Shared_Data  680
IS  Exclusive_Data  11206

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1828
SS  Shared_Ack  255
SS  All_acks  680
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links2.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_total_misses: 19349
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_total_demand_misses: 19349
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_request_type_LD:   61.3417%
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_request_type_ST:   38.6583%

  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19349    100%
  system.ruby.network.topology.ext_links2.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19349 average:     1 | standard deviation: 0 | 0 19349 ]

Cache Stats: system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_misses: 19349
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_demand_misses: 19349
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_type_LD:   61.3417%
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_type_ST:   38.6583%

  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19349    100%
  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19349 average:     1 | standard deviation: 0 | 0 19349 ]

 --- L1Cache 2 ---
 - Event Counts -
Load  98624
Ifetch  0
Store  53315
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52030
Other_GETS  83533
Ack  115623
Shared_Ack  515
Data  272
Shared_Data  719
Exclusive_Data  18301
Writeback_Ack  0
Writeback_Nack  0
All_acks  719
All_acks_no_sharers  18628

 - Transitions -
I  Load  11869
I  Ifetch  0 <-- 
I  Store  6439
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1254
S  Ifetch  0 <-- 
S  Store  699
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  20
S  Other_GETS  18

O  Load  672
O  Ifetch  0 <-- 
O  Store  342
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  2
O  Other_GETS  1

M  Load  19515
M  Ifetch  0 <-- 
M  Store  10604
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  202
M  Other_GETS  344

MM  Load  65314
MM  Ifetch  0 <-- 
MM  Store  35231
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6815
MM  Other_GETS  11267

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17023
IM  Other_GETS  26686
IM  Ack  22228
IM  Data  199
IM  Exclusive_Data  7151

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  626
SM  Other_GETS  536
SM  Ack  221
SM  Data  73

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  286
OM  Other_GETS  299
OM  Ack  385
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  55

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  823
ISM  All_acks_no_sharers  272

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33805
M_W  All_acks_no_sharers  11150

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21267
MM_W  All_acks_no_sharers  7151

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  27056
IS  Other_GETS  44382
IS  Ack  35091
IS  Shared_Ack  273
IS  Data  0 <-- 
IS  Shared_Data  719
IS  Exclusive_Data  11150

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1803
SS  Shared_Ack  242
SS  All_acks  719
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links3.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_total_misses: 19416
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_total_demand_misses: 19416
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_request_type_LD:   61.9077%
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_request_type_ST:   38.0923%

  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19416    100%
  system.ruby.network.topology.ext_links3.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19416 average:     1 | standard deviation: 0 | 0 19416 ]

Cache Stats: system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_misses: 19416
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_demand_misses: 19416
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_type_LD:   61.9077%
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_type_ST:   38.0923%

  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19416    100%
  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19416 average:     1 | standard deviation: 0 | 0 19416 ]

 --- L1Cache 3 ---
 - Event Counts -
Load  99275
Ifetch  0
Store  53327
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52112
Other_GETS  83383
Ack  116023
Shared_Ack  549
Data  281
Shared_Data  715
Exclusive_Data  18337
Writeback_Ack  0
Writeback_Nack  0
All_acks  715
All_acks_no_sharers  18700

 - Transitions -
I  Load  12020
I  Ifetch  0 <-- 
I  Store  6330
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1337
S  Ifetch  0 <-- 
S  Store  692
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  22
S  Other_GETS  24

O  Load  652
O  Ifetch  0 <-- 
O  Store  374
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  1
O  Other_GETS  1

M  Load  19894
M  Ifetch  0 <-- 
M  Store  10721
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  208
M  Other_GETS  375

MM  Load  65372
MM  Ifetch  0 <-- 
MM  Store  35210
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6827
MM  Other_GETS  11290

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  16735
IM  Other_GETS  26100
IM  Ack  21436
IM  Data  174
IM  Exclusive_Data  7033

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  585
SM  Other_GETS  551
SM  Ack  310
SM  Data  107

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  292
OM  Other_GETS  343
OM  Ack  574
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  82

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  887
ISM  All_acks_no_sharers  281

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  34315
M_W  All_acks_no_sharers  11304

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21251
MM_W  All_acks_no_sharers  7033

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  27442
IS  Other_GETS  44699
IS  Ack  35339
IS  Shared_Ack  289
IS  Data  0 <-- 
IS  Shared_Data  715
IS  Exclusive_Data  11304

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1911
SS  Shared_Ack  260
SS  All_acks  715
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links4.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_total_misses: 19227
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_total_demand_misses: 19227
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_request_type_LD:   61.6269%
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_request_type_ST:   38.3731%

  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19227    100%
  system.ruby.network.topology.ext_links4.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19227 average:     1 | standard deviation: 0 | 0 19227 ]

Cache Stats: system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_misses: 19227
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_demand_misses: 19227
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_type_LD:   61.6269%
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_type_ST:   38.3731%

  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19227    100%
  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19227 average:     1 | standard deviation: 0 | 0 19227 ]

 --- L1Cache 4 ---
 - Event Counts -
Load  98085
Ifetch  0
Store  52520
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52130
Other_GETS  83555
Ack  114858
Shared_Ack  568
Data  293
Shared_Data  735
Exclusive_Data  18121
Writeback_Ack  0
Writeback_Nack  0
All_acks  735
All_acks_no_sharers  18490

 - Transitions -
I  Load  11849
I  Ifetch  0 <-- 
I  Store  6303
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1289
S  Ifetch  0 <-- 
S  Store  724
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  11
S  Other_GETS  20

O  Load  650
O  Ifetch  0 <-- 
O  Store  351
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  0 <-- 
O  Other_GETS  0 <-- 

M  Load  19521
M  Ifetch  0 <-- 
M  Store  10542
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  219
M  Other_GETS  351

MM  Load  64776
MM  Ifetch  0 <-- 
MM  Store  34600
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6837
MM  Other_GETS  11083

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17328
IM  Other_GETS  27038
IM  Ack  21720
IM  Data  204
IM  Exclusive_Data  7009

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  635
SM  Other_GETS  551
SM  Ack  280
SM  Data  89

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  275
OM  Other_GETS  320
OM  Ack  532
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  76

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  903
ISM  All_acks_no_sharers  293

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33570
M_W  All_acks_no_sharers  11112

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  20909
MM_W  All_acks_no_sharers  7009

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  26825
IS  Other_GETS  44192
IS  Ack  35093
IS  Shared_Ack  270
IS  Data  0 <-- 
IS  Shared_Data  735
IS  Exclusive_Data  11112

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1851
SS  Shared_Ack  298
SS  All_acks  735
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links5.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_total_misses: 19233
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_total_demand_misses: 19233
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_request_type_LD:   61.2905%
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_request_type_ST:   38.7095%

  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19233    100%
  system.ruby.network.topology.ext_links5.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19233 average:     1 | standard deviation: 0 | 0 19233 ]

Cache Stats: system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_misses: 19233
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_demand_misses: 19233
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_type_LD:   61.2905%
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_type_ST:   38.7095%

  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19233    100%
  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19233 average:     1 | standard deviation: 0 | 0 19233 ]

 --- L1Cache 5 ---
 - Event Counts -
Load  98307
Ifetch  0
Store  52894
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52064
Other_GETS  83615
Ack  114896
Shared_Ack  571
Data  297
Shared_Data  704
Exclusive_Data  18149
Writeback_Ack  0
Writeback_Nack  0
All_acks  704
All_acks_no_sharers  18527

 - Transitions -
I  Load  11788
I  Ifetch  0 <-- 
I  Store  6422
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1309
S  Ifetch  0 <-- 
S  Store  680
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  24
S  Other_GETS  13

O  Load  594
O  Ifetch  0 <-- 
O  Store  343
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  0 <-- 
O  Other_GETS  3

M  Load  19300
M  Ifetch  0 <-- 
M  Store  10530
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  210
M  Other_GETS  343

MM  Load  65316
MM  Ifetch  0 <-- 
MM  Store  34919
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6792
MM  Other_GETS  11182

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17452
IM  Other_GETS  27344
IM  Ack  21879
IM  Data  217
IM  Exclusive_Data  7066

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  600
SM  Other_GETS  459
SM  Ack  226
SM  Data  80

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  262
OM  Other_GETS  323
OM  Ack  567
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  81

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  939
ISM  All_acks_no_sharers  297

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  32853
M_W  All_acks_no_sharers  11083

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21134
MM_W  All_acks_no_sharers  7066

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  26724
IS  Other_GETS  43948
IS  Ack  35479
IS  Shared_Ack  299
IS  Data  0 <-- 
IS  Shared_Data  704
IS  Exclusive_Data  11083

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1819
SS  Shared_Ack  272
SS  All_acks  704
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links6.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_total_misses: 19556
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_total_demand_misses: 19556
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_request_type_LD:   61.9043%
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_request_type_ST:   38.0957%

  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19556    100%
  system.ruby.network.topology.ext_links6.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19556 average:     1 | standard deviation: 0 | 0 19556 ]

Cache Stats: system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_misses: 19556
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_demand_misses: 19556
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_type_LD:   61.9043%
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_type_ST:   38.0957%

  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19556    100%
  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19556 average:     1 | standard deviation: 0 | 0 19556 ]

 --- L1Cache 6 ---
 - Event Counts -
Load  100001
Ifetch  0
Store  53622
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52058
Other_GETS  83297
Ack  116891
Shared_Ack  534
Data  300
Shared_Data  669
Exclusive_Data  18491
Writeback_Ack  0
Writeback_Nack  0
All_acks  669
All_acks_no_sharers  18886

 - Transitions -
I  Load  12106
I  Ifetch  0 <-- 
I  Store  6420
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1090
S  Ifetch  0 <-- 
S  Store  653
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  16
S  Other_GETS  11

O  Load  632
O  Ifetch  0 <-- 
O  Store  377
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  0 <-- 
O  Other_GETS  3

M  Load  20362
M  Ifetch  0 <-- 
M  Store  10812
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  246
M  Other_GETS  377

MM  Load  65811
MM  Ifetch  0 <-- 
MM  Store  35360
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  7016
MM  Other_GETS  11246

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  16702
IM  Other_GETS  26259
IM  Ack  21931
IM  Data  211
IM  Exclusive_Data  7055

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  564
SM  Other_GETS  502
SM  Ack  236
SM  Data  89

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  282
OM  Other_GETS  340
OM  Ack  665
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  95

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  947
ISM  All_acks_no_sharers  300

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33907
M_W  All_acks_no_sharers  11436

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21016
MM_W  All_acks_no_sharers  7055

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  27232
IS  Other_GETS  44559
IS  Ack  36431
IS  Shared_Ack  278
IS  Data  0 <-- 
IS  Shared_Data  669
IS  Exclusive_Data  11436

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1758
SS  Shared_Ack  256
SS  All_acks  669
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Cache Stats: system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory
  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_total_misses: 0
  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_total_demand_misses: 0
  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links7.ext_node.L1IcacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]

Cache Stats: system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_total_misses: 19436
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_total_demand_misses: 19436
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_request_type_LD:   61.7514%
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_request_type_ST:   38.2486%

  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_access_mode_type_SupervisorMode:   19436    100%
  system.ruby.network.topology.ext_links7.ext_node.L1DcacheMemory_request_size: [binsize: 1 max: 1 count: 19436 average:     1 | standard deviation: 0 | 0 19436 ]

Cache Stats: system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_misses: 19436
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_demand_misses: 19436
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_sw_prefetches: 0
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_hw_prefetches: 0

  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_type_LD:   61.7514%
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_type_ST:   38.2486%

  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19436    100%
  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19436 average:     1 | standard deviation: 0 | 0 19436 ]

 --- L1Cache 7 ---
 - Event Counts -
Load  99390
Ifetch  0
Store  53487
L2_Replacement  0
L1_to_L2  0
L2_to_L1D  0
L2_to_L1I  0
Other_GETX  52075
Other_GETS  83401
Ack  116123
Shared_Ack  552
Data  278
Shared_Data  688
Exclusive_Data  18397
Writeback_Ack  0
Writeback_Nack  0
All_acks  688
All_acks_no_sharers  18746

 - Transitions -
I  Load  12002
I  Ifetch  0 <-- 
I  Store  6376
I  L2_Replacement  0 <-- 
I  L1_to_L2  0 <-- 
I  L2_to_L1D  0 <-- 
I  L2_to_L1I  0 <-- 
I  Other_GETX  0 <-- 
I  Other_GETS  0 <-- 

S  Load  1285
S  Ifetch  0 <-- 
S  Store  672
S  L2_Replacement  0 <-- 
S  L1_to_L2  0 <-- 
S  L2_to_L1D  0 <-- 
S  L2_to_L1I  0 <-- 
S  Other_GETX  16
S  Other_GETS  26

O  Load  736
O  Ifetch  0 <-- 
O  Store  386
O  L2_Replacement  0 <-- 
O  L1_to_L2  0 <-- 
O  L2_to_L1D  0 <-- 
O  L2_to_L1I  0 <-- 
O  Other_GETX  2
O  Other_GETS  2

M  Load  19905
M  Ifetch  0 <-- 
M  Store  10715
M  L2_Replacement  0 <-- 
M  L1_to_L2  0 <-- 
M  L2_to_L1D  0 <-- 
M  L2_to_L1I  0 <-- 
M  Other_GETX  210
M  Other_GETS  388

MM  Load  65462
MM  Ifetch  0 <-- 
MM  Store  35338
MM  L2_Replacement  0 <-- 
MM  L1_to_L2  0 <-- 
MM  L2_to_L1D  0 <-- 
MM  L2_to_L1I  0 <-- 
MM  Other_GETX  6877
MM  Other_GETS  11271

IM  Load  0 <-- 
IM  Ifetch  0 <-- 
IM  Store  0 <-- 
IM  L2_Replacement  0 <-- 
IM  L1_to_L2  0 <-- 
IM  Other_GETX  17167
IM  Other_GETS  26381
IM  Ack  21891
IM  Data  204
IM  Exclusive_Data  7084

SM  Load  0 <-- 
SM  Ifetch  0 <-- 
SM  Store  0 <-- 
SM  L2_Replacement  0 <-- 
SM  L1_to_L2  0 <-- 
SM  Other_GETX  598
SM  Other_GETS  486
SM  Ack  234
SM  Data  74

OM  Load  0 <-- 
OM  Ifetch  0 <-- 
OM  Store  0 <-- 
OM  L2_Replacement  0 <-- 
OM  L1_to_L2  0 <-- 
OM  Other_GETX  315
OM  Other_GETS  342
OM  Ack  497
OM  All_acks  0 <-- 
OM  All_acks_no_sharers  71

ISM  Load  0 <-- 
ISM  Ifetch  0 <-- 
ISM  Store  0 <-- 
ISM  L2_Replacement  0 <-- 
ISM  L1_to_L2  0 <-- 
ISM  Ack  785
ISM  All_acks_no_sharers  278

M_W  Load  0 <-- 
M_W  Ifetch  0 <-- 
M_W  Store  0 <-- 
M_W  L2_Replacement  0 <-- 
M_W  L1_to_L2  0 <-- 
M_W  Ack  33978
M_W  All_acks_no_sharers  11313

MM_W  Load  0 <-- 
MM_W  Ifetch  0 <-- 
MM_W  Store  0 <-- 
MM_W  L2_Replacement  0 <-- 
MM_W  L1_to_L2  0 <-- 
MM_W  Ack  21262
MM_W  All_acks_no_sharers  7084

IS  Load  0 <-- 
IS  Ifetch  0 <-- 
IS  Store  0 <-- 
IS  L2_Replacement  0 <-- 
IS  L1_to_L2  0 <-- 
IS  Other_GETX  26890
IS  Other_GETS  44505
IS  Ack  35618
IS  Shared_Ack  274
IS  Data  0 <-- 
IS  Shared_Data  688
IS  Exclusive_Data  11313

SS  Load  0 <-- 
SS  Ifetch  0 <-- 
SS  Store  0 <-- 
SS  L2_Replacement  0 <-- 
SS  L1_to_L2  0 <-- 
SS  Ack  1858
SS  Shared_Ack  278
SS  All_acks  688
SS  All_acks_no_sharers  0 <-- 

OI  Load  0 <-- 
OI  Ifetch  0 <-- 
OI  Store  0 <-- 
OI  L2_Replacement  0 <-- 
OI  L1_to_L2  0 <-- 
OI  Other_GETX  0 <-- 
OI  Other_GETS  0 <-- 
OI  Writeback_Ack  0 <-- 

MI  Load  0 <-- 
MI  Ifetch  0 <-- 
MI  Store  0 <-- 
MI  L2_Replacement  0 <-- 
MI  L1_to_L2  0 <-- 
MI  Other_GETX  0 <-- 
MI  Other_GETS  0 <-- 
MI  Writeback_Ack  0 <-- 

II  Load  0 <-- 
II  Ifetch  0 <-- 
II  Store  0 <-- 
II  L2_Replacement  0 <-- 
II  L1_to_L2  0 <-- 
II  Other_GETX  0 <-- 
II  Other_GETS  0 <-- 
II  Writeback_Ack  0 <-- 
II  Writeback_Nack  0 <-- 

Memory controller: system.ruby.network.topology.ext_links8.ext_node.memBuffer:
  memory_total_requests: 2
  memory_reads: 2
  memory_writes: 0
  memory_refreshes: 22
  memory_total_request_delays: 31
  memory_delays_per_request: 15.5
  memory_delays_in_input_queue: 1
  memory_delays_behind_head_of_bank_queue: 10
  memory_delays_stalled_at_head_of_bank_queue: 20
  memory_stalls_for_bank_busy: 20
  memory_stalls_for_random_busy: 0
  memory_stalls_for_anti_starvation: 0
  memory_stalls_for_arbitration: 0
  memory_stalls_for_bus: 0
  memory_stalls_for_tfaw: 0
  memory_stalls_for_read_write_turnaround: 0
  memory_stalls_for_read_read_turnaround: 0
  accesses_per_bank: 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  

 --- Directory 0 ---
 - Event Counts -
GETX  2249313
GETS  3541903
PUT  0
Unblock  154908
Writeback_Clean  0
Writeback_Dirty  0
Writeback_Exclusive_Clean  0
Writeback_Exclusive_Dirty  0
DMA_READ  0
DMA_WRITE  0
Memory_Data  2
Memory_Ack  0
Ack  0
Shared_Ack  0
Shared_Data  0
Exclusive_Data  0
All_acks_and_data  0
All_acks_and_data_no_sharers  0

 - Transitions -
NO  GETX  59507
NO  GETS  95401
NO  PUT  0 <-- 
NO  DMA_READ  0 <-- 
NO  DMA_WRITE  0 <-- 

O  GETX  0 <-- 
O  GETS  0 <-- 
O  PUT  0 <-- 
O  DMA_READ  0 <-- 
O  DMA_WRITE  0 <-- 

E  GETX  1
E  GETS  1
E  PUT  0 <-- 
E  DMA_READ  0 <-- 
E  DMA_WRITE  0 <-- 

NO_B  GETX  2189606
NO_B  GETS  3446289
NO_B  PUT  0 <-- 
NO_B  Unblock  154908
NO_B  DMA_READ  0 <-- 
NO_B  DMA_WRITE  0 <-- 

O_B  GETX  0 <-- 
O_B  GETS  0 <-- 
O_B  PUT  0 <-- 
O_B  Unblock  0 <-- 
O_B  DMA_READ  0 <-- 
O_B  DMA_WRITE  0 <-- 

NO_B_W  GETX  199
NO_B_W  GETS  212
NO_B_W  PUT  0 <-- 
NO_B_W  Unblock  0 <-- 
NO_B_W  DMA_READ  0 <-- 
NO_B_W  DMA_WRITE  0 <-- 
NO_B_W  Memory_Data  2

O_B_W  GETX  0 <-- 
O_B_W  GETS  0 <-- 
O_B_W  PUT  0 <-- 
O_B_W  Unblock  0 <-- 
O_B_W  DMA_READ  0 <-- 
O_B_W  DMA_WRITE  0 <-- 
O_B_W  Memory_Data  0 <-- 

NO_W  GETX  0 <-- 
NO_W  GETS  0 <-- 
NO_W  PUT  0 <-- 
NO_W  DMA_READ  0 <-- 
NO_W  DMA_WRITE  0 <-- 
NO_W  Memory_Data  0 <-- 

O_W  GETX  0 <-- 
O_W  GETS  0 <-- 
O_W  PUT  0 <-- 
O_W  DMA_READ  0 <-- 
O_W  DMA_WRITE  0 <-- 
O_W  Memory_Data  0 <-- 

NO_DW_B_W  GETX  0 <-- 
NO_DW_B_W  GETS  0 <-- 
NO_DW_B_W  PUT  0 <-- 
NO_DW_B_W  DMA_READ  0 <-- 
NO_DW_B_W  DMA_WRITE  0 <-- 
NO_DW_B_W  Ack  0 <-- 
NO_DW_B_W  Exclusive_Data  0 <-- 
NO_DW_B_W  All_acks_and_data_no_sharers  0 <-- 

NO_DR_B_W  GETX  0 <-- 
NO_DR_B_W  GETS  0 <-- 
NO_DR_B_W  PUT  0 <-- 
NO_DR_B_W  DMA_READ  0 <-- 
NO_DR_B_W  DMA_WRITE  0 <-- 
NO_DR_B_W  Memory_Data  0 <-- 
NO_DR_B_W  Ack  0 <-- 
NO_DR_B_W  Shared_Ack  0 <-- 
NO_DR_B_W  Shared_Data  0 <-- 
NO_DR_B_W  Exclusive_Data  0 <-- 

NO_DR_B_D  GETX  0 <-- 
NO_DR_B_D  GETS  0 <-- 
NO_DR_B_D  PUT  0 <-- 
NO_DR_B_D  DMA_READ  0 <-- 
NO_DR_B_D  DMA_WRITE  0 <-- 
NO_DR_B_D  Ack  0 <-- 
NO_DR_B_D  Shared_Ack  0 <-- 
NO_DR_B_D  Shared_Data  0 <-- 
NO_DR_B_D  Exclusive_Data  0 <-- 
NO_DR_B_D  All_acks_and_data  0 <-- 
NO_DR_B_D  All_acks_and_data_no_sharers  0 <-- 

NO_DR_B  GETX  0 <-- 
NO_DR_B  GETS  0 <-- 
NO_DR_B  PUT  0 <-- 
NO_DR_B  DMA_READ  0 <-- 
NO_DR_B  DMA_WRITE  0 <-- 
NO_DR_B  Ack  0 <-- 
NO_DR_B  Shared_Ack  0 <-- 
NO_DR_B  Shared_Data  0 <-- 
NO_DR_B  Exclusive_Data  0 <-- 
NO_DR_B  All_acks_and_data  0 <-- 
NO_DR_B  All_acks_and_data_no_sharers  0 <-- 

NO_DW_W  GETX  0 <-- 
NO_DW_W  GETS  0 <-- 
NO_DW_W  PUT  0 <-- 
NO_DW_W  DMA_READ  0 <-- 
NO_DW_W  DMA_WRITE  0 <-- 
NO_DW_W  Memory_Ack  0 <-- 

O_DR_B_W  GETX  0 <-- 
O_DR_B_W  GETS  0 <-- 
O_DR_B_W  PUT  0 <-- 
O_DR_B_W  DMA_READ  0 <-- 
O_DR_B_W  DMA_WRITE  0 <-- 
O_DR_B_W  Memory_Data  0 <-- 

O_DR_B  GETX  0 <-- 
O_DR_B  GETS  0 <-- 
O_DR_B  PUT  0 <-- 
O_DR_B  DMA_READ  0 <-- 
O_DR_B  DMA_WRITE  0 <-- 
O_DR_B  Ack  0 <-- 
O_DR_B  All_acks_and_data_no_sharers  0 <-- 

WB  GETX  0 <-- 
WB  GETS  0 <-- 
WB  PUT  0 <-- 
WB  Unblock  0 <-- 
WB  Writeback_Clean  0 <-- 
WB  Writeback_Dirty  0 <-- 
WB  Writeback_Exclusive_Clean  0 <-- 
WB  Writeback_Exclusive_Dirty  0 <-- 
WB  DMA_READ  0 <-- 
WB  DMA_WRITE  0 <-- 

WB_O_W  GETX  0 <-- 
WB_O_W  GETS  0 <-- 
WB_O_W  PUT  0 <-- 
WB_O_W  DMA_READ  0 <-- 
WB_O_W  DMA_WRITE  0 <-- 
WB_O_W  Memory_Ack  0 <-- 

WB_E_W  GETX  0 <-- 
WB_E_W  GETS  0 <-- 
WB_E_W  PUT  0 <-- 
WB_E_W  DMA_READ  0 <-- 
WB_E_W  DMA_WRITE  0 <-- 
WB_E_W  Memory_Ack  0 <--