ruby: Regression updates for new ruby config locations
authorBrad Beckmann <Brad.Beckmann@amd.com>
Mon, 22 Mar 2010 04:22:22 +0000 (21:22 -0700)
committerBrad Beckmann <Brad.Beckmann@amd.com>
Mon, 22 Mar 2010 04:22:22 +0000 (21:22 -0700)
49 files changed:
tests/configs/memtest-ruby.py
tests/configs/rubytest-ruby.py
tests/configs/simple-timing-mp-ruby.py
tests/configs/simple-timing-ruby.py
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MESI_CMP_directory/config.ini
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MESI_CMP_directory/ruby.stats
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MESI_CMP_directory/simerr
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MESI_CMP_directory/simout
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MESI_CMP_directory/stats.txt
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_directory/config.ini
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_directory/ruby.stats
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_directory/simerr
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_directory/simout
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_directory/stats.txt
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_token/config.ini
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_token/ruby.stats
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_token/simerr
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_token/simout
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_CMP_token/stats.txt
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/config.ini
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/ruby.stats
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/simerr
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/simout
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/stats.txt
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby/config.ini
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby/ruby.stats
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby/simerr
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby/simout
tests/quick/50.memtest/ref/alpha/linux/memtest-ruby/stats.txt
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MESI_CMP_directory/config.ini
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MESI_CMP_directory/ruby.stats
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MESI_CMP_directory/simout
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MESI_CMP_directory/stats.txt
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_directory/config.ini
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_directory/ruby.stats
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_directory/simout
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_directory/stats.txt
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/config.ini
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/ruby.stats
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/simout
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_hammer/config.ini
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_hammer/ruby.stats
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_hammer/simout
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_hammer/stats.txt
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby/config.ini
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby/ruby.stats
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby/simout
tests/quick/60.rubytest/ref/alpha/linux/rubytest-ruby/stats.txt

index c34eefe5e8b58ee9b970e83bbc88d544156c05d8..ac1998fed0e0545cd5cc42151968fc50b4653dac 100644 (file)
@@ -42,6 +42,8 @@ config_root = os.path.dirname(config_path)
 m5_root = os.path.dirname(config_root)
 addToPath(config_root+'/configs/common')
 addToPath(config_root+'/configs/ruby')
+addToPath(config_root+'/configs/ruby/protocols')
+addToPath(config_root+'/configs/ruby/topologies')
 
 import Ruby
 
index cd485f8198eac4fc7d4892ce583fc603919fb7a6..5bdfe39ddf24ead7c000c21710f9cda9fe0087cd 100644 (file)
@@ -43,6 +43,8 @@ config_root = os.path.dirname(config_path)
 m5_root = os.path.dirname(config_root)
 addToPath(config_root+'/configs/common')
 addToPath(config_root+'/configs/ruby')
+addToPath(config_root+'/configs/ruby/protocols')
+addToPath(config_root+'/configs/ruby/topologies')
 
 import Ruby
 
index caaf13985ea34a7a9bbba7c00e3467201b08ce74..cc58b614cb0585ca824da33a53b94eeb1e740813 100644 (file)
@@ -41,6 +41,8 @@ config_root = os.path.dirname(config_path)
 m5_root = os.path.dirname(config_root)
 addToPath(config_root+'/configs/common')
 addToPath(config_root+'/configs/ruby')
+addToPath(config_root+'/configs/ruby/protocols')
+addToPath(config_root+'/configs/ruby/topologies')
 
 import Ruby
 
index 8ca89cdacda916c5774e7a4b6ef8558ebb3673c9..d1a936f62ffc8215885d394c265638c52ff6745f 100644 (file)
@@ -41,6 +41,8 @@ config_root = os.path.dirname(config_path)
 m5_root = os.path.dirname(config_root)
 addToPath(config_root+'/configs/common')
 addToPath(config_root+'/configs/ruby')
+addToPath(config_root+'/configs/ruby/protocols')
+addToPath(config_root+'/configs/ruby/topologies')
 
 import Ruby
 
index 5c837db9baebe79f253a1234f0e96616f9eb2943..d4c356ae34d5406c8380ea551b22fbd0945ec324 100644 (file)
@@ -157,6 +157,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=false
@@ -174,7 +175,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -276,7 +277,7 @@ icache=system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=1
 physMemPort=system.physmem.port[1]
 port=system.cpu1.test
 
@@ -328,7 +329,7 @@ icache=system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=2
 physMemPort=system.physmem.port[2]
 port=system.cpu2.test
 
@@ -380,7 +381,7 @@ icache=system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=3
 physMemPort=system.physmem.port[3]
 port=system.cpu3.test
 
@@ -432,7 +433,7 @@ icache=system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=4
 physMemPort=system.physmem.port[4]
 port=system.cpu4.test
 
@@ -484,7 +485,7 @@ icache=system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=5
 physMemPort=system.physmem.port[5]
 port=system.cpu5.test
 
@@ -536,7 +537,7 @@ icache=system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=6
 physMemPort=system.physmem.port[6]
 port=system.cpu6.test
 
@@ -588,7 +589,7 @@ icache=system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=7
 physMemPort=system.physmem.port[7]
 port=system.cpu7.test
 
@@ -659,7 +660,10 @@ version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.memBuffer]
index 0d997c5dd428b26fc71a32c364ab0b7e0b5b5625..3e866be1e60e60f3d0a3ec74ba11660ca5fb5544 100644 (file)
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/28/2010 13:58:37
+Real time: Mar/18/2010 15:37:29
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 52
-Elapsed_time_in_minutes: 0.866667
-Elapsed_time_in_hours: 0.0144444
-Elapsed_time_in_days: 0.000601852
+Elapsed_time_in_seconds: 43
+Elapsed_time_in_minutes: 0.716667
+Elapsed_time_in_hours: 0.0119444
+Elapsed_time_in_days: 0.000497685
 
-Virtual_time_in_seconds: 49.18
-Virtual_time_in_minutes: 0.819667
-Virtual_time_in_hours:   0.0136611
-Virtual_time_in_days:    0.000569213
+Virtual_time_in_seconds: 42.96
+Virtual_time_in_minutes: 0.716
+Virtual_time_in_hours:   0.0119333
+Virtual_time_in_days:    0.000497222
 
-Ruby_current_time: 3708588
+Ruby_current_time: 3719757
 Ruby_start_time: 0
-Ruby_cycles: 3708588
+Ruby_cycles: 3719757
 
-mbytes_resident: 31.5625
-mbytes_total: 31.5664
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-user_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-supervisor_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-
-ruby_cycles_executed: 29668712 [ 3708589 3708589 3708589 3708589 3708589 3708589 3708589 3708589 ]
-
-transactions_started: 0 [ 0 0 0 0 0 0 0 0 ]
-transactions_ended: 0 [ 0 0 0 0 0 0 0 0 ]
-cycles_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
-misses_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
+mbytes_resident: 31.1289
+mbytes_total: 332.066
+resident_ratio: 0.0937548
 
+ruby_cycles_executed: [ 3719758 3719758 3719758 3719758 3719758 3719758 3719758 3719758 ]
 
 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  
@@ -78,13 +67,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1203078 average: 1.94854 | standard deviation: 0.220933 | 0 61909 1141169 ]
+sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1207997 average: 1.94937 | standard deviation: 0.21925 | 0 61165 1146832 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 8 max: 1079 count: 1203063 average: 47.3156 | standard deviation: 87.6351 | 816620 0 0 12702 11269 8948 17837 40884 24865 42456 9079 3638 16674 9433 11140 15717 156 11218 19344 8790 12626 977 6763 8017 7595 3835 2226 8755 5115 7788 3448 877 5397 4166 3570 4056 239 2902 3976 2469 2769 419 2332 2187 2031 1129 378 1933 1318 1530 965 174 1063 1034 801 835 85 664 764 547 416 83 462 404 397 258 47 346 268 218 158 23 172 139 135 115 15 89 94 98 71 16 71 46 49 29 9 40 40 27 28 5 29 20 17 11 2 8 12 17 8 1 5 9 7 1 0 3 2 3 0 0 1 3 1 2 0 2 3 0 0 0 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_2: [binsize: 8 max: 1079 count: 782528 average: 30.8562 | standard deviation: 72.4141 | 623937 0 0 2804 2414 344 17837 15305 10251 19019 256 3637 7241 2137 5293 5719 150 5344 8353 3454 5061 973 1991 3604 2554 434 2225 3489 2021 3344 596 872 2369 1421 1525 1457 236 1143 1709 912 967 419 899 914 781 222 377 798 497 649 263 174 463 393 337 282 85 251 293 198 118 83 186 180 159 69 47 159 94 90 44 23 76 58 54 32 15 35 37 28 19 16 24 21 18 9 9 14 18 9 8 5 9 7 7 4 2 3 9 13 1 1 4 4 2 0 0 1 1 1 0 0 1 2 0 0 0 1 2 0 0 0 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_3: [binsize: 8 max: 946 count: 420535 average: 77.943 | standard deviation: 103.783 | 192683 0 0 9898 8855 8604 0 25579 14614 23437 8823 1 9433 7296 5847 9998 6 5874 10991 5336 7565 4 4772 4413 5041 3401 1 5266 3094 4444 2852 5 3028 2745 2045 2599 3 1759 2267 1557 1802 0 1433 1273 1250 907 1 1135 821 881 702 0 600 641 464 553 0 413 471 349 298 0 276 224 238 189 0 187 174 128 114 0 96 81 81 83 0 54 57 70 52 0 47 25 31 20 0 26 22 18 20 0 20 13 10 7 0 5 3 4 7 0 1 5 5 1 0 2 1 2 0 0 0 1 1 2 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: [binsize: 8 max: 1096 count: 1207982 average: 47.2632 | standard deviation: 87.5809 | 820246 0 0 12973 11256 8994 17847 40609 25225 42554 9212 3741 16692 9471 11172 15656 163 11587 19417 8757 12623 971 6786 8002 7495 3787 2265 8848 5127 7731 3455 937 5328 4126 3619 4052 242 2825 4110 2460 2617 358 2236 2202 2247 1258 401 1959 1336 1484 1007 157 1157 1014 866 802 80 656 659 574 477 94 467 375 407 241 42 307 241 254 168 29 168 140 127 117 15 95 111 93 72 14 78 46 65 41 3 33 33 22 18 7 19 17 14 7 1 8 7 15 10 1 2 3 5 3 1 6 6 1 1 3 3 5 4 1 0 2 1 0 0 0 0 2 0 2 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 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_2: [binsize: 8 max: 989 count: 785672 average: 30.8191 | standard deviation: 72.2854 | 626312 0 0 2843 2491 355 17847 15354 10445 19140 268 3733 7267 2205 5283 5517 159 5561 8454 3320 4992 966 1947 3616 2571 478 2264 3550 2053 3343 615 937 2397 1381 1550 1485 241 1150 1699 921 935 357 794 905 854 257 400 756 504 634 249 157 485 391 373 252 80 258 275 208 141 94 188 157 165 65 42 119 96 102 50 29 65 60 50 36 15 39 46 35 16 14 31 23 26 18 3 18 12 6 5 7 5 7 5 2 1 2 2 9 4 1 2 1 3 0 1 4 3 1 1 3 3 1 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_3: [binsize: 8 max: 1096 count: 422310 average: 77.856 | standard deviation: 103.83 | 193934 0 0 10130 8765 8639 0 25255 14780 23414 8944 8 9425 7266 5889 10139 4 6026 10963 5437 7631 5 4839 4386 4924 3309 1 5298 3074 4388 2840 0 2931 2745 2069 2567 1 1675 2411 1539 1682 1 1442 1297 1393 1001 1 1203 832 850 758 0 672 623 493 550 0 398 384 366 336 0 279 218 242 176 0 188 145 152 118 0 103 80 77 81 0 56 65 58 56 0 47 23 39 23 0 15 21 16 13 0 14 10 9 5 0 6 5 6 6 0 0 2 2 3 0 2 3 0 0 0 0 4 3 0 0 1 1 0 0 0 0 1 0 2 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 0 0 0 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -98,12 +87,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
 
 Message Delayed Cycles
 ----------------------
-Total_delay_cycles: [binsize: 32 max: 1060 count: 1895369 average: 23.6822 | standard deviation: 66.5463 | 1600516 76453 36521 50437 28498 31139 16664 13034 11860 7967 7774 4001 2906 2434 1530 1461 693 443 326 262 174 101 69 30 33 22 6 5 6 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
-Total_nonPF_delay_cycles: [binsize: 1 max: 3 count: 1187979 average: 0.00268523 | standard deviation: 0.0585751 | 1185227 2323 420 9 ]
-  virtual_network_0_delay_cycles: [binsize: 32 max: 1060 count: 707390 average: 63.4492 | standard deviation: 96.6557 | 412537 76453 36521 50437 28498 31139 16664 13034 11860 7967 7774 4001 2906 2434 1530 1461 693 443 326 262 174 101 69 30 33 22 6 5 6 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+Total_delay_cycles: [binsize: 32 max: 1070 count: 1901917 average: 23.6676 | standard deviation: 66.5163 | 1605803 77057 36746 50742 28570 31081 16600 13024 11911 7715 8177 3975 2999 2315 1628 1395 701 445 347 259 191 78 56 23 29 17 9 14 5 0 4 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+Total_nonPF_delay_cycles: [binsize: 1 max: 3 count: 1192255 average: 0.00257328 | standard deviation: 0.0573328 | 1189606 2240 399 10 ]
+  virtual_network_0_delay_cycles: [binsize: 32 max: 1070 count: 709662 average: 63.4255 | standard deviation: 96.6231 | 413548 77057 36746 50742 28570 31081 16600 13024 11911 7715 8177 3975 2999 2315 1628 1395 701 445 347 259 191 78 56 23 29 17 9 14 5 0 4 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: 3 count: 468144 average: 0.00568415 | standard deviation: 0.0868848 | 465918 1800 417 9 ]
-  virtual_network_3_delay_cycles: [binsize: 1 max: 2 count: 719835 average: 0.000734891 | standard deviation: 0.0272622 | 719309 523 3 ]
+  virtual_network_2_delay_cycles: [binsize: 1 max: 3 count: 469671 average: 0.00546127 | standard deviation: 0.0851706 | 467524 1739 398 10 ]
+  virtual_network_3_delay_cycles: [binsize: 1 max: 2 count: 722584 average: 0.000696113 | standard deviation: 0.0264364 | 722082 501 1 ]
   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 ]
@@ -114,10 +103,10 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 3 count: 1187979 average: 0.00268523
 Resource Usage
 --------------
 page_size: 4096
-user_time: 48
+user_time: 42
 system_time: 0
-page_reclaims: 6918
-page_faults: 1939
+page_reclaims: 8989
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -127,172 +116,172 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.415271
-  links_utilized_percent_switch_0_link_0: 0.174951 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.65559 bw: 160000 base_latency: 1
+links_utilized_percent_switch_0: 0.416622
+  links_utilized_percent_switch_0_link_0: 0.1753 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.657944 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_0_link_0_Request_Control: 59248 473984 [ 59248 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Data: 47528 3422016 [ 0 47528 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Control: 32057 256456 [ 0 32057 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Control: 49012 392096 [ 49012 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Data: 40688 2929536 [ 0 40688 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Control: 71059 568472 [ 0 30280 40779 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Request_Control: 59677 477416 [ 59677 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 47767 3439224 [ 0 47767 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Control: 32078 256624 [ 0 32078 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Control: 49180 393440 [ 49180 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Data: 40975 2950200 [ 0 40975 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Control: 71523 572184 [ 0 30612 40911 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.417719
-  links_utilized_percent_switch_1_link_0: 0.17501 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.660428 bw: 160000 base_latency: 1
+links_utilized_percent_switch_1: 0.413921
+  links_utilized_percent_switch_1_link_0: 0.174086 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.653756 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_1_link_0_Request_Control: 59529 476232 [ 59529 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Data: 47490 3419280 [ 0 47490 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Control: 32292 258336 [ 0 32292 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Control: 48960 391680 [ 48960 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 41045 2955240 [ 0 41045 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Control: 71486 571888 [ 0 30524 40962 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Request_Control: 59368 474944 [ 59368 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Data: 47459 3417048 [ 0 47459 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Control: 31548 252384 [ 0 31548 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Control: 48980 391840 [ 48980 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 40679 2928888 [ 0 40679 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Control: 71272 570176 [ 0 30597 40675 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.409969
-  links_utilized_percent_switch_2_link_0: 0.173149 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.646789 bw: 160000 base_latency: 1
+links_utilized_percent_switch_2: 0.408998
+  links_utilized_percent_switch_2_link_0: 0.173244 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.644752 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Request_Control: 58671 469368 [ 58671 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Data: 47080 3389760 [ 0 47080 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Control: 31320 250560 [ 0 31320 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Control: 48508 388064 [ 48508 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 40095 2886840 [ 0 40095 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Control: 70372 562976 [ 0 30167 40205 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Request_Control: 58740 469920 [ 58740 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 47251 3402072 [ 0 47251 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Control: 31542 252336 [ 0 31542 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Control: 48715 389720 [ 48715 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 40048 2883456 [ 0 40048 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Control: 70517 564136 [ 0 30181 40336 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 2
 switch_3_outlinks: 2
-links_utilized_percent_switch_3: 0.410979
-  links_utilized_percent_switch_3_link_0: 0.172611 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.649347 bw: 160000 base_latency: 1
+links_utilized_percent_switch_3: 0.411754
+  links_utilized_percent_switch_3_link_0: 0.172789 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.65072 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_3_link_0_Request_Control: 58622 468976 [ 58622 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Data: 46898 3376656 [ 0 46898 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Control: 31411 251288 [ 0 31411 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Control: 48355 386840 [ 48355 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 40341 2904552 [ 0 40341 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Control: 70208 561664 [ 0 30006 40202 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Request_Control: 58992 471936 [ 58992 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Data: 47078 3389616 [ 0 47078 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Control: 31492 251936 [ 0 31492 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Control: 48495 387960 [ 48495 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 40552 2919744 [ 0 40552 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Control: 70641 565128 [ 0 30354 40287 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_4_inlinks: 2
 switch_4_outlinks: 2
-links_utilized_percent_switch_4: 0.410566
-  links_utilized_percent_switch_4_link_0: 0.172947 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_4_link_1: 0.648185 bw: 160000 base_latency: 1
+links_utilized_percent_switch_4: 0.410354
+  links_utilized_percent_switch_4_link_0: 0.172598 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_4_link_1: 0.64811 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_4_link_0_Request_Control: 58685 469480 [ 58685 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Data: 46987 3383064 [ 0 46987 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Control: 31543 252344 [ 0 31543 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Control: 48410 387280 [ 48410 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Data: 40214 2895408 [ 0 40214 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Control: 70434 563472 [ 0 30169 40265 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Request_Control: 58702 469616 [ 58702 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Data: 46983 3382776 [ 0 46983 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Control: 32068 256544 [ 0 32068 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Control: 48464 387712 [ 48464 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Data: 40376 2907072 [ 0 40376 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Control: 70314 562512 [ 0 30046 40268 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_5_inlinks: 2
 switch_5_outlinks: 2
-links_utilized_percent_switch_5: 0.406856
-  links_utilized_percent_switch_5_link_0: 0.171397 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_5_link_1: 0.642316 bw: 160000 base_latency: 1
+links_utilized_percent_switch_5: 0.406591
+  links_utilized_percent_switch_5_link_0: 0.170992 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_5_link_1: 0.642191 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_5_link_0_Request_Control: 58202 465616 [ 58202 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Data: 46584 3354048 [ 0 46584 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Control: 31054 248432 [ 0 31054 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Control: 48013 384104 [ 48013 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Data: 39847 2868984 [ 0 39847 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Control: 69781 558248 [ 0 29974 39807 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Request_Control: 58275 466200 [ 58275 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Data: 46593 3354696 [ 0 46593 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Control: 31226 249808 [ 0 31226 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Control: 47996 383968 [ 47996 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Data: 39989 2879208 [ 0 39989 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Control: 69862 558896 [ 0 29968 39894 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_6_inlinks: 2
 switch_6_outlinks: 2
-links_utilized_percent_switch_6: 0.403083
-  links_utilized_percent_switch_6_link_0: 0.170609 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_6_link_1: 0.635556 bw: 160000 base_latency: 1
+links_utilized_percent_switch_6: 0.403555
+  links_utilized_percent_switch_6_link_0: 0.170507 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_6_link_1: 0.636603 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_6_link_0_Request_Control: 57792 462336 [ 57792 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Data: 46405 3341160 [ 0 46405 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Control: 30739 245912 [ 0 30739 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Control: 47700 381600 [ 47700 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Data: 39391 2836152 [ 0 39391 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Control: 69184 553472 [ 0 29788 39396 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Request_Control: 57883 463064 [ 57883 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Data: 46461 3345192 [ 0 46461 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Control: 31365 250920 [ 0 31365 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Control: 47887 383096 [ 47887 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Data: 39582 2849904 [ 0 39582 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Control: 69477 555816 [ 0 29723 39754 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_7_inlinks: 2
 switch_7_outlinks: 2
-links_utilized_percent_switch_7: 0.401771
-  links_utilized_percent_switch_7_link_0: 0.169663 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_7_link_1: 0.63388 bw: 160000 base_latency: 1
+links_utilized_percent_switch_7: 0.404768
+  links_utilized_percent_switch_7_link_0: 0.170843 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_7_link_1: 0.638692 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_7_link_0_Request_Control: 57395 459160 [ 57395 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Data: 46078 3317616 [ 0 46078 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Control: 31270 250160 [ 0 31270 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Control: 47499 379992 [ 47499 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Data: 39327 2831544 [ 0 39327 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Control: 68718 549744 [ 0 29385 39333 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Request_Control: 58034 464272 [ 58034 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Data: 46530 3350160 [ 0 46530 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Control: 31591 252728 [ 0 31591 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Control: 48033 384264 [ 48033 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Data: 39723 2860056 [ 0 39723 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Control: 69616 556928 [ 0 29815 39801 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_8_inlinks: 2
 switch_8_outlinks: 2
-links_utilized_percent_switch_8: 1.37752
-  links_utilized_percent_switch_8_link_0: 0.52085 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_8_link_1: 2.23418 bw: 160000 base_latency: 1
+links_utilized_percent_switch_8: 1.37857
+  links_utilized_percent_switch_8_link_0: 0.521419 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_8_link_1: 2.23573 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_8_link_0_Control: 386457 3091656 [ 386457 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Response_Data: 93099 6703128 [ 0 93099 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Response_Control: 320947 2567576 [ 0 0 320947 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Control: 387750 3102000 [ 387750 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Response_Data: 93552 6735744 [ 0 93552 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Response_Control: 321925 2575400 [ 0 0 321925 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_8_link_1_Control: 2 16 [ 2 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Request_Control: 320947 2567576 [ 320947 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Response_Data: 147199 10598328 [ 0 147199 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Response_Control: 11393 91144 [ 0 11393 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Request_Control: 321925 2575400 [ 321925 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Response_Data: 147748 10637856 [ 0 147748 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Response_Control: 11614 92912 [ 0 11614 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_9_inlinks: 2
 switch_9_outlinks: 2
-links_utilized_percent_switch_9: 1.24711e-05
-  links_utilized_percent_switch_9_link_0: 6.74111e-07 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_9_link_1: 2.4268e-05 bw: 160000 base_latency: 1
+links_utilized_percent_switch_9: 1.24336e-05
+  links_utilized_percent_switch_9_link_0: 6.72087e-07 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_9_link_1: 2.41951e-05 bw: 160000 base_latency: 1
 
   outgoing_messages_switch_9_link_0_Control: 2 16 [ 2 0 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_9_link_1_Response_Data: 2 144 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_10_inlinks: 10
 switch_10_outlinks: 10
-links_utilized_percent_switch_10: 0.760475
-  links_utilized_percent_switch_10_link_0: 0.699804 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_1: 0.700039 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_2: 0.692596 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_3: 0.690445 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_4: 0.691788 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_5: 0.685587 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_6: 0.682438 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_7: 0.67865 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_8: 2.0834 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_9: 2.69644e-06 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_10_link_0_Request_Control: 59248 473984 [ 59248 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Response_Data: 47528 3422016 [ 0 47528 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Response_Control: 32057 256456 [ 0 32057 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Request_Control: 59529 476232 [ 59529 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Response_Data: 47490 3419280 [ 0 47490 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Response_Control: 32292 258336 [ 0 32292 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Request_Control: 58671 469368 [ 58671 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Response_Data: 47080 3389760 [ 0 47080 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Response_Control: 31320 250560 [ 0 31320 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Request_Control: 58622 468976 [ 58622 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Response_Data: 46898 3376656 [ 0 46898 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Response_Control: 31411 251288 [ 0 31411 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Request_Control: 58685 469480 [ 58685 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Response_Data: 46987 3383064 [ 0 46987 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Response_Control: 31543 252344 [ 0 31543 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Request_Control: 58202 465616 [ 58202 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Response_Data: 46584 3354048 [ 0 46584 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Response_Control: 31054 248432 [ 0 31054 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Request_Control: 57792 462336 [ 57792 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Response_Data: 46405 3341160 [ 0 46405 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Response_Control: 30739 245912 [ 0 30739 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Request_Control: 57395 459160 [ 57395 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Response_Data: 46078 3317616 [ 0 46078 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Response_Control: 31270 250160 [ 0 31270 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Control: 386457 3091656 [ 386457 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Response_Data: 93099 6703128 [ 0 93099 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Response_Control: 320948 2567584 [ 0 0 320948 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_10: 0.760712
+  links_utilized_percent_switch_10_link_0: 0.701199 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_1: 0.696345 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_2: 0.692977 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_3: 0.691155 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_4: 0.690391 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_5: 0.683967 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_6: 0.68203 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_7: 0.683371 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_8: 2.08568 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_9: 2.68835e-06 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_10_link_0_Request_Control: 59677 477416 [ 59677 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Response_Data: 47767 3439224 [ 0 47767 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Response_Control: 32078 256624 [ 0 32078 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Request_Control: 59368 474944 [ 59368 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Response_Data: 47459 3417048 [ 0 47459 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Response_Control: 31548 252384 [ 0 31548 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Request_Control: 58740 469920 [ 58740 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Response_Data: 47251 3402072 [ 0 47251 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Response_Control: 31542 252336 [ 0 31542 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Request_Control: 58992 471936 [ 58992 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Response_Data: 47078 3389616 [ 0 47078 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Response_Control: 31492 251936 [ 0 31492 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Request_Control: 58702 469616 [ 58702 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Response_Data: 46983 3382776 [ 0 46983 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Response_Control: 32068 256544 [ 0 32068 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Request_Control: 58275 466200 [ 58275 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Response_Data: 46593 3354696 [ 0 46593 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Response_Control: 31226 249808 [ 0 31226 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Request_Control: 57883 463064 [ 57883 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Response_Data: 46461 3345192 [ 0 46461 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Response_Control: 31365 250920 [ 0 31365 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Request_Control: 58034 464272 [ 58034 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Response_Data: 46530 3350160 [ 0 46530 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Response_Control: 31591 252728 [ 0 31591 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Control: 387750 3102000 [ 387750 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Response_Data: 93552 6735744 [ 0 93552 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Response_Control: 321925 2575400 [ 0 0 321925 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_10_link_9_Control: 2 16 [ 2 0 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
@@ -301,7 +290,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -311,26 +299,25 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  98992
+Load  99861
 Ifetch  0
-Store  53492
-Inv  30280
+Store  53771
+Inv  30612
 L1_Replacement  0
-Fwd_GETX  17248
-Fwd_GETS  11720
+Fwd_GETX  17155
+Fwd_GETS  11910
 Fwd_GET_INSTR  0
-Data  10425
+Data  10502
 Data_Exclusive  0
-DataS_fromL1  11811
-Data_all_Acks  25292
-Ack  20150
-Ack_all  11907
+DataS_fromL1  11846
+Data_all_Acks  25419
+Ack  20165
+Ack_all  11913
 WB_Ack  0
 
  - Transitions -
@@ -340,16 +327,16 @@ NP  Store  1
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  20042
+I  Load  20113
 I  Ifetch  0 <-- 
-I  Store  10889
+I  Store  11009
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  33193
+S  Load  33892
 S  Ifetch  0 <-- 
-S  Store  18079
-S  Inv  11462
+S  Store  18056
+S  Inv  11768
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -361,40 +348,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  45756
+M  Load  45855
 M  Ifetch  0 <-- 
-M  Store  24523
+M  Store  24705
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  17248
-M  Fwd_GETS  11720
+M  Fwd_GETX  17155
+M  Fwd_GETS  11910
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2221
+IS  Inv  2199
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11811
-IS  Data_all_Acks  6010
+IS  DataS_fromL1  11846
+IS  Data_all_Acks  6068
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10425
-IM  Data_all_Acks  17061
+IM  Data  10502
+IM  Data_all_Acks  17152
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16597
+SM  Inv  16645
 SM  L1_Replacement  0 <-- 
-SM  Ack  20150
-SM  Ack_all  11907
+SM  Ack  20165
+SM  Ack_all  11913
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -403,7 +390,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2221
+IS_I  Data_all_Acks  2199
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -426,7 +413,6 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -436,7 +422,6 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -444,18 +429,18 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache
  - Event Counts -
 Load  100000
 Ifetch  0
-Store  53369
-Inv  30524
+Store  53094
+Inv  30597
 L1_Replacement  0
-Fwd_GETX  16965
-Fwd_GETS  12040
+Fwd_GETX  16861
+Fwd_GETS  11910
 Fwd_GET_INSTR  0
-Data  10436
+Data  10170
 Data_Exclusive  0
-DataS_fromL1  11957
-Data_all_Acks  25097
-Ack  20387
-Ack_all  11905
+DataS_fromL1  11904
+Data_all_Acks  25385
+Ack  19858
+Ack_all  11690
 WB_Ack  0
 
  - Transitions -
@@ -465,16 +450,16 @@ NP  Store  2
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19954
+I  Load  20208
 I  Ifetch  0 <-- 
-I  Store  10627
+I  Store  10728
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  34113
+S  Load  34188
 S  Ifetch  0 <-- 
-S  Store  18377
-S  Inv  11476
+S  Store  18042
+S  Inv  11866
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -486,40 +471,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  45933
+M  Load  45604
 M  Ifetch  0 <-- 
-M  Store  24363
+M  Store  24322
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16965
-M  Fwd_GETS  12040
+M  Fwd_GETX  16861
+M  Fwd_GETS  11910
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2140
+IS  Inv  2209
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11957
-IS  Data_all_Acks  5857
+IS  DataS_fromL1  11904
+IS  Data_all_Acks  6095
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10436
-IM  Data_all_Acks  17100
+IM  Data  10170
+IM  Data_all_Acks  17081
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16908
+SM  Inv  16522
 SM  L1_Replacement  0 <-- 
-SM  Ack  20387
-SM  Ack_all  11905
+SM  Ack  19858
+SM  Ack_all  11690
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -528,7 +513,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2140
+IS_I  Data_all_Acks  2209
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -551,7 +536,6 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -561,26 +545,25 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 2 ---
  - Event Counts -
-Load  98060
+Load  98032
 Ifetch  0
-Store  52567
-Inv  30167
+Store  52759
+Inv  30181
 L1_Replacement  0
-Fwd_GETX  16913
-Fwd_GETS  11591
+Fwd_GETX  17070
+Fwd_GETS  11489
 Fwd_GET_INSTR  0
-Data  10258
+Data  10282
 Data_Exclusive  0
-DataS_fromL1  11701
-Data_all_Acks  25121
-Ack  19636
-Ack_all  11684
+DataS_fromL1  11777
+Data_all_Acks  25192
+Ack  19798
+Ack_all  11744
 WB_Ack  0
 
  - Transitions -
@@ -590,16 +573,16 @@ NP  Store  1
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  20002
+I  Load  20153
 I  Ifetch  0 <-- 
-I  Store  10728
+I  Store  10822
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  32916
+S  Load  32864
 S  Ifetch  0 <-- 
-S  Store  17776
-S  Inv  11648
+S  Store  17738
+S  Inv  11696
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -611,40 +594,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  45141
+M  Load  45014
 M  Ifetch  0 <-- 
-M  Store  24062
+M  Store  24198
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16913
-M  Fwd_GETS  11591
+M  Fwd_GETX  17070
+M  Fwd_GETS  11489
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2169
+IS  Inv  2209
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11701
-IS  Data_all_Acks  6132
+IS  DataS_fromL1  11777
+IS  Data_all_Acks  6168
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10258
-IM  Data_all_Acks  16820
+IM  Data  10282
+IM  Data_all_Acks  16815
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16350
+SM  Inv  16276
 SM  L1_Replacement  0 <-- 
-SM  Ack  19636
-SM  Ack_all  11684
+SM  Ack  19798
+SM  Ack_all  11744
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -653,7 +636,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2169
+IS_I  Data_all_Acks  2209
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -676,7 +659,6 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -686,26 +668,25 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 3 ---
  - Event Counts -
-Load  97980
+Load  98574
 Ifetch  0
-Store  52707
-Inv  30006
+Store  52923
+Inv  30354
 L1_Replacement  0
-Fwd_GETX  16891
-Fwd_GETS  11725
+Fwd_GETX  16724
+Fwd_GETS  11914
 Fwd_GET_INSTR  0
-Data  10169
+Data  10232
 Data_Exclusive  0
-DataS_fromL1  11586
-Data_all_Acks  25143
-Ack  19787
-Ack_all  11624
+DataS_fromL1  11649
+Data_all_Acks  25197
+Ack  19845
+Ack_all  11647
 WB_Ack  0
 
  - Transitions -
@@ -715,16 +696,16 @@ NP  Store  0 <--
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19735
+I  Load  19854
 I  Ifetch  0 <-- 
-I  Store  10745
+I  Store  10574
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  33032
+S  Load  33422
 S  Ifetch  0 <-- 
-S  Store  17873
-S  Inv  11501
+S  Store  18065
+S  Inv  11545
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -736,40 +717,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  45211
+M  Load  45296
 M  Ifetch  0 <-- 
-M  Store  24089
+M  Store  24284
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16891
-M  Fwd_GETS  11725
+M  Fwd_GETX  16724
+M  Fwd_GETS  11914
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2088
+IS  Inv  2159
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11586
-IS  Data_all_Acks  6063
+IS  DataS_fromL1  11649
+IS  Data_all_Acks  6047
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10169
-IM  Data_all_Acks  16992
+IM  Data  10232
+IM  Data_all_Acks  16991
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16417
+SM  Inv  16650
 SM  L1_Replacement  0 <-- 
-SM  Ack  19787
-SM  Ack_all  11624
+SM  Ack  19845
+SM  Ack_all  11647
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -778,7 +759,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2088
+IS_I  Data_all_Acks  2159
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -801,7 +782,6 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -811,26 +791,25 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 4 ---
  - Event Counts -
-Load  98002
+Load  97813
 Ifetch  0
-Store  52774
-Inv  30169
+Store  53065
+Inv  30046
 L1_Replacement  0
-Fwd_GETX  16818
-Fwd_GETS  11698
+Fwd_GETX  16936
+Fwd_GETS  11720
 Fwd_GET_INSTR  0
-Data  10198
+Data  10345
 Data_Exclusive  0
-DataS_fromL1  11749
-Data_all_Acks  25040
-Ack  19924
-Ack_all  11619
+DataS_fromL1  11611
+Data_all_Acks  25027
+Ack  20243
+Ack_all  11825
 WB_Ack  0
 
  - Transitions -
@@ -840,16 +819,16 @@ NP  Store  2
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19894
+I  Load  19807
 I  Ifetch  0 <-- 
-I  Store  10660
+I  Store  10748
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  33230
+S  Load  32839
 S  Ifetch  0 <-- 
-S  Store  17854
-S  Inv  11630
+S  Store  17907
+S  Inv  11513
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -861,13 +840,13 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  44878
+M  Load  45167
 M  Ifetch  0 <-- 
-M  Store  24258
+M  Store  24408
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16818
-M  Fwd_GETS  11698
+M  Fwd_GETX  16936
+M  Fwd_GETS  11720
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
@@ -876,25 +855,25 @@ IS  Store  0 <--
 IS  Inv  2106
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11749
-IS  Data_all_Acks  6037
+IS  DataS_fromL1  11611
+IS  Data_all_Acks  6089
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10198
-IM  Data_all_Acks  16897
+IM  Data  10345
+IM  Data_all_Acks  16832
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16433
+SM  Inv  16427
 SM  L1_Replacement  0 <-- 
-SM  Ack  19924
-SM  Ack_all  11619
+SM  Ack  20243
+SM  Ack_all  11825
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -926,7 +905,6 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -936,26 +914,25 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 5 ---
  - Event Counts -
-Load  97409
+Load  97539
 Ifetch  0
-Store  52454
-Inv  29974
+Store  52365
+Inv  29968
 L1_Replacement  0
-Fwd_GETX  16609
-Fwd_GETS  11619
+Fwd_GETX  16625
+Fwd_GETS  11682
 Fwd_GET_INSTR  0
-Data  10002
+Data  10163
 Data_Exclusive  0
-DataS_fromL1  11578
-Data_all_Acks  25004
-Ack  19624
-Ack_all  11430
+DataS_fromL1  11587
+Data_all_Acks  24843
+Ack  19662
+Ack_all  11564
 WB_Ack  0
 
  - Transitions -
@@ -965,16 +942,16 @@ NP  Store  1
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19782
+I  Load  19687
 I  Ifetch  0 <-- 
-I  Store  10572
+I  Store  10596
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  33224
+S  Load  33227
 S  Ifetch  0 <-- 
-S  Store  17657
-S  Inv  11591
+S  Store  17711
+S  Inv  11590
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -986,40 +963,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  44402
+M  Load  44624
 M  Ifetch  0 <-- 
-M  Store  24224
+M  Store  24057
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16609
-M  Fwd_GETS  11619
+M  Fwd_GETX  16625
+M  Fwd_GETS  11682
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2154
+IS  Inv  2068
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11578
-IS  Data_all_Acks  6051
+IS  DataS_fromL1  11587
+IS  Data_all_Acks  6032
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10002
-IM  Data_all_Acks  16799
+IM  Data  10163
+IM  Data_all_Acks  16743
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16229
+SM  Inv  16310
 SM  L1_Replacement  0 <-- 
-SM  Ack  19624
-SM  Ack_all  11430
+SM  Ack  19662
+SM  Ack_all  11564
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -1028,7 +1005,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2154
+IS_I  Data_all_Acks  2068
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -1051,7 +1028,6 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1061,26 +1037,25 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 6 ---
  - Event Counts -
-Load  96359
+Load  96539
 Ifetch  0
-Store  51489
-Inv  29788
+Store  52066
+Inv  29723
 L1_Replacement  0
-Fwd_GETX  16617
-Fwd_GETS  11387
+Fwd_GETX  16738
+Fwd_GETS  11422
 Fwd_GET_INSTR  0
-Data  10074
+Data  10102
 Data_Exclusive  0
-DataS_fromL1  11392
-Data_all_Acks  24939
-Ack  19372
-Ack_all  11367
+DataS_fromL1  11594
+Data_all_Acks  24765
+Ack  19839
+Ack_all  11526
 WB_Ack  0
 
  - Transitions -
@@ -1090,16 +1065,16 @@ NP  Store  0 <--
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19693
+I  Load  19723
 I  Ifetch  0 <-- 
-I  Store  10572
+I  Store  10567
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  32214
+S  Load  32252
 S  Ifetch  0 <-- 
-S  Store  17433
-S  Inv  11564
+S  Store  17595
+S  Inv  11486
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -1111,40 +1086,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  44450
+M  Load  44562
 M  Ifetch  0 <-- 
-M  Store  23484
+M  Store  23904
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16617
-M  Fwd_GETS  11387
+M  Fwd_GETX  16738
+M  Fwd_GETS  11422
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2084
+IS  Inv  2066
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11392
-IS  Data_all_Acks  6218
+IS  DataS_fromL1  11594
+IS  Data_all_Acks  6065
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10074
-IM  Data_all_Acks  16637
+IM  Data  10102
+IM  Data_all_Acks  16634
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  16140
+SM  Inv  16171
 SM  L1_Replacement  0 <-- 
-SM  Ack  19372
-SM  Ack_all  11367
+SM  Ack  19839
+SM  Ack_all  11526
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -1153,7 +1128,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2084
+IS_I  Data_all_Acks  2066
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -1176,7 +1151,6 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1186,26 +1160,25 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 7 ---
  - Event Counts -
-Load  95733
+Load  97318
 Ifetch  0
-Store  51690
-Inv  29385
+Store  52277
+Inv  29815
 L1_Replacement  0
-Fwd_GETX  16693
-Fwd_GETS  11317
+Fwd_GETX  16715
+Fwd_GETS  11504
 Fwd_GET_INSTR  0
-Data  10141
+Data  10140
 Data_Exclusive  0
-DataS_fromL1  11323
-Data_all_Acks  24614
-Ack  19710
-Ack_all  11560
+DataS_fromL1  11582
+Data_all_Acks  24808
+Ack  19950
+Ack_all  11641
 WB_Ack  0
 
  - Transitions -
@@ -1215,16 +1188,16 @@ NP  Store  1
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
-I  Load  19488
+I  Load  19811
 I  Ifetch  0 <-- 
-I  Store  10620
+I  Store  10672
 I  Inv  0 <-- 
 I  L1_Replacement  0 <-- 
 
-S  Load  32018
+S  Load  33045
 S  Ifetch  0 <-- 
-S  Store  17389
-S  Inv  11338
+S  Store  17548
+S  Inv  11790
 S  L1_Replacement  0 <-- 
 
 E  Load  0 <-- 
@@ -1236,40 +1209,40 @@ E  Fwd_GETX  0 <--
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  44226
+M  Load  44461
 M  Ifetch  0 <-- 
-M  Store  23680
+M  Store  24056
 M  Inv  0 <-- 
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  16693
-M  Fwd_GETS  11317
+M  Fwd_GETX  16715
+M  Fwd_GETS  11504
 M  Fwd_GET_INSTR  0 <-- 
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  Inv  2077
+IS  Inv  1978
 IS  L1_Replacement  0 <-- 
 IS  Data_Exclusive  0 <-- 
-IS  DataS_fromL1  11323
-IS  Data_all_Acks  6087
+IS  DataS_fromL1  11582
+IS  Data_all_Acks  6252
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
 IM  L1_Replacement  0 <-- 
-IM  Data  10141
-IM  Data_all_Acks  16450
+IM  Data  10140
+IM  Data_all_Acks  16578
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
-SM  Inv  15970
+SM  Inv  16047
 SM  L1_Replacement  0 <-- 
-SM  Ack  19710
-SM  Ack_all  11560
+SM  Ack  19950
+SM  Ack_all  11641
 
 IS_I  Load  0 <-- 
 IS_I  Ifetch  0 <-- 
@@ -1278,7 +1251,7 @@ IS_I  Inv  0 <--
 IS_I  L1_Replacement  0 <-- 
 IS_I  Data_Exclusive  0 <-- 
 IS_I  DataS_fromL1  0 <-- 
-IS_I  Data_all_Acks  2077
+IS_I  Data_all_Acks  1978
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
@@ -1301,16 +1274,15 @@ Cache Stats: system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
 L1_GET_INSTR  0
-L1_GETS  2019575
-L1_GETX  2540990
-L1_UPGRADE  314372
+L1_GETS  2024573
+L1_GETX  2549715
+L1_UPGRADE  314708
 L1_PUTX  0
 L1_PUTX_old  0
 Fwd_L1_GETX  0
@@ -1320,13 +1292,13 @@ L2_Replacement  0
 L2_Replacement_clean  0
 Mem_Data  2
 Mem_Ack  0
-WB_Data  93097
+WB_Data  93550
 WB_Data_clean  0
 Ack  0
 Ack_all  0
-Unblock  93096
+Unblock  93550
 Unblock_Cancel  0
-Exclusive_Unblock  227851
+Exclusive_Unblock  228375
 MEM_Inv  0
 
  - Transitions -
@@ -1337,9 +1309,9 @@ NP  L1_PUTX  0 <--
 NP  L1_PUTX_old  0 <-- 
 
 SS  L1_GET_INSTR  0 <-- 
-SS  L1_GETS  65494
-SS  L1_GETX  81703
-SS  L1_UPGRADE  11393
+SS  L1_GETS  65810
+SS  L1_GETX  81936
+SS  L1_UPGRADE  11614
 SS  L1_PUTX  0 <-- 
 SS  L1_PUTX_old  0 <-- 
 SS  L2_Replacement  0 <-- 
@@ -1356,8 +1328,8 @@ M  L2_Replacement_clean  0 <--
 M  MEM_Inv  0 <-- 
 
 MT  L1_GET_INSTR  0 <-- 
-MT  L1_GETS  93097
-MT  L1_GETX  134754
+MT  L1_GETS  93551
+MT  L1_GETX  134824
 MT  L1_PUTX  0 <-- 
 MT  L1_PUTX_old  0 <-- 
 MT  L2_Replacement  0 <-- 
@@ -1444,27 +1416,27 @@ IM  Mem_Data  2
 IM  MEM_Inv  0 <-- 
 
 SS_MB  L1_GET_INSTR  0 <-- 
-SS_MB  L1_GETS  467835
-SS_MB  L1_GETX  561825
-SS_MB  L1_UPGRADE  262405
+SS_MB  L1_GETS  470476
+SS_MB  L1_GETX  564705
+SS_MB  L1_UPGRADE  262728
 SS_MB  L1_PUTX  0 <-- 
 SS_MB  L1_PUTX_old  0 <-- 
 SS_MB  L2_Replacement  0 <-- 
 SS_MB  L2_Replacement_clean  0 <-- 
 SS_MB  Unblock_Cancel  0 <-- 
-SS_MB  Exclusive_Unblock  93096
+SS_MB  Exclusive_Unblock  93549
 SS_MB  MEM_Inv  0 <-- 
 
 MT_MB  L1_GET_INSTR  0 <-- 
-MT_MB  L1_GETS  856021
-MT_MB  L1_GETX  1061989
+MT_MB  L1_GETS  855369
+MT_MB  L1_GETX  1063853
 MT_MB  L1_UPGRADE  0 <-- 
 MT_MB  L1_PUTX  0 <-- 
 MT_MB  L1_PUTX_old  0 <-- 
 MT_MB  L2_Replacement  0 <-- 
 MT_MB  L2_Replacement_clean  0 <-- 
 MT_MB  Unblock_Cancel  0 <-- 
-MT_MB  Exclusive_Unblock  134755
+MT_MB  Exclusive_Unblock  134826
 MT_MB  MEM_Inv  0 <-- 
 
 M_MB  L1_GET_INSTR  0 <-- 
@@ -1479,14 +1451,14 @@ M_MB  Exclusive_Unblock  0 <--
 M_MB  MEM_Inv  0 <-- 
 
 MT_IIB  L1_GET_INSTR  0 <-- 
-MT_IIB  L1_GETS  382910
-MT_IIB  L1_GETX  496747
+MT_IIB  L1_GETS  384672
+MT_IIB  L1_GETX  499786
 MT_IIB  L1_UPGRADE  0 <-- 
 MT_IIB  L1_PUTX  0 <-- 
 MT_IIB  L1_PUTX_old  0 <-- 
 MT_IIB  L2_Replacement  0 <-- 
 MT_IIB  L2_Replacement_clean  0 <-- 
-MT_IIB  WB_Data  93097
+MT_IIB  WB_Data  93550
 MT_IIB  WB_Data_clean  0 <-- 
 MT_IIB  Unblock  0 <-- 
 MT_IIB  MEM_Inv  0 <-- 
@@ -1505,14 +1477,14 @@ MT_IB  Unblock_Cancel  0 <--
 MT_IB  MEM_Inv  0 <-- 
 
 MT_SB  L1_GET_INSTR  0 <-- 
-MT_SB  L1_GETS  153974
-MT_SB  L1_GETX  203787
-MT_SB  L1_UPGRADE  40574
+MT_SB  L1_GETS  154451
+MT_SB  L1_GETX  204426
+MT_SB  L1_UPGRADE  40366
 MT_SB  L1_PUTX  0 <-- 
 MT_SB  L1_PUTX_old  0 <-- 
 MT_SB  L2_Replacement  0 <-- 
 MT_SB  L2_Replacement_clean  0 <-- 
-MT_SB  Unblock  93096
+MT_SB  Unblock  93550
 MT_SB  MEM_Inv  0 <-- 
 
 Memory controller: system.ruby.network.topology.ext_links9.ext_node.memBuffer:
index 9941fe3a2ed11beb4aabb3212809e2c8d7ebb447..780ce373e743d1089cb4ea250c3bc8364dd2097b 100755 (executable)
@@ -1,74 +1,74 @@
-system.cpu1: completed 10000 read accesses @369045
-system.cpu3: completed 10000 read accesses @375134
-system.cpu0: completed 10000 read accesses @379333
-system.cpu4: completed 10000 read accesses @381010
-system.cpu2: completed 10000 read accesses @382842
-system.cpu6: completed 10000 read accesses @383698
-system.cpu7: completed 10000 read accesses @384995
-system.cpu5: completed 10000 read accesses @385374
-system.cpu1: completed 20000 read accesses @741171
-system.cpu4: completed 20000 read accesses @750155
-system.cpu0: completed 20000 read accesses @752751
-system.cpu3: completed 20000 read accesses @756635
-system.cpu2: completed 20000 read accesses @759675
-system.cpu6: completed 20000 read accesses @761608
-system.cpu7: completed 20000 read accesses @768000
-system.cpu5: completed 20000 read accesses @768371
-system.cpu1: completed 30000 read accesses @1110388
-system.cpu4: completed 30000 read accesses @1123036
-system.cpu0: completed 30000 read accesses @1128110
-system.cpu2: completed 30000 read accesses @1137867
-system.cpu3: completed 30000 read accesses @1139088
-system.cpu6: completed 30000 read accesses @1142556
-system.cpu7: completed 30000 read accesses @1150467
-system.cpu5: completed 30000 read accesses @1151106
-system.cpu1: completed 40000 read accesses @1490114
-system.cpu0: completed 40000 read accesses @1493155
-system.cpu4: completed 40000 read accesses @1497187
-system.cpu2: completed 40000 read accesses @1515309
-system.cpu3: completed 40000 read accesses @1515741
-system.cpu6: completed 40000 read accesses @1525379
-system.cpu5: completed 40000 read accesses @1530541
-system.cpu7: completed 40000 read accesses @1538741
-system.cpu1: completed 50000 read accesses @1860332
-system.cpu0: completed 50000 read accesses @1867591
-system.cpu4: completed 50000 read accesses @1873458
-system.cpu2: completed 50000 read accesses @1899397
-system.cpu3: completed 50000 read accesses @1900017
-system.cpu5: completed 50000 read accesses @1912488
-system.cpu6: completed 50000 read accesses @1915555
-system.cpu7: completed 50000 read accesses @1922782
-system.cpu1: completed 60000 read accesses @2238333
-system.cpu0: completed 60000 read accesses @2244218
-system.cpu4: completed 60000 read accesses @2255037
-system.cpu2: completed 60000 read accesses @2274576
-system.cpu3: completed 60000 read accesses @2274764
-system.cpu5: completed 60000 read accesses @2298934
-system.cpu6: completed 60000 read accesses @2309075
-system.cpu7: completed 60000 read accesses @2323339
-system.cpu1: completed 70000 read accesses @2600904
-system.cpu0: completed 70000 read accesses @2622809
-system.cpu4: completed 70000 read accesses @2633148
-system.cpu2: completed 70000 read accesses @2650372
-system.cpu3: completed 70000 read accesses @2661632
-system.cpu5: completed 70000 read accesses @2678675
-system.cpu6: completed 70000 read accesses @2697088
-system.cpu7: completed 70000 read accesses @2711986
-system.cpu1: completed 80000 read accesses @2969240
-system.cpu0: completed 80000 read accesses @2991652
-system.cpu4: completed 80000 read accesses @3015607
-system.cpu2: completed 80000 read accesses @3020165
-system.cpu3: completed 80000 read accesses @3040093
-system.cpu5: completed 80000 read accesses @3054431
-system.cpu6: completed 80000 read accesses @3090505
-system.cpu7: completed 80000 read accesses @3105496
-system.cpu1: completed 90000 read accesses @3338659
-system.cpu0: completed 90000 read accesses @3373927
-system.cpu2: completed 90000 read accesses @3397759
-system.cpu4: completed 90000 read accesses @3398901
-system.cpu3: completed 90000 read accesses @3408631
-system.cpu5: completed 90000 read accesses @3430133
-system.cpu6: completed 90000 read accesses @3467538
-system.cpu7: completed 90000 read accesses @3493036
-system.cpu1: completed 100000 read accesses @3708588
+system.cpu7: completed 10000 read accesses @373359
+system.cpu1: completed 10000 read accesses @375374
+system.cpu0: completed 10000 read accesses @376725
+system.cpu2: completed 10000 read accesses @380778
+system.cpu5: completed 10000 read accesses @382682
+system.cpu3: completed 10000 read accesses @383505
+system.cpu4: completed 10000 read accesses @386561
+system.cpu6: completed 10000 read accesses @389125
+system.cpu1: completed 20000 read accesses @745885
+system.cpu0: completed 20000 read accesses @748353
+system.cpu2: completed 20000 read accesses @753861
+system.cpu7: completed 20000 read accesses @758042
+system.cpu5: completed 20000 read accesses @759129
+system.cpu3: completed 20000 read accesses @764814
+system.cpu4: completed 20000 read accesses @768939
+system.cpu6: completed 20000 read accesses @774936
+system.cpu1: completed 30000 read accesses @1121924
+system.cpu2: completed 30000 read accesses @1124427
+system.cpu0: completed 30000 read accesses @1125253
+system.cpu7: completed 30000 read accesses @1139134
+system.cpu4: completed 30000 read accesses @1139334
+system.cpu3: completed 30000 read accesses @1144574
+system.cpu5: completed 30000 read accesses @1145748
+system.cpu6: completed 30000 read accesses @1147208
+system.cpu0: completed 40000 read accesses @1492239
+system.cpu1: completed 40000 read accesses @1495604
+system.cpu2: completed 40000 read accesses @1499940
+system.cpu4: completed 40000 read accesses @1518641
+system.cpu7: completed 40000 read accesses @1518771
+system.cpu5: completed 40000 read accesses @1528667
+system.cpu6: completed 40000 read accesses @1530209
+system.cpu3: completed 40000 read accesses @1537371
+system.cpu0: completed 50000 read accesses @1865558
+system.cpu1: completed 50000 read accesses @1868280
+system.cpu2: completed 50000 read accesses @1884528
+system.cpu7: completed 50000 read accesses @1899621
+system.cpu4: completed 50000 read accesses @1903698
+system.cpu5: completed 50000 read accesses @1909143
+system.cpu3: completed 50000 read accesses @1910503
+system.cpu6: completed 50000 read accesses @1915590
+system.cpu0: completed 60000 read accesses @2235441
+system.cpu1: completed 60000 read accesses @2240292
+system.cpu2: completed 60000 read accesses @2270206
+system.cpu4: completed 60000 read accesses @2278819
+system.cpu7: completed 60000 read accesses @2284397
+system.cpu5: completed 60000 read accesses @2288761
+system.cpu3: completed 60000 read accesses @2289377
+system.cpu6: completed 60000 read accesses @2312599
+system.cpu0: completed 70000 read accesses @2605926
+system.cpu1: completed 70000 read accesses @2606409
+system.cpu4: completed 70000 read accesses @2648937
+system.cpu2: completed 70000 read accesses @2655948
+system.cpu5: completed 70000 read accesses @2662046
+system.cpu3: completed 70000 read accesses @2664803
+system.cpu7: completed 70000 read accesses @2675843
+system.cpu6: completed 70000 read accesses @2704307
+system.cpu1: completed 80000 read accesses @2972591
+system.cpu0: completed 80000 read accesses @2986258
+system.cpu3: completed 80000 read accesses @3027695
+system.cpu4: completed 80000 read accesses @3034526
+system.cpu2: completed 80000 read accesses @3036101
+system.cpu5: completed 80000 read accesses @3049670
+system.cpu7: completed 80000 read accesses @3053840
+system.cpu6: completed 80000 read accesses @3088364
+system.cpu1: completed 90000 read accesses @3348204
+system.cpu0: completed 90000 read accesses @3355393
+system.cpu3: completed 90000 read accesses @3393344
+system.cpu2: completed 90000 read accesses @3410223
+system.cpu4: completed 90000 read accesses @3417605
+system.cpu5: completed 90000 read accesses @3432894
+system.cpu7: completed 90000 read accesses @3437480
+system.cpu6: completed 90000 read accesses @3470461
+system.cpu1: completed 100000 read accesses @3719757
 hack: be nice to actually delete the event here
index 76e9a1b8e2252903e967051ae10265eab7a716cf..5587c1dbc72172cd5bda8a00dbd98c2500253f69 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 28 2010 13:54:58
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 28 2010 13:57:45
-M5 executing on svvint03
+M5 compiled Mar 18 2010 14:36:48
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 15:36:46
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MESI_CMP_directory/m5.fast -d build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 3708588 because maximum number of loads reached
+Exiting @ tick 3719757 because maximum number of loads reached
index f29c9ce28c02948793622e8442426ff83c855f0b..d4dd5f473df85569ec3831cd61e3678355c6bd9e 100644 (file)
@@ -1,34 +1,34 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 344972                       # Number of bytes of host memory used
-host_seconds                                    51.38                       # Real time elapsed on the host
-host_tick_rate                                  72178                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 340040                       # Number of bytes of host memory used
+host_seconds                                    42.78                       # Real time elapsed on the host
+host_tick_rate                                  86943                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.003709                       # Number of seconds simulated
-sim_ticks                                     3708588                       # Number of ticks simulated
+sim_seconds                                  0.003720                       # Number of seconds simulated
+sim_ticks                                     3719757                       # Number of ticks simulated
 system.cpu0.num_copies                              0                       # number of copy accesses completed
-system.cpu0.num_reads                           98991                       # number of read accesses completed
-system.cpu0.num_writes                          53491                       # number of write accesses completed
+system.cpu0.num_reads                           99860                       # number of read accesses completed
+system.cpu0.num_writes                          53770                       # number of write accesses completed
 system.cpu1.num_copies                              0                       # number of copy accesses completed
 system.cpu1.num_reads                          100000                       # number of read accesses completed
-system.cpu1.num_writes                          53368                       # number of write accesses completed
+system.cpu1.num_writes                          53093                       # number of write accesses completed
 system.cpu2.num_copies                              0                       # number of copy accesses completed
-system.cpu2.num_reads                           98059                       # number of read accesses completed
-system.cpu2.num_writes                          52566                       # number of write accesses completed
+system.cpu2.num_reads                           98032                       # number of read accesses completed
+system.cpu2.num_writes                          52757                       # number of write accesses completed
 system.cpu3.num_copies                              0                       # number of copy accesses completed
-system.cpu3.num_reads                           97980                       # number of read accesses completed
-system.cpu3.num_writes                          52705                       # number of write accesses completed
+system.cpu3.num_reads                           98573                       # number of read accesses completed
+system.cpu3.num_writes                          52922                       # number of write accesses completed
 system.cpu4.num_copies                              0                       # number of copy accesses completed
-system.cpu4.num_reads                           98000                       # number of read accesses completed
-system.cpu4.num_writes                          52774                       # number of write accesses completed
+system.cpu4.num_reads                           97812                       # number of read accesses completed
+system.cpu4.num_writes                          53065                       # number of write accesses completed
 system.cpu5.num_copies                              0                       # number of copy accesses completed
-system.cpu5.num_reads                           97409                       # number of read accesses completed
-system.cpu5.num_writes                          52453                       # number of write accesses completed
+system.cpu5.num_reads                           97538                       # number of read accesses completed
+system.cpu5.num_writes                          52364                       # number of write accesses completed
 system.cpu6.num_copies                              0                       # number of copy accesses completed
-system.cpu6.num_reads                           96358                       # number of read accesses completed
-system.cpu6.num_writes                          51488                       # number of write accesses completed
+system.cpu6.num_reads                           96539                       # number of read accesses completed
+system.cpu6.num_writes                          52064                       # number of write accesses completed
 system.cpu7.num_copies                              0                       # number of copy accesses completed
-system.cpu7.num_reads                           95731                       # number of read accesses completed
-system.cpu7.num_writes                          51690                       # number of write accesses completed
+system.cpu7.num_reads                           97318                       # number of read accesses completed
+system.cpu7.num_writes                          52275                       # number of write accesses completed
 
 ---------- End Simulation Statistics   ----------
index ee2fab95b0e5486191a793022ece7379dc0c4cef..83d609efe1fc181dfe0cfbb842d90bc85c095c76 100644 (file)
@@ -157,6 +157,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=false
@@ -174,7 +175,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -272,7 +273,7 @@ icache=system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=1
 physMemPort=system.physmem.port[1]
 port=system.cpu1.test
 
@@ -322,7 +323,7 @@ icache=system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=2
 physMemPort=system.physmem.port[2]
 port=system.cpu2.test
 
@@ -372,7 +373,7 @@ icache=system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=3
 physMemPort=system.physmem.port[3]
 port=system.cpu3.test
 
@@ -422,7 +423,7 @@ icache=system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=4
 physMemPort=system.physmem.port[4]
 port=system.cpu4.test
 
@@ -472,7 +473,7 @@ icache=system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=5
 physMemPort=system.physmem.port[5]
 port=system.cpu5.test
 
@@ -522,7 +523,7 @@ icache=system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=6
 physMemPort=system.physmem.port[6]
 port=system.cpu6.test
 
@@ -572,7 +573,7 @@ icache=system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=7
 physMemPort=system.physmem.port[7]
 port=system.cpu7.test
 
@@ -641,7 +642,10 @@ version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.memBuffer]
index 4ec3f829e958774a45b54b8d203247bbd70d65e5..4ef91b4d168905c7287b5838d1c3055a24a176b2 100644 (file)
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/28/2010 15:08:53
+Real time: Mar/18/2010 15:38:52
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 37
-Elapsed_time_in_minutes: 0.616667
-Elapsed_time_in_hours: 0.0102778
-Elapsed_time_in_days: 0.000428241
+Elapsed_time_in_seconds: 30
+Elapsed_time_in_minutes: 0.5
+Elapsed_time_in_hours: 0.00833333
+Elapsed_time_in_days: 0.000347222
 
-Virtual_time_in_seconds: 35.3
-Virtual_time_in_minutes: 0.588333
-Virtual_time_in_hours:   0.00980556
-Virtual_time_in_days:    0.000408565
+Virtual_time_in_seconds: 30.63
+Virtual_time_in_minutes: 0.5105
+Virtual_time_in_hours:   0.00850833
+Virtual_time_in_days:    0.000354514
 
-Ruby_current_time: 3340930
+Ruby_current_time: 3383480
 Ruby_start_time: 0
-Ruby_cycles: 3340930
+Ruby_cycles: 3383480
 
-mbytes_resident: 31.6562
-mbytes_total: 31.6602
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-user_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-supervisor_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-
-ruby_cycles_executed: 26727448 [ 3340931 3340931 3340931 3340931 3340931 3340931 3340931 3340931 ]
-
-transactions_started: 0 [ 0 0 0 0 0 0 0 0 ]
-transactions_ended: 0 [ 0 0 0 0 0 0 0 0 ]
-cycles_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
-misses_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
+mbytes_resident: 31.1758
+mbytes_total: 332.199
+resident_ratio: 0.0938584
 
+ruby_cycles_executed: [ 3383481 3383481 3383481 3383481 3383481 3383481 3383481 3383481 ]
 
 Busy Controller Counts:
 L2Cache-0:0  
@@ -78,13 +67,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1209372 average: 1.94335 | standard deviation: 0.231168 | 0 68507 1140865 ]
+sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1224321 average: 1.94443 | standard deviation: 0.229099 | 0 68041 1156280 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 32 max: 4298 count: 1209357 average: 42.1968 | standard deviation: 176.791 | 1106640 85 18037 216 3595 192 19765 106 4791 343 9697 145 6094 246 4395 177 5289 130 2755 493 3644 182 1723 1274 2161 279 1230 1187 1214 683 921 916 558 978 682 652 451 708 490 526 332 565 216 523 271 401 195 361 168 295 137 255 107 233 97 185 83 130 77 140 51 93 52 81 48 66 36 58 43 46 28 38 20 30 16 24 17 27 11 18 9 8 10 13 14 8 6 8 4 8 4 4 4 5 4 1 1 3 0 3 2 3 1 1 0 1 0 0 0 0 0 3 1 0 0 0 1 0 1 1 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 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_2: [binsize: 32 max: 3807 count: 785687 average: 41.6957 | standard deviation: 175.435 | 719594 3 11712 167 2248 90 12821 47 3129 162 6289 73 3953 181 2740 100 3449 65 1950 107 2369 108 1103 808 1394 175 818 770 951 249 577 570 369 659 408 414 289 478 380 302 198 354 139 341 162 256 121 216 124 177 82 180 70 165 58 126 57 82 50 84 24 53 37 59 22 37 25 33 29 24 18 31 15 20 8 12 10 15 8 15 5 3 5 7 9 4 5 7 2 3 3 3 2 2 2 1 1 2 0 1 2 2 1 1 0 1 0 0 0 0 0 2 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 ]
-miss_latency_3: [binsize: 32 max: 4298 count: 423670 average: 43.126 | standard deviation: 179.276 | 387046 82 6325 49 1347 102 6944 59 1662 181 3408 72 2141 65 1655 77 1840 65 805 386 1275 74 620 466 767 104 412 417 263 434 344 346 189 319 274 238 162 230 110 224 134 211 77 182 109 145 74 145 44 118 55 75 37 68 39 59 26 48 27 56 27 40 15 22 26 29 11 25 14 22 10 7 5 10 8 12 7 12 3 3 4 5 5 6 5 4 1 1 2 5 1 1 2 3 2 0 0 1 0 2 0 1 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 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 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency: [binsize: 32 max: 3867 count: 1224307 average: 42.2125 | standard deviation: 176.83 | 1120193 100 18422 250 3697 208 20055 99 4698 333 9493 182 6212 231 4498 196 5380 146 3026 431 3578 201 1712 1300 2300 299 1246 1179 1311 691 911 859 562 1056 709 654 462 707 409 573 330 526 208 545 261 415 162 365 175 313 146 267 103 218 103 205 80 151 93 135 60 94 55 71 59 59 41 45 41 43 25 43 16 31 21 32 21 10 15 14 10 15 8 8 10 11 3 5 9 6 6 4 4 6 2 6 2 1 4 2 3 3 0 4 0 0 3 1 0 0 0 1 0 0 0 0 3 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 0 0 0 0 0 ]
+miss_latency_2: [binsize: 32 max: 3867 count: 795461 average: 41.7693 | standard deviation: 175.853 | 728451 2 12003 191 2273 112 13052 34 3039 166 6174 100 3966 173 2859 112 3400 77 2124 112 2321 116 1129 856 1452 179 824 756 1029 226 579 535 370 687 463 438 297 467 315 303 212 351 132 368 156 264 104 243 137 191 94 174 61 126 56 132 56 96 69 83 39 57 32 46 30 39 31 29 27 22 22 23 12 25 9 21 12 7 10 7 7 11 7 7 5 7 3 3 9 6 1 1 1 4 1 5 0 0 2 1 2 2 0 3 0 0 1 1 0 0 0 1 0 0 0 0 2 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 0 0 0 0 0 ]
+miss_latency_3: [binsize: 32 max: 3728 count: 428846 average: 43.0346 | standard deviation: 178.625 | 391742 98 6419 59 1424 96 7003 65 1659 167 3319 82 2246 58 1639 84 1980 69 902 319 1257 85 583 444 848 120 422 423 282 465 332 324 192 369 246 216 165 240 94 270 118 175 76 177 105 151 58 122 38 122 52 93 42 92 47 73 24 55 24 52 21 37 23 25 29 20 10 16 14 21 3 20 4 6 12 11 9 3 5 7 3 4 1 1 5 4 0 2 0 0 5 3 3 2 1 1 2 1 2 1 1 1 0 1 0 0 2 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 0 0 0 0 0 0 0 0 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
 ------------------------------------
@@ -114,10 +103,10 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard dev
 Resource Usage
 --------------
 page_size: 4096
-user_time: 34
+user_time: 30
 system_time: 0
-page_reclaims: 6907
-page_faults: 1977
+page_reclaims: 9017
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -127,147 +116,147 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.131151
-  links_utilized_percent_switch_0_link_0: 0.0499779 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.212324 bw: 160000 base_latency: 1
+links_utilized_percent_switch_0: 0.130563
+  links_utilized_percent_switch_0_link_0: 0.0497661 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.211361 bw: 160000 base_latency: 1
 
   outgoing_messages_switch_0_link_0_Response_Data: 1 72 [ 0 0 1 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_ResponseLocal_Data: 12884 927648 [ 0 0 12884 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Control: 4640 37120 [ 0 0 4640 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Forwarded_Control: 12897 103176 [ 12897 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Invalidate_Control: 76 608 [ 76 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 12894 103152 [ 12894 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_ResponseLocal_Data: 12890 928080 [ 0 0 12890 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Control: 76 608 [ 0 0 76 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Unblock_Control: 12892 103136 [ 0 0 12892 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_ResponseLocal_Data: 12977 934344 [ 0 0 12977 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Control: 4794 38352 [ 0 0 4794 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Forwarded_Control: 13008 104064 [ 13008 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Invalidate_Control: 102 816 [ 102 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 12995 103960 [ 12995 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_ResponseLocal_Data: 12993 935496 [ 0 0 12993 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Control: 102 816 [ 0 0 102 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Unblock_Control: 12993 103944 [ 0 0 12993 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.132697
-  links_utilized_percent_switch_1_link_0: 0.0505836 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.21481 bw: 160000 base_latency: 1
+links_utilized_percent_switch_1: 0.131025
+  links_utilized_percent_switch_1_link_0: 0.0500265 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.212023 bw: 160000 base_latency: 1
 
   outgoing_messages_switch_1_link_0_Response_Data: 1 72 [ 0 0 1 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_ResponseLocal_Data: 13033 938376 [ 0 0 13033 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Control: 4750 38000 [ 0 0 4750 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Forwarded_Control: 13052 104416 [ 13052 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Invalidate_Control: 89 712 [ 89 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 13047 104376 [ 13047 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_ResponseLocal_Data: 13039 938808 [ 0 0 13039 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Control: 89 712 [ 0 0 89 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Unblock_Control: 13046 104368 [ 0 0 13046 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_ResponseLocal_Data: 13047 939384 [ 0 0 13047 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Control: 4825 38600 [ 0 0 4825 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Forwarded_Control: 13041 104328 [ 13041 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Invalidate_Control: 113 904 [ 113 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 13065 104520 [ 13065 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_ResponseLocal_Data: 13026 937872 [ 0 0 13026 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Control: 113 904 [ 0 0 113 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Unblock_Control: 13063 104504 [ 0 0 13063 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.130515
-  links_utilized_percent_switch_2_link_0: 0.0496984 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.211332 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_2_link_0_ResponseLocal_Data: 12804 921888 [ 0 0 12804 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Control: 4672 37376 [ 0 0 4672 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Forwarded_Control: 12845 102760 [ 12845 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Invalidate_Control: 78 624 [ 78 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Request_Control: 12818 102544 [ 12818 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_ResponseLocal_Data: 12833 923976 [ 0 0 12833 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Control: 78 624 [ 0 0 78 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Unblock_Control: 12816 102528 [ 0 0 12816 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_2: 0.130359
+  links_utilized_percent_switch_2_link_0: 0.0496922 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.211027 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_2_link_0_ResponseLocal_Data: 12963 933336 [ 0 0 12963 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Control: 4756 38048 [ 0 0 4756 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Forwarded_Control: 12986 103888 [ 12986 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Invalidate_Control: 97 776 [ 97 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Request_Control: 12979 103832 [ 12979 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_ResponseLocal_Data: 12972 933984 [ 0 0 12972 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Control: 97 776 [ 0 0 97 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Unblock_Control: 12977 103816 [ 0 0 12977 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 2
 switch_3_outlinks: 2
-links_utilized_percent_switch_3: 0.130077
-  links_utilized_percent_switch_3_link_0: 0.0496456 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.210509 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_ResponseLocal_Data: 12789 920808 [ 0 0 12789 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Control: 4707 37656 [ 0 0 4707 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Forwarded_Control: 12786 102288 [ 12786 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Invalidate_Control: 96 768 [ 96 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Request_Control: 12804 102432 [ 12804 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_ResponseLocal_Data: 12773 919656 [ 0 0 12773 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Control: 96 768 [ 0 0 96 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Unblock_Control: 12802 102416 [ 0 0 12802 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.13073
+  links_utilized_percent_switch_3_link_0: 0.0497838 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.211677 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_ResponseLocal_Data: 12985 934920 [ 0 0 12985 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Control: 4762 38096 [ 0 0 4762 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Forwarded_Control: 13023 104184 [ 13023 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Invalidate_Control: 104 832 [ 104 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Request_Control: 12993 103944 [ 12993 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_ResponseLocal_Data: 13017 937224 [ 0 0 13017 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Control: 104 832 [ 0 0 104 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Unblock_Control: 12991 103928 [ 0 0 12991 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_4_inlinks: 2
 switch_4_outlinks: 2
-links_utilized_percent_switch_4: 0.130969
-  links_utilized_percent_switch_4_link_0: 0.0499771 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_4_link_1: 0.21196 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_4_link_0_ResponseLocal_Data: 12875 927000 [ 0 0 12875 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Control: 4744 37952 [ 0 0 4744 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Forwarded_Control: 12872 102976 [ 12872 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Invalidate_Control: 85 680 [ 85 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Request_Control: 12885 103080 [ 12885 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_ResponseLocal_Data: 12864 926208 [ 0 0 12864 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Control: 85 680 [ 0 0 85 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Unblock_Control: 12883 103064 [ 0 0 12883 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_4: 0.131205
+  links_utilized_percent_switch_4_link_0: 0.0500587 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_4_link_1: 0.212351 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_4_link_0_ResponseLocal_Data: 13069 940968 [ 0 0 13069 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Control: 4715 37720 [ 0 0 4715 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Forwarded_Control: 13059 104472 [ 13059 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Invalidate_Control: 103 824 [ 103 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Request_Control: 13082 104656 [ 13082 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_ResponseLocal_Data: 13048 939456 [ 0 0 13048 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Control: 103 824 [ 0 0 103 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Unblock_Control: 13080 104640 [ 0 0 13080 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_5_inlinks: 2
 switch_5_outlinks: 2
-links_utilized_percent_switch_5: 0.129933
-  links_utilized_percent_switch_5_link_0: 0.0494742 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_5_link_1: 0.210392 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_5_link_0_ResponseLocal_Data: 12748 917856 [ 0 0 12748 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Control: 4628 37024 [ 0 0 4628 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Forwarded_Control: 12786 102288 [ 12786 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Invalidate_Control: 86 688 [ 86 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Request_Control: 12761 102088 [ 12761 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_ResponseLocal_Data: 12775 919800 [ 0 0 12775 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Control: 86 688 [ 0 0 86 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Unblock_Control: 12759 102072 [ 0 0 12759 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_5: 0.13071
+  links_utilized_percent_switch_5_link_0: 0.0498414 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_5_link_1: 0.211579 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_5_link_0_ResponseLocal_Data: 13020 937440 [ 0 0 13020 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Control: 4616 36928 [ 0 0 4616 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Forwarded_Control: 13012 104096 [ 13012 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Invalidate_Control: 102 816 [ 102 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Request_Control: 13033 104264 [ 13033 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_ResponseLocal_Data: 13001 936072 [ 0 0 13001 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Control: 102 816 [ 0 0 102 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Unblock_Control: 13031 104248 [ 0 0 13031 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_6_inlinks: 2
 switch_6_outlinks: 2
-links_utilized_percent_switch_6: 0.129171
-  links_utilized_percent_switch_6_link_0: 0.0492928 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_6_link_1: 0.20905 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_6_link_0_ResponseLocal_Data: 12711 915192 [ 0 0 12711 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Control: 4565 36520 [ 0 0 4565 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Forwarded_Control: 12692 101536 [ 12692 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Invalidate_Control: 91 728 [ 91 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Request_Control: 12719 101752 [ 12719 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_ResponseLocal_Data: 12684 913248 [ 0 0 12684 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Control: 91 728 [ 0 0 91 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Unblock_Control: 12718 101744 [ 0 0 12718 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_6: 0.131064
+  links_utilized_percent_switch_6_link_0: 0.0499375 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_6_link_1: 0.212191 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_6_link_0_ResponseLocal_Data: 13031 938232 [ 0 0 13031 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Control: 4732 37856 [ 0 0 4732 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Forwarded_Control: 13061 104488 [ 13061 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Invalidate_Control: 98 784 [ 98 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Request_Control: 13048 104384 [ 13048 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_ResponseLocal_Data: 13044 939168 [ 0 0 13044 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Control: 98 784 [ 0 0 98 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Unblock_Control: 13047 104376 [ 0 0 13047 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_7_inlinks: 2
 switch_7_outlinks: 2
-links_utilized_percent_switch_7: 0.130628
-  links_utilized_percent_switch_7_link_0: 0.0498364 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_7_link_1: 0.21142 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_7_link_0_ResponseLocal_Data: 12842 924624 [ 0 0 12842 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Control: 4677 37416 [ 0 0 4677 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Forwarded_Control: 12841 102728 [ 12841 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Invalidate_Control: 104 832 [ 104 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Request_Control: 12857 102856 [ 12857 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_ResponseLocal_Data: 12828 923616 [ 0 0 12828 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Control: 104 832 [ 0 0 104 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Unblock_Control: 12855 102840 [ 0 0 12855 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_7: 0.130272
+  links_utilized_percent_switch_7_link_0: 0.0497081 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_7_link_1: 0.210836 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_7_link_0_ResponseLocal_Data: 12964 933408 [ 0 0 12964 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Control: 4785 38280 [ 0 0 4785 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Forwarded_Control: 12972 103776 [ 12972 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Invalidate_Control: 116 928 [ 116 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Request_Control: 12981 103848 [ 12981 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_ResponseLocal_Data: 12955 932760 [ 0 0 12955 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Control: 116 928 [ 0 0 116 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Unblock_Control: 12980 103840 [ 0 0 12980 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_8_inlinks: 2
 switch_8_outlinks: 2
-links_utilized_percent_switch_8: 0.143125
-  links_utilized_percent_switch_8_link_0: 0.076915 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_8_link_1: 0.209335 bw: 160000 base_latency: 1
+links_utilized_percent_switch_8: 0.143257
+  links_utilized_percent_switch_8_link_0: 0.0769755 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_8_link_1: 0.209539 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_8_link_0_Request_Control: 102785 822280 [ 102785 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Request_Control: 104176 833408 [ 104176 0 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_8_link_0_Response_Data: 2 144 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Unblock_Control: 102771 822168 [ 0 0 102771 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Unblock_Control: 104162 833296 [ 0 0 104162 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_8_link_1_Request_Control: 2 16 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_8_link_1_Response_Data: 2 144 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Response_Control: 36678 293424 [ 0 0 36678 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Forwarded_Control: 102771 822168 [ 102771 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Invalidate_Control: 404 3232 [ 404 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Response_Control: 37150 297200 [ 0 0 37150 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Forwarded_Control: 104162 833296 [ 104162 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Invalidate_Control: 460 3680 [ 460 0 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_8_link_1_Unblock_Control: 2 16 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_9_inlinks: 2
 switch_9_outlinks: 2
-links_utilized_percent_switch_9: 1.42176e-05
-  links_utilized_percent_switch_9_link_0: 1.49659e-06 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_9_link_1: 2.69386e-05 bw: 160000 base_latency: 1
+links_utilized_percent_switch_9: 1.40388e-05
+  links_utilized_percent_switch_9_link_0: 1.47777e-06 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_9_link_1: 2.65998e-05 bw: 160000 base_latency: 1
 
   outgoing_messages_switch_9_link_0_Request_Control: 2 16 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_9_link_0_Unblock_Control: 2 16 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
@@ -275,55 +264,55 @@ links_utilized_percent_switch_9: 1.42176e-05
 
 switch_10_inlinks: 10
 switch_10_outlinks: 10
-links_utilized_percent_switch_10: 0.190161
-  links_utilized_percent_switch_10_link_0: 0.199911 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_1: 0.202334 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_2: 0.198793 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_3: 0.198582 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_4: 0.199908 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_5: 0.197897 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_6: 0.197171 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_7: 0.199346 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_8: 0.30766 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_9: 5.98636e-06 bw: 160000 base_latency: 1
+links_utilized_percent_switch_10: 0.190316
+  links_utilized_percent_switch_10_link_0: 0.199064 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_1: 0.200106 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_2: 0.198769 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_3: 0.199135 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_4: 0.200235 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_5: 0.199366 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_6: 0.19975 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_7: 0.198832 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_8: 0.307902 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_9: 5.91107e-06 bw: 160000 base_latency: 1
 
   outgoing_messages_switch_10_link_0_Response_Data: 1 72 [ 0 0 1 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_ResponseLocal_Data: 12884 927648 [ 0 0 12884 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Response_Control: 4640 37120 [ 0 0 4640 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Forwarded_Control: 12897 103176 [ 12897 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Invalidate_Control: 76 608 [ 76 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_ResponseLocal_Data: 12977 934344 [ 0 0 12977 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Response_Control: 4794 38352 [ 0 0 4794 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Forwarded_Control: 13008 104064 [ 13008 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Invalidate_Control: 102 816 [ 102 0 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_10_link_1_Response_Data: 1 72 [ 0 0 1 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_ResponseLocal_Data: 13033 938376 [ 0 0 13033 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Response_Control: 4750 38000 [ 0 0 4750 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Forwarded_Control: 13052 104416 [ 13052 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Invalidate_Control: 89 712 [ 89 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_ResponseLocal_Data: 12804 921888 [ 0 0 12804 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Response_Control: 4672 37376 [ 0 0 4672 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Forwarded_Control: 12845 102760 [ 12845 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Invalidate_Control: 78 624 [ 78 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_ResponseLocal_Data: 12789 920808 [ 0 0 12789 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Response_Control: 4707 37656 [ 0 0 4707 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Forwarded_Control: 12786 102288 [ 12786 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Invalidate_Control: 96 768 [ 96 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_ResponseLocal_Data: 12875 927000 [ 0 0 12875 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Response_Control: 4744 37952 [ 0 0 4744 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Forwarded_Control: 12872 102976 [ 12872 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Invalidate_Control: 85 680 [ 85 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_ResponseLocal_Data: 12748 917856 [ 0 0 12748 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Response_Control: 4628 37024 [ 0 0 4628 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Forwarded_Control: 12786 102288 [ 12786 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Invalidate_Control: 86 688 [ 86 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_ResponseLocal_Data: 12711 915192 [ 0 0 12711 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Response_Control: 4565 36520 [ 0 0 4565 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Forwarded_Control: 12692 101536 [ 12692 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Invalidate_Control: 91 728 [ 91 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_ResponseLocal_Data: 12842 924624 [ 0 0 12842 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Response_Control: 4677 37416 [ 0 0 4677 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Forwarded_Control: 12841 102728 [ 12841 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Invalidate_Control: 104 832 [ 104 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Request_Control: 102785 822280 [ 102785 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_ResponseLocal_Data: 13047 939384 [ 0 0 13047 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Response_Control: 4825 38600 [ 0 0 4825 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Forwarded_Control: 13041 104328 [ 13041 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Invalidate_Control: 113 904 [ 113 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_ResponseLocal_Data: 12963 933336 [ 0 0 12963 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Response_Control: 4756 38048 [ 0 0 4756 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Forwarded_Control: 12986 103888 [ 12986 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Invalidate_Control: 97 776 [ 97 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_ResponseLocal_Data: 12985 934920 [ 0 0 12985 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Response_Control: 4762 38096 [ 0 0 4762 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Forwarded_Control: 13023 104184 [ 13023 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Invalidate_Control: 104 832 [ 104 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_ResponseLocal_Data: 13069 940968 [ 0 0 13069 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Response_Control: 4715 37720 [ 0 0 4715 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Forwarded_Control: 13059 104472 [ 13059 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Invalidate_Control: 103 824 [ 103 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_ResponseLocal_Data: 13020 937440 [ 0 0 13020 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Response_Control: 4616 36928 [ 0 0 4616 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Forwarded_Control: 13012 104096 [ 13012 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Invalidate_Control: 102 816 [ 102 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_ResponseLocal_Data: 13031 938232 [ 0 0 13031 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Response_Control: 4732 37856 [ 0 0 4732 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Forwarded_Control: 13061 104488 [ 13061 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Invalidate_Control: 98 784 [ 98 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_ResponseLocal_Data: 12964 933408 [ 0 0 12964 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Response_Control: 4785 38280 [ 0 0 4785 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Forwarded_Control: 12972 103776 [ 12972 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Invalidate_Control: 116 928 [ 116 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Request_Control: 104176 833408 [ 104176 0 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_10_link_8_Response_Data: 2 144 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Unblock_Control: 102771 822168 [ 0 0 102771 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Unblock_Control: 104162 833296 [ 0 0 104162 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_10_link_9_Request_Control: 2 16 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
   outgoing_messages_switch_10_link_9_Unblock_Control: 2 16 [ 0 0 2 0 0 0 0 0 0 0 ] base_latency: 1
 
@@ -333,7 +322,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -343,99 +331,98 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  99075
+Load  99023
 Ifetch  0
-Store  53011
+Store  53582
 L1_Replacement  0
-Own_GETX  7
-Fwd_GETX  22924
-Fwd_GETS  40027
+Own_GETX  15
+Fwd_GETX  21995
+Fwd_GETS  41350
 Fwd_DMA  0
-Inv  76
-Ack  4640
-Data  91
-Exclusive_Data  12794
+Inv  102
+Ack  4794
+Data  115
+Exclusive_Data  12863
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4530
-Use_Timeout  12801
+All_acks  4711
+Use_Timeout  12878
 
  - Transitions -
-I  Load  8363
+I  Load  8283
 I  Ifetch  0 <-- 
-I  Store  4412
+I  Store  4542
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  132
+S  Load  166
 S  Ifetch  0 <-- 
-S  Store  71
+S  Store  100
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  20
+S  Inv  15
 
-O  Load  88
+O  Load  114
 O  Ifetch  0 <-- 
-O  Store  48
+O  Store  70
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  2
-O  Fwd_GETS  4
+O  Fwd_GETX  0 <-- 
+O  Fwd_GETS  7
 O  Fwd_DMA  0 <-- 
 
-M  Load  119
+M  Load  138
 M  Ifetch  0 <-- 
-M  Store  70
+M  Store  67
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  29
-M  Fwd_GETS  50
+M  Fwd_GETX  32
+M  Fwd_GETS  70
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14991
+M_W  Load  14727
 M_W  Ifetch  0 <-- 
-M_W  Store  8122
+M_W  Store  7998
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1371
-M_W  Fwd_GETS  2561
+M_W  Fwd_GETX  1309
+M_W  Fwd_GETS  2512
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  149
+M_W  Use_Timeout  169
 
-MM  Load  11539
+MM  Load  11464
 MM  Ifetch  0 <-- 
-MM  Store  6194
+MM  Store  6136
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4633
-MM  Fwd_GETS  8089
+MM  Fwd_GETX  4431
+MM  Fwd_GETS  8345
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  63843
+MM_W  Load  64131
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34094
+MM_W  Store  34669
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16848
-MM_W  Fwd_GETS  29281
+MM_W  Fwd_GETX  16168
+MM_W  Fwd_GETS  30363
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12652
+MM_W  Use_Timeout  12709
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4544
+IM  Ack  4704
 IM  Data  0 <-- 
-IM  Exclusive_Data  4508
+IM  Exclusive_Data  4683
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -443,29 +430,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  56
-SM  Ack  33
+SM  Inv  87
+SM  Ack  24
 SM  Data  0 <-- 
-SM  Exclusive_Data  15
+SM  Exclusive_Data  13
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  7
-OM  Fwd_GETX  41
-OM  Fwd_GETS  42
+OM  Own_GETX  15
+OM  Fwd_GETX  55
+OM  Fwd_GETS  53
 OM  Fwd_DMA  0 <-- 
-OM  Ack  63
-OM  All_acks  4530
+OM  Ack  66
+OM  All_acks  4711
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  91
-IS  Exclusive_Data  8271
+IS  Data  115
+IS  Exclusive_Data  8167
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -515,7 +502,6 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -525,99 +511,98 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 1 ---
  - Event Counts -
-Load  100000
+Load  99832
 Ifetch  0
-Store  53539
+Store  53534
 L1_Replacement  0
-Own_GETX  12
-Fwd_GETX  22634
-Fwd_GETS  40980
+Own_GETX  15
+Fwd_GETX  22841
+Fwd_GETS  40784
 Fwd_DMA  0
-Inv  89
-Ack  4750
-Data  99
-Exclusive_Data  12935
+Inv  113
+Ack  4825
+Data  126
+Exclusive_Data  12922
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4656
-Use_Timeout  12946
+All_acks  4716
+Use_Timeout  12937
 
  - Transitions -
-I  Load  8390
+I  Load  8348
 I  Ifetch  0 <-- 
-I  Store  4524
+I  Store  4563
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  180
+S  Load  229
 S  Ifetch  0 <-- 
-S  Store  84
+S  Store  102
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  15
+S  Inv  24
 
-O  Load  94
+O  Load  78
 O  Ifetch  0 <-- 
-O  Store  49
+O  Store  52
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  1
-O  Fwd_GETS  7
+O  Fwd_GETX  2
+O  Fwd_GETS  2
 O  Fwd_DMA  0 <-- 
 
-M  Load  111
+M  Load  127
 M  Ifetch  0 <-- 
-M  Store  78
+M  Store  53
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  28
-M  Fwd_GETS  50
+M  Fwd_GETX  32
+M  Fwd_GETS  54
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  15239
+M_W  Load  14558
 M_W  Ifetch  0 <-- 
-M_W  Store  8135
+M_W  Store  8082
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1404
-M_W  Fwd_GETS  2650
+M_W  Fwd_GETX  1302
+M_W  Fwd_GETS  2460
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  156
+M_W  Use_Timeout  139
 
-MM  Load  11589
+MM  Load  11606
 MM  Ifetch  0 <-- 
-MM  Store  6188
+MM  Store  6135
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4575
-MM  Fwd_GETS  8293
+MM  Fwd_GETX  4608
+MM  Fwd_GETS  8243
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  64397
+MM_W  Load  64886
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34481
+MM_W  Store  34547
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16589
-MM_W  Fwd_GETS  29932
+MM_W  Fwd_GETX  16860
+MM_W  Fwd_GETS  29977
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12790
+MM_W  Use_Timeout  12798
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4648
+IM  Ack  4712
 IM  Data  0 <-- 
-IM  Exclusive_Data  4634
+IM  Exclusive_Data  4688
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -625,29 +610,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  74
-SM  Ack  22
+SM  Inv  89
+SM  Ack  30
 SM  Data  0 <-- 
-SM  Exclusive_Data  10
+SM  Exclusive_Data  13
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  12
+OM  Own_GETX  15
 OM  Fwd_GETX  37
 OM  Fwd_GETS  48
 OM  Fwd_DMA  0 <-- 
-OM  Ack  80
-OM  All_acks  4656
+OM  Ack  83
+OM  All_acks  4716
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  99
-IS  Exclusive_Data  8291
+IS  Data  126
+IS  Exclusive_Data  8221
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -697,7 +682,6 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -707,99 +691,98 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 2 ---
  - Event Counts -
-Load  98065
+Load  98648
 Ifetch  0
-Store  52760
+Store  53693
 L1_Replacement  0
-Own_GETX  12
-Fwd_GETX  21639
-Fwd_GETS  40937
+Own_GETX  14
+Fwd_GETX  22578
+Fwd_GETS  40716
 Fwd_DMA  0
-Inv  78
-Ack  4672
-Data  88
-Exclusive_Data  12716
+Inv  97
+Ack  4756
+Data  101
+Exclusive_Data  12862
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4586
-Use_Timeout  12728
+All_acks  4665
+Use_Timeout  12876
 
  - Transitions -
-I  Load  8231
+I  Load  8314
 I  Ifetch  0 <-- 
-I  Store  4456
+I  Store  4523
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  149
+S  Load  156
 S  Ifetch  0 <-- 
-S  Store  74
+S  Store  88
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  14
+S  Inv  13
 
-O  Load  105
+O  Load  95
 O  Ifetch  0 <-- 
-O  Store  57
+O  Store  54
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  2
-O  Fwd_GETS  4
+O  Fwd_GETX  1
+O  Fwd_GETS  5
 O  Fwd_DMA  0 <-- 
 
-M  Load  126
+M  Load  117
 M  Ifetch  0 <-- 
 M  Store  75
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  27
-M  Fwd_GETS  59
+M  Fwd_GETX  25
+M  Fwd_GETS  55
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14458
+M_W  Load  14809
 M_W  Ifetch  0 <-- 
-M_W  Store  7981
+M_W  Store  8056
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1353
-M_W  Fwd_GETS  2411
+M_W  Fwd_GETX  1398
+M_W  Fwd_GETS  2484
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  161
+M_W  Use_Timeout  155
 
-MM  Load  11324
+MM  Load  11304
 MM  Ifetch  0 <-- 
-MM  Store  6093
+MM  Store  6290
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4374
-MM  Fwd_GETS  8268
+MM  Fwd_GETX  4562
+MM  Fwd_GETS  8234
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  63672
+MM_W  Load  63853
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34024
+MM_W  Store  34607
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  15838
-MM_W  Fwd_GETS  30141
+MM_W  Fwd_GETX  16552
+MM_W  Fwd_GETS  29888
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12567
+MM_W  Use_Timeout  12721
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4586
+IM  Ack  4666
 IM  Data  0 <-- 
-IM  Exclusive_Data  4564
+IM  Exclusive_Data  4647
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -807,29 +790,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  64
-SM  Ack  18
+SM  Inv  84
+SM  Ack  7
 SM  Data  0 <-- 
-SM  Exclusive_Data  10
+SM  Exclusive_Data  4
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  12
-OM  Fwd_GETX  45
-OM  Fwd_GETS  54
+OM  Own_GETX  14
+OM  Fwd_GETX  40
+OM  Fwd_GETS  50
 OM  Fwd_DMA  0 <-- 
-OM  Ack  68
-OM  All_acks  4586
+OM  Ack  83
+OM  All_acks  4665
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  88
-IS  Exclusive_Data  8142
+IS  Data  101
+IS  Exclusive_Data  8211
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -879,7 +862,6 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -889,99 +871,98 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 3 ---
  - Event Counts -
-Load  97747
+Load  99441
 Ifetch  0
-Store  52715
+Store  53405
 L1_Replacement  0
-Own_GETX  13
-Fwd_GETX  22282
-Fwd_GETS  40107
+Own_GETX  6
+Fwd_GETX  22814
+Fwd_GETS  40551
 Fwd_DMA  0
-Inv  96
-Ack  4707
-Data  110
-Exclusive_Data  12679
+Inv  104
+Ack  4762
+Data  117
+Exclusive_Data  12868
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4623
-Use_Timeout  12692
+All_acks  4673
+Use_Timeout  12874
 
  - Transitions -
-I  Load  8180
+I  Load  8319
 I  Ifetch  0 <-- 
-I  Store  4481
+I  Store  4518
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  213
+S  Load  207
 S  Ifetch  0 <-- 
-S  Store  94
+S  Store  92
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  16
+S  Inv  25
 
-O  Load  75
+O  Load  119
 O  Ifetch  0 <-- 
-O  Store  49
+O  Store  64
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  4
-O  Fwd_GETS  2
+O  Fwd_GETX  2
+O  Fwd_GETS  6
 O  Fwd_DMA  0 <-- 
 
-M  Load  116
+M  Load  168
 M  Ifetch  0 <-- 
-M  Store  55
+M  Store  54
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  38
-M  Fwd_GETS  53
+M  Fwd_GETX  44
+M  Fwd_GETS  66
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14537
+M_W  Load  15070
 M_W  Ifetch  0 <-- 
-M_W  Store  7923
+M_W  Store  8037
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1362
-M_W  Fwd_GETS  2413
+M_W  Fwd_GETX  1396
+M_W  Fwd_GETS  2516
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  146
+M_W  Use_Timeout  164
 
-MM  Load  11271
+MM  Load  11490
 MM  Ifetch  0 <-- 
-MM  Store  6128
+MM  Store  6222
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4489
-MM  Fwd_GETS  8112
+MM  Fwd_GETX  4591
+MM  Fwd_GETS  8173
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  63355
+MM_W  Load  64068
 MM_W  Ifetch  0 <-- 
-MM_W  Store  33985
+MM_W  Store  34418
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16353
-MM_W  Fwd_GETS  29488
+MM_W  Fwd_GETX  16723
+MM_W  Fwd_GETS  29713
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12546
+MM_W  Use_Timeout  12710
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4613
+IM  Ack  4672
 IM  Data  0 <-- 
-IM  Exclusive_Data  4596
+IM  Exclusive_Data  4654
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -989,29 +970,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  80
-SM  Ack  22
+SM  Inv  79
+SM  Ack  33
 SM  Data  0 <-- 
-SM  Exclusive_Data  14
+SM  Exclusive_Data  13
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  13
-OM  Fwd_GETX  36
-OM  Fwd_GETS  39
+OM  Own_GETX  6
+OM  Fwd_GETX  58
+OM  Fwd_GETS  77
 OM  Fwd_DMA  0 <-- 
-OM  Ack  72
-OM  All_acks  4623
+OM  Ack  57
+OM  All_acks  4673
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  110
-IS  Exclusive_Data  8069
+IS  Data  117
+IS  Exclusive_Data  8201
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -1061,7 +1042,6 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1071,99 +1051,98 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 4 ---
  - Event Counts -
-Load  98342
+Load  99795
 Ifetch  0
-Store  53559
+Store  53955
 L1_Replacement  0
-Own_GETX  8
-Fwd_GETX  22914
-Fwd_GETS  39984
+Own_GETX  11
+Fwd_GETX  22437
+Fwd_GETS  41296
 Fwd_DMA  0
-Inv  85
-Ack  4744
-Data  100
-Exclusive_Data  12775
+Inv  103
+Ack  4715
+Data  119
+Exclusive_Data  12950
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4643
-Use_Timeout  12783
+All_acks  4613
+Use_Timeout  12961
 
  - Transitions -
-I  Load  8241
+I  Load  8468
 I  Ifetch  0 <-- 
-I  Store  4510
+I  Store  4465
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  153
+S  Load  183
 S  Ifetch  0 <-- 
-S  Store  89
+S  Store  100
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  11
+S  Inv  19
 
-O  Load  64
+O  Load  97
 O  Ifetch  0 <-- 
-O  Store  45
+O  Store  49
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  0 <-- 
-O  Fwd_GETS  2
+O  Fwd_GETX  5
+O  Fwd_GETS  4
 O  Fwd_DMA  0 <-- 
 
-M  Load  94
+M  Load  132
 M  Ifetch  0 <-- 
-M  Store  52
+M  Store  65
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  24
-M  Fwd_GETS  45
+M  Fwd_GETX  37
+M  Fwd_GETS  54
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14777
+M_W  Load  15376
 M_W  Ifetch  0 <-- 
-M_W  Store  8019
+M_W  Store  8192
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1398
-M_W  Fwd_GETS  2437
+M_W  Fwd_GETX  1382
+M_W  Fwd_GETS  2630
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  121
+M_W  Use_Timeout  156
 
-MM  Load  11595
+MM  Load  11543
 MM  Ifetch  0 <-- 
-MM  Store  6249
+MM  Store  6269
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4628
-MM  Fwd_GETS  8086
+MM  Fwd_GETX  4521
+MM  Fwd_GETS  8349
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  63418
+MM_W  Load  63996
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34595
+MM_W  Store  34815
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16827
-MM_W  Fwd_GETS  29372
+MM_W  Fwd_GETX  16454
+MM_W  Fwd_GETS  30219
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12662
+MM_W  Use_Timeout  12805
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4651
+IM  Ack  4614
 IM  Data  0 <-- 
-IM  Exclusive_Data  4620
+IM  Exclusive_Data  4586
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1171,29 +1150,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  74
-SM  Ack  24
+SM  Inv  84
+SM  Ack  29
 SM  Data  0 <-- 
-SM  Exclusive_Data  15
+SM  Exclusive_Data  16
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  8
-OM  Fwd_GETX  37
-OM  Fwd_GETS  42
+OM  Own_GETX  11
+OM  Fwd_GETX  38
+OM  Fwd_GETS  40
 OM  Fwd_DMA  0 <-- 
-OM  Ack  69
-OM  All_acks  4643
+OM  Ack  72
+OM  All_acks  4613
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  100
-IS  Exclusive_Data  8140
+IS  Data  119
+IS  Exclusive_Data  8348
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -1243,7 +1222,6 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1253,99 +1231,98 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 5 ---
  - Event Counts -
-Load  97458
+Load  99739
 Ifetch  0
-Store  52785
+Store  53481
 L1_Replacement  0
 Own_GETX  11
-Fwd_GETX  21979
-Fwd_GETS  40331
+Fwd_GETX  22829
+Fwd_GETS  40648
 Fwd_DMA  0
-Inv  86
-Ack  4628
-Data  95
-Exclusive_Data  12653
+Inv  102
+Ack  4616
+Data  118
+Exclusive_Data  12902
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4548
-Use_Timeout  12664
+All_acks  4488
+Use_Timeout  12913
 
  - Transitions -
-I  Load  8213
+I  Load  8545
 I  Ifetch  0 <-- 
-I  Store  4409
+I  Store  4332
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  136
+S  Load  143
 S  Ifetch  0 <-- 
-S  Store  82
+S  Store  107
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  13
+S  Inv  11
 
-O  Load  128
+O  Load  59
 O  Ifetch  0 <-- 
-O  Store  57
+O  Store  49
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  4
-O  Fwd_GETS  7
+O  Fwd_GETX  1
+O  Fwd_GETS  1
 O  Fwd_DMA  0 <-- 
 
-M  Load  137
+M  Load  116
 M  Ifetch  0 <-- 
-M  Store  64
+M  Store  73
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  27
-M  Fwd_GETS  61
+M  Fwd_GETX  34
+M  Fwd_GETS  50
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14759
+M_W  Load  15492
 M_W  Ifetch  0 <-- 
-M_W  Store  7964
+M_W  Store  8268
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1343
-M_W  Fwd_GETS  2516
+M_W  Fwd_GETX  1474
+M_W  Fwd_GETS  2608
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  152
+M_W  Use_Timeout  157
 
-MM  Load  11252
+MM  Load  11554
 MM  Ifetch  0 <-- 
-MM  Store  6100
+MM  Store  6300
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4435
-MM  Fwd_GETS  8141
+MM  Fwd_GETX  4609
+MM  Fwd_GETS  8220
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  62833
+MM_W  Load  63830
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34109
+MM_W  Store  34352
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16124
-MM_W  Fwd_GETS  29552
+MM_W  Fwd_GETX  16673
+MM_W  Fwd_GETS  29721
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12512
+MM_W  Use_Timeout  12756
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4547
+IM  Ack  4494
 IM  Data  0 <-- 
-IM  Exclusive_Data  4528
+IM  Exclusive_Data  4461
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1353,29 +1330,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  73
-SM  Ack  15
+SM  Inv  91
+SM  Ack  29
 SM  Data  0 <-- 
-SM  Exclusive_Data  9
+SM  Exclusive_Data  16
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
 OM  Own_GETX  11
-OM  Fwd_GETX  46
-OM  Fwd_GETS  54
+OM  Fwd_GETX  38
+OM  Fwd_GETS  48
 OM  Fwd_DMA  0 <-- 
-OM  Ack  66
-OM  All_acks  4548
+OM  Ack  93
+OM  All_acks  4488
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  95
-IS  Exclusive_Data  8116
+IS  Data  118
+IS  Exclusive_Data  8425
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -1425,7 +1402,6 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1435,99 +1411,98 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 6 ---
  - Event Counts -
-Load  97174
+Load  100001
 Ifetch  0
-Store  52208
+Store  53654
 L1_Replacement  0
-Own_GETX  7
-Fwd_GETX  21652
-Fwd_GETS  40353
+Own_GETX  16
+Fwd_GETX  22688
+Fwd_GETS  40941
 Fwd_DMA  0
-Inv  91
-Ack  4565
-Data  101
-Exclusive_Data  12610
+Inv  98
+Ack  4732
+Data  112
+Exclusive_Data  12919
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4508
-Use_Timeout  12616
+All_acks  4621
+Use_Timeout  12934
 
  - Transitions -
-I  Load  8210
+I  Load  8427
 I  Ifetch  0 <-- 
-I  Store  4378
+I  Store  4464
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  127
+S  Load  142
 S  Ifetch  0 <-- 
-S  Store  91
+S  Store  98
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
-S  Inv  10
+S  Inv  14
 
-O  Load  89
+O  Load  101
 O  Ifetch  0 <-- 
-O  Store  40
+O  Store  59
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  4
-O  Fwd_GETS  3
+O  Fwd_GETX  2
+O  Fwd_GETS  4
 O  Fwd_DMA  0 <-- 
 
-M  Load  90
+M  Load  128
 M  Ifetch  0 <-- 
-M  Store  58
+M  Store  65
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  25
-M  Fwd_GETS  44
+M  Fwd_GETX  31
+M  Fwd_GETS  61
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14800
+M_W  Load  15324
 M_W  Ifetch  0 <-- 
-M_W  Store  7982
+M_W  Store  8157
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1304
-M_W  Fwd_GETS  2559
+M_W  Fwd_GETX  1433
+M_W  Fwd_GETS  2557
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  127
+M_W  Use_Timeout  157
 
-MM  Load  11246
+MM  Load  11583
 MM  Ifetch  0 <-- 
-MM  Store  6025
+MM  Store  6297
 MM  L1_Replacement  0 <-- 
-MM  Fwd_GETX  4382
-MM  Fwd_GETS  8165
+MM  Fwd_GETX  4582
+MM  Fwd_GETS  8260
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  62612
+MM_W  Load  64296
 MM_W  Ifetch  0 <-- 
-MM_W  Store  33634
+MM_W  Store  34514
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  15904
-MM_W  Fwd_GETS  29554
+MM_W  Fwd_GETX  16597
+MM_W  Fwd_GETS  29998
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12489
+MM_W  Use_Timeout  12777
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4505
+IM  Ack  4614
 IM  Data  0 <-- 
-IM  Exclusive_Data  4491
+IM  Exclusive_Data  4591
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1535,29 +1510,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  81
-SM  Ack  18
+SM  Inv  84
+SM  Ack  29
 SM  Data  0 <-- 
-SM  Exclusive_Data  10
+SM  Exclusive_Data  14
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  7
-OM  Fwd_GETX  33
-OM  Fwd_GETS  28
+OM  Own_GETX  16
+OM  Fwd_GETX  43
+OM  Fwd_GETS  61
 OM  Fwd_DMA  0 <-- 
-OM  Ack  42
-OM  All_acks  4508
+OM  Ack  89
+OM  All_acks  4621
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  101
-IS  Exclusive_Data  8109
+IS  Data  112
+IS  Exclusive_Data  8314
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -1607,7 +1582,6 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1617,99 +1591,98 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 7 ---
  - Event Counts -
-Load  97834
+Load  98992
 Ifetch  0
-Store  53099
+Store  53546
 L1_Replacement  0
-Own_GETX  13
-Fwd_GETX  22333
-Fwd_GETS  40296
+Own_GETX  16
+Fwd_GETX  22318
+Fwd_GETS  40836
 Fwd_DMA  0
-Inv  104
-Ack  4677
-Data  118
-Exclusive_Data  12724
+Inv  116
+Ack  4785
+Data  125
+Exclusive_Data  12839
 Writeback_Ack  0
 Writeback_Ack_Data  0
 Writeback_Nack  0
-All_acks  4584
-Use_Timeout  12737
+All_acks  4665
+Use_Timeout  12854
 
  - Transitions -
-I  Load  8273
+I  Load  8316
 I  Ifetch  0 <-- 
-I  Store  4435
+I  Store  4506
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
-S  Load  179
+S  Load  205
 S  Ifetch  0 <-- 
-S  Store  97
+S  Store  104
 S  L1_Replacement  0 <-- 
 S  Fwd_GETS  0 <-- 
 S  Fwd_DMA  0 <-- 
 S  Inv  21
 
-O  Load  86
+O  Load  96
 O  Ifetch  0 <-- 
-O  Store  52
+O  Store  55
 O  L1_Replacement  0 <-- 
-O  Fwd_GETX  2
+O  Fwd_GETX  4
 O  Fwd_GETS  4
 O  Fwd_DMA  0 <-- 
 
-M  Load  124
+M  Load  145
 M  Ifetch  0 <-- 
-M  Store  57
+M  Store  63
 M  L1_Replacement  0 <-- 
-M  Fwd_GETX  36
-M  Fwd_GETS  54
+M  Fwd_GETX  32
+M  Fwd_GETS  59
 M  Fwd_DMA  0 <-- 
 
-M_W  Load  14687
+M_W  Load  14823
 M_W  Ifetch  0 <-- 
-M_W  Store  8006
+M_W  Store  8036
 M_W  L1_Replacement  0 <-- 
 M_W  Own_GETX  0 <-- 
-M_W  Fwd_GETX  1372
-M_W  Fwd_GETS  2424
+M_W  Fwd_GETX  1327
+M_W  Fwd_GETS  2573
 M_W  Fwd_DMA  0 <-- 
 M_W  Inv  0 <-- 
-M_W  Use_Timeout  147
+M_W  Use_Timeout  154
 
-MM  Load  11353
+MM  Load  11394
 MM  Ifetch  0 <-- 
-MM  Store  6107
+MM  Store  6188
 MM  L1_Replacement  0 <-- 
 MM  Fwd_GETX  4510
-MM  Fwd_GETS  8137
+MM  Fwd_GETS  8253
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  63132
+MM_W  Load  64013
 MM_W  Ifetch  0 <-- 
-MM_W  Store  34345
+MM_W  Store  34594
 MM_W  L1_Replacement  0 <-- 
 MM_W  Own_GETX  0 <-- 
-MM_W  Fwd_GETX  16374
-MM_W  Fwd_GETS  29631
+MM_W  Fwd_GETX  16406
+MM_W  Fwd_GETS  29893
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  12590
+MM_W  Use_Timeout  12700
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Inv  0 <-- 
-IM  Ack  4572
+IM  Ack  4682
 IM  Data  0 <-- 
-IM  Exclusive_Data  4557
+IM  Exclusive_Data  4640
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1717,29 +1690,29 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Fwd_GETS  0 <-- 
 SM  Fwd_DMA  0 <-- 
-SM  Inv  83
-SM  Ack  29
+SM  Inv  95
+SM  Ack  18
 SM  Data  0 <-- 
-SM  Exclusive_Data  14
+SM  Exclusive_Data  9
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L1_Replacement  0 <-- 
-OM  Own_GETX  13
+OM  Own_GETX  16
 OM  Fwd_GETX  39
-OM  Fwd_GETS  46
+OM  Fwd_GETS  54
 OM  Fwd_DMA  0 <-- 
-OM  Ack  76
-OM  All_acks  4584
+OM  Ack  85
+OM  All_acks  4665
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Inv  0 <-- 
-IS  Data  118
-IS  Exclusive_Data  8153
+IS  Data  125
+IS  Exclusive_Data  8190
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -1789,14 +1762,13 @@ Cache Stats: system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
-L1_GETS  2691181
-L1_GETX  1503417
+L1_GETS  2730499
+L1_GETX  1517781
 L1_PUTO  0
 L1_PUTX  0
 L1_PUTS_only  0
@@ -1815,8 +1787,8 @@ L1_WBCLEANDATA  0
 L1_WBDIRTYDATA  0
 Writeback_Ack  0
 Writeback_Nack  0
-Unblock  802
-Exclusive_Unblock  101969
+Unblock  933
+Exclusive_Unblock  103229
 L2_Replacement  0
 
  - Transitions -
@@ -1844,8 +1816,8 @@ ILS  L1_PUTS  0 <--
 ILS  Inv  0 <-- 
 ILS  L2_Replacement  0 <-- 
 
-ILX  L1_GETS  65707
-ILX  L1_GETX  36262
+ILX  L1_GETS  66548
+ILX  L1_GETX  36681
 ILX  L1_PUTO  0 <-- 
 ILX  L1_PUTX  0 <-- 
 ILX  L1_PUTS_only  0 <-- 
@@ -1891,8 +1863,8 @@ ILOS  Fwd_DMA  0 <--
 ILOS  Data  0 <-- 
 ILOS  L2_Replacement  0 <-- 
 
-ILOSX  L1_GETS  386
-ILOSX  L1_GETX  416
+ILOSX  L1_GETS  464
+ILOSX  L1_GETX  469
 ILOSX  L1_PUTO  0 <-- 
 ILOSX  L1_PUTX  0 <-- 
 ILOSX  L1_PUTS_only  0 <-- 
@@ -2259,8 +2231,8 @@ IFLOX  Unblock  0 <--
 IFLOX  Exclusive_Unblock  0 <-- 
 IFLOX  L2_Replacement  0 <-- 
 
-IFLOXX  L1_GETS  2618863
-IFLOXX  L1_GETX  1458605
+IFLOXX  L1_GETS  2656172
+IFLOXX  L1_GETX  1471349
 IFLOXX  L1_PUTO  0 <-- 
 IFLOXX  L1_PUTX  0 <-- 
 IFLOXX  L1_PUTS_only  0 <-- 
@@ -2269,12 +2241,12 @@ IFLOXX  Fwd_GETX  0 <--
 IFLOXX  Fwd_GETS  0 <-- 
 IFLOXX  Fwd_DMA  0 <-- 
 IFLOXX  Inv  0 <-- 
-IFLOXX  Unblock  416
-IFLOXX  Exclusive_Unblock  101551
+IFLOXX  Unblock  469
+IFLOXX  Exclusive_Unblock  102758
 IFLOXX  L2_Replacement  0 <-- 
 
-IFLOSX  L1_GETS  2718
-IFLOSX  L1_GETX  3761
+IFLOSX  L1_GETS  3369
+IFLOSX  L1_GETX  4420
 IFLOSX  L1_PUTO  0 <-- 
 IFLOSX  L1_PUTX  0 <-- 
 IFLOSX  L1_PUTS_only  0 <-- 
@@ -2283,12 +2255,12 @@ IFLOSX  Fwd_GETX  0 <--
 IFLOSX  Fwd_GETS  0 <-- 
 IFLOSX  Fwd_DMA  0 <-- 
 IFLOSX  Inv  0 <-- 
-IFLOSX  Unblock  386
+IFLOSX  Unblock  464
 IFLOSX  Exclusive_Unblock  0 <-- 
 IFLOSX  L2_Replacement  0 <-- 
 
-IFLXO  L1_GETS  3247
-IFLXO  L1_GETX  4176
+IFLXO  L1_GETS  3686
+IFLXO  L1_GETX  4665
 IFLXO  L1_PUTO  0 <-- 
 IFLXO  L1_PUTX  0 <-- 
 IFLXO  L1_PUTS_only  0 <-- 
@@ -2297,7 +2269,7 @@ IFLXO  Fwd_GETX  0 <--
 IFLXO  Fwd_GETS  0 <-- 
 IFLXO  Fwd_DMA  0 <-- 
 IFLXO  Inv  0 <-- 
-IFLXO  Exclusive_Unblock  416
+IFLXO  Exclusive_Unblock  469
 IFLXO  L2_Replacement  0 <-- 
 
 IGS  L1_GETS  0 <-- 
index 84ca9379f633444adf47124cb343b9b472d71d01..c6717f0fd9003250d78c2153f21fb535be668932 100755 (executable)
@@ -1,74 +1,74 @@
-system.cpu0: completed 10000 read accesses @325610
-system.cpu1: completed 10000 read accesses @328426
-system.cpu2: completed 10000 read accesses @330443
-system.cpu5: completed 10000 read accesses @338385
-system.cpu7: completed 10000 read accesses @344032
-system.cpu3: completed 10000 read accesses @350837
-system.cpu4: completed 10000 read accesses @358597
-system.cpu6: completed 10000 read accesses @362921
-system.cpu0: completed 20000 read accesses @651713
-system.cpu1: completed 20000 read accesses @654395
-system.cpu5: completed 20000 read accesses @675104
-system.cpu7: completed 20000 read accesses @678502
-system.cpu2: completed 20000 read accesses @686227
-system.cpu3: completed 20000 read accesses @688125
-system.cpu4: completed 20000 read accesses @701024
-system.cpu6: completed 20000 read accesses @714978
-system.cpu1: completed 30000 read accesses @992058
-system.cpu0: completed 30000 read accesses @996204
-system.cpu2: completed 30000 read accesses @1012415
-system.cpu5: completed 30000 read accesses @1018935
-system.cpu3: completed 30000 read accesses @1028572
-system.cpu7: completed 30000 read accesses @1034750
-system.cpu4: completed 30000 read accesses @1035581
-system.cpu6: completed 30000 read accesses @1057109
-system.cpu1: completed 40000 read accesses @1328565
-system.cpu0: completed 40000 read accesses @1342349
-system.cpu5: completed 40000 read accesses @1358651
-system.cpu2: completed 40000 read accesses @1362244
-system.cpu3: completed 40000 read accesses @1365572
-system.cpu4: completed 40000 read accesses @1376682
-system.cpu7: completed 40000 read accesses @1377955
-system.cpu6: completed 40000 read accesses @1385954
-system.cpu1: completed 50000 read accesses @1651444
-system.cpu0: completed 50000 read accesses @1681780
-system.cpu2: completed 50000 read accesses @1697366
-system.cpu5: completed 50000 read accesses @1705801
-system.cpu3: completed 50000 read accesses @1712915
-system.cpu4: completed 50000 read accesses @1717462
-system.cpu7: completed 50000 read accesses @1728540
-system.cpu6: completed 50000 read accesses @1732862
-system.cpu1: completed 60000 read accesses @2001756
-system.cpu0: completed 60000 read accesses @2007806
-system.cpu4: completed 60000 read accesses @2036786
-system.cpu3: completed 60000 read accesses @2041761
-system.cpu2: completed 60000 read accesses @2049223
-system.cpu5: completed 60000 read accesses @2054495
-system.cpu6: completed 60000 read accesses @2073699
-system.cpu7: completed 60000 read accesses @2074170
-system.cpu1: completed 70000 read accesses @2344028
-system.cpu0: completed 70000 read accesses @2351090
-system.cpu4: completed 70000 read accesses @2367786
-system.cpu5: completed 70000 read accesses @2386819
-system.cpu2: completed 70000 read accesses @2390297
-system.cpu3: completed 70000 read accesses @2399080
-system.cpu6: completed 70000 read accesses @2409182
-system.cpu7: completed 70000 read accesses @2411377
-system.cpu1: completed 80000 read accesses @2685330
-system.cpu0: completed 80000 read accesses @2689745
-system.cpu4: completed 80000 read accesses @2704099
-system.cpu2: completed 80000 read accesses @2728887
-system.cpu5: completed 80000 read accesses @2735646
-system.cpu3: completed 80000 read accesses @2736625
-system.cpu7: completed 80000 read accesses @2740886
-system.cpu6: completed 80000 read accesses @2752448
-system.cpu1: completed 90000 read accesses @3013853
-system.cpu0: completed 90000 read accesses @3029349
-system.cpu4: completed 90000 read accesses @3054103
-system.cpu2: completed 90000 read accesses @3064472
-system.cpu3: completed 90000 read accesses @3075826
-system.cpu7: completed 90000 read accesses @3076830
-system.cpu5: completed 90000 read accesses @3082514
-system.cpu6: completed 90000 read accesses @3098674
-system.cpu1: completed 100000 read accesses @3340930
+system.cpu5: completed 10000 read accesses @333700
+system.cpu3: completed 10000 read accesses @335770
+system.cpu4: completed 10000 read accesses @336327
+system.cpu1: completed 10000 read accesses @339698
+system.cpu2: completed 10000 read accesses @344150
+system.cpu6: completed 10000 read accesses @345138
+system.cpu7: completed 10000 read accesses @345167
+system.cpu0: completed 10000 read accesses @349190
+system.cpu6: completed 20000 read accesses @673266
+system.cpu5: completed 20000 read accesses @676289
+system.cpu7: completed 20000 read accesses @679722
+system.cpu3: completed 20000 read accesses @681408
+system.cpu4: completed 20000 read accesses @681933
+system.cpu2: completed 20000 read accesses @683973
+system.cpu0: completed 20000 read accesses @686720
+system.cpu1: completed 20000 read accesses @692941
+system.cpu4: completed 30000 read accesses @1007235
+system.cpu6: completed 30000 read accesses @1011621
+system.cpu7: completed 30000 read accesses @1013787
+system.cpu3: completed 30000 read accesses @1022376
+system.cpu1: completed 30000 read accesses @1026321
+system.cpu0: completed 30000 read accesses @1027922
+system.cpu5: completed 30000 read accesses @1030676
+system.cpu2: completed 30000 read accesses @1030823
+system.cpu6: completed 40000 read accesses @1348685
+system.cpu3: completed 40000 read accesses @1353011
+system.cpu4: completed 40000 read accesses @1356076
+system.cpu7: completed 40000 read accesses @1357286
+system.cpu1: completed 40000 read accesses @1359706
+system.cpu5: completed 40000 read accesses @1367254
+system.cpu2: completed 40000 read accesses @1373741
+system.cpu0: completed 40000 read accesses @1379957
+system.cpu4: completed 50000 read accesses @1688392
+system.cpu7: completed 50000 read accesses @1689568
+system.cpu6: completed 50000 read accesses @1689754
+system.cpu3: completed 50000 read accesses @1696699
+system.cpu1: completed 50000 read accesses @1706109
+system.cpu5: completed 50000 read accesses @1712886
+system.cpu2: completed 50000 read accesses @1716788
+system.cpu0: completed 50000 read accesses @1719320
+system.cpu7: completed 60000 read accesses @2028845
+system.cpu6: completed 60000 read accesses @2029028
+system.cpu3: completed 60000 read accesses @2030491
+system.cpu1: completed 60000 read accesses @2034867
+system.cpu4: completed 60000 read accesses @2042771
+system.cpu5: completed 60000 read accesses @2052491
+system.cpu2: completed 60000 read accesses @2054050
+system.cpu0: completed 60000 read accesses @2059964
+system.cpu1: completed 70000 read accesses @2366182
+system.cpu3: completed 70000 read accesses @2371740
+system.cpu6: completed 70000 read accesses @2378180
+system.cpu7: completed 70000 read accesses @2384422
+system.cpu4: completed 70000 read accesses @2385664
+system.cpu5: completed 70000 read accesses @2386969
+system.cpu0: completed 70000 read accesses @2391802
+system.cpu2: completed 70000 read accesses @2394315
+system.cpu1: completed 80000 read accesses @2697050
+system.cpu3: completed 80000 read accesses @2711777
+system.cpu5: completed 80000 read accesses @2712887
+system.cpu6: completed 80000 read accesses @2716967
+system.cpu7: completed 80000 read accesses @2729293
+system.cpu4: completed 80000 read accesses @2732109
+system.cpu0: completed 80000 read accesses @2735916
+system.cpu2: completed 80000 read accesses @2746698
+system.cpu5: completed 90000 read accesses @3042585
+system.cpu1: completed 90000 read accesses @3050146
+system.cpu4: completed 90000 read accesses @3051611
+system.cpu6: completed 90000 read accesses @3054450
+system.cpu3: completed 90000 read accesses @3060838
+system.cpu7: completed 90000 read accesses @3073385
+system.cpu0: completed 90000 read accesses @3084850
+system.cpu2: completed 90000 read accesses @3085570
+system.cpu6: completed 100000 read accesses @3383480
 hack: be nice to actually delete the event here
index a7d781ae4a1ec88c12ed5e0f596086cf83eb5efe..5c8c91abe1a7747f780631cdc3eb90e0d9fec29f 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 28 2010 14:49:51
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 28 2010 15:08:16
-M5 executing on svvint05
+M5 compiled Mar 18 2010 14:39:50
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 15:38:22
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_CMP_directory/m5.fast -d build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 3340930 because maximum number of loads reached
+Exiting @ tick 3383480 because maximum number of loads reached
index 5b77aefa5125acc76c319bbb65b782e8f5df404b..e9535f0299a954c051789a3a3717ad533f7546df 100644 (file)
@@ -1,34 +1,34 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 345104                       # Number of bytes of host memory used
-host_seconds                                    37.10                       # Real time elapsed on the host
-host_tick_rate                                  90051                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 340176                       # Number of bytes of host memory used
+host_seconds                                    30.43                       # Real time elapsed on the host
+host_tick_rate                                 111176                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.003341                       # Number of seconds simulated
-sim_ticks                                     3340930                       # Number of ticks simulated
+sim_seconds                                  0.003383                       # Number of seconds simulated
+sim_ticks                                     3383480                       # Number of ticks simulated
 system.cpu0.num_copies                              0                       # number of copy accesses completed
-system.cpu0.num_reads                           99074                       # number of read accesses completed
-system.cpu0.num_writes                          53010                       # number of write accesses completed
+system.cpu0.num_reads                           99022                       # number of read accesses completed
+system.cpu0.num_writes                          53581                       # number of write accesses completed
 system.cpu1.num_copies                              0                       # number of copy accesses completed
-system.cpu1.num_reads                          100000                       # number of read accesses completed
-system.cpu1.num_writes                          53538                       # number of write accesses completed
+system.cpu1.num_reads                           99831                       # number of read accesses completed
+system.cpu1.num_writes                          53533                       # number of write accesses completed
 system.cpu2.num_copies                              0                       # number of copy accesses completed
-system.cpu2.num_reads                           98064                       # number of read accesses completed
-system.cpu2.num_writes                          52759                       # number of write accesses completed
+system.cpu2.num_reads                           98646                       # number of read accesses completed
+system.cpu2.num_writes                          53693                       # number of write accesses completed
 system.cpu3.num_copies                              0                       # number of copy accesses completed
-system.cpu3.num_reads                           97746                       # number of read accesses completed
-system.cpu3.num_writes                          52714                       # number of write accesses completed
+system.cpu3.num_reads                           99440                       # number of read accesses completed
+system.cpu3.num_writes                          53404                       # number of write accesses completed
 system.cpu4.num_copies                              0                       # number of copy accesses completed
-system.cpu4.num_reads                           98341                       # number of read accesses completed
-system.cpu4.num_writes                          53558                       # number of write accesses completed
+system.cpu4.num_reads                           99794                       # number of read accesses completed
+system.cpu4.num_writes                          53954                       # number of write accesses completed
 system.cpu5.num_copies                              0                       # number of copy accesses completed
-system.cpu5.num_reads                           97456                       # number of read accesses completed
-system.cpu5.num_writes                          52785                       # number of write accesses completed
+system.cpu5.num_reads                           99737                       # number of read accesses completed
+system.cpu5.num_writes                          53481                       # number of write accesses completed
 system.cpu6.num_copies                              0                       # number of copy accesses completed
-system.cpu6.num_reads                           97173                       # number of read accesses completed
-system.cpu6.num_writes                          52207                       # number of write accesses completed
+system.cpu6.num_reads                          100000                       # number of read accesses completed
+system.cpu6.num_writes                          53654                       # number of write accesses completed
 system.cpu7.num_copies                              0                       # number of copy accesses completed
-system.cpu7.num_reads                           97832                       # number of read accesses completed
-system.cpu7.num_writes                          53099                       # number of write accesses completed
+system.cpu7.num_reads                           98991                       # number of read accesses completed
+system.cpu7.num_writes                          53546                       # number of write accesses completed
 
 ---------- End Simulation Statistics   ----------
index 9c950dcb437762361ba29438d02400d146b45bba..ca0411c69c898d513d7acf532f420ff168d7db35 100644 (file)
@@ -157,6 +157,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=false
@@ -174,7 +175,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -282,7 +283,7 @@ icache=system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=1
 physMemPort=system.physmem.port[1]
 port=system.cpu1.test
 
@@ -337,7 +338,7 @@ icache=system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=2
 physMemPort=system.physmem.port[2]
 port=system.cpu2.test
 
@@ -392,7 +393,7 @@ icache=system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=3
 physMemPort=system.physmem.port[3]
 port=system.cpu3.test
 
@@ -447,7 +448,7 @@ icache=system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=4
 physMemPort=system.physmem.port[4]
 port=system.cpu4.test
 
@@ -502,7 +503,7 @@ icache=system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=5
 physMemPort=system.physmem.port[5]
 port=system.cpu5.test
 
@@ -557,7 +558,7 @@ icache=system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=6
 physMemPort=system.physmem.port[6]
 port=system.cpu6.test
 
@@ -612,7 +613,7 @@ icache=system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=7
 physMemPort=system.physmem.port[7]
 port=system.cpu7.test
 
@@ -686,7 +687,10 @@ version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links9.ext_node.memBuffer]
index 6c707db287dc04b2b8c7b9d0a8b724026f2fdbb8..5246c0e5cad76310913727c47b073377740f9393 100644 (file)
@@ -17,8 +17,8 @@ topology:
 
 virtual_net_0: active, ordered
 virtual_net_1: active, unordered
-virtual_net_2: active, ordered
-virtual_net_3: active, unordered
+virtual_net_2: active, unordered
+virtual_net_3: active, ordered
 virtual_net_4: active, unordered
 virtual_net_5: active, ordered
 virtual_net_6: inactive
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/28/2010 15:56:26
+Real time: Mar/18/2010 15:40:04
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 39
-Elapsed_time_in_minutes: 0.65
-Elapsed_time_in_hours: 0.0108333
-Elapsed_time_in_days: 0.000451389
+Elapsed_time_in_seconds: 34
+Elapsed_time_in_minutes: 0.566667
+Elapsed_time_in_hours: 0.00944444
+Elapsed_time_in_days: 0.000393519
 
-Virtual_time_in_seconds: 35.9
-Virtual_time_in_minutes: 0.598333
-Virtual_time_in_hours:   0.00997222
-Virtual_time_in_days:    0.000415509
+Virtual_time_in_seconds: 35
+Virtual_time_in_minutes: 0.583333
+Virtual_time_in_hours:   0.00972222
+Virtual_time_in_days:    0.000405093
 
-Ruby_current_time: 3231932
+Ruby_current_time: 3238178
 Ruby_start_time: 0
-Ruby_cycles: 3231932
+Ruby_cycles: 3238178
 
-mbytes_resident: 31.7773
-mbytes_total: 31.7812
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-user_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-supervisor_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-
-ruby_cycles_executed: 25855464 [ 3231933 3231933 3231933 3231933 3231933 3231933 3231933 3231933 ]
-
-transactions_started: 0 [ 0 0 0 0 0 0 0 0 ]
-transactions_ended: 0 [ 0 0 0 0 0 0 0 0 ]
-cycles_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
-misses_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
+mbytes_resident: 31.2969
+mbytes_total: 332.305
+resident_ratio: 0.094193
 
+ruby_cycles_executed: [ 3238179 3238179 3238179 3238179 3238179 3238179 3238179 3238179 ]
 
 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  
@@ -78,13 +67,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1209894 average: 1.99167 | standard deviation: 0.0908904 | 0 10078 1199816 ]
+sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1212936 average: 1.98562 | standard deviation: 0.119047 | 0 17440 1195496 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 8 max: 1007 count: 1209878 average: 40.7363 | standard deviation: 150.889 | 1138544 0 115 0 0 0 0 0 0 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 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 69625 817 110 141 166 130 111 43 34 22 1 0 0 0 1 6 2 0 0 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 0 0 0 2 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_2: [binsize: 8 max: 1007 count: 786333 average: 40.9465 | standard deviation: 151.281 | 739784 0 0 0 0 0 0 0 0 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 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 45504 542 75 89 120 82 65 25 24 12 0 0 0 0 0 4 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_3: [binsize: 8 max: 1007 count: 423545 average: 40.346 | standard deviation: 150.157 | 398760 0 115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 24121 275 35 52 46 48 46 18 10 10 1 0 0 0 1 2 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency: [binsize: 8 max: 1024 count: 1212921 average: 40.7149 | standard deviation: 150.899 | 1141490 0 116 0 0 0 0 0 0 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 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 68318 1609 231 251 277 280 196 67 26 21 0 1 0 0 5 14 8 1 0 0 0 0 0 2 0 0 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 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 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_2: [binsize: 8 max: 1024 count: 788284 average: 40.6125 | standard deviation: 150.71 | 742060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 44290 1039 145 159 184 181 128 48 20 11 0 0 0 0 4 5 4 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 ]
+miss_latency_3: [binsize: 8 max: 950 count: 424637 average: 40.905 | standard deviation: 151.251 | 399430 0 116 0 0 0 0 0 0 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 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 24028 570 86 92 93 99 68 19 6 10 0 1 0 0 1 9 4 0 0 0 0 0 0 0 0 0 0 0 0 0 2 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 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
 ------------------------------------
@@ -114,10 +103,10 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard dev
 Resource Usage
 --------------
 page_size: 4096
-user_time: 35
+user_time: 34
 system_time: 0
-page_reclaims: 6951
-page_faults: 1964
+page_reclaims: 9009
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -127,220 +116,220 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.151595
-  links_utilized_percent_switch_0_link_0: 0.110246 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.192945 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_0_link_0_Request_Control: 62433 499464 [ 0 0 0 0 62433 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Data: 8904 641088 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_ResponseLocal_Data: 4 288 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Control: 8 64 [ 0 8 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 17830 142640 [ 0 0 0 0 17830 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Data: 8898 640656 [ 0 8898 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_ResponseLocal_Data: 10 720 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Control: 8907 71256 [ 0 8907 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Persistent_Control: 17808 142464 [ 0 0 17808 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_0: 0.151519
+  links_utilized_percent_switch_0_link_0: 0.110184 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.192854 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_0_link_0_Request_Control: 62512 500096 [ 0 62512 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 8915 641880 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_ResponseLocal_Data: 6 432 [ 0 0 0 0 6 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Control: 10 80 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 17866 142928 [ 0 17866 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Data: 8912 641664 [ 0 0 0 0 8912 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_ResponseLocal_Data: 9 648 [ 0 0 0 0 9 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Control: 8916 71328 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Persistent_Control: 17828 142624 [ 0 0 0 17828 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.151593
-  links_utilized_percent_switch_1_link_0: 0.110245 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.19294 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_1_link_0_Request_Control: 62433 499464 [ 0 0 0 0 62433 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Data: 8902 640944 [ 0 8902 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_ResponseLocal_Data: 6 432 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 17830 142640 [ 0 0 0 0 17830 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 8901 640872 [ 0 8901 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_ResponseLocal_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Control: 8908 71264 [ 0 8908 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Persistent_Control: 17804 142432 [ 0 0 17804 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_1: 0.151526
+  links_utilized_percent_switch_1_link_0: 0.110191 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.192862 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_1_link_0_Request_Control: 62515 500120 [ 0 62515 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Data: 8916 641952 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_ResponseLocal_Data: 7 504 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 17860 142880 [ 0 17860 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 8912 641664 [ 0 0 0 0 8912 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_ResponseLocal_Data: 10 720 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Control: 8917 71336 [ 0 0 0 0 8917 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Persistent_Control: 17829 142632 [ 0 0 0 17829 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.151589
-  links_utilized_percent_switch_2_link_0: 0.110242 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.192936 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_2_link_0_Request_Control: 62429 499432 [ 0 0 0 0 62429 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Data: 8903 641016 [ 0 8903 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_ResponseLocal_Data: 4 288 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Control: 12 96 [ 0 12 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Request_Control: 17838 142704 [ 0 0 0 0 17838 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 8900 640800 [ 0 8900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_ResponseLocal_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Control: 8904 71232 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Persistent_Control: 17806 142448 [ 0 0 17806 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_2: 0.151534
+  links_utilized_percent_switch_2_link_0: 0.11019 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.192879 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_2_link_0_Request_Control: 62516 500128 [ 0 62516 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 8916 641952 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_ResponseLocal_Data: 7 504 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Control: 5 40 [ 0 0 0 0 5 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Request_Control: 17858 142864 [ 0 17858 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 8912 641664 [ 0 0 0 0 8912 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_ResponseLocal_Data: 11 792 [ 0 0 0 0 11 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Control: 8918 71344 [ 0 0 0 0 8918 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Persistent_Control: 17832 142656 [ 0 0 0 17832 0 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 2
 switch_3_outlinks: 2
-links_utilized_percent_switch_3: 0.15158
-  links_utilized_percent_switch_3_link_0: 0.110242 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.192917 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_Request_Control: 62434 499472 [ 0 0 0 0 62434 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Data: 8902 640944 [ 0 8902 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_ResponseLocal_Data: 5 360 [ 0 5 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Request_Control: 17828 142624 [ 0 0 0 0 17828 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 8900 640800 [ 0 8900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_ResponseLocal_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Control: 8904 71232 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Persistent_Control: 17804 142432 [ 0 0 17804 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.151566
+  links_utilized_percent_switch_3_link_0: 0.110202 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.192929 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_Request_Control: 62513 500104 [ 0 62513 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_ResponseLocal_Data: 14 1008 [ 0 0 0 0 14 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Control: 3 24 [ 0 0 0 0 3 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Request_Control: 17864 142912 [ 0 17864 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 8917 642024 [ 0 0 0 0 8917 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_ResponseLocal_Data: 10 720 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Control: 8915 71320 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Persistent_Control: 17826 142608 [ 0 0 0 17826 0 0 0 0 0 0 ] base_latency: 1
 
 switch_4_inlinks: 2
 switch_4_outlinks: 2
-links_utilized_percent_switch_4: 0.151642
-  links_utilized_percent_switch_4_link_0: 0.110261 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_4_link_1: 0.193024 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_4_link_0_Request_Control: 62425 499400 [ 0 0 0 0 62425 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Data: 8901 640872 [ 0 8901 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_ResponseLocal_Data: 12 864 [ 0 12 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Control: 10 80 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Request_Control: 17846 142768 [ 0 0 0 0 17846 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Data: 8907 641304 [ 0 8907 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_ResponseLocal_Data: 6 432 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Control: 8903 71224 [ 0 8903 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Persistent_Control: 17802 142416 [ 0 0 17802 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_4: 0.151524
+  links_utilized_percent_switch_4_link_0: 0.110187 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_4_link_1: 0.192862 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_4_link_0_Request_Control: 62512 500096 [ 0 62512 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_ResponseLocal_Data: 9 648 [ 0 0 0 0 9 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Control: 10 80 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Request_Control: 17866 142928 [ 0 17866 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Data: 8916 641952 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_ResponseLocal_Data: 6 432 [ 0 0 0 0 6 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Control: 8914 71312 [ 0 0 0 0 8914 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Persistent_Control: 17826 142608 [ 0 0 0 17826 0 0 0 0 0 0 ] base_latency: 1
 
 switch_5_inlinks: 2
 switch_5_outlinks: 2
-links_utilized_percent_switch_5: 0.151682
-  links_utilized_percent_switch_5_link_0: 0.110273 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_5_link_1: 0.19309 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_5_link_0_Request_Control: 62420 499360 [ 0 0 0 0 62420 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Data: 8900 640800 [ 0 8900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_ResponseLocal_Data: 17 1224 [ 0 17 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Control: 10 80 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Request_Control: 17856 142848 [ 0 0 0 0 17856 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Data: 8910 641520 [ 0 8910 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_ResponseLocal_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Control: 8902 71216 [ 0 8902 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Persistent_Control: 17800 142400 [ 0 0 17800 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_5: 0.151513
+  links_utilized_percent_switch_5_link_0: 0.110184 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_5_link_1: 0.192843 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_5_link_0_Request_Control: 62514 500112 [ 0 62514 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_ResponseLocal_Data: 8 576 [ 0 0 0 0 8 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Control: 8 64 [ 0 0 0 0 8 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Request_Control: 17862 142896 [ 0 17862 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Data: 8915 641880 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_ResponseLocal_Data: 6 432 [ 0 0 0 0 6 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Control: 8915 71320 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Persistent_Control: 17826 142608 [ 0 0 0 17826 0 0 0 0 0 0 ] base_latency: 1
 
 switch_6_inlinks: 2
 switch_6_outlinks: 2
-links_utilized_percent_switch_6: 0.151632
-  links_utilized_percent_switch_6_link_0: 0.110261 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_6_link_1: 0.193002 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_6_link_0_Request_Control: 62430 499440 [ 0 0 0 0 62430 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Data: 8903 641016 [ 0 8903 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_ResponseLocal_Data: 10 720 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Request_Control: 17836 142688 [ 0 0 0 0 17836 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Data: 8905 641160 [ 0 8905 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_ResponseLocal_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Control: 8906 71248 [ 0 8906 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Persistent_Control: 17804 142432 [ 0 0 17804 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_6: 0.151473
+  links_utilized_percent_switch_6_link_0: 0.110172 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_6_link_1: 0.192775 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_6_link_0_Request_Control: 62522 500176 [ 0 62522 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Data: 8915 641880 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_ResponseLocal_Data: 2 144 [ 0 0 0 0 2 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Control: 4 32 [ 0 0 0 0 4 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Request_Control: 17846 142768 [ 0 17846 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Data: 8909 641448 [ 0 0 0 0 8909 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_ResponseLocal_Data: 8 576 [ 0 0 0 0 8 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Control: 8919 71352 [ 0 0 0 0 8919 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Persistent_Control: 17830 142640 [ 0 0 0 17830 0 0 0 0 0 0 ] base_latency: 1
 
 switch_7_inlinks: 2
 switch_7_outlinks: 2
-links_utilized_percent_switch_7: 0.151577
-  links_utilized_percent_switch_7_link_0: 0.110242 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_7_link_1: 0.192912 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_7_link_0_Request_Control: 62432 499456 [ 0 0 0 0 62432 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Data: 8904 641088 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_ResponseLocal_Data: 3 216 [ 0 3 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Control: 8 64 [ 0 8 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Request_Control: 17832 142656 [ 0 0 0 0 17832 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Data: 8896 640512 [ 0 8896 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_ResponseLocal_Data: 10 720 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Control: 8905 71240 [ 0 8905 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Persistent_Control: 17805 142440 [ 0 0 17805 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_7: 0.151555
+  links_utilized_percent_switch_7_link_0: 0.1102 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_7_link_1: 0.192911 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_7_link_0_Request_Control: 62511 500088 [ 0 62511 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Data: 8914 641808 [ 0 0 0 0 8914 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_ResponseLocal_Data: 12 864 [ 0 0 0 0 12 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Request_Control: 17868 142944 [ 0 17868 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Data: 8920 642240 [ 0 0 0 0 8920 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_ResponseLocal_Data: 5 360 [ 0 0 0 0 5 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Control: 8915 71320 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Persistent_Control: 17828 142624 [ 0 0 0 17828 0 0 0 0 0 0 ] base_latency: 1
 
 switch_8_inlinks: 2
 switch_8_outlinks: 2
-links_utilized_percent_switch_8: 0.110295
-  links_utilized_percent_switch_8_link_0: 0.11021 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_8_link_1: 0.11038 bw: 160000 base_latency: 1
+links_utilized_percent_switch_8: 0.110233
+  links_utilized_percent_switch_8_link_0: 0.110149 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_8_link_1: 0.110317 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_8_link_0_Request_Control: 71348 570784 [ 0 0 0 0 71348 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Response_Control: 71173 569384 [ 0 71173 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Request_Control: 71348 570784 [ 0 0 0 71348 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Request_Control: 71445 571560 [ 0 71445 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Response_Control: 71275 570200 [ 0 0 0 0 71275 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_1_Request_Control: 71445 571560 [ 0 0 71445 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_9_inlinks: 2
 switch_9_outlinks: 2
-links_utilized_percent_switch_9: 0.0413555
-  links_utilized_percent_switch_9_link_0: 0.0826831 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_9_link_1: 2.78471e-05 bw: 160000 base_latency: 1
+links_utilized_percent_switch_9: 0.0413315
+  links_utilized_percent_switch_9_link_0: 0.0826352 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_9_link_1: 2.77934e-05 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_9_link_0_Request_Control: 71348 570784 [ 0 0 0 71348 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_0_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Response_Data: 2 144 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_0_Request_Control: 71445 571560 [ 0 0 71445 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_0_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Response_Data: 2 144 [ 0 0 0 0 2 0 0 0 0 0 ] base_latency: 1
 
 switch_10_inlinks: 10
 switch_10_outlinks: 10
-links_utilized_percent_switch_10: 0.407928
-  links_utilized_percent_switch_10_link_0: 0.413434 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_1: 0.413437 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_2: 0.413423 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_3: 0.413425 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_4: 0.413503 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_5: 0.413554 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_6: 0.413502 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_7: 0.413423 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_8: 0.440842 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_10_link_9: 0.330733 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_10_link_0_Request_Control: 62433 499464 [ 0 0 0 0 62433 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Response_Data: 8904 641088 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_ResponseLocal_Data: 4 288 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Response_Control: 8 64 [ 0 8 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_0_Persistent_Control: 124625 997000 [ 0 0 124625 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Request_Control: 62433 499464 [ 0 0 0 0 62433 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Response_Data: 8902 640944 [ 0 8902 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_ResponseLocal_Data: 6 432 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_1_Persistent_Control: 124629 997032 [ 0 0 124629 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Request_Control: 62429 499432 [ 0 0 0 0 62429 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Response_Data: 8903 641016 [ 0 8903 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_ResponseLocal_Data: 4 288 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Response_Control: 12 96 [ 0 12 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_2_Persistent_Control: 124627 997016 [ 0 0 124627 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Request_Control: 62434 499472 [ 0 0 0 0 62434 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Response_Data: 8902 640944 [ 0 8902 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_ResponseLocal_Data: 5 360 [ 0 5 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_3_Persistent_Control: 124629 997032 [ 0 0 124629 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Request_Control: 62425 499400 [ 0 0 0 0 62425 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Response_Data: 8901 640872 [ 0 8901 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_ResponseLocal_Data: 12 864 [ 0 12 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Response_Control: 10 80 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_4_Persistent_Control: 124631 997048 [ 0 0 124631 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Request_Control: 62420 499360 [ 0 0 0 0 62420 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Response_Data: 8900 640800 [ 0 8900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_ResponseLocal_Data: 17 1224 [ 0 17 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Response_Control: 10 80 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_5_Persistent_Control: 124633 997064 [ 0 0 124633 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Request_Control: 62430 499440 [ 0 0 0 0 62430 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Response_Data: 8903 641016 [ 0 8903 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_ResponseLocal_Data: 10 720 [ 0 10 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Response_Control: 6 48 [ 0 6 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_6_Persistent_Control: 124629 997032 [ 0 0 124629 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Request_Control: 62432 499456 [ 0 0 0 0 62432 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Response_Data: 8904 641088 [ 0 8904 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_ResponseLocal_Data: 3 216 [ 0 3 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Response_Control: 8 64 [ 0 8 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_7_Persistent_Control: 124628 997024 [ 0 0 124628 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Request_Control: 71348 570784 [ 0 0 0 0 71348 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Response_Control: 71173 569384 [ 0 71173 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_8_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_9_Request_Control: 71348 570784 [ 0 0 0 71348 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_10_link_9_Persistent_Control: 142433 1139464 [ 0 0 142433 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_10: 0.407695
+  links_utilized_percent_switch_10_link_0: 0.413208 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_1: 0.413234 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_2: 0.413228 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_3: 0.413285 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_4: 0.413225 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_5: 0.413211 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_6: 0.413155 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_7: 0.413271 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_8: 0.440595 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_10_link_9: 0.330541 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_10_link_0_Request_Control: 62512 500096 [ 0 62512 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Response_Data: 8915 641880 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_ResponseLocal_Data: 6 432 [ 0 0 0 0 6 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Response_Control: 10 80 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_0_Persistent_Control: 124797 998376 [ 0 0 0 124797 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Request_Control: 62515 500120 [ 0 62515 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Response_Data: 8916 641952 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_ResponseLocal_Data: 7 504 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_1_Persistent_Control: 124796 998368 [ 0 0 0 124796 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Request_Control: 62516 500128 [ 0 62516 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Response_Data: 8916 641952 [ 0 0 0 0 8916 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_ResponseLocal_Data: 7 504 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Response_Control: 5 40 [ 0 0 0 0 5 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_2_Persistent_Control: 124793 998344 [ 0 0 0 124793 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Request_Control: 62513 500104 [ 0 62513 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_ResponseLocal_Data: 14 1008 [ 0 0 0 0 14 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Response_Control: 3 24 [ 0 0 0 0 3 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_3_Persistent_Control: 124799 998392 [ 0 0 0 124799 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Request_Control: 62512 500096 [ 0 62512 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_ResponseLocal_Data: 9 648 [ 0 0 0 0 9 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Response_Control: 10 80 [ 0 0 0 0 10 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_4_Persistent_Control: 124799 998392 [ 0 0 0 124799 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Request_Control: 62514 500112 [ 0 62514 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Response_Data: 8913 641736 [ 0 0 0 0 8913 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_ResponseLocal_Data: 8 576 [ 0 0 0 0 8 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Response_Control: 8 64 [ 0 0 0 0 8 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_5_Persistent_Control: 124799 998392 [ 0 0 0 124799 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Request_Control: 62522 500176 [ 0 62522 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Response_Data: 8915 641880 [ 0 0 0 0 8915 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_ResponseLocal_Data: 2 144 [ 0 0 0 0 2 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Response_Control: 4 32 [ 0 0 0 0 4 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_6_Persistent_Control: 124795 998360 [ 0 0 0 124795 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Request_Control: 62511 500088 [ 0 62511 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Response_Data: 8914 641808 [ 0 0 0 0 8914 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_ResponseLocal_Data: 12 864 [ 0 0 0 0 12 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_7_Persistent_Control: 124797 998376 [ 0 0 0 124797 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Request_Control: 71445 571560 [ 0 71445 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Response_Control: 71275 570200 [ 0 0 0 0 71275 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_8_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_9_Request_Control: 71445 571560 [ 0 0 71445 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_10_link_9_Persistent_Control: 142625 1141000 [ 0 0 0 142625 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -348,7 +337,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -358,34 +346,33 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  97883
+Load  99985
 Ifetch  0
-Store  52729
+Store  54267
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  17
-Data_All_Tokens  8891
-Ack  2
-Ack_All_Tokens  6
+Data_Owner  19
+Data_All_Tokens  8902
+Ack  0
+Ack_All_Tokens  10
 Transient_GETX  0
-Transient_Local_GETX  21689
+Transient_Local_GETX  22004
 Transient_GETS  0
-Transient_Local_GETS  40744
+Transient_Local_GETS  40508
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  23662
-Persistent_GETS  44658
-Own_Lock_or_Unlock  74113
-Request_Timeout  8913
+Persistent_GETX  25124
+Persistent_GETS  46317
+Own_Lock_or_Unlock  71183
+Request_Timeout  9369
 Use_TimeoutStarverX  2
-Use_TimeoutStarverS  2
-Use_TimeoutNoStarvers  8893
+Use_TimeoutStarverS  5
+Use_TimeoutNoStarvers  8905
 
  - Transitions -
 NP  Load  1
@@ -403,7 +390,7 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  10
+I  Load  9
 I  Ifetch  0 <-- 
 I  Store  1
 I  L1_Replacement  0 <-- 
@@ -419,11 +406,11 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  3
+I  Own_Lock_or_Unlock  6
 
-S  Load  1
+S  Load  6
 S  Ifetch  0 <-- 
-S  Store  2
+S  Store  3
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
@@ -441,14 +428,14 @@ S  Own_Lock_or_Unlock  0 <--
 
 O  Load  17
 O  Ifetch  0 <-- 
-O  Store  6
+O  Store  10
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  10
+O  Transient_Local_GETX  9
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
@@ -459,76 +446,76 @@ O  Own_Lock_or_Unlock  13
 
 M  Load  134
 M  Ifetch  0 <-- 
-M  Store  88
+M  Store  70
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  5
-M  Persistent_GETS  8
-M  Own_Lock_or_Unlock  66
+M  Persistent_GETX  4
+M  Persistent_GETS  13
+M  Own_Lock_or_Unlock  65
 
-MM  Load  37466
+MM  Load  39402
 MM  Ifetch  0 <-- 
-MM  Store  20004
+MM  Store  21439
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3064
-MM  Persistent_GETS  5816
-MM  Own_Lock_or_Unlock  8723
+MM  Persistent_GETX  3111
+MM  Persistent_GETS  5777
+MM  Own_Lock_or_Unlock  8638
 
-M_W  Load  10517
+M_W  Load  10158
 M_W  Ifetch  0 <-- 
-M_W  Store  5696
+M_W  Store  5618
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1616
+M_W  Transient_Local_GETX  1506
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2909
+M_W  Transient_Local_GETS  2887
 M_W  Persistent_GETX  0 <-- 
 M_W  Persistent_GETS  0 <-- 
-M_W  Own_Lock_or_Unlock  3
+M_W  Own_Lock_or_Unlock  21
 M_W  Use_TimeoutStarverX  0 <-- 
 M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  101
+M_W  Use_TimeoutNoStarvers  87
 
-MM_W  Load  43923
+MM_W  Load  44523
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23840
+MM_W  Store  23933
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  924
+MM_W  Transient_Local_GETX  964
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1714
+MM_W  Transient_Local_GETS  1719
 MM_W  Persistent_GETX  2
-MM_W  Persistent_GETS  2
-MM_W  Own_Lock_or_Unlock  91
+MM_W  Persistent_GETS  5
+MM_W  Own_Lock_or_Unlock  160
 MM_W  Use_TimeoutStarverX  2
-MM_W  Use_TimeoutStarverS  2
-MM_W  Use_TimeoutNoStarvers  8792
+MM_W  Use_TimeoutStarverS  5
+MM_W  Use_TimeoutNoStarvers  8818
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
-IM  Data_Owner  1
-IM  Data_All_Tokens  3091
-IM  Ack  2
+IM  Data_Owner  0 <-- 
+IM  Data_All_Tokens  3191
+IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  230
+IM  Transient_Local_GETX  273
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  445
+IM  Transient_Local_GETS  439
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5661
-IM  Persistent_GETS  10789
-IM  Own_Lock_or_Unlock  3096
-IM  Request_Timeout  2248
+IM  Persistent_GETX  5569
+IM  Persistent_GETS  10313
+IM  Own_Lock_or_Unlock  3193
+IM  Request_Timeout  2198
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -536,12 +523,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  3
+SM  Data_All_Tokens  6
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  5
+SM  Transient_Local_GETX  6
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  0 <-- 
+SM  Transient_Local_GETS  1
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -556,15 +543,15 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  6
+OM  Ack_All_Tokens  10
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  2
+OM  Transient_Local_GETX  4
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  0 <-- 
+OM  Transient_Local_GETS  2
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
 OM  Persistent_GETX  0 <-- 
-OM  Persistent_GETS  1
+OM  Persistent_GETS  0 <-- 
 OM  Own_Lock_or_Unlock  0 <-- 
 OM  Request_Timeout  0 <-- 
 
@@ -573,23 +560,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  16
-IS  Data_All_Tokens  5797
+IS  Data_Owner  19
+IS  Data_All_Tokens  5705
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  462
+IS  Transient_Local_GETX  460
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  754
+IS  Transient_Local_GETS  816
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10798
-IS  Persistent_GETS  20156
-IS  Own_Lock_or_Unlock  5817
-IS  Request_Timeout  4250
+IS  Persistent_GETX  10015
+IS  Persistent_GETS  18534
+IS  Own_Lock_or_Unlock  5746
+IS  Request_Timeout  3986
 
-I_L  Load  5803
+I_L  Load  5716
 I_L  Ifetch  0 <-- 
-I_L  Store  3086
+I_L  Store  3183
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -601,13 +588,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  0 <-- 
-I_L  Persistent_GETS  0 <-- 
+I_L  Persistent_GETX  1
+I_L  Persistent_GETS  2
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  11
+S_L  Load  19
 S_L  Ifetch  0 <-- 
-S_L  Store  5
+S_L  Store  9
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -621,7 +608,7 @@ S_L  Transient_GETS_Last_Token  0 <--
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
 S_L  Persistent_GETS  0 <-- 
-S_L  Own_Lock_or_Unlock  3
+S_L  Own_Lock_or_Unlock  4
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -632,15 +619,15 @@ IM_L  Data_Owner  0 <--
 IM_L  Data_All_Tokens  0 <-- 
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6400
+IM_L  Transient_Local_GETX  6647
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  12121
+IM_L  Transient_Local_GETS  12472
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1406
-IM_L  Persistent_GETS  2774
-IM_L  Own_Lock_or_Unlock  19535
-IM_L  Request_Timeout  843
+IM_L  Persistent_GETX  2218
+IM_L  Persistent_GETS  4302
+IM_L  Own_Lock_or_Unlock  19065
+IM_L  Request_Timeout  1174
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -658,7 +645,7 @@ SM_L  Transient_GETS_Last_Token  0 <--
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
 SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  6
+SM_L  Own_Lock_or_Unlock  9
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -670,15 +657,15 @@ IS_L  Data_Owner  0 <--
 IS_L  Data_All_Tokens  0 <-- 
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12039
+IS_L  Transient_Local_GETX  12134
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22801
+IS_L  Transient_Local_GETS  22172
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  2726
-IS_L  Persistent_GETS  5112
-IS_L  Own_Lock_or_Unlock  36757
-IS_L  Request_Timeout  1572
+IS_L  Persistent_GETX  4204
+IS_L  Persistent_GETS  7371
+IS_L  Own_Lock_or_Unlock  34263
+IS_L  Request_Timeout  2011
 
 Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_misses: 0
@@ -686,7 +673,6 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -696,34 +682,33 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 1 ---
  - Event Counts -
-Load  97697
+Load  100000
 Ifetch  0
-Store  52572
+Store  53572
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  14
-Data_All_Tokens  8894
-Ack  0
+Data_Owner  16
+Data_All_Tokens  8907
+Ack  1
 Ack_All_Tokens  6
 Transient_GETX  0
-Transient_Local_GETX  21664
+Transient_Local_GETX  22102
 Transient_GETS  0
-Transient_Local_GETS  40769
+Transient_Local_GETS  40413
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  23737
-Persistent_GETS  44880
-Own_Lock_or_Unlock  73816
-Request_Timeout  9321
-Use_TimeoutStarverX  2
-Use_TimeoutStarverS  5
-Use_TimeoutNoStarvers  8893
+Persistent_GETX  25285
+Persistent_GETS  46227
+Own_Lock_or_Unlock  71112
+Request_Timeout  9838
+Use_TimeoutStarverX  9
+Use_TimeoutStarverS  21
+Use_TimeoutNoStarvers  8883
 
  - Transitions -
 NP  Load  0 <-- 
@@ -741,9 +726,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  8
+I  Load  9
 I  Ifetch  0 <-- 
-I  Store  4
+I  Store  2
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -757,18 +742,18 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  5
+I  Own_Lock_or_Unlock  3
 
-S  Load  8
+S  Load  2
 S  Ifetch  0 <-- 
-S  Store  5
+S  Store  1
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
 S  Data_All_Tokens  0 <-- 
 S  Ack  0 <-- 
 S  Transient_GETX  0 <-- 
-S  Transient_Local_GETX  5
+S  Transient_Local_GETX  1
 S  Transient_GETS  0 <-- 
 S  Transient_Local_GETS  0 <-- 
 S  Transient_GETS_Last_Token  0 <-- 
@@ -777,7 +762,7 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  8
+O  Load  13
 O  Ifetch  0 <-- 
 O  Store  6
 O  L1_Replacement  0 <-- 
@@ -786,87 +771,87 @@ O  Data_All_Tokens  0 <--
 O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  7
+O  Transient_Local_GETX  10
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
 O  Transient_Local_GETS_Last_Token  0 <-- 
 O  Persistent_GETX  0 <-- 
 O  Persistent_GETS  0 <-- 
-O  Own_Lock_or_Unlock  8
+O  Own_Lock_or_Unlock  13
 
-M  Load  132
+M  Load  93
 M  Ifetch  0 <-- 
-M  Store  87
+M  Store  64
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  3
-M  Persistent_GETS  16
-M  Own_Lock_or_Unlock  71
+M  Persistent_GETX  6
+M  Persistent_GETS  11
+M  Own_Lock_or_Unlock  57
 
-MM  Load  37172
+MM  Load  39210
 MM  Ifetch  0 <-- 
-MM  Store  19876
+MM  Store  21060
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3054
-MM  Persistent_GETS  5820
-MM  Own_Lock_or_Unlock  8677
+MM  Persistent_GETX  3114
+MM  Persistent_GETS  5751
+MM  Own_Lock_or_Unlock  8567
 
-M_W  Load  10230
+M_W  Load  10349
 M_W  Ifetch  0 <-- 
-M_W  Store  5669
+M_W  Store  5722
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1592
+M_W  Transient_Local_GETX  1545
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2903
+M_W  Transient_Local_GETS  2943
 M_W  Persistent_GETX  0 <-- 
-M_W  Persistent_GETS  0 <-- 
-M_W  Own_Lock_or_Unlock  13
-M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  106
+M_W  Persistent_GETS  3
+M_W  Own_Lock_or_Unlock  28
+M_W  Use_TimeoutStarverX  1
+M_W  Use_TimeoutStarverS  1
+M_W  Use_TimeoutNoStarvers  81
 
-MM_W  Load  44323
+MM_W  Load  44502
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23814
+MM_W  Store  23617
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  931
+MM_W  Transient_Local_GETX  909
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1725
-MM_W  Persistent_GETX  2
-MM_W  Persistent_GETS  5
-MM_W  Own_Lock_or_Unlock  109
-MM_W  Use_TimeoutStarverX  2
-MM_W  Use_TimeoutStarverS  5
-MM_W  Use_TimeoutNoStarvers  8787
+MM_W  Transient_Local_GETS  1723
+MM_W  Persistent_GETX  8
+MM_W  Persistent_GETS  17
+MM_W  Own_Lock_or_Unlock  204
+MM_W  Use_TimeoutStarverX  8
+MM_W  Use_TimeoutStarverS  20
+MM_W  Use_TimeoutNoStarvers  8802
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
-IM  Data_Owner  1
-IM  Data_All_Tokens  3114
-IM  Ack  0 <-- 
+IM  Data_Owner  0 <-- 
+IM  Data_All_Tokens  3094
+IM  Ack  1
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  246
+IM  Transient_Local_GETX  276
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  435
+IM  Transient_Local_GETS  403
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5733
-IM  Persistent_GETS  10880
-IM  Own_Lock_or_Unlock  3030
-IM  Request_Timeout  2402
+IM  Persistent_GETX  5339
+IM  Persistent_GETS  9988
+IM  Own_Lock_or_Unlock  3091
+IM  Request_Timeout  2203
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -874,12 +859,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  5
+SM  Data_All_Tokens  7
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  7
+SM  Transient_Local_GETX  4
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  1
+SM  Transient_Local_GETS  0 <-- 
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -896,13 +881,13 @@ OM  Data_All_Tokens  0 <--
 OM  Ack  0 <-- 
 OM  Ack_All_Tokens  6
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  4
+OM  Transient_Local_GETX  3
 OM  Transient_GETS  0 <-- 
 OM  Transient_Local_GETS  1
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
 OM  Persistent_GETX  0 <-- 
-OM  Persistent_GETS  1
+OM  Persistent_GETS  0 <-- 
 OM  Own_Lock_or_Unlock  0 <-- 
 OM  Request_Timeout  0 <-- 
 
@@ -911,23 +896,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  13
-IS  Data_All_Tokens  5775
+IS  Data_Owner  16
+IS  Data_All_Tokens  5804
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  420
+IS  Transient_Local_GETX  494
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  786
+IS  Transient_Local_GETS  774
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10679
-IS  Persistent_GETS  20087
-IS  Own_Lock_or_Unlock  5624
-IS  Request_Timeout  4436
+IS  Persistent_GETX  10327
+IS  Persistent_GETS  18778
+IS  Own_Lock_or_Unlock  5808
+IS  Request_Timeout  4283
 
-I_L  Load  5781
+I_L  Load  5812
 I_L  Ifetch  0 <-- 
-I_L  Store  3103
+I_L  Store  3088
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -940,12 +925,12 @@ I_L  Transient_Local_GETS  0 <--
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
 I_L  Persistent_GETX  3
-I_L  Persistent_GETS  3
+I_L  Persistent_GETS  12
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  35
+S_L  Load  10
 S_L  Ifetch  0 <-- 
-S_L  Store  6
+S_L  Store  10
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -958,8 +943,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  0 <-- 
-S_L  Own_Lock_or_Unlock  10
+S_L  Persistent_GETS  1
+S_L  Own_Lock_or_Unlock  2
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -967,18 +952,18 @@ IM_L  Store  0 <--
 IM_L  L1_Replacement  0 <-- 
 IM_L  Data_Shared  0 <-- 
 IM_L  Data_Owner  0 <-- 
-IM_L  Data_All_Tokens  0 <-- 
+IM_L  Data_All_Tokens  1
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6515
+IM_L  Transient_Local_GETX  6495
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  12145
+IM_L  Transient_Local_GETS  12038
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1461
-IM_L  Persistent_GETS  2768
-IM_L  Own_Lock_or_Unlock  19715
-IM_L  Request_Timeout  870
+IM_L  Persistent_GETX  2303
+IM_L  Persistent_GETS  4177
+IM_L  Own_Lock_or_Unlock  18413
+IM_L  Request_Timeout  1186
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -996,7 +981,7 @@ SM_L  Transient_GETS_Last_Token  0 <--
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
 SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  7
+SM_L  Own_Lock_or_Unlock  10
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -1005,18 +990,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  0 <-- 
+IS_L  Data_All_Tokens  1
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  11937
+IS_L  Transient_Local_GETX  12365
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22773
+IS_L  Transient_Local_GETS  22531
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  2802
-IS_L  Persistent_GETS  5300
-IS_L  Own_Lock_or_Unlock  36547
-IS_L  Request_Timeout  1613
+IS_L  Persistent_GETX  4185
+IS_L  Persistent_GETS  7489
+IS_L  Own_Lock_or_Unlock  34916
+IS_L  Request_Timeout  2166
 
 Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_misses: 0
@@ -1024,7 +1009,6 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1034,34 +1018,33 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 2 ---
  - Event Counts -
-Load  97956
+Load  97643
 Ifetch  0
-Store  52878
+Store  52893
 L1_Replacement  0
 Data_Shared  0
 Data_Owner  17
-Data_All_Tokens  8890
-Ack  2
-Ack_All_Tokens  10
+Data_All_Tokens  8906
+Ack  0
+Ack_All_Tokens  5
 Transient_GETX  0
-Transient_Local_GETX  21675
+Transient_Local_GETX  22043
 Transient_GETS  0
-Transient_Local_GETS  40754
+Transient_Local_GETS  40473
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  23962
-Persistent_GETS  45240
-Own_Lock_or_Unlock  73231
-Request_Timeout  8987
-Use_TimeoutStarverX  5
-Use_TimeoutStarverS  10
-Use_TimeoutNoStarvers  8885
+Persistent_GETX  25456
+Persistent_GETS  46651
+Own_Lock_or_Unlock  70517
+Request_Timeout  9275
+Use_TimeoutStarverX  56
+Use_TimeoutStarverS  71
+Use_TimeoutNoStarvers  8784
 
  - Transitions -
 NP  Load  1
@@ -1079,7 +1062,7 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  4
+I  Load  10
 I  Ifetch  0 <-- 
 I  Store  3
 I  L1_Replacement  0 <-- 
@@ -1097,16 +1080,16 @@ I  Persistent_GETX  0 <--
 I  Persistent_GETS  0 <-- 
 I  Own_Lock_or_Unlock  4
 
-S  Load  0 <-- 
+S  Load  5
 S  Ifetch  0 <-- 
-S  Store  2
+S  Store  1
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
 S  Data_All_Tokens  0 <-- 
 S  Ack  0 <-- 
 S  Transient_GETX  0 <-- 
-S  Transient_Local_GETX  0 <-- 
+S  Transient_Local_GETX  2
 S  Transient_GETS  0 <-- 
 S  Transient_Local_GETS  0 <-- 
 S  Transient_GETS_Last_Token  0 <-- 
@@ -1115,96 +1098,96 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  23
+O  Load  15
 O  Ifetch  0 <-- 
-O  Store  10
+O  Store  5
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
-O  Ack  1
+O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  7
+O  Transient_Local_GETX  11
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
 O  Transient_Local_GETS_Last_Token  0 <-- 
 O  Persistent_GETX  0 <-- 
 O  Persistent_GETS  0 <-- 
-O  Own_Lock_or_Unlock  13
+O  Own_Lock_or_Unlock  12
 
-M  Load  140
+M  Load  132
 M  Ifetch  0 <-- 
-M  Store  83
+M  Store  98
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  3
-M  Persistent_GETS  11
-M  Own_Lock_or_Unlock  63
+M  Persistent_GETX  8
+M  Persistent_GETS  8
+M  Own_Lock_or_Unlock  72
 
-MM  Load  37371
+MM  Load  37025
 MM  Ifetch  0 <-- 
-MM  Store  20167
+MM  Store  20285
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3107
-MM  Persistent_GETS  5764
-MM  Own_Lock_or_Unlock  8676
+MM  Persistent_GETX  3092
+MM  Persistent_GETS  5676
+MM  Own_Lock_or_Unlock  8197
 
-M_W  Load  10582
+M_W  Load  10300
 M_W  Ifetch  0 <-- 
-M_W  Store  5688
+M_W  Store  5629
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1627
+M_W  Transient_Local_GETX  1553
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2843
+M_W  Transient_Local_GETS  2883
 M_W  Persistent_GETX  1
-M_W  Persistent_GETS  0 <-- 
-M_W  Own_Lock_or_Unlock  3
+M_W  Persistent_GETS  4
+M_W  Own_Lock_or_Unlock  5
 M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  97
+M_W  Use_TimeoutStarverS  1
+M_W  Use_TimeoutNoStarvers  114
 
-MM_W  Load  44020
+MM_W  Load  44391
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23825
+MM_W  Store  23713
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  938
+MM_W  Transient_Local_GETX  954
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1683
-MM_W  Persistent_GETX  4
-MM_W  Persistent_GETS  10
-MM_W  Own_Lock_or_Unlock  101
-MM_W  Use_TimeoutStarverX  5
-MM_W  Use_TimeoutStarverS  10
-MM_W  Use_TimeoutNoStarvers  8788
+MM_W  Transient_Local_GETS  1765
+MM_W  Persistent_GETX  53
+MM_W  Persistent_GETS  65
+MM_W  Own_Lock_or_Unlock  81
+MM_W  Use_TimeoutStarverX  56
+MM_W  Use_TimeoutStarverS  70
+MM_W  Use_TimeoutNoStarvers  8670
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
-IM  Data_Owner  0 <-- 
-IM  Data_All_Tokens  3101
-IM  Ack  1
+IM  Data_Owner  1
+IM  Data_All_Tokens  3154
+IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  248
+IM  Transient_Local_GETX  224
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  441
+IM  Transient_Local_GETS  423
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5858
-IM  Persistent_GETS  10624
-IM  Own_Lock_or_Unlock  2831
-IM  Request_Timeout  2274
+IM  Persistent_GETX  5527
+IM  Persistent_GETS  10268
+IM  Own_Lock_or_Unlock  3022
+IM  Request_Timeout  2254
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1212,12 +1195,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  4
+SM  Data_All_Tokens  6
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  7
+SM  Transient_Local_GETX  1
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  1
+SM  Transient_Local_GETS  0 <-- 
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -1232,14 +1215,14 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  10
+OM  Ack_All_Tokens  5
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  0 <-- 
+OM  Transient_Local_GETX  5
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  1
+OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
-OM  Persistent_GETX  0 <-- 
+OM  Persistent_GETX  1
 OM  Persistent_GETS  0 <-- 
 OM  Own_Lock_or_Unlock  0 <-- 
 OM  Request_Timeout  0 <-- 
@@ -1249,23 +1232,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  17
-IS  Data_All_Tokens  5785
+IS  Data_Owner  16
+IS  Data_All_Tokens  5742
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  478
+IS  Transient_Local_GETX  500
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  790
+IS  Transient_Local_GETS  764
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10533
-IS  Persistent_GETS  20399
-IS  Own_Lock_or_Unlock  5227
-IS  Request_Timeout  4208
+IS  Persistent_GETX  10135
+IS  Persistent_GETS  18799
+IS  Own_Lock_or_Unlock  5489
+IS  Request_Timeout  3965
 
-I_L  Load  5799
+I_L  Load  5750
 I_L  Ifetch  0 <-- 
-I_L  Store  3090
+I_L  Store  3152
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -1277,13 +1260,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  7
-I_L  Persistent_GETS  14
+I_L  Persistent_GETX  123
+I_L  Persistent_GETS  171
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  16
+S_L  Load  14
 S_L  Ifetch  0 <-- 
-S_L  Store  9
+S_L  Store  6
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -1296,8 +1279,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  0 <-- 
-S_L  Own_Lock_or_Unlock  2
+S_L  Persistent_GETS  4
+S_L  Own_Lock_or_Unlock  3
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -1305,18 +1288,18 @@ IM_L  Store  0 <--
 IM_L  L1_Replacement  0 <-- 
 IM_L  Data_Shared  0 <-- 
 IM_L  Data_Owner  0 <-- 
-IM_L  Data_All_Tokens  0 <-- 
+IM_L  Data_All_Tokens  2
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6414
+IM_L  Transient_Local_GETX  6723
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  12170
+IM_L  Transient_Local_GETS  12190
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1571
-IM_L  Persistent_GETS  2954
-IM_L  Own_Lock_or_Unlock  19572
-IM_L  Request_Timeout  872
+IM_L  Persistent_GETX  2287
+IM_L  Persistent_GETS  4214
+IM_L  Own_Lock_or_Unlock  18945
+IM_L  Request_Timeout  1051
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -1334,7 +1317,7 @@ SM_L  Transient_GETS_Last_Token  0 <--
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
 SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  9
+SM_L  Own_Lock_or_Unlock  6
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -1343,18 +1326,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  0 <-- 
+IS_L  Data_All_Tokens  2
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  11956
+IS_L  Transient_Local_GETX  12070
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22825
+IS_L  Transient_Local_GETS  22448
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  2878
-IS_L  Persistent_GETS  5464
-IS_L  Own_Lock_or_Unlock  36730
-IS_L  Request_Timeout  1633
+IS_L  Persistent_GETX  4229
+IS_L  Persistent_GETS  7442
+IS_L  Own_Lock_or_Unlock  34681
+IS_L  Request_Timeout  2005
 
 Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_misses: 0
@@ -1362,7 +1345,6 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1372,34 +1354,33 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 3 ---
  - Event Counts -
-Load  97904
+Load  97533
 Ifetch  0
-Store  52888
+Store  52364
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  12
-Data_All_Tokens  8895
-Ack  1
-Ack_All_Tokens  5
+Data_Owner  13
+Data_All_Tokens  8914
+Ack  0
+Ack_All_Tokens  3
 Transient_GETX  0
-Transient_Local_GETX  21715
+Transient_Local_GETX  22082
 Transient_GETS  0
-Transient_Local_GETS  40719
+Transient_Local_GETS  40431
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  23965
-Persistent_GETS  45225
-Own_Lock_or_Unlock  73243
-Request_Timeout  8974
-Use_TimeoutStarverX  14
-Use_TimeoutStarverS  17
-Use_TimeoutNoStarvers  8869
+Persistent_GETX  25737
+Persistent_GETS  47104
+Own_Lock_or_Unlock  69783
+Request_Timeout  9632
+Use_TimeoutStarverX  49
+Use_TimeoutStarverS  101
+Use_TimeoutNoStarvers  8767
 
  - Transitions -
 NP  Load  2
@@ -1417,9 +1398,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  6
+I  Load  7
 I  Ifetch  0 <-- 
-I  Store  2
+I  Store  5
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -1433,18 +1414,18 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  2
+I  Own_Lock_or_Unlock  5
 
-S  Load  1
+S  Load  7
 S  Ifetch  0 <-- 
-S  Store  1
+S  Store  5
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
 S  Data_All_Tokens  0 <-- 
 S  Ack  0 <-- 
 S  Transient_GETX  0 <-- 
-S  Transient_Local_GETX  1
+S  Transient_Local_GETX  2
 S  Transient_GETS  0 <-- 
 S  Transient_Local_GETS  0 <-- 
 S  Transient_GETS_Last_Token  0 <-- 
@@ -1453,77 +1434,77 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  3
+O  Load  9
 O  Ifetch  0 <-- 
-O  Store  5
+O  Store  3
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  7
+O  Transient_Local_GETX  10
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
 O  Transient_Local_GETS_Last_Token  0 <-- 
 O  Persistent_GETX  0 <-- 
 O  Persistent_GETS  0 <-- 
-O  Own_Lock_or_Unlock  10
+O  Own_Lock_or_Unlock  8
 
-M  Load  166
+M  Load  118
 M  Ifetch  0 <-- 
-M  Store  91
+M  Store  59
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  6
-M  Persistent_GETS  11
-M  Own_Lock_or_Unlock  70
+M  Persistent_GETX  12
+M  Persistent_GETS  18
+M  Own_Lock_or_Unlock  64
 
-MM  Load  37368
+MM  Load  36793
 MM  Ifetch  0 <-- 
-MM  Store  20351
+MM  Store  19758
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3114
-MM  Persistent_GETS  5738
-MM  Own_Lock_or_Unlock  8624
+MM  Persistent_GETX  3077
+MM  Persistent_GETS  5660
+MM  Own_Lock_or_Unlock  8127
 
-M_W  Load  10547
+M_W  Load  10555
 M_W  Ifetch  0 <-- 
-M_W  Store  5719
+M_W  Store  5696
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1540
+M_W  Transient_Local_GETX  1567
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2994
-M_W  Persistent_GETX  0 <-- 
-M_W  Persistent_GETS  1
-M_W  Own_Lock_or_Unlock  0 <-- 
-M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  108
+M_W  Transient_Local_GETS  2900
+M_W  Persistent_GETX  3
+M_W  Persistent_GETS  5
+M_W  Own_Lock_or_Unlock  9
+M_W  Use_TimeoutStarverX  1
+M_W  Use_TimeoutStarverS  2
+M_W  Use_TimeoutNoStarvers  89
 
-MM_W  Load  43970
+MM_W  Load  44219
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23652
+MM_W  Store  23722
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  858
+MM_W  Transient_Local_GETX  940
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1705
-MM_W  Persistent_GETX  13
-MM_W  Persistent_GETS  15
-MM_W  Own_Lock_or_Unlock  31
-MM_W  Use_TimeoutStarverX  14
-MM_W  Use_TimeoutStarverS  17
-MM_W  Use_TimeoutNoStarvers  8761
+MM_W  Transient_Local_GETS  1718
+MM_W  Persistent_GETX  45
+MM_W  Persistent_GETS  91
+MM_W  Own_Lock_or_Unlock  175
+MM_W  Use_TimeoutStarverX  48
+MM_W  Use_TimeoutStarverS  99
+MM_W  Use_TimeoutNoStarvers  8678
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
@@ -1531,18 +1512,18 @@ IM  Store  0 <--
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
 IM  Data_Owner  0 <-- 
-IM  Data_All_Tokens  3063
-IM  Ack  1
+IM  Data_All_Tokens  3110
+IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
 IM  Transient_Local_GETX  239
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  456
+IM  Transient_Local_GETS  407
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5615
-IM  Persistent_GETS  10610
-IM  Own_Lock_or_Unlock  2866
-IM  Request_Timeout  2287
+IM  Persistent_GETX  5351
+IM  Persistent_GETS  10228
+IM  Own_Lock_or_Unlock  2723
+IM  Request_Timeout  2247
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1550,12 +1531,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  5
+SM  Data_All_Tokens  14
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  5
+SM  Transient_Local_GETX  4
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  0 <-- 
+SM  Transient_Local_GETS  1
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -1570,11 +1551,11 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  5
+OM  Ack_All_Tokens  3
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  3
+OM  Transient_Local_GETX  1
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  1
+OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
 OM  Persistent_GETX  0 <-- 
@@ -1587,23 +1568,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  12
-IS  Data_All_Tokens  5825
+IS  Data_Owner  13
+IS  Data_All_Tokens  5784
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  459
+IS  Transient_Local_GETX  483
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  801
+IS  Transient_Local_GETS  809
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10766
-IS  Persistent_GETS  20325
-IS  Own_Lock_or_Unlock  5427
-IS  Request_Timeout  4341
+IS  Persistent_GETX  10327
+IS  Persistent_GETS  18763
+IS  Own_Lock_or_Unlock  5094
+IS  Request_Timeout  4257
 
-I_L  Load  5831
+I_L  Load  5794
 I_L  Ifetch  0 <-- 
-I_L  Store  3058
+I_L  Store  3103
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -1615,13 +1596,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  23
-I_L  Persistent_GETS  63
+I_L  Persistent_GETX  107
+I_L  Persistent_GETS  171
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  10
+S_L  Load  29
 S_L  Ifetch  0 <-- 
-S_L  Store  9
+S_L  Store  13
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -1634,8 +1615,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  0 <-- 
-S_L  Own_Lock_or_Unlock  2
+S_L  Persistent_GETS  4
+S_L  Own_Lock_or_Unlock  7
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -1643,18 +1624,18 @@ IM_L  Store  0 <--
 IM_L  L1_Replacement  0 <-- 
 IM_L  Data_Shared  0 <-- 
 IM_L  Data_Owner  0 <-- 
-IM_L  Data_All_Tokens  0 <-- 
+IM_L  Data_All_Tokens  2
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6384
+IM_L  Transient_Local_GETX  6465
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  11985
+IM_L  Transient_Local_GETS  12190
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1498
-IM_L  Persistent_GETS  3051
-IM_L  Own_Lock_or_Unlock  19282
-IM_L  Request_Timeout  804
+IM_L  Persistent_GETX  2323
+IM_L  Persistent_GETS  4335
+IM_L  Own_Lock_or_Unlock  18680
+IM_L  Request_Timeout  1090
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -1671,8 +1652,8 @@ SM_L  Transient_Local_GETS  0 <--
 SM_L  Transient_GETS_Last_Token  0 <-- 
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
-SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  9
+SM_L  Persistent_GETS  1
+SM_L  Own_Lock_or_Unlock  13
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -1681,18 +1662,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  2
+IS_L  Data_All_Tokens  4
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12219
+IS_L  Transient_Local_GETX  12371
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22777
+IS_L  Transient_Local_GETS  22406
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  2930
-IS_L  Persistent_GETS  5411
-IS_L  Own_Lock_or_Unlock  36920
-IS_L  Request_Timeout  1542
+IS_L  Persistent_GETX  4492
+IS_L  Persistent_GETS  7828
+IS_L  Own_Lock_or_Unlock  34878
+IS_L  Request_Timeout  2038
 
 Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_misses: 0
@@ -1700,7 +1681,6 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -1710,34 +1690,33 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 4 ---
  - Event Counts -
-Load  98146
+Load  98571
 Ifetch  0
-Store  52672
+Store  53174
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  14
-Data_All_Tokens  8899
-Ack  2
-Ack_All_Tokens  8
+Data_Owner  15
+Data_All_Tokens  8907
+Ack  1
+Ack_All_Tokens  9
 Transient_GETX  0
-Transient_Local_GETX  21662
+Transient_Local_GETX  22035
 Transient_GETS  0
-Transient_Local_GETS  40763
+Transient_Local_GETS  40477
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  24165
-Persistent_GETS  45609
-Own_Lock_or_Unlock  72659
-Request_Timeout  8980
-Use_TimeoutStarverX  9
-Use_TimeoutStarverS  18
-Use_TimeoutNoStarvers  8880
+Persistent_GETX  25723
+Persistent_GETS  47221
+Own_Lock_or_Unlock  69680
+Request_Timeout  9073
+Use_TimeoutStarverX  45
+Use_TimeoutStarverS  64
+Use_TimeoutNoStarvers  8807
 
  - Transitions -
 NP  Load  0 <-- 
@@ -1755,9 +1734,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  3
+I  Load  5
 I  Ifetch  0 <-- 
-I  Store  4
+I  Store  2
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -1771,11 +1750,11 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  1
+I  Own_Lock_or_Unlock  2
 
-S  Load  4
+S  Load  5
 S  Ifetch  0 <-- 
-S  Store  0 <-- 
+S  Store  1
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
@@ -1791,9 +1770,9 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  10
+O  Load  12
 O  Ifetch  0 <-- 
-O  Store  8
+O  Store  9
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
@@ -1809,59 +1788,59 @@ O  Persistent_GETX  0 <--
 O  Persistent_GETS  0 <-- 
 O  Own_Lock_or_Unlock  13
 
-M  Load  171
+M  Load  162
 M  Ifetch  0 <-- 
-M  Store  89
+M  Store  90
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  5
-M  Persistent_GETS  19
-M  Own_Lock_or_Unlock  78
+M  Persistent_GETX  10
+M  Persistent_GETS  15
+M  Own_Lock_or_Unlock  81
 
-MM  Load  37528
+MM  Load  37823
 MM  Ifetch  0 <-- 
-MM  Store  20133
+MM  Store  20386
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3140
-MM  Persistent_GETS  5716
-MM  Own_Lock_or_Unlock  8533
+MM  Persistent_GETX  3131
+MM  Persistent_GETS  5651
+MM  Own_Lock_or_Unlock  8286
 
-M_W  Load  10817
+M_W  Load  10724
 M_W  Ifetch  0 <-- 
-M_W  Store  5665
+M_W  Store  5626
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1495
+M_W  Transient_Local_GETX  1492
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  3001
-M_W  Persistent_GETX  0 <-- 
-M_W  Persistent_GETS  0 <-- 
-M_W  Own_Lock_or_Unlock  1
-M_W  Use_TimeoutStarverX  1
+M_W  Transient_Local_GETS  2942
+M_W  Persistent_GETX  1
+M_W  Persistent_GETS  2
+M_W  Own_Lock_or_Unlock  5
+M_W  Use_TimeoutStarverX  0 <-- 
 M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  113
+M_W  Use_TimeoutNoStarvers  115
 
-MM_W  Load  43807
+MM_W  Load  44076
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23657
+MM_W  Store  23896
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  909
+MM_W  Transient_Local_GETX  938
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1707
-MM_W  Persistent_GETX  8
-MM_W  Persistent_GETS  17
-MM_W  Own_Lock_or_Unlock  62
-MM_W  Use_TimeoutStarverX  8
-MM_W  Use_TimeoutStarverS  18
-MM_W  Use_TimeoutNoStarvers  8767
+MM_W  Transient_Local_GETS  1714
+MM_W  Persistent_GETX  42
+MM_W  Persistent_GETS  58
+MM_W  Own_Lock_or_Unlock  118
+MM_W  Use_TimeoutStarverX  45
+MM_W  Use_TimeoutStarverS  64
+MM_W  Use_TimeoutNoStarvers  8692
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
@@ -1869,18 +1848,18 @@ IM  Store  0 <--
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
 IM  Data_Owner  0 <-- 
-IM  Data_All_Tokens  3107
-IM  Ack  2
+IM  Data_All_Tokens  3153
+IM  Ack  1
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  258
+IM  Transient_Local_GETX  249
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  445
+IM  Transient_Local_GETS  476
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5632
-IM  Persistent_GETS  10908
-IM  Own_Lock_or_Unlock  2711
-IM  Request_Timeout  2335
+IM  Persistent_GETX  5499
+IM  Persistent_GETS  10272
+IM  Own_Lock_or_Unlock  2790
+IM  Request_Timeout  2276
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -1888,12 +1867,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  12
+SM  Data_All_Tokens  9
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  6
+SM  Transient_Local_GETX  5
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  3
+SM  Transient_Local_GETS  0 <-- 
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -1908,11 +1887,11 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  8
+OM  Ack_All_Tokens  9
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  4
+OM  Transient_Local_GETX  3
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  1
+OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
 OM  Persistent_GETX  0 <-- 
@@ -1925,23 +1904,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  14
-IS  Data_All_Tokens  5778
+IS  Data_Owner  15
+IS  Data_All_Tokens  5739
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  438
+IS  Transient_Local_GETX  480
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  789
+IS  Transient_Local_GETS  773
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10702
-IS  Persistent_GETS  20100
-IS  Own_Lock_or_Unlock  5014
-IS  Request_Timeout  4222
+IS  Persistent_GETX  10010
+IS  Persistent_GETS  18635
+IS  Own_Lock_or_Unlock  5061
+IS  Request_Timeout  3939
 
-I_L  Load  5792
+I_L  Load  5752
 I_L  Ifetch  0 <-- 
-I_L  Store  3096
+I_L  Store  3149
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -1953,13 +1932,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  30
-I_L  Persistent_GETS  83
+I_L  Persistent_GETX  91
+I_L  Persistent_GETS  129
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  14
+S_L  Load  12
 S_L  Ifetch  0 <-- 
-S_L  Store  18
+S_L  Store  13
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -1972,8 +1951,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  2
-S_L  Own_Lock_or_Unlock  1
+S_L  Persistent_GETS  1
+S_L  Own_Lock_or_Unlock  2
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -1981,18 +1960,18 @@ IM_L  Store  0 <--
 IM_L  L1_Replacement  0 <-- 
 IM_L  Data_Shared  0 <-- 
 IM_L  Data_Owner  0 <-- 
-IM_L  Data_All_Tokens  1
+IM_L  Data_All_Tokens  4
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6542
+IM_L  Transient_Local_GETX  6730
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  12084
+IM_L  Transient_Local_GETS  12189
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1616
-IM_L  Persistent_GETS  3035
-IM_L  Own_Lock_or_Unlock  19635
-IM_L  Request_Timeout  831
+IM_L  Persistent_GETX  2467
+IM_L  Persistent_GETS  4316
+IM_L  Own_Lock_or_Unlock  18915
+IM_L  Request_Timeout  976
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -2009,8 +1988,8 @@ SM_L  Transient_Local_GETS  0 <--
 SM_L  Transient_GETS_Last_Token  0 <-- 
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
-SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  18
+SM_L  Persistent_GETS  1
+SM_L  Own_Lock_or_Unlock  13
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -2019,18 +1998,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  1
+IS_L  Data_All_Tokens  2
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12003
+IS_L  Transient_Local_GETX  12131
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22733
+IS_L  Transient_Local_GETS  22383
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  3032
-IS_L  Persistent_GETS  5729
-IS_L  Own_Lock_or_Unlock  36592
-IS_L  Request_Timeout  1592
+IS_L  Persistent_GETX  4472
+IS_L  Persistent_GETS  8141
+IS_L  Own_Lock_or_Unlock  34394
+IS_L  Request_Timeout  1882
 
 Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_misses: 0
@@ -2038,7 +2017,6 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -2048,34 +2026,33 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 5 ---
  - Event Counts -
-Load  97311
+Load  98263
 Ifetch  0
-Store  52055
+Store  52643
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  18
-Data_All_Tokens  8899
+Data_Owner  14
+Data_All_Tokens  8907
 Ack  0
-Ack_All_Tokens  10
+Ack_All_Tokens  8
 Transient_GETX  0
-Transient_Local_GETX  21662
+Transient_Local_GETX  22057
 Transient_GETS  0
-Transient_Local_GETS  40758
+Transient_Local_GETS  40457
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  24194
-Persistent_GETS  45642
-Own_Lock_or_Unlock  72597
-Request_Timeout  9661
-Use_TimeoutStarverX  33
-Use_TimeoutStarverS  84
-Use_TimeoutNoStarvers  8792
+Persistent_GETX  25924
+Persistent_GETS  47474
+Own_Lock_or_Unlock  69226
+Request_Timeout  9210
+Use_TimeoutStarverX  95
+Use_TimeoutStarverS  180
+Use_TimeoutNoStarvers  8640
 
  - Transitions -
 NP  Load  1
@@ -2093,9 +2070,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  5
+I  Load  1
 I  Ifetch  0 <-- 
-I  Store  4
+I  Store  7
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -2109,11 +2086,11 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  4
+I  Own_Lock_or_Unlock  2
 
-S  Load  3
+S  Load  6
 S  Ifetch  0 <-- 
-S  Store  3
+S  Store  2
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
@@ -2129,96 +2106,96 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  10
+O  Load  14
 O  Ifetch  0 <-- 
-O  Store  10
+O  Store  8
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  7
+O  Transient_Local_GETX  6
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
 O  Transient_Local_GETS_Last_Token  0 <-- 
 O  Persistent_GETX  0 <-- 
 O  Persistent_GETS  0 <-- 
-O  Own_Lock_or_Unlock  13
+O  Own_Lock_or_Unlock  12
 
-M  Load  177
+M  Load  146
 M  Ifetch  0 <-- 
-M  Store  101
+M  Store  82
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  7
-M  Persistent_GETS  27
-M  Own_Lock_or_Unlock  89
+M  Persistent_GETX  10
+M  Persistent_GETS  14
+M  Own_Lock_or_Unlock  78
 
-MM  Load  36363
+MM  Load  37545
 MM  Ifetch  0 <-- 
-MM  Store  19587
+MM  Store  19800
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3042
-MM  Persistent_GETS  5716
-MM  Own_Lock_or_Unlock  8378
+MM  Persistent_GETX  2939
+MM  Persistent_GETS  5677
+MM  Own_Lock_or_Unlock  8010
 
-M_W  Load  10939
+M_W  Load  10319
 M_W  Ifetch  0 <-- 
-M_W  Store  5646
+M_W  Store  5652
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1554
+M_W  Transient_Local_GETX  1615
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2892
-M_W  Persistent_GETX  2
-M_W  Persistent_GETS  7
-M_W  Own_Lock_or_Unlock  18
-M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  1
-M_W  Use_TimeoutNoStarvers  135
+M_W  Transient_Local_GETS  2853
+M_W  Persistent_GETX  6
+M_W  Persistent_GETS  10
+M_W  Own_Lock_or_Unlock  3
+M_W  Use_TimeoutStarverX  1
+M_W  Use_TimeoutStarverS  2
+M_W  Use_TimeoutNoStarvers  106
 
-MM_W  Load  43984
+MM_W  Load  44434
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23593
+MM_W  Store  23955
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  931
+MM_W  Transient_Local_GETX  922
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1748
-MM_W  Persistent_GETX  28
-MM_W  Persistent_GETS  73
-MM_W  Own_Lock_or_Unlock  94
-MM_W  Use_TimeoutStarverX  33
-MM_W  Use_TimeoutStarverS  83
-MM_W  Use_TimeoutNoStarvers  8657
+MM_W  Transient_Local_GETS  1731
+MM_W  Persistent_GETX  89
+MM_W  Persistent_GETS  167
+MM_W  Own_Lock_or_Unlock  63
+MM_W  Use_TimeoutStarverX  94
+MM_W  Use_TimeoutStarverS  178
+MM_W  Use_TimeoutNoStarvers  8534
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
-IM  Data_Owner  1
-IM  Data_All_Tokens  3100
+IM  Data_Owner  0 <-- 
+IM  Data_All_Tokens  3137
 IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
 IM  Transient_Local_GETX  242
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  410
+IM  Transient_Local_GETS  440
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5835
-IM  Persistent_GETS  10788
-IM  Own_Lock_or_Unlock  2636
-IM  Request_Timeout  2435
+IM  Persistent_GETX  5536
+IM  Persistent_GETS  10252
+IM  Own_Lock_or_Unlock  2638
+IM  Request_Timeout  2133
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -2226,10 +2203,10 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  16
+SM  Data_All_Tokens  8
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  10
+SM  Transient_Local_GETX  6
 SM  Transient_GETS  0 <-- 
 SM  Transient_Local_GETS  1
 SM  Transient_GETS_Last_Token  0 <-- 
@@ -2246,14 +2223,14 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  10
+OM  Ack_All_Tokens  8
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  7
+OM  Transient_Local_GETX  6
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  2
+OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
-OM  Persistent_GETX  1
+OM  Persistent_GETX  0 <-- 
 OM  Persistent_GETS  0 <-- 
 OM  Own_Lock_or_Unlock  0 <-- 
 OM  Request_Timeout  0 <-- 
@@ -2263,23 +2240,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  17
-IS  Data_All_Tokens  5776
+IS  Data_Owner  14
+IS  Data_All_Tokens  5759
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  450
+IS  Transient_Local_GETX  469
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  792
+IS  Transient_Local_GETS  783
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10671
-IS  Persistent_GETS  20295
-IS  Own_Lock_or_Unlock  4874
-IS  Request_Timeout  4489
+IS  Persistent_GETX  10207
+IS  Persistent_GETS  18677
+IS  Own_Lock_or_Unlock  4838
+IS  Request_Timeout  3962
 
-I_L  Load  5794
+I_L  Load  5775
 I_L  Ifetch  0 <-- 
-I_L  Store  3087
+I_L  Store  3124
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -2291,13 +2268,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  46
-I_L  Persistent_GETS  86
+I_L  Persistent_GETX  124
+I_L  Persistent_GETS  249
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  35
+S_L  Load  22
 S_L  Ifetch  0 <-- 
-S_L  Store  23
+S_L  Store  12
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -2310,8 +2287,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  3
-S_L  Own_Lock_or_Unlock  5
+S_L  Persistent_GETS  4
+S_L  Own_Lock_or_Unlock  4
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -2322,15 +2299,15 @@ IM_L  Data_Owner  0 <--
 IM_L  Data_All_Tokens  1
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6417
+IM_L  Transient_Local_GETX  6599
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  12178
+IM_L  Transient_Local_GETS  12205
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1518
-IM_L  Persistent_GETS  2984
-IM_L  Own_Lock_or_Unlock  19709
-IM_L  Request_Timeout  935
+IM_L  Persistent_GETX  2385
+IM_L  Persistent_GETS  4323
+IM_L  Own_Lock_or_Unlock  18911
+IM_L  Request_Timeout  1095
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -2347,8 +2324,8 @@ SM_L  Transient_Local_GETS  0 <--
 SM_L  Transient_GETS_Last_Token  0 <-- 
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
-SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  23
+SM_L  Persistent_GETS  2
+SM_L  Own_Lock_or_Unlock  12
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -2357,18 +2334,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  6
+IS_L  Data_All_Tokens  2
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12042
+IS_L  Transient_Local_GETX  12190
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22735
+IS_L  Transient_Local_GETS  22444
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  3044
-IS_L  Persistent_GETS  5663
-IS_L  Own_Lock_or_Unlock  36754
-IS_L  Request_Timeout  1802
+IS_L  Persistent_GETX  4628
+IS_L  Persistent_GETS  8099
+IS_L  Own_Lock_or_Unlock  34655
+IS_L  Request_Timeout  2020
 
 Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_misses: 0
@@ -2376,7 +2353,6 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -2386,34 +2362,33 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 6 ---
  - Event Counts -
-Load  99444
+Load  98465
 Ifetch  0
-Store  53518
+Store  52806
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  13
-Data_All_Tokens  8900
-Ack  1
-Ack_All_Tokens  5
+Data_Owner  12
+Data_All_Tokens  8905
+Ack  0
+Ack_All_Tokens  4
 Transient_GETX  0
-Transient_Local_GETX  21749
+Transient_Local_GETX  22067
 Transient_GETS  0
-Transient_Local_GETS  40681
+Transient_Local_GETS  40455
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  24381
-Persistent_GETS  45743
-Own_Lock_or_Unlock  72309
-Request_Timeout  9444
-Use_TimeoutStarverX  44
-Use_TimeoutStarverS  87
-Use_TimeoutNoStarvers  8774
+Persistent_GETX  26105
+Persistent_GETS  47891
+Own_Lock_or_Unlock  68628
+Request_Timeout  9116
+Use_TimeoutStarverX  83
+Use_TimeoutStarverS  130
+Use_TimeoutNoStarvers  8696
 
  - Transitions -
 NP  Load  2
@@ -2431,9 +2406,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  6
+I  Load  8
 I  Ifetch  0 <-- 
-I  Store  5
+I  Store  4
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -2449,9 +2424,9 @@ I  Persistent_GETX  0 <--
 I  Persistent_GETS  0 <-- 
 I  Own_Lock_or_Unlock  2
 
-S  Load  9
+S  Load  4
 S  Ifetch  0 <-- 
-S  Store  0 <-- 
+S  Store  4
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
@@ -2467,16 +2442,16 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  5
+O  Load  17
 O  Ifetch  0 <-- 
-O  Store  5
+O  Store  4
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
-O  Ack  1
+O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  7
+O  Transient_Local_GETX  8
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
@@ -2485,78 +2460,78 @@ O  Persistent_GETX  0 <--
 O  Persistent_GETS  0 <-- 
 O  Own_Lock_or_Unlock  10
 
-M  Load  162
+M  Load  180
 M  Ifetch  0 <-- 
-M  Store  91
+M  Store  84
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  4
-M  Persistent_GETS  14
+M  Persistent_GETX  9
+M  Persistent_GETS  10
 M  Own_Lock_or_Unlock  73
 
-MM  Load  39008
+MM  Load  37625
 MM  Ifetch  0 <-- 
-MM  Store  20869
+MM  Store  20185
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  2879
-MM  Persistent_GETS  5876
-MM  Own_Lock_or_Unlock  8554
+MM  Persistent_GETX  3113
+MM  Persistent_GETS  5564
+MM  Own_Lock_or_Unlock  8005
 
-M_W  Load  10538
+M_W  Load  10787
 M_W  Ifetch  0 <-- 
-M_W  Store  5755
+M_W  Store  5661
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1631
+M_W  Transient_Local_GETX  1617
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2932
-M_W  Persistent_GETX  5
-M_W  Persistent_GETS  7
+M_W  Transient_Local_GETS  2872
+M_W  Persistent_GETX  2
+M_W  Persistent_GETS  6
 M_W  Own_Lock_or_Unlock  0 <-- 
 M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  109
+M_W  Use_TimeoutStarverS  2
+M_W  Use_TimeoutNoStarvers  103
 
-MM_W  Load  43828
+MM_W  Load  44046
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23762
+MM_W  Store  23732
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  870
+MM_W  Transient_Local_GETX  944
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1676
-MM_W  Persistent_GETX  38
-MM_W  Persistent_GETS  79
-MM_W  Own_Lock_or_Unlock  15
-MM_W  Use_TimeoutStarverX  44
-MM_W  Use_TimeoutStarverS  87
-MM_W  Use_TimeoutNoStarvers  8665
+MM_W  Transient_Local_GETS  1688
+MM_W  Persistent_GETX  81
+MM_W  Persistent_GETS  120
+MM_W  Own_Lock_or_Unlock  32
+MM_W  Use_TimeoutStarverX  83
+MM_W  Use_TimeoutStarverS  128
+MM_W  Use_TimeoutNoStarvers  8593
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
-IM  Data_Owner  1
-IM  Data_All_Tokens  3027
+IM  Data_Owner  0 <-- 
+IM  Data_All_Tokens  3136
 IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  258
+IM  Transient_Local_GETX  272
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  412
+IM  Transient_Local_GETS  429
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5696
-IM  Persistent_GETS  10383
-IM  Own_Lock_or_Unlock  2562
-IM  Request_Timeout  2309
+IM  Persistent_GETX  5413
+IM  Persistent_GETS  10166
+IM  Own_Lock_or_Unlock  2512
+IM  Request_Timeout  2230
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -2564,10 +2539,10 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  9
+SM  Data_All_Tokens  2
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  1
+SM  Transient_Local_GETX  6
 SM  Transient_GETS  0 <-- 
 SM  Transient_Local_GETS  0 <-- 
 SM  Transient_GETS_Last_Token  0 <-- 
@@ -2584,14 +2559,14 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  5
+OM  Ack_All_Tokens  4
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  3
+OM  Transient_Local_GETX  1
 OM  Transient_GETS  0 <-- 
-OM  Transient_Local_GETS  1
+OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
 OM  Transient_Local_GETS_Last_Token  0 <-- 
-OM  Persistent_GETX  1
+OM  Persistent_GETX  0 <-- 
 OM  Persistent_GETS  0 <-- 
 OM  Own_Lock_or_Unlock  0 <-- 
 OM  Request_Timeout  0 <-- 
@@ -2602,22 +2577,22 @@ IS  Store  0 <--
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
 IS  Data_Owner  12
-IS  Data_All_Tokens  5862
+IS  Data_All_Tokens  5763
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  466
+IS  Transient_Local_GETX  453
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  802
+IS  Transient_Local_GETS  781
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10873
-IS  Persistent_GETS  20270
-IS  Own_Lock_or_Unlock  4969
-IS  Request_Timeout  4491
+IS  Persistent_GETX  10124
+IS  Persistent_GETS  18788
+IS  Own_Lock_or_Unlock  4600
+IS  Request_Timeout  4029
 
-I_L  Load  5869
+I_L  Load  5769
 I_L  Ifetch  0 <-- 
-I_L  Store  3021
+I_L  Store  3128
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -2629,13 +2604,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  33
-I_L  Persistent_GETS  62
+I_L  Persistent_GETX  155
+I_L  Persistent_GETS  290
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  17
+S_L  Load  27
 S_L  Ifetch  0 <-- 
-S_L  Store  10
+S_L  Store  4
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -2648,8 +2623,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  1
-S_L  Own_Lock_or_Unlock  4
+S_L  Persistent_GETS  6
+S_L  Own_Lock_or_Unlock  8
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -2657,18 +2632,18 @@ IM_L  Store  0 <--
 IM_L  L1_Replacement  0 <-- 
 IM_L  Data_Shared  0 <-- 
 IM_L  Data_Owner  0 <-- 
-IM_L  Data_All_Tokens  0 <-- 
+IM_L  Data_All_Tokens  1
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6275
+IM_L  Transient_Local_GETX  6488
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  11871
+IM_L  Transient_Local_GETS  12321
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1685
-IM_L  Persistent_GETS  2994
-IM_L  Own_Lock_or_Unlock  19101
-IM_L  Request_Timeout  880
+IM_L  Persistent_GETX  2578
+IM_L  Persistent_GETS  4664
+IM_L  Own_Lock_or_Unlock  18705
+IM_L  Request_Timeout  985
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -2686,7 +2661,7 @@ SM_L  Transient_GETS_Last_Token  0 <--
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
 SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  10
+SM_L  Own_Lock_or_Unlock  4
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -2695,18 +2670,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  2
+IS_L  Data_All_Tokens  3
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12234
+IS_L  Transient_Local_GETX  12274
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22987
+IS_L  Transient_Local_GETS  22364
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  3167
-IS_L  Persistent_GETS  6057
-IS_L  Own_Lock_or_Unlock  37009
-IS_L  Request_Timeout  1764
+IS_L  Persistent_GETX  4630
+IS_L  Persistent_GETS  8277
+IS_L  Own_Lock_or_Unlock  34677
+IS_L  Request_Timeout  1872
 
 Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_misses: 0
@@ -2714,7 +2689,6 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -2724,34 +2698,33 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 7 ---
  - Event Counts -
-Load  100001
+Load  97834
 Ifetch  0
-Store  54238
+Store  52922
 L1_Replacement  0
 Data_Shared  0
-Data_Owner  18
-Data_All_Tokens  8889
+Data_Owner  12
+Data_All_Tokens  8914
 Ack  0
-Ack_All_Tokens  8
+Ack_All_Tokens  7
 Transient_GETX  0
-Transient_Local_GETX  21714
+Transient_Local_GETX  22087
 Transient_GETS  0
-Transient_Local_GETS  40718
+Transient_Local_GETS  40424
 Transient_GETS_Last_Token  0
 Transient_Local_GETS_Last_Token  0
-Persistent_GETX  24428
-Persistent_GETS  46108
-Own_Lock_or_Unlock  71897
-Request_Timeout  8944
-Use_TimeoutStarverX  9
-Use_TimeoutStarverS  21
-Use_TimeoutNoStarvers  8867
+Persistent_GETX  26278
+Persistent_GETS  48035
+Own_Lock_or_Unlock  68312
+Request_Timeout  9299
+Use_TimeoutStarverX  114
+Use_TimeoutStarverS  189
+Use_TimeoutNoStarvers  8618
 
  - Transitions -
 NP  Load  1
@@ -2769,9 +2742,9 @@ NP  Persistent_GETX  0 <--
 NP  Persistent_GETS  0 <-- 
 NP  Own_Lock_or_Unlock  0 <-- 
 
-I  Load  8
+I  Load  6
 I  Ifetch  0 <-- 
-I  Store  4
+I  Store  1
 I  L1_Replacement  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -2785,11 +2758,11 @@ I  Transient_GETS_Last_Token  0 <--
 I  Transient_Local_GETS_Last_Token  0 <-- 
 I  Persistent_GETX  0 <-- 
 I  Persistent_GETS  0 <-- 
-I  Own_Lock_or_Unlock  7
+I  Own_Lock_or_Unlock  1
 
-S  Load  2
+S  Load  6
 S  Ifetch  0 <-- 
-S  Store  1
+S  Store  4
 S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
@@ -2805,16 +2778,16 @@ S  Persistent_GETX  0 <--
 S  Persistent_GETS  0 <-- 
 S  Own_Lock_or_Unlock  0 <-- 
 
-O  Load  6
+O  Load  8
 O  Ifetch  0 <-- 
-O  Store  8
+O  Store  7
 O  L1_Replacement  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Ack  0 <-- 
 O  Ack_All_Tokens  0 <-- 
 O  Transient_GETX  0 <-- 
-O  Transient_Local_GETX  10
+O  Transient_Local_GETX  5
 O  Transient_GETS  0 <-- 
 O  Transient_Local_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
@@ -2823,59 +2796,59 @@ O  Persistent_GETX  0 <--
 O  Persistent_GETS  0 <-- 
 O  Own_Lock_or_Unlock  11
 
-M  Load  146
+M  Load  162
 M  Ifetch  0 <-- 
-M  Store  81
+M  Store  84
 M  L1_Replacement  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
-M  Persistent_GETX  7
-M  Persistent_GETS  10
-M  Own_Lock_or_Unlock  72
+M  Persistent_GETX  4
+M  Persistent_GETS  19
+M  Own_Lock_or_Unlock  67
 
-MM  Load  39684
+MM  Load  36988
 MM  Ifetch  0 <-- 
-MM  Store  21406
+MM  Store  20238
 MM  L1_Replacement  0 <-- 
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
-MM  Persistent_GETX  3110
-MM  Persistent_GETS  5739
-MM  Own_Lock_or_Unlock  8649
+MM  Persistent_GETX  2995
+MM  Persistent_GETS  5599
+MM  Own_Lock_or_Unlock  7907
 
-M_W  Load  10251
+M_W  Load  10805
 M_W  Ifetch  0 <-- 
-M_W  Store  5723
+M_W  Store  5688
 M_W  L1_Replacement  0 <-- 
 M_W  Transient_GETX  0 <-- 
-M_W  Transient_Local_GETX  1566
+M_W  Transient_Local_GETX  1572
 M_W  Transient_GETS  0 <-- 
-M_W  Transient_Local_GETS  2971
-M_W  Persistent_GETX  1
-M_W  Persistent_GETS  0 <-- 
+M_W  Transient_Local_GETS  2937
+M_W  Persistent_GETX  7
+M_W  Persistent_GETS  6
 M_W  Own_Lock_or_Unlock  0 <-- 
-M_W  Use_TimeoutStarverX  0 <-- 
-M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  98
+M_W  Use_TimeoutStarverX  1
+M_W  Use_TimeoutStarverS  1
+M_W  Use_TimeoutNoStarvers  107
 
-MM_W  Load  44054
+MM_W  Load  44028
 MM_W  Ifetch  0 <-- 
-MM_W  Store  23952
+MM_W  Store  23788
 MM_W  L1_Replacement  0 <-- 
 MM_W  Transient_GETX  0 <-- 
-MM_W  Transient_Local_GETX  849
+MM_W  Transient_Local_GETX  967
 MM_W  Transient_GETS  0 <-- 
-MM_W  Transient_Local_GETS  1704
-MM_W  Persistent_GETX  7
-MM_W  Persistent_GETS  17
+MM_W  Transient_Local_GETS  1650
+MM_W  Persistent_GETX  107
+MM_W  Persistent_GETS  173
 MM_W  Own_Lock_or_Unlock  0 <-- 
-MM_W  Use_TimeoutStarverX  9
-MM_W  Use_TimeoutStarverS  21
-MM_W  Use_TimeoutNoStarvers  8769
+MM_W  Use_TimeoutStarverX  113
+MM_W  Use_TimeoutStarverS  188
+MM_W  Use_TimeoutNoStarvers  8511
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
@@ -2883,18 +2856,18 @@ IM  Store  0 <--
 IM  L1_Replacement  0 <-- 
 IM  Data_Shared  0 <-- 
 IM  Data_Owner  0 <-- 
-IM  Data_All_Tokens  3061
+IM  Data_All_Tokens  3101
 IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
-IM  Transient_Local_GETX  245
+IM  Transient_Local_GETX  259
 IM  Transient_GETS  0 <-- 
-IM  Transient_Local_GETS  455
+IM  Transient_Local_GETS  412
 IM  Transient_GETS_Last_Token  0 <-- 
 IM  Transient_Local_GETS_Last_Token  0 <-- 
-IM  Persistent_GETX  5583
-IM  Persistent_GETS  10624
-IM  Own_Lock_or_Unlock  2485
-IM  Request_Timeout  2256
+IM  Persistent_GETX  5450
+IM  Persistent_GETS  10069
+IM  Own_Lock_or_Unlock  2398
+IM  Request_Timeout  2209
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -2902,12 +2875,12 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  3
+SM  Data_All_Tokens  12
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
-SM  Transient_Local_GETX  5
+SM  Transient_Local_GETX  6
 SM  Transient_GETS  0 <-- 
-SM  Transient_Local_GETS  0 <-- 
+SM  Transient_Local_GETS  3
 SM  Transient_GETS_Last_Token  0 <-- 
 SM  Transient_Local_GETS_Last_Token  0 <-- 
 SM  Persistent_GETX  0 <-- 
@@ -2922,9 +2895,9 @@ OM  L1_Replacement  0 <--
 OM  Data_Shared  0 <-- 
 OM  Data_All_Tokens  0 <-- 
 OM  Ack  0 <-- 
-OM  Ack_All_Tokens  8
+OM  Ack_All_Tokens  7
 OM  Transient_GETX  0 <-- 
-OM  Transient_Local_GETX  6
+OM  Transient_Local_GETX  4
 OM  Transient_GETS  0 <-- 
 OM  Transient_Local_GETS  0 <-- 
 OM  Transient_GETS_Last_Token  0 <-- 
@@ -2939,23 +2912,23 @@ IS  Ifetch  0 <--
 IS  Store  0 <-- 
 IS  L1_Replacement  0 <-- 
 IS  Data_Shared  0 <-- 
-IS  Data_Owner  18
-IS  Data_All_Tokens  5820
+IS  Data_Owner  12
+IS  Data_All_Tokens  5791
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
-IS  Transient_Local_GETX  455
+IS  Transient_Local_GETX  471
 IS  Transient_GETS  0 <-- 
-IS  Transient_Local_GETS  791
+IS  Transient_Local_GETS  784
 IS  Transient_GETS_Last_Token  0 <-- 
 IS  Transient_Local_GETS_Last_Token  0 <-- 
-IS  Persistent_GETX  10732
-IS  Persistent_GETS  20115
-IS  Own_Lock_or_Unlock  4728
-IS  Request_Timeout  4324
+IS  Persistent_GETX  10205
+IS  Persistent_GETS  18777
+IS  Own_Lock_or_Unlock  4518
+IS  Request_Timeout  4152
 
-I_L  Load  5831
+I_L  Load  5803
 I_L  Ifetch  0 <-- 
-I_L  Store  3055
+I_L  Store  3097
 I_L  L1_Replacement  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
@@ -2967,13 +2940,13 @@ I_L  Transient_GETS  0 <--
 I_L  Transient_Local_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
 I_L  Transient_Local_GETS_Last_Token  0 <-- 
-I_L  Persistent_GETX  33
-I_L  Persistent_GETS  65
+I_L  Persistent_GETX  156
+I_L  Persistent_GETS  291
 I_L  Own_Lock_or_Unlock  0 <-- 
 
-S_L  Load  18
+S_L  Load  27
 S_L  Ifetch  0 <-- 
-S_L  Store  7
+S_L  Store  14
 S_L  L1_Replacement  0 <-- 
 S_L  Data_Shared  0 <-- 
 S_L  Data_Owner  0 <-- 
@@ -2986,8 +2959,8 @@ S_L  Transient_Local_GETS  0 <--
 S_L  Transient_GETS_Last_Token  0 <-- 
 S_L  Transient_Local_GETS_Last_Token  0 <-- 
 S_L  Persistent_GETX  0 <-- 
-S_L  Persistent_GETS  0 <-- 
-S_L  Own_Lock_or_Unlock  3
+S_L  Persistent_GETS  5
+S_L  Own_Lock_or_Unlock  6
 
 IM_L  Load  0 <-- 
 IM_L  Ifetch  0 <-- 
@@ -2998,15 +2971,15 @@ IM_L  Data_Owner  0 <--
 IM_L  Data_All_Tokens  4
 IM_L  Ack  0 <-- 
 IM_L  Transient_GETX  0 <-- 
-IM_L  Transient_Local_GETX  6396
+IM_L  Transient_Local_GETX  6464
 IM_L  Transient_GETS  0 <-- 
-IM_L  Transient_Local_GETS  11977
+IM_L  Transient_Local_GETS  12152
 IM_L  Transient_GETS_Last_Token  0 <-- 
 IM_L  Transient_Local_GETS_Last_Token  0 <-- 
-IM_L  Persistent_GETX  1706
-IM_L  Persistent_GETS  3266
-IM_L  Own_Lock_or_Unlock  19258
-IM_L  Request_Timeout  833
+IM_L  Persistent_GETX  2631
+IM_L  Persistent_GETS  4457
+IM_L  Own_Lock_or_Unlock  18612
+IM_L  Request_Timeout  1035
 
 SM_L  Load  0 <-- 
 SM_L  Ifetch  0 <-- 
@@ -3023,8 +2996,8 @@ SM_L  Transient_Local_GETS  0 <--
 SM_L  Transient_GETS_Last_Token  0 <-- 
 SM_L  Transient_Local_GETS_Last_Token  0 <-- 
 SM_L  Persistent_GETX  0 <-- 
-SM_L  Persistent_GETS  0 <-- 
-SM_L  Own_Lock_or_Unlock  7
+SM_L  Persistent_GETS  2
+SM_L  Own_Lock_or_Unlock  14
 SM_L  Request_Timeout  0 <-- 
 
 IS_L  Load  0 <-- 
@@ -3033,18 +3006,18 @@ IS_L  Store  0 <--
 IS_L  L1_Replacement  0 <-- 
 IS_L  Data_Shared  0 <-- 
 IS_L  Data_Owner  0 <-- 
-IS_L  Data_All_Tokens  1
+IS_L  Data_All_Tokens  6
 IS_L  Ack  0 <-- 
 IS_L  Transient_GETX  0 <-- 
-IS_L  Transient_Local_GETX  12180
+IS_L  Transient_Local_GETX  12337
 IS_L  Transient_GETS  0 <-- 
-IS_L  Transient_Local_GETS  22820
+IS_L  Transient_Local_GETS  22486
 IS_L  Transient_GETS_Last_Token  0 <-- 
 IS_L  Transient_Local_GETS_Last_Token  0 <-- 
-IS_L  Persistent_GETX  3249
-IS_L  Persistent_GETS  6272
-IS_L  Own_Lock_or_Unlock  36677
-IS_L  Request_Timeout  1531
+IS_L  Persistent_GETX  4723
+IS_L  Persistent_GETS  8637
+IS_L  Own_Lock_or_Unlock  34778
+IS_L  Request_Timeout  1903
 
 Cache Stats: system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_misses: 0
@@ -3052,16 +3025,15 @@ Cache Stats: system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links8.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
-L1_GETS  46558
+L1_GETS  46234
 L1_GETS_Last_Token  0
-L1_GETX  24790
-L1_INV  71173
+L1_GETX  25211
+L1_INV  71275
 Transient_GETX  0
 Transient_GETS  0
 Transient_GETS_Last_Token  0
@@ -3075,14 +3047,14 @@ Data_Owner  0
 Data_All_Tokens  0
 Ack  0
 Ack_All_Tokens  0
-Persistent_GETX  27489
-Persistent_GETS  51827
-Own_Lock_or_Unlock  63117
+Persistent_GETX  29383
+Persistent_GETS  53856
+Own_Lock_or_Unlock  59385
 
  - Transitions -
-NP  L1_GETS  58
-NP  L1_GETX  130
-NP  L1_INV  77
+NP  L1_GETS  63
+NP  L1_GETX  127
+NP  L1_INV  80
 NP  Transient_GETX  0 <-- 
 NP  Transient_GETS  0 <-- 
 NP  Writeback_Tokens  0 <-- 
@@ -3095,7 +3067,7 @@ NP  Data_All_Tokens  0 <--
 NP  Ack  0 <-- 
 NP  Persistent_GETX  0 <-- 
 NP  Persistent_GETS  0 <-- 
-NP  Own_Lock_or_Unlock  63117
+NP  Own_Lock_or_Unlock  59385
 
 I  L1_GETS  0 <-- 
 I  L1_GETS_Last_Token  0 <-- 
@@ -3166,9 +3138,9 @@ M  Persistent_GETX  0 <--
 M  Persistent_GETS  0 <-- 
 M  Own_Lock_or_Unlock  0 <-- 
 
-I_L  L1_GETS  46500
-I_L  L1_GETX  24660
-I_L  L1_INV  71096
+I_L  L1_GETS  46171
+I_L  L1_GETX  25084
+I_L  L1_INV  71195
 I_L  Transient_GETX  0 <-- 
 I_L  Transient_GETS  0 <-- 
 I_L  Transient_GETS_Last_Token  0 <-- 
@@ -3181,8 +3153,8 @@ I_L  Data_Shared  0 <--
 I_L  Data_Owner  0 <-- 
 I_L  Data_All_Tokens  0 <-- 
 I_L  Ack  0 <-- 
-I_L  Persistent_GETX  27489
-I_L  Persistent_GETS  51827
+I_L  Persistent_GETX  29383
+I_L  Persistent_GETS  53856
 I_L  Own_Lock_or_Unlock  0 <-- 
 
 S_L  L1_GETS  0 <-- 
@@ -3227,10 +3199,10 @@ Memory controller: system.ruby.network.topology.ext_links9.ext_node.memBuffer:
 
  --- Directory 0 ---
  - Event Counts -
-GETX  25022
-GETS  46731
-Lockdown  79316
-Unlockdown  63117
+GETX  25384
+GETS  46466
+Lockdown  83239
+Unlockdown  59385
 Own_Lock_or_Unlock  0
 Data_Owner  0
 Data_All_Tokens  0
@@ -3246,8 +3218,8 @@ DMA_WRITE  0
 DMA_WRITE_All_Tokens  0
 
  - Transitions -
-O  GETX  0 <-- 
-O  GETS  2
+O  GETX  2
+O  GETS  0 <-- 
 O  Lockdown  0 <-- 
 O  Own_Lock_or_Unlock  0 <-- 
 O  Data_Owner  0 <-- 
@@ -3258,9 +3230,9 @@ O  DMA_READ  0 <--
 O  DMA_WRITE  0 <-- 
 O  DMA_WRITE_All_Tokens  0 <-- 
 
-NO  GETX  194
-NO  GETS  56
-NO  Lockdown  63118
+NO  GETX  184
+NO  GETS  63
+NO  Lockdown  59387
 NO  Own_Lock_or_Unlock  0 <-- 
 NO  Data_Owner  0 <-- 
 NO  Data_All_Tokens  0 <-- 
@@ -3270,10 +3242,10 @@ NO  Tokens  0 <--
 NO  DMA_READ  0 <-- 
 NO  DMA_WRITE  0 <-- 
 
-L  GETX  24596
-L  GETS  46500
-L  Lockdown  16198
-L  Unlockdown  63117
+L  GETX  25025
+L  GETS  46171
+L  Lockdown  23852
+L  Unlockdown  59385
 L  Own_Lock_or_Unlock  0 <-- 
 L  Data_Owner  0 <-- 
 L  Data_All_Tokens  0 <-- 
@@ -3338,8 +3310,8 @@ DR_L_W  Memory_Data  0 <--
 DR_L_W  DMA_READ  0 <-- 
 DR_L_W  DMA_WRITE  0 <-- 
 
-NO_W  GETX  232
-NO_W  GETS  173
+NO_W  GETX  173
+NO_W  GETS  232
 NO_W  Lockdown  0 <-- 
 NO_W  Unlockdown  0 <-- 
 NO_W  Own_Lock_or_Unlock  0 <-- 
index 080f024909ba7779934ae25993edca94fc5a9a1d..3c80f8d9918d2f13f2290c990d3a15e04b1c07df 100755 (executable)
@@ -1,74 +1,74 @@
-system.cpu7: completed 10000 read accesses @318017
-system.cpu2: completed 10000 read accesses @320606
-system.cpu4: completed 10000 read accesses @323032
-system.cpu3: completed 10000 read accesses @325540
-system.cpu1: completed 10000 read accesses @326237
-system.cpu0: completed 10000 read accesses @334891
-system.cpu6: completed 10000 read accesses @335973
-system.cpu5: completed 10000 read accesses @338167
-system.cpu7: completed 20000 read accesses @641721
-system.cpu4: completed 20000 read accesses @650207
-system.cpu2: completed 20000 read accesses @650997
-system.cpu3: completed 20000 read accesses @655547
-system.cpu1: completed 20000 read accesses @658571
-system.cpu6: completed 20000 read accesses @659101
-system.cpu0: completed 20000 read accesses @665545
-system.cpu5: completed 20000 read accesses @668660
-system.cpu7: completed 30000 read accesses @967051
-system.cpu2: completed 30000 read accesses @980241
-system.cpu4: completed 30000 read accesses @981752
-system.cpu6: completed 30000 read accesses @982555
-system.cpu3: completed 30000 read accesses @983533
-system.cpu1: completed 30000 read accesses @988722
-system.cpu0: completed 30000 read accesses @995306
-system.cpu5: completed 30000 read accesses @998193
-system.cpu7: completed 40000 read accesses @1292004
-system.cpu4: completed 40000 read accesses @1308492
-system.cpu6: completed 40000 read accesses @1308579
-system.cpu2: completed 40000 read accesses @1312752
-system.cpu3: completed 40000 read accesses @1315420
-system.cpu1: completed 40000 read accesses @1322630
-system.cpu0: completed 40000 read accesses @1325206
-system.cpu5: completed 40000 read accesses @1331673
-system.cpu7: completed 50000 read accesses @1612614
-system.cpu6: completed 50000 read accesses @1633357
-system.cpu4: completed 50000 read accesses @1639815
-system.cpu2: completed 50000 read accesses @1645007
-system.cpu3: completed 50000 read accesses @1648886
-system.cpu0: completed 50000 read accesses @1653577
-system.cpu1: completed 50000 read accesses @1654071
-system.cpu5: completed 50000 read accesses @1661892
-system.cpu7: completed 60000 read accesses @1934242
-system.cpu6: completed 60000 read accesses @1953245
-system.cpu4: completed 60000 read accesses @1969088
-system.cpu2: completed 60000 read accesses @1978395
-system.cpu3: completed 60000 read accesses @1980508
-system.cpu0: completed 60000 read accesses @1980832
-system.cpu1: completed 60000 read accesses @1989869
-system.cpu5: completed 60000 read accesses @2000681
-system.cpu7: completed 70000 read accesses @2258807
-system.cpu6: completed 70000 read accesses @2276271
-system.cpu4: completed 70000 read accesses @2301792
-system.cpu2: completed 70000 read accesses @2307314
-system.cpu3: completed 70000 read accesses @2311283
-system.cpu0: completed 70000 read accesses @2312940
-system.cpu1: completed 70000 read accesses @2317714
-system.cpu5: completed 70000 read accesses @2327977
-system.cpu7: completed 80000 read accesses @2583771
-system.cpu6: completed 80000 read accesses @2602700
-system.cpu4: completed 80000 read accesses @2632241
-system.cpu2: completed 80000 read accesses @2635301
-system.cpu3: completed 80000 read accesses @2641526
-system.cpu0: completed 80000 read accesses @2641647
-system.cpu1: completed 80000 read accesses @2649443
-system.cpu5: completed 80000 read accesses @2661743
-system.cpu7: completed 90000 read accesses @2907382
-system.cpu6: completed 90000 read accesses @2926398
-system.cpu4: completed 90000 read accesses @2962227
-system.cpu2: completed 90000 read accesses @2968253
-system.cpu3: completed 90000 read accesses @2971557
-system.cpu0: completed 90000 read accesses @2972136
-system.cpu1: completed 90000 read accesses @2977260
-system.cpu5: completed 90000 read accesses @2992697
-system.cpu7: completed 100000 read accesses @3231932
+system.cpu1: completed 10000 read accesses @320533
+system.cpu0: completed 10000 read accesses @324255
+system.cpu5: completed 10000 read accesses @329816
+system.cpu4: completed 10000 read accesses @330370
+system.cpu2: completed 10000 read accesses @330850
+system.cpu3: completed 10000 read accesses @330898
+system.cpu6: completed 10000 read accesses @330981
+system.cpu7: completed 10000 read accesses @332669
+system.cpu1: completed 20000 read accesses @645951
+system.cpu6: completed 20000 read accesses @654684
+system.cpu0: completed 20000 read accesses @655122
+system.cpu5: completed 20000 read accesses @655139
+system.cpu4: completed 20000 read accesses @658112
+system.cpu7: completed 20000 read accesses @659630
+system.cpu3: completed 20000 read accesses @662399
+system.cpu2: completed 20000 read accesses @662745
+system.cpu1: completed 30000 read accesses @971498
+system.cpu0: completed 30000 read accesses @979665
+system.cpu6: completed 30000 read accesses @980753
+system.cpu4: completed 30000 read accesses @986046
+system.cpu5: completed 30000 read accesses @986992
+system.cpu7: completed 30000 read accesses @990004
+system.cpu2: completed 30000 read accesses @992746
+system.cpu3: completed 30000 read accesses @994289
+system.cpu1: completed 40000 read accesses @1295713
+system.cpu0: completed 40000 read accesses @1304844
+system.cpu6: completed 40000 read accesses @1311609
+system.cpu4: completed 40000 read accesses @1313210
+system.cpu5: completed 40000 read accesses @1315669
+system.cpu7: completed 40000 read accesses @1321203
+system.cpu3: completed 40000 read accesses @1325768
+system.cpu2: completed 40000 read accesses @1327431
+system.cpu1: completed 50000 read accesses @1620139
+system.cpu0: completed 50000 read accesses @1624207
+system.cpu6: completed 50000 read accesses @1642053
+system.cpu5: completed 50000 read accesses @1643779
+system.cpu4: completed 50000 read accesses @1647677
+system.cpu7: completed 50000 read accesses @1653016
+system.cpu3: completed 50000 read accesses @1659224
+system.cpu2: completed 50000 read accesses @1659858
+system.cpu1: completed 60000 read accesses @1944324
+system.cpu0: completed 60000 read accesses @1947039
+system.cpu5: completed 60000 read accesses @1971722
+system.cpu6: completed 60000 read accesses @1971958
+system.cpu4: completed 60000 read accesses @1978467
+system.cpu3: completed 60000 read accesses @1984371
+system.cpu7: completed 60000 read accesses @1986116
+system.cpu2: completed 60000 read accesses @1990627
+system.cpu1: completed 70000 read accesses @2268077
+system.cpu0: completed 70000 read accesses @2271308
+system.cpu6: completed 70000 read accesses @2299743
+system.cpu5: completed 70000 read accesses @2302988
+system.cpu4: completed 70000 read accesses @2306754
+system.cpu3: completed 70000 read accesses @2313390
+system.cpu7: completed 70000 read accesses @2318502
+system.cpu2: completed 70000 read accesses @2323657
+system.cpu1: completed 80000 read accesses @2590310
+system.cpu0: completed 80000 read accesses @2594700
+system.cpu5: completed 80000 read accesses @2629321
+system.cpu6: completed 80000 read accesses @2631814
+system.cpu4: completed 80000 read accesses @2636634
+system.cpu7: completed 80000 read accesses @2643921
+system.cpu2: completed 80000 read accesses @2656705
+system.cpu3: completed 80000 read accesses @2656992
+system.cpu0: completed 90000 read accesses @2911654
+system.cpu1: completed 90000 read accesses @2922192
+system.cpu5: completed 90000 read accesses @2956637
+system.cpu4: completed 90000 read accesses @2959893
+system.cpu6: completed 90000 read accesses @2961119
+system.cpu7: completed 90000 read accesses @2975550
+system.cpu2: completed 90000 read accesses @2985342
+system.cpu3: completed 90000 read accesses @2990681
+system.cpu1: completed 100000 read accesses @3238178
 hack: be nice to actually delete the event here
index cca6ddb1851ecbacc528c89ef8cb6276dc08fcc4..90c08d2af73951de290d31a57b27d364d1f28658 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 28 2010 15:54:34
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 28 2010 15:55:47
-M5 executing on svvint04
+M5 compiled Mar 18 2010 14:58:42
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 15:39:30
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_CMP_token/m5.fast -d build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 3231932 because maximum number of loads reached
+Exiting @ tick 3238178 because maximum number of loads reached
index f58c08b541f326a7c0c7f4b5fdd18c98d9741d34..1e622c69ae8e315e5c54e91e93f970e7847114ae 100644 (file)
@@ -1,34 +1,34 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 345240                       # Number of bytes of host memory used
-host_seconds                                    39.07                       # Real time elapsed on the host
-host_tick_rate                                  82719                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 340284                       # Number of bytes of host memory used
+host_seconds                                    34.80                       # Real time elapsed on the host
+host_tick_rate                                  93055                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.003232                       # Number of seconds simulated
-sim_ticks                                     3231932                       # Number of ticks simulated
+sim_seconds                                  0.003238                       # Number of seconds simulated
+sim_ticks                                     3238178                       # Number of ticks simulated
 system.cpu0.num_copies                              0                       # number of copy accesses completed
-system.cpu0.num_reads                           97882                       # number of read accesses completed
-system.cpu0.num_writes                          52728                       # number of write accesses completed
+system.cpu0.num_reads                           99983                       # number of read accesses completed
+system.cpu0.num_writes                          54267                       # number of write accesses completed
 system.cpu1.num_copies                              0                       # number of copy accesses completed
-system.cpu1.num_reads                           97696                       # number of read accesses completed
-system.cpu1.num_writes                          52571                       # number of write accesses completed
+system.cpu1.num_reads                          100000                       # number of read accesses completed
+system.cpu1.num_writes                          53571                       # number of write accesses completed
 system.cpu2.num_copies                              0                       # number of copy accesses completed
-system.cpu2.num_reads                           97954                       # number of read accesses completed
-system.cpu2.num_writes                          52878                       # number of write accesses completed
+system.cpu2.num_reads                           97642                       # number of read accesses completed
+system.cpu2.num_writes                          52892                       # number of write accesses completed
 system.cpu3.num_copies                              0                       # number of copy accesses completed
-system.cpu3.num_reads                           97904                       # number of read accesses completed
-system.cpu3.num_writes                          52886                       # number of write accesses completed
+system.cpu3.num_reads                           97531                       # number of read accesses completed
+system.cpu3.num_writes                          52364                       # number of write accesses completed
 system.cpu4.num_copies                              0                       # number of copy accesses completed
-system.cpu4.num_reads                           98144                       # number of read accesses completed
-system.cpu4.num_writes                          52672                       # number of write accesses completed
+system.cpu4.num_reads                           98570                       # number of read accesses completed
+system.cpu4.num_writes                          53173                       # number of write accesses completed
 system.cpu5.num_copies                              0                       # number of copy accesses completed
-system.cpu5.num_reads                           97310                       # number of read accesses completed
-system.cpu5.num_writes                          52054                       # number of write accesses completed
+system.cpu5.num_reads                           98261                       # number of read accesses completed
+system.cpu5.num_writes                          52643                       # number of write accesses completed
 system.cpu6.num_copies                              0                       # number of copy accesses completed
-system.cpu6.num_reads                           99443                       # number of read accesses completed
-system.cpu6.num_writes                          53518                       # number of write accesses completed
+system.cpu6.num_reads                           98464                       # number of read accesses completed
+system.cpu6.num_writes                          52805                       # number of write accesses completed
 system.cpu7.num_copies                              0                       # number of copy accesses completed
-system.cpu7.num_reads                          100000                       # number of read accesses completed
-system.cpu7.num_writes                          54238                       # number of write accesses completed
+system.cpu7.num_reads                           97833                       # number of read accesses completed
+system.cpu7.num_writes                          52922                       # number of write accesses completed
 
 ---------- End Simulation Statistics   ----------
index 89114d2ae3481f1278278e664e91f51160b1f155..1b27f77ff51b47f46685ea4d8ef1271fe24bc3d9 100644 (file)
@@ -157,6 +157,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=false
@@ -174,7 +175,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -288,7 +289,7 @@ icache=system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=1
 physMemPort=system.physmem.port[1]
 port=system.cpu1.test
 
@@ -346,7 +347,7 @@ icache=system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=2
 physMemPort=system.physmem.port[2]
 port=system.cpu2.test
 
@@ -404,7 +405,7 @@ icache=system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=3
 physMemPort=system.physmem.port[3]
 port=system.cpu3.test
 
@@ -462,7 +463,7 @@ icache=system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=4
 physMemPort=system.physmem.port[4]
 port=system.cpu4.test
 
@@ -520,7 +521,7 @@ icache=system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=5
 physMemPort=system.physmem.port[5]
 port=system.cpu5.test
 
@@ -578,7 +579,7 @@ icache=system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=6
 physMemPort=system.physmem.port[6]
 port=system.cpu6.test
 
@@ -636,7 +637,7 @@ icache=system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=7
 physMemPort=system.physmem.port[7]
 port=system.cpu7.test
 
@@ -677,7 +678,10 @@ version=0
 
 [system.ruby.network.topology.ext_links8.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links8.ext_node.memBuffer]
index b505bb8b538dc472b08d0d4411efd77ef06ffa9f..347642d0a2e56eb8451c4f5234ea9deb67c99469 100644 (file)
@@ -15,12 +15,12 @@ Network Configuration
 network: SIMPLE_NETWORK
 topology: 
 
-virtual_net_0: active, unordered
-virtual_net_1: active, unordered
+virtual_net_0: active, ordered
+virtual_net_1: active, ordered
 virtual_net_2: active, unordered
 virtual_net_3: active, unordered
-virtual_net_4: active, ordered
-virtual_net_5: active, ordered
+virtual_net_4: active, unordered
+virtual_net_5: active, unordered
 virtual_net_6: inactive
 virtual_net_7: inactive
 virtual_net_8: inactive
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/28/2010 11:56:06
+Real time: Mar/18/2010 15:41:16
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 54
-Elapsed_time_in_minutes: 0.9
-Elapsed_time_in_hours: 0.015
-Elapsed_time_in_days: 0.000625
+Elapsed_time_in_seconds: 42
+Elapsed_time_in_minutes: 0.7
+Elapsed_time_in_hours: 0.0116667
+Elapsed_time_in_days: 0.000486111
 
-Virtual_time_in_seconds: 49.12
-Virtual_time_in_minutes: 0.818667
-Virtual_time_in_hours:   0.0136444
-Virtual_time_in_days:    0.000568519
+Virtual_time_in_seconds: 41.62
+Virtual_time_in_minutes: 0.693667
+Virtual_time_in_hours:   0.0115611
+Virtual_time_in_days:    0.000481713
 
-Ruby_current_time: 4369301
+Ruby_current_time: 4339943
 Ruby_start_time: 0
-Ruby_cycles: 4369301
+Ruby_cycles: 4339943
 
-mbytes_resident: 30.4922
-mbytes_total: 30.4961
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-user_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-supervisor_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-
-ruby_cycles_executed: 34954416 [ 4369302 4369302 4369302 4369302 4369302 4369302 4369302 4369302 ]
-
-transactions_started: 0 [ 0 0 0 0 0 0 0 0 ]
-transactions_ended: 0 [ 0 0 0 0 0 0 0 0 ]
-cycles_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
-misses_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
+mbytes_resident: 31.0664
+mbytes_total: 331.992
+resident_ratio: 0.0935875
 
+ruby_cycles_executed: [ 4339944 4339944 4339944 4339944 4339944 4339944 4339944 4339944 ]
 
 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  
@@ -77,13 +66,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1228166 average: 1.9556 | standard deviation: 0.205985 | 0 54532 1173634 ]
+sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1220000 average: 1.95591 | standard deviation: 0.205285 | 0 53784 1166216 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 32 max: 3707 count: 1228150 average: 54.9169 | standard deviation: 182.221 | 1071820 301 18738 8313 776 31105 485 5222 784 21916 1363 3831 11827 1144 5147 311 6447 348 5347 3491 401 4333 238 2990 2520 1024 1952 559 2236 204 1844 627 1098 1352 228 1094 126 981 581 358 565 247 482 282 408 218 298 212 215 299 63 214 70 170 143 67 110 37 102 34 60 33 45 46 18 34 18 34 21 11 21 10 16 13 9 7 7 9 3 11 3 2 2 3 1 1 1 1 2 1 0 0 1 0 1 0 0 1 1 1 0 1 0 1 1 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 0 0 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_2: [binsize: 32 max: 3707 count: 797798 average: 52.0062 | standard deviation: 177.259 | 701441 1 11975 5115 188 19843 34 3274 42 14118 645 2330 7346 537 3336 17 4059 76 3334 2170 159 2767 65 1876 1543 569 1195 304 1434 60 1183 339 702 807 106 706 65 633 358 207 338 147 275 146 257 133 186 127 130 190 32 131 38 104 95 47 68 25 68 23 37 18 28 27 10 23 10 15 12 8 17 7 11 7 6 3 5 7 1 8 2 2 2 3 1 0 0 0 1 1 0 0 1 0 0 0 0 1 1 1 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 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_3: [binsize: 32 max: 3357 count: 430352 average: 60.3128 | standard deviation: 190.962 | 370379 300 6763 3198 588 11262 451 1948 742 7798 718 1501 4481 607 1811 294 2388 272 2013 1321 242 1566 173 1114 977 455 757 255 802 144 661 288 396 545 122 388 61 348 223 151 227 100 207 136 151 85 112 85 85 109 31 83 32 66 48 20 42 12 34 11 23 15 17 19 8 11 8 19 9 3 4 3 5 6 3 4 2 2 2 3 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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: [binsize: 32 max: 3607 count: 1219984 average: 54.9119 | standard deviation: 182.333 | 1064696 314 18737 8292 796 30614 532 5225 780 21798 1270 3844 11788 1197 5096 303 6413 275 5252 3545 375 4450 257 2872 2476 991 1837 556 2218 197 1865 604 1071 1361 228 1048 137 1046 570 388 599 212 546 244 393 212 323 210 211 245 53 220 76 196 114 49 122 38 113 45 62 37 35 59 19 37 14 22 34 5 16 10 13 8 11 4 10 3 6 9 1 4 1 2 3 2 1 4 6 0 0 4 0 1 1 0 1 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_2: [binsize: 32 max: 3607 count: 792479 average: 51.7896 | standard deviation: 176.738 | 697175 1 11915 5038 177 19519 38 3208 50 13951 594 2378 7373 537 3179 11 4092 52 3231 2247 136 2884 69 1753 1510 586 1132 311 1374 79 1212 349 631 823 98 659 55 644 326 227 369 127 356 145 261 103 206 116 136 148 29 125 41 120 76 32 78 18 76 27 35 22 21 42 12 26 10 12 19 1 9 7 5 4 6 2 4 1 2 4 0 2 1 1 1 0 1 3 6 0 0 3 0 0 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_3: [binsize: 16 max: 3187 count: 427505 average: 60.6998 | standard deviation: 192.141 | 367521 0 0 313 6757 65 402 2852 317 302 297 10798 219 275 1248 769 238 492 7574 273 204 472 1357 109 352 4063 435 225 185 1732 53 239 2238 83 155 68 1856 165 56 1242 93 146 1291 275 136 52 936 183 83 883 266 139 145 560 172 73 479 365 36 82 427 226 56 199 408 32 55 483 84 46 80 309 63 19 348 54 52 192 102 59 13 217 74 11 119 71 54 45 75 57 18 91 105 12 31 63 60 15 28 69 15 9 79 16 18 17 57 19 5 33 9 8 26 18 13 7 25 12 5 13 13 14 8 7 14 0 4 13 3 4 3 8 1 3 9 1 2 13 1 3 3 4 3 0 5 3 3 1 1 4 0 2 5 1 1 1 3 1 3 2 0 1 2 0 0 0 1 0 0 2 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -113,10 +102,10 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard dev
 Resource Usage
 --------------
 page_size: 4096
-user_time: 48
+user_time: 41
 system_time: 0
-page_reclaims: 6708
-page_faults: 1861
+page_reclaims: 8947
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -126,166 +115,166 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.251471
-  links_utilized_percent_switch_0_link_0: 0.122959 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.379983 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_0_link_0_Response_Data: 19501 1404072 [ 0 19501 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Control: 117532 940256 [ 0 117532 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Forwarded_Control: 136754 1094032 [ 0 0 136754 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 19578 156624 [ 0 0 0 19578 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Data: 19518 1405296 [ 0 19518 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Control: 117236 937888 [ 0 117236 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Unblock_Control: 19576 156608 [ 19576 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_0: 0.251482
+  links_utilized_percent_switch_0_link_0: 0.123013 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.379951 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_0_link_0_Response_Data: 19379 1395288 [ 0 0 0 0 19379 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Control: 116856 934848 [ 0 0 0 0 116856 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Forwarded_Control: 135827 1086616 [ 0 0 0 135827 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 19464 155712 [ 0 0 19464 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Data: 19380 1395360 [ 0 0 0 0 19380 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Control: 116447 931576 [ 0 0 0 0 116447 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Unblock_Control: 19462 155696 [ 0 0 0 0 0 19462 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.250926
-  links_utilized_percent_switch_1_link_0: 0.122775 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.379078 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_1_link_0_Response_Data: 19456 1400832 [ 0 19456 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Control: 117247 937976 [ 0 117247 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Forwarded_Control: 136801 1094408 [ 0 0 136801 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 19531 156248 [ 0 0 0 19531 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 19425 1398600 [ 0 19425 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Control: 117376 939008 [ 0 117376 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Unblock_Control: 19529 156232 [ 19529 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_1: 0.251327
+  links_utilized_percent_switch_1_link_0: 0.122954 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.3797 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_1_link_0_Response_Data: 19361 1393992 [ 0 0 0 0 19361 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Control: 116804 934432 [ 0 0 0 0 116804 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Forwarded_Control: 135837 1086696 [ 0 0 0 135837 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 19454 155632 [ 0 0 19454 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 19354 1393488 [ 0 0 0 0 19354 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Control: 116483 931864 [ 0 0 0 0 116483 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Unblock_Control: 19452 155616 [ 0 0 0 0 0 19452 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.250929
-  links_utilized_percent_switch_2_link_0: 0.122806 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.379051 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_2_link_0_Response_Data: 19469 1401768 [ 0 19469 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Control: 117241 937928 [ 0 117241 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Forwarded_Control: 136800 1094400 [ 0 0 136800 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Request_Control: 19532 156256 [ 0 0 0 19532 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 19422 1398384 [ 0 19422 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Control: 117378 939024 [ 0 117378 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Unblock_Control: 19530 156240 [ 19530 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_2: 0.250111
+  links_utilized_percent_switch_2_link_0: 0.122199 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.378023 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_2_link_0_Response_Data: 19177 1380744 [ 0 0 0 0 19177 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Control: 115650 925200 [ 0 0 0 0 115650 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Forwarded_Control: 136028 1088224 [ 0 0 0 136028 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Request_Control: 19263 154104 [ 0 0 19263 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 19196 1382112 [ 0 0 0 0 19196 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Control: 116832 934656 [ 0 0 0 0 116832 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Unblock_Control: 19261 154088 [ 0 0 0 0 0 19261 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 2
 switch_3_outlinks: 2
-links_utilized_percent_switch_3: 0.251074
-  links_utilized_percent_switch_3_link_0: 0.122798 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.37935 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_Response_Data: 19460 1401120 [ 0 19460 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Control: 117299 938392 [ 0 117299 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Forwarded_Control: 136793 1094344 [ 0 0 136793 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Request_Control: 19537 156296 [ 0 0 0 19537 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 19454 1400688 [ 0 19454 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Control: 117339 938712 [ 0 117339 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Unblock_Control: 19537 156296 [ 19537 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.25008
+  links_utilized_percent_switch_3_link_0: 0.122428 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.377733 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_Response_Data: 19237 1385064 [ 0 0 0 0 19237 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Control: 115954 927632 [ 0 0 0 0 115954 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Forwarded_Control: 135976 1087808 [ 0 0 0 135976 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Request_Control: 19315 154520 [ 0 0 19315 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 19158 1379376 [ 0 0 0 0 19158 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Control: 116818 934544 [ 0 0 0 0 116818 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Unblock_Control: 19313 154504 [ 0 0 0 0 0 19313 0 0 0 0 ] base_latency: 1
 
 switch_4_inlinks: 2
 switch_4_outlinks: 2
-links_utilized_percent_switch_4: 0.251214
-  links_utilized_percent_switch_4_link_0: 0.122557 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_4_link_1: 0.37987 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_4_link_0_Response_Data: 19400 1396800 [ 0 19400 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Response_Control: 116939 935512 [ 0 116939 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Forwarded_Control: 136853 1094824 [ 0 0 136853 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Request_Control: 19479 155832 [ 0 0 0 19479 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Data: 19518 1405296 [ 0 19518 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Control: 117335 938680 [ 0 117335 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Unblock_Control: 19477 155816 [ 19477 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_4: 0.251163
+  links_utilized_percent_switch_4_link_0: 0.122805 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_4_link_1: 0.379521 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_4_link_0_Response_Data: 19329 1391688 [ 0 0 0 0 19329 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Control: 116534 932272 [ 0 0 0 0 116534 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Forwarded_Control: 135880 1087040 [ 0 0 0 135880 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Request_Control: 19411 155288 [ 0 0 19411 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Data: 19340 1392480 [ 0 0 0 0 19340 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Control: 116540 932320 [ 0 0 0 0 116540 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Unblock_Control: 19409 155272 [ 0 0 0 0 0 19409 0 0 0 0 ] base_latency: 1
 
 switch_5_inlinks: 2
 switch_5_outlinks: 2
-links_utilized_percent_switch_5: 0.251252
-  links_utilized_percent_switch_5_link_0: 0.123033 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_5_link_1: 0.379471 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_5_link_0_Response_Data: 19521 1405512 [ 0 19521 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Response_Control: 117630 941040 [ 0 117630 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Forwarded_Control: 136737 1093896 [ 0 0 136737 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Request_Control: 19595 156760 [ 0 0 0 19595 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Data: 19460 1401120 [ 0 19460 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Control: 117277 938216 [ 0 117277 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Unblock_Control: 19593 156744 [ 19593 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_5: 0.251317
+  links_utilized_percent_switch_5_link_0: 0.122856 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_5_link_1: 0.379778 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_5_link_0_Response_Data: 19339 1392408 [ 0 0 0 0 19339 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Control: 116636 933088 [ 0 0 0 0 116636 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Forwarded_Control: 135863 1086904 [ 0 0 0 135863 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Request_Control: 19427 155416 [ 0 0 19427 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Data: 19366 1394352 [ 0 0 0 0 19366 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Control: 116497 931976 [ 0 0 0 0 116497 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Unblock_Control: 19425 155400 [ 0 0 0 0 0 19425 0 0 0 0 ] base_latency: 1
 
 switch_6_inlinks: 2
 switch_6_outlinks: 2
-links_utilized_percent_switch_6: 0.251006
-  links_utilized_percent_switch_6_link_0: 0.122647 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_6_link_1: 0.379365 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_6_link_0_Response_Data: 19422 1398384 [ 0 19422 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Response_Control: 117078 936624 [ 0 117078 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Forwarded_Control: 136830 1094640 [ 0 0 136830 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Request_Control: 19502 156016 [ 0 0 0 19502 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Data: 19460 1401120 [ 0 19460 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Control: 117370 938960 [ 0 117370 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Unblock_Control: 19500 156000 [ 19500 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_6: 0.250843
+  links_utilized_percent_switch_6_link_0: 0.122534 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_6_link_1: 0.379151 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_6_link_0_Response_Data: 19266 1387152 [ 0 0 0 0 19266 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Control: 116086 928688 [ 0 0 0 0 116086 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Forwarded_Control: 135953 1087624 [ 0 0 0 135953 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Request_Control: 19338 154704 [ 0 0 19338 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Data: 19309 1390248 [ 0 0 0 0 19309 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Control: 116644 933152 [ 0 0 0 0 116644 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Unblock_Control: 19336 154688 [ 0 0 0 0 0 19336 0 0 0 0 ] base_latency: 1
 
 switch_7_inlinks: 2
 switch_7_outlinks: 2
-links_utilized_percent_switch_7: 0.251313
-  links_utilized_percent_switch_7_link_0: 0.122995 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_7_link_1: 0.379631 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_7_link_0_Response_Data: 19508 1404576 [ 0 19508 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Response_Control: 117609 940872 [ 0 117609 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Forwarded_Control: 136742 1093936 [ 0 0 136742 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Request_Control: 19590 156720 [ 0 0 0 19590 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Data: 19478 1402416 [ 0 19478 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Control: 117264 938112 [ 0 117264 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Unblock_Control: 19588 156704 [ 19588 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_7: 0.252566
+  links_utilized_percent_switch_7_link_0: 0.123671 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_7_link_1: 0.381461 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_7_link_0_Response_Data: 19539 1406808 [ 0 0 0 0 19539 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Control: 117871 942968 [ 0 0 0 0 117871 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Forwarded_Control: 135659 1085272 [ 0 0 0 135659 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Request_Control: 19631 157048 [ 0 0 19631 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Data: 19523 1405656 [ 0 0 0 0 19523 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Control: 116136 929088 [ 0 0 0 0 116136 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Unblock_Control: 19630 157040 [ 0 0 0 0 0 19630 0 0 0 0 ] base_latency: 1
 
 switch_8_inlinks: 2
 switch_8_outlinks: 2
-links_utilized_percent_switch_8: 0.134184
-  links_utilized_percent_switch_8_link_0: 0.089452 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_8_link_1: 0.178916 bw: 160000 base_latency: 1
+links_utilized_percent_switch_8: 0.134192
+  links_utilized_percent_switch_8_link_0: 0.0894571 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_8_link_1: 0.178927 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_8_link_0_Request_Control: 156344 1250752 [ 0 0 0 156344 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_0_Unblock_Control: 156330 1250640 [ 156330 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Response_Data: 2 144 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Forwarded_Control: 156330 1250640 [ 0 0 156330 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Request_Control: 155303 1242424 [ 0 0 155303 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Unblock_Control: 155288 1242304 [ 0 0 0 0 0 155288 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: 155289 1242312 [ 0 0 0 155289 0 0 0 0 0 0 ] base_latency: 1
 
 switch_9_inlinks: 9
 switch_9_outlinks: 9
-links_utilized_percent_switch_9: 0.476455
-  links_utilized_percent_switch_9_link_0: 0.491835 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_1: 0.491099 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_2: 0.491225 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_3: 0.491191 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_4: 0.490229 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_5: 0.492134 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_6: 0.490589 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_7: 0.491981 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_8: 0.357808 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_9_link_0_Response_Data: 19501 1404072 [ 0 19501 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_0_Response_Control: 117532 940256 [ 0 117532 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_0_Forwarded_Control: 136754 1094032 [ 0 0 136754 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Response_Data: 19456 1400832 [ 0 19456 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Response_Control: 117247 937976 [ 0 117247 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Forwarded_Control: 136801 1094408 [ 0 0 136801 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_2_Response_Data: 19469 1401768 [ 0 19469 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_2_Response_Control: 117241 937928 [ 0 117241 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_2_Forwarded_Control: 136800 1094400 [ 0 0 136800 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_3_Response_Data: 19460 1401120 [ 0 19460 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_3_Response_Control: 117299 938392 [ 0 117299 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_3_Forwarded_Control: 136793 1094344 [ 0 0 136793 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_4_Response_Data: 19400 1396800 [ 0 19400 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_4_Response_Control: 116939 935512 [ 0 116939 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_4_Forwarded_Control: 136853 1094824 [ 0 0 136853 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_5_Response_Data: 19521 1405512 [ 0 19521 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_5_Response_Control: 117630 941040 [ 0 117630 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_5_Forwarded_Control: 136737 1093896 [ 0 0 136737 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_6_Response_Data: 19422 1398384 [ 0 19422 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_6_Response_Control: 117078 936624 [ 0 117078 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_6_Forwarded_Control: 136830 1094640 [ 0 0 136830 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_7_Response_Data: 19508 1404576 [ 0 19508 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_7_Response_Control: 117609 940872 [ 0 117609 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_7_Forwarded_Control: 136742 1093936 [ 0 0 136742 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_8_Request_Control: 156344 1250752 [ 0 0 0 156344 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_8_Unblock_Control: 156330 1250640 [ 156330 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_9: 0.47641
+  links_utilized_percent_switch_9_link_0: 0.49205 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_1: 0.491815 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_2: 0.488798 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_3: 0.48971 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_4: 0.491222 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_5: 0.491441 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_6: 0.490137 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_7: 0.494685 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_8: 0.357828 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_9_link_0_Response_Data: 19379 1395288 [ 0 0 0 0 19379 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_0_Response_Control: 116856 934848 [ 0 0 0 0 116856 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_0_Forwarded_Control: 135827 1086616 [ 0 0 0 135827 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Response_Data: 19361 1393992 [ 0 0 0 0 19361 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Response_Control: 116804 934432 [ 0 0 0 0 116804 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Forwarded_Control: 135837 1086696 [ 0 0 0 135837 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_2_Response_Data: 19177 1380744 [ 0 0 0 0 19177 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_2_Response_Control: 115650 925200 [ 0 0 0 0 115650 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_2_Forwarded_Control: 136028 1088224 [ 0 0 0 136028 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_3_Response_Data: 19237 1385064 [ 0 0 0 0 19237 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_3_Response_Control: 115954 927632 [ 0 0 0 0 115954 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_3_Forwarded_Control: 135976 1087808 [ 0 0 0 135976 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_4_Response_Data: 19329 1391688 [ 0 0 0 0 19329 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_4_Response_Control: 116534 932272 [ 0 0 0 0 116534 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_4_Forwarded_Control: 135880 1087040 [ 0 0 0 135880 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_5_Response_Data: 19340 1392480 [ 0 0 0 0 19340 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_5_Response_Control: 116642 933136 [ 0 0 0 0 116642 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_5_Forwarded_Control: 135863 1086904 [ 0 0 0 135863 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_6_Response_Data: 19266 1387152 [ 0 0 0 0 19266 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_6_Response_Control: 116086 928688 [ 0 0 0 0 116086 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_6_Forwarded_Control: 135953 1087624 [ 0 0 0 135953 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_7_Response_Data: 19539 1406808 [ 0 0 0 0 19539 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_7_Response_Control: 117871 942968 [ 0 0 0 0 117871 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_7_Forwarded_Control: 135659 1085272 [ 0 0 0 135659 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_8_Request_Control: 155303 1242424 [ 0 0 155303 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_8_Unblock_Control: 155288 1242304 [ 0 0 0 0 0 155288 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -293,59 +282,60 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_misses: 19578
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_demand_misses: 19578
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_misses: 19464
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_demand_misses: 19464
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_LD:   61.4721%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_ST:   38.5279%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_LD:   61.7242%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_ST:   38.2758%
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19578    100%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19578 average:     1 | standard deviation: 0 | 0 19578 ]
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19464    100%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19464 average:     1 | standard deviation: 0 | 0 19464 ]
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_misses: 19464
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_demand_misses: 19464
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_LD:   61.7242%
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_ST:   38.2758%
+
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19464    100%
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19464 average:     1 | standard deviation: 0 | 0 19464 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  99704
+Load  99315
 Ifetch  0
-Store  54194
+Store  53538
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52430
-Other_GETS  84324
-Ack  116988
-Shared_Ack  544
+Other_GETX  52535
+Other_GETS  83292
+Ack  116277
+Shared_Ack  579
 Data  284
-Shared_Data  700
-Exclusive_Data  18517
+Shared_Data  730
+Exclusive_Data  18365
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  700
-All_acks_no_sharers  18876
+All_acks  730
+All_acks_no_sharers  18732
 
  - Transitions -
-I  Load  12035
+I  Load  12014
 I  Ifetch  0 <-- 
-I  Store  6508
+I  Store  6365
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -353,84 +343,84 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1411
+S  Load  1350
 S  Ifetch  0 <-- 
-S  Store  677
+S  Store  707
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
 S  Other_GETX  23
-S  Other_GETS  18
+S  Other_GETS  26
 
-O  Load  620
+O  Load  765
 O  Ifetch  0 <-- 
-O  Store  358
+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  0 <-- 
-O  Other_GETS  1
+O  Other_GETX  2
+O  Other_GETS  4
 
-M  Load  19988
+M  Load  19541
 M  Ifetch  0 <-- 
-M  Store  10753
+M  Store  10690
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  222
-M  Other_GETS  358
+M  Other_GETX  212
+M  Other_GETS  380
 
-MM  Load  65650
+MM  Load  65645
 MM  Ifetch  0 <-- 
-MM  Store  35898
+MM  Store  35398
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6953
-MM  Other_GETS  11343
+MM  Other_GETX  6950
+MM  Other_GETS  11190
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  16954
-IM  Other_GETS  26740
-IM  Ack  22392
-IM  Data  197
-IM  Exclusive_Data  7184
+IM  Other_GETX  16962
+IM  Other_GETS  26097
+IM  Ack  21942
+IM  Data  196
+IM  Exclusive_Data  7083
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  590
-SM  Other_GETS  558
-SM  Ack  299
-SM  Data  87
+SM  Other_GETX  619
+SM  Other_GETS  540
+SM  Ack  244
+SM  Data  88
 
 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  358
-OM  Ack  525
+OM  Other_GETX  295
+OM  Other_GETS  347
+OM  Ack  581
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  75
+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  816
+ISM  Ack  912
 ISM  All_acks_no_sharers  284
 
 M_W  Load  0 <-- 
@@ -438,38 +428,38 @@ M_W  Ifetch  0 <--
 M_W  Store  0 <-- 
 M_W  L2_Replacement  0 <-- 
 M_W  L1_to_L2  0 <-- 
-M_W  Ack  33932
-M_W  All_acks_no_sharers  11333
+M_W  Ack  34227
+M_W  All_acks_no_sharers  11282
 
 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  21302
-MM_W  All_acks_no_sharers  7184
+MM_W  Ack  21105
+MM_W  All_acks_no_sharers  7083
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27405
-IS  Other_GETS  44948
-IS  Ack  35935
-IS  Shared_Ack  270
+IS  Other_GETX  27472
+IS  Other_GETS  44708
+IS  Ack  35359
+IS  Shared_Ack  275
 IS  Data  0 <-- 
-IS  Shared_Data  700
-IS  Exclusive_Data  11333
+IS  Shared_Data  730
+IS  Exclusive_Data  11282
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1787
-SS  Shared_Ack  274
-SS  All_acks  700
+SS  Ack  1907
+SS  Shared_Ack  304
+SS  All_acks  730
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -506,59 +496,60 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_misses: 19531
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_demand_misses: 19531
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_misses: 19454
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_demand_misses: 19454
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_type_LD:   62.0398%
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_type_ST:   37.9602%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_type_LD:   60.7587%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_type_ST:   39.2413%
 
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19531    100%
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19531 average:     1 | standard deviation: 0 | 0 19531 ]
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19454    100%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19454 average:     1 | standard deviation: 0 | 0 19454 ]
 
 Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_misses: 19454
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_total_demand_misses: 19454
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_type_LD:   60.7587%
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_type_ST:   39.2413%
+
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19454    100%
+  system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19454 average:     1 | standard deviation: 0 | 0 19454 ]
 
  --- L1Cache 1 ---
  - Event Counts -
-Load  99604
+Load  99091
 Ifetch  0
-Store  53836
+Store  53648
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52560
-Other_GETS  84241
-Ack  116625
-Shared_Ack  622
-Data  293
-Shared_Data  700
-Exclusive_Data  18463
+Other_GETX  52351
+Other_GETS  83486
+Ack  116231
+Shared_Ack  573
+Data  284
+Shared_Data  719
+Exclusive_Data  18358
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  700
-All_acks_no_sharers  18829
+All_acks  719
+All_acks_no_sharers  18733
 
  - Transitions -
-I  Load  12117
+I  Load  11820
 I  Ifetch  0 <-- 
-I  Store  6403
+I  Store  6576
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -566,123 +557,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1272
+S  Load  1335
 S  Ifetch  0 <-- 
-S  Store  683
+S  Store  697
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
-S  Other_GETX  17
-S  Other_GETS  19
+S  Other_GETX  22
+S  Other_GETS  20
 
-O  Load  676
+O  Load  610
 O  Ifetch  0 <-- 
-O  Store  328
+O  Store  361
 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  5
+O  Other_GETX  0 <-- 
+O  Other_GETS  3
 
-M  Load  19939
+M  Load  19135
 M  Ifetch  0 <-- 
-M  Store  10854
+M  Store  10524
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  233
-M  Other_GETS  329
+M  Other_GETX  214
+M  Other_GETS  361
 
-MM  Load  65600
+MM  Load  66191
 MM  Ifetch  0 <-- 
-MM  Store  35568
+MM  Store  35490
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6942
-MM  Other_GETS  11325
+MM  Other_GETX  6927
+MM  Other_GETS  11231
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17278
-IM  Other_GETS  26752
-IM  Ack  21951
-IM  Data  204
-IM  Exclusive_Data  7047
+IM  Other_GETX  17561
+IM  Other_GETS  27274
+IM  Ack  22346
+IM  Data  200
+IM  Exclusive_Data  7259
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  594
-SM  Other_GETS  495
-SM  Ack  305
-SM  Data  89
+SM  Other_GETX  613
+SM  Other_GETS  531
+SM  Ack  230
+SM  Data  84
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  255
-OM  Other_GETS  335
-OM  Ack  511
+OM  Other_GETX  270
+OM  Other_GETS  348
+OM  Ack  637
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  73
+OM  All_acks_no_sharers  91
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  833
-ISM  All_acks_no_sharers  293
+ISM  Ack  920
+ISM  All_acks_no_sharers  284
 
 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  34390
-M_W  All_acks_no_sharers  11416
+M_W  Ack  33416
+M_W  All_acks_no_sharers  11099
 
 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  20951
-MM_W  All_acks_no_sharers  7047
+MM_W  Ack  21763
+MM_W  All_acks_no_sharers  7259
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27240
-IS  Other_GETS  44981
-IS  Ack  35817
-IS  Shared_Ack  301
+IS  Other_GETX  26744
+IS  Other_GETS  43718
+IS  Ack  35027
+IS  Shared_Ack  279
 IS  Data  0 <-- 
-IS  Shared_Data  700
-IS  Exclusive_Data  11416
+IS  Shared_Data  719
+IS  Exclusive_Data  11099
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1867
-SS  Shared_Ack  321
-SS  All_acks  700
+SS  Ack  1892
+SS  Shared_Ack  294
+SS  All_acks  719
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -719,59 +710,60 @@ Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_misses: 19532
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_demand_misses: 19532
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_misses: 19263
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_demand_misses: 19263
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_type_LD:   61.8063%
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_type_ST:   38.1937%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_type_LD:   61.5325%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_type_ST:   38.4675%
 
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19532    100%
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19532 average:     1 | standard deviation: 0 | 0 19532 ]
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19263    100%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19263 average:     1 | standard deviation: 0 | 0 19263 ]
 
 Cache Stats: system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_misses: 19263
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_total_demand_misses: 19263
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_type_LD:   61.5325%
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_type_ST:   38.4675%
+
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19263    100%
+  system.ruby.network.topology.ext_links2.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19263 average:     1 | standard deviation: 0 | 0 19263 ]
 
  --- L1Cache 2 ---
  - Event Counts -
-Load  99784
+Load  98496
 Ifetch  0
-Store  53417
+Store  52751
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52513
-Other_GETS  84287
-Ack  116642
-Shared_Ack  599
-Data  303
-Shared_Data  728
-Exclusive_Data  18438
+Other_GETX  52575
+Other_GETS  83453
+Ack  115139
+Shared_Ack  511
+Data  296
+Shared_Data  707
+Exclusive_Data  18174
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  728
-All_acks_no_sharers  18802
+All_acks  707
+All_acks_no_sharers  18554
 
  - Transitions -
-I  Load  12072
+I  Load  11853
 I  Ifetch  0 <-- 
-I  Store  6403
+I  Store  6345
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -779,123 +771,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1236
+S  Load  1284
 S  Ifetch  0 <-- 
-S  Store  709
+S  Store  693
 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  17
+S  Other_GETX  14
+S  Other_GETS  24
 
-O  Load  640
+O  Load  671
 O  Ifetch  0 <-- 
-O  Store  348
+O  Store  372
 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
+O  Other_GETS  2
 
-M  Load  19826
+M  Load  19735
 M  Ifetch  0 <-- 
-M  Store  10761
+M  Store  10526
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  233
-M  Other_GETS  348
+M  Other_GETX  246
+M  Other_GETS  372
 
-MM  Load  66010
+MM  Load  64953
 MM  Ifetch  0 <-- 
-MM  Store  35196
+MM  Store  34815
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6891
-MM  Other_GETS  11330
+MM  Other_GETX  6748
+MM  Other_GETS  11188
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17146
-IM  Other_GETS  27091
-IM  Ack  21872
-IM  Data  208
-IM  Exclusive_Data  7096
+IM  Other_GETX  17422
+IM  Other_GETS  26671
+IM  Ack  21637
+IM  Data  202
+IM  Exclusive_Data  7030
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  614
-SM  Other_GETS  586
-SM  Ack  301
-SM  Data  95
+SM  Other_GETX  599
+SM  Other_GETS  537
+SM  Ack  292
+SM  Data  94
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  287
-OM  Other_GETS  330
-OM  Ack  427
+OM  Other_GETX  288
+OM  Other_GETS  352
+OM  Ack  588
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  61
+OM  All_acks_no_sharers  84
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  925
-ISM  All_acks_no_sharers  303
+ISM  Ack  871
+ISM  All_acks_no_sharers  296
 
 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  33680
-M_W  All_acks_no_sharers  11342
+M_W  Ack  33302
+M_W  All_acks_no_sharers  11144
 
 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  21296
-MM_W  All_acks_no_sharers  7096
+MM_W  Ack  21156
+MM_W  All_acks_no_sharers  7030
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27323
-IS  Other_GETS  44582
-IS  Ack  36255
-IS  Shared_Ack  289
+IS  Other_GETX  27258
+IS  Other_GETS  44307
+IS  Ack  35532
+IS  Shared_Ack  290
 IS  Data  0 <-- 
-IS  Shared_Data  728
-IS  Exclusive_Data  11342
+IS  Shared_Data  707
+IS  Exclusive_Data  11144
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1886
-SS  Shared_Ack  310
-SS  All_acks  728
+SS  Ack  1761
+SS  Shared_Ack  221
+SS  All_acks  707
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -932,59 +924,60 @@ Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_misses: 19537
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_demand_misses: 19537
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_misses: 19315
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_demand_misses: 19315
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_type_LD:   61.4014%
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_type_ST:   38.5986%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_type_LD:   61.4134%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_type_ST:   38.5866%
 
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19537    100%
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19537 average:     1 | standard deviation: 0 | 0 19537 ]
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19315    100%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19315 average:     1 | standard deviation: 0 | 0 19315 ]
 
 Cache Stats: system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_misses: 19315
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_total_demand_misses: 19315
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_type_LD:   61.4134%
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_type_ST:   38.5866%
+
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19315    100%
+  system.ruby.network.topology.ext_links3.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19315 average:     1 | standard deviation: 0 | 0 19315 ]
 
  --- L1Cache 3 ---
  - Event Counts -
-Load  100000
+Load  98500
 Ifetch  0
-Store  53655
+Store  53165
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52432
-Other_GETS  84361
-Ack  116739
-Shared_Ack  560
-Data  309
-Shared_Data  694
-Exclusive_Data  18457
+Other_GETX  52533
+Other_GETS  83443
+Ack  115416
+Shared_Ack  538
+Data  260
+Shared_Data  726
+Exclusive_Data  18251
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  694
-All_acks_no_sharers  18843
+All_acks  726
+All_acks_no_sharers  18587
 
  - Transitions -
-I  Load  11996
+I  Load  11862
 I  Ifetch  0 <-- 
-I  Store  6516
+I  Store  6402
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -992,123 +985,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1285
+S  Load  1302
 S  Ifetch  0 <-- 
-S  Store  677
+S  Store  707
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
-S  Other_GETX  17
-S  Other_GETS  21
+S  Other_GETX  19
+S  Other_GETS  14
 
-O  Load  658
+O  Load  637
 O  Ifetch  0 <-- 
-O  Store  348
+O  Store  344
 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  4
+O  Other_GETX  0 <-- 
+O  Other_GETS  1
 
-M  Load  19730
+M  Load  19387
 M  Ifetch  0 <-- 
-M  Store  10706
+M  Store  10581
 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  350
+M  Other_GETX  210
+M  Other_GETS  344
 
-MM  Load  66331
+MM  Load  65312
 MM  Ifetch  0 <-- 
-MM  Store  35408
+MM  Store  35131
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6849
-MM  Other_GETS  11396
+MM  Other_GETX  7026
+MM  Other_GETS  11007
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17261
-IM  Other_GETS  26890
-IM  Ack  21925
-IM  Data  214
-IM  Exclusive_Data  7155
+IM  Other_GETX  17035
+IM  Other_GETS  26879
+IM  Ack  22135
+IM  Data  176
+IM  Exclusive_Data  7116
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  582
-SM  Other_GETS  577
-SM  Ack  266
-SM  Data  95
+SM  Other_GETX  623
+SM  Other_GETS  550
+SM  Ack  260
+SM  Data  84
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  271
-OM  Other_GETS  336
-OM  Ack  539
+OM  Other_GETX  268
+OM  Other_GETS  302
+OM  Ack  532
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  77
+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  952
-ISM  All_acks_no_sharers  309
+ISM  Ack  773
+ISM  All_acks_no_sharers  260
 
 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  33965
-M_W  All_acks_no_sharers  11302
+M_W  Ack  33558
+M_W  All_acks_no_sharers  11135
 
 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  21641
-MM_W  All_acks_no_sharers  7155
+MM_W  Ack  21088
+MM_W  All_acks_no_sharers  7116
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27204
-IS  Other_GETS  44787
-IS  Ack  35597
-IS  Shared_Ack  269
+IS  Other_GETX  27352
+IS  Other_GETS  44346
+IS  Ack  35080
+IS  Shared_Ack  265
 IS  Data  0 <-- 
-IS  Shared_Data  694
-IS  Exclusive_Data  11302
+IS  Shared_Data  726
+IS  Exclusive_Data  11135
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1854
-SS  Shared_Ack  291
-SS  All_acks  694
+SS  Ack  1990
+SS  Shared_Ack  273
+SS  All_acks  726
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -1145,59 +1138,60 @@ Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_misses: 19479
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_demand_misses: 19479
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_misses: 19411
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_demand_misses: 19411
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_type_LD:   61.4457%
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_type_ST:   38.5543%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_type_LD:   62.0061%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_type_ST:   37.9939%
 
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19479    100%
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19479 average:     1 | standard deviation: 0 | 0 19479 ]
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19411    100%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19411 average:     1 | standard deviation: 0 | 0 19411 ]
 
 Cache Stats: system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_misses: 19411
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_total_demand_misses: 19411
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_type_LD:   62.0061%
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_type_ST:   37.9939%
+
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19411    100%
+  system.ruby.network.topology.ext_links4.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19411 average:     1 | standard deviation: 0 | 0 19411 ]
 
  --- L1Cache 4 ---
  - Event Counts -
-Load  99543
+Load  99038
 Ifetch  0
-Store  53625
+Store  53408
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52463
-Other_GETS  84390
-Ack  116321
-Shared_Ack  618
-Data  248
-Shared_Data  717
-Exclusive_Data  18435
+Other_GETX  52611
+Other_GETS  83269
+Ack  115968
+Shared_Ack  566
+Data  266
+Shared_Data  702
+Exclusive_Data  18361
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  717
-All_acks_no_sharers  18760
+All_acks  702
+All_acks_no_sharers  18707
 
  - Transitions -
-I  Load  11969
+I  Load  12036
 I  Ifetch  0 <-- 
-I  Store  6391
+I  Store  6312
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -1205,123 +1199,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1265
+S  Load  1172
 S  Ifetch  0 <-- 
-S  Store  704
+S  Store  685
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
-S  Other_GETX  13
-S  Other_GETS  21
+S  Other_GETX  17
+S  Other_GETS  16
 
-O  Load  817
+O  Load  670
 O  Ifetch  0 <-- 
-O  Store  415
+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  0 <-- 
+O  Other_GETX  2
 O  Other_GETS  1
 
-M  Load  19857
+M  Load  20047
 M  Ifetch  0 <-- 
-M  Store  10633
+M  Store  10741
 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  415
+M  Other_GETX  212
+M  Other_GETS  380
 
-MM  Load  65635
+MM  Load  65113
 MM  Ifetch  0 <-- 
-MM  Store  35482
+MM  Store  35292
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6959
-MM  Other_GETS  11184
+MM  Other_GETX  6885
+MM  Other_GETS  11230
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17207
-IM  Other_GETS  27075
-IM  Ack  22197
-IM  Data  174
-IM  Exclusive_Data  7185
+IM  Other_GETX  17299
+IM  Other_GETS  26539
+IM  Ack  21568
+IM  Data  187
+IM  Exclusive_Data  7028
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  630
-SM  Other_GETS  554
-SM  Ack  242
-SM  Data  74
+SM  Other_GETX  606
+SM  Other_GETS  507
+SM  Ack  251
+SM  Data  79
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  338
-OM  Other_GETS  419
-OM  Ack  539
+OM  Other_GETX  298
+OM  Other_GETS  332
+OM  Ack  560
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  77
+OM  All_acks_no_sharers  80
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  750
-ISM  All_acks_no_sharers  248
+ISM  Ack  805
+ISM  All_acks_no_sharers  266
 
 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  34130
-M_W  All_acks_no_sharers  11250
+M_W  Ack  33929
+M_W  All_acks_no_sharers  11333
 
 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  21409
-MM_W  All_acks_no_sharers  7185
+MM_W  Ack  21140
+MM_W  All_acks_no_sharers  7028
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27114
-IS  Other_GETS  44721
-IS  Ack  35260
-IS  Shared_Ack  308
+IS  Other_GETX  27292
+IS  Other_GETS  44264
+IS  Ack  35919
+IS  Shared_Ack  277
 IS  Data  0 <-- 
-IS  Shared_Data  717
-IS  Exclusive_Data  11250
+IS  Shared_Data  702
+IS  Exclusive_Data  11333
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1794
-SS  Shared_Ack  310
-SS  All_acks  717
+SS  Ack  1796
+SS  Shared_Ack  289
+SS  All_acks  702
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -1358,59 +1352,60 @@ Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_misses: 19595
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_demand_misses: 19595
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_misses: 19427
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_demand_misses: 19427
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_type_LD:   61.1278%
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_type_ST:   38.8722%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_type_LD:   61.3219%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_type_ST:   38.6781%
 
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19595    100%
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19595 average:     1 | standard deviation: 0 | 0 19595 ]
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19427    100%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19427 average:     1 | standard deviation: 0 | 0 19427 ]
 
 Cache Stats: system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_misses: 19427
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_total_demand_misses: 19427
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_type_LD:   61.3219%
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_type_ST:   38.6781%
+
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19427    100%
+  system.ruby.network.topology.ext_links5.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19427 average:     1 | standard deviation: 0 | 0 19427 ]
 
  --- L1Cache 5 ---
  - Event Counts -
-Load  99749
+Load  99160
 Ifetch  0
-Store  53938
+Store  53567
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52357
-Other_GETS  84380
-Ack  117004
-Shared_Ack  626
-Data  310
-Shared_Data  764
-Exclusive_Data  18447
+Other_GETX  52471
+Other_GETS  83392
+Ack  116095
+Shared_Ack  541
+Data  284
+Shared_Data  711
+Exclusive_Data  18344
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  764
-All_acks_no_sharers  18829
+All_acks  711
+All_acks_no_sharers  18714
 
  - Transitions -
-I  Load  11978
+I  Load  11913
 I  Ifetch  0 <-- 
-I  Store  6514
+I  Store  6459
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -1418,123 +1413,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1326
+S  Load  1245
 S  Ifetch  0 <-- 
-S  Store  742
+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  12
+S  Other_GETX  19
+S  Other_GETS  19
 
-O  Load  678
+O  Load  710
 O  Ifetch  0 <-- 
-O  Store  361
+O  Store  363
 O  L2_Replacement  0 <-- 
 O  L1_to_L2  0 <-- 
 O  L2_to_L1D  0 <-- 
 O  L2_to_L1I  0 <-- 
-O  Other_GETX  6
-O  Other_GETS  1
+O  Other_GETX  2
+O  Other_GETS  3
 
-M  Load  19860
+M  Load  19676
 M  Ifetch  0 <-- 
-M  Store  10632
+M  Store  10615
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  214
-M  Other_GETS  367
+M  Other_GETX  221
+M  Other_GETS  365
 
-MM  Load  65907
+MM  Load  65616
 MM  Ifetch  0 <-- 
-MM  Store  35689
+MM  Store  35438
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6881
-MM  Other_GETS  11367
+MM  Other_GETX  6917
+MM  Other_GETS  11211
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17398
-IM  Other_GETS  27387
-IM  Ack  22561
-IM  Data  201
-IM  Exclusive_Data  7234
+IM  Other_GETX  17699
+IM  Other_GETS  27330
+IM  Ack  22142
+IM  Data  204
+IM  Exclusive_Data  7143
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  633
-SM  Other_GETS  629
-SM  Ack  331
-SM  Data  109
+SM  Other_GETX  612
+SM  Other_GETS  543
+SM  Ack  216
+SM  Data  80
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  289
-OM  Other_GETS  335
-OM  Ack  504
+OM  Other_GETX  277
+OM  Other_GETS  370
+OM  Ack  602
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  72
+OM  All_acks_no_sharers  86
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  910
-ISM  All_acks_no_sharers  310
+ISM  Ack  875
+ISM  All_acks_no_sharers  284
 
 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  33272
-M_W  All_acks_no_sharers  11213
+M_W  Ack  33646
+M_W  All_acks_no_sharers  11201
 
 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  21462
-MM_W  All_acks_no_sharers  7234
+MM_W  Ack  21329
+MM_W  All_acks_no_sharers  7143
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  26914
-IS  Other_GETS  44282
-IS  Ack  35998
-IS  Shared_Ack  321
+IS  Other_GETX  26724
+IS  Other_GETS  43551
+IS  Ack  35510
+IS  Shared_Ack  315
 IS  Data  0 <-- 
-IS  Shared_Data  764
-IS  Exclusive_Data  11213
+IS  Shared_Data  711
+IS  Exclusive_Data  11201
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1966
-SS  Shared_Ack  305
-SS  All_acks  764
+SS  Ack  1775
+SS  Shared_Ack  226
+SS  All_acks  711
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -1571,59 +1566,60 @@ Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_misses: 19502
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_demand_misses: 19502
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_misses: 19338
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_demand_misses: 19338
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_type_LD:   62.2757%
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_type_ST:   37.7243%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_type_LD:   61.2525%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_type_ST:   38.7475%
 
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19502    100%
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19502 average:     1 | standard deviation: 0 | 0 19502 ]
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19338    100%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19338 average:     1 | standard deviation: 0 | 0 19338 ]
 
 Cache Stats: system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_misses: 19338
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_total_demand_misses: 19338
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_type_LD:   61.2525%
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_type_ST:   38.7475%
+
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19338    100%
+  system.ruby.network.topology.ext_links6.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19338 average:     1 | standard deviation: 0 | 0 19338 ]
 
  --- L1Cache 6 ---
  - Event Counts -
-Load  99532
+Load  98889
 Ifetch  0
-Store  53708
+Store  53165
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52616
-Other_GETS  84214
-Ack  116483
-Shared_Ack  595
-Data  275
-Shared_Data  697
-Exclusive_Data  18450
+Other_GETX  52493
+Other_GETS  83460
+Ack  115539
+Shared_Ack  547
+Data  284
+Shared_Data  679
+Exclusive_Data  18303
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  697
-All_acks_no_sharers  18803
+All_acks  679
+All_acks_no_sharers  18657
 
  - Transitions -
-I  Load  12145
+I  Load  11845
 I  Ifetch  0 <-- 
-I  Store  6303
+I  Store  6480
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -1631,123 +1627,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1204
+S  Load  1308
 S  Ifetch  0 <-- 
-S  Store  680
+S  Store  654
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
-S  Other_GETX  17
-S  Other_GETS  20
+S  Other_GETX  25
+S  Other_GETS  14
 
-O  Load  724
+O  Load  685
 O  Ifetch  0 <-- 
-O  Store  374
+O  Store  359
 O  L2_Replacement  0 <-- 
 O  L1_to_L2  0 <-- 
 O  L2_to_L1D  0 <-- 
 O  L2_to_L1I  0 <-- 
-O  Other_GETX  3
-O  Other_GETS  4
+O  Other_GETX  2
+O  Other_GETS  3
 
-M  Load  20018
+M  Load  19489
 M  Ifetch  0 <-- 
-M  Store  10841
+M  Store  10570
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  228
-M  Other_GETS  377
+M  Other_GETX  234
+M  Other_GETS  361
 
-MM  Load  65441
+MM  Load  65562
 MM  Ifetch  0 <-- 
-MM  Store  35510
+MM  Store  35102
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  6823
-MM  Other_GETS  11375
+MM  Other_GETX  6856
+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  17095
-IM  Other_GETS  26819
-IM  Ack  21955
-IM  Data  207
-IM  Exclusive_Data  7004
+IM  Other_GETX  17237
+IM  Other_GETS  26688
+IM  Ack  21916
+IM  Data  202
+IM  Exclusive_Data  7138
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  612
-SM  Other_GETS  558
-SM  Ack  193
-SM  Data  68
+SM  Other_GETX  572
+SM  Other_GETS  482
+SM  Ack  248
+SM  Data  82
 
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
 OM  L2_Replacement  0 <-- 
 OM  L1_to_L2  0 <-- 
-OM  Other_GETX  296
-OM  Other_GETS  354
-OM  Ack  546
+OM  Other_GETX  289
+OM  Other_GETS  358
+OM  Ack  490
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  78
+OM  All_acks_no_sharers  70
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  839
-ISM  All_acks_no_sharers  275
+ISM  Ack  862
+ISM  All_acks_no_sharers  284
 
 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  34354
-M_W  All_acks_no_sharers  11446
+M_W  Ack  33944
+M_W  All_acks_no_sharers  11165
 
 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  20687
-MM_W  All_acks_no_sharers  7004
+MM_W  Ack  21506
+MM_W  All_acks_no_sharers  7138
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27542
-IS  Other_GETS  44707
-IS  Ack  36128
-IS  Shared_Ack  291
+IS  Other_GETX  27278
+IS  Other_GETS  44348
+IS  Ack  34795
+IS  Shared_Ack  261
 IS  Data  0 <-- 
-IS  Shared_Data  697
-IS  Exclusive_Data  11446
+IS  Shared_Data  679
+IS  Exclusive_Data  11165
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1781
-SS  Shared_Ack  304
-SS  All_acks  697
+SS  Ack  1778
+SS  Shared_Ack  286
+SS  All_acks  679
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -1784,59 +1780,60 @@ Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_misses: 19590
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_demand_misses: 19590
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_misses: 19631
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_demand_misses: 19631
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_type_LD:   61.5416%
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_type_ST:   38.4584%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_type_LD:   60.9852%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_type_ST:   39.0148%
 
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19590    100%
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19590 average:     1 | standard deviation: 0 | 0 19590 ]
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   19631    100%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 1 count: 19631 average:     1 | standard deviation: 0 | 0 19631 ]
 
 Cache Stats: system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_misses: 19631
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_total_demand_misses: 19631
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_type_LD:   60.9852%
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_type_ST:   39.0148%
+
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   19631    100%
+  system.ruby.network.topology.ext_links7.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 1 count: 19631 average:     1 | standard deviation: 0 | 0 19631 ]
 
  --- L1Cache 7 ---
  - Event Counts -
-Load  99893
+Load  100001
 Ifetch  0
-Store  53982
+Store  54267
 L2_Replacement  0
 L1_to_L2  0
 L2_to_L1D  0
 L2_to_L1I  0
-Other_GETX  52440
-Other_GETS  84302
-Ack  117049
-Shared_Ack  560
-Data  284
-Shared_Data  737
-Exclusive_Data  18487
+Other_GETX  52326
+Other_GETS  83333
+Ack  117318
+Shared_Ack  553
+Data  310
+Shared_Data  736
+Exclusive_Data  18493
 Writeback_Ack  0
 Writeback_Nack  0
-All_acks  737
-All_acks_no_sharers  18851
+All_acks  736
+All_acks_no_sharers  18894
 
  - Transitions -
-I  Load  12056
+I  Load  11972
 I  Ifetch  0 <-- 
-I  Store  6465
+I  Store  6579
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -1844,123 +1841,123 @@ I  L2_to_L1I  0 <--
 I  Other_GETX  0 <-- 
 I  Other_GETS  0 <-- 
 
-S  Load  1382
+S  Load  1355
 S  Ifetch  0 <-- 
-S  Store  714
+S  Store  716
 S  L2_Replacement  0 <-- 
 S  L1_to_L2  0 <-- 
 S  L2_to_L1D  0 <-- 
 S  L2_to_L1I  0 <-- 
-S  Other_GETX  23
-S  Other_GETS  19
+S  Other_GETX  20
+S  Other_GETS  14
 
-O  Load  645
+O  Load  691
 O  Ifetch  0 <-- 
-O  Store  355
+O  Store  364
 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_GETX  2
 O  Other_GETS  3
 
-M  Load  19774
+M  Load  19829
 M  Ifetch  0 <-- 
-M  Store  10769
+M  Store  10657
 M  L2_Replacement  0 <-- 
 M  L1_to_L2  0 <-- 
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
-M  Other_GETX  194
-M  Other_GETS  355
+M  Other_GETX  212
+M  Other_GETS  366
 
-MM  Load  66036
+MM  Load  66154
 MM  Ifetch  0 <-- 
-MM  Store  35679
+MM  Store  35951
 MM  L2_Replacement  0 <-- 
 MM  L1_to_L2  0 <-- 
 MM  L2_to_L1D  0 <-- 
 MM  L2_to_L1I  0 <-- 
-MM  Other_GETX  7003
-MM  Other_GETS  11299
+MM  Other_GETX  6984
+MM  Other_GETS  11331
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
 IM  L1_to_L2  0 <-- 
-IM  Other_GETX  17041
-IM  Other_GETS  26788
-IM  Ack  22004
-IM  Data  203
-IM  Exclusive_Data  7169
+IM  Other_GETX  17532
+IM  Other_GETS  27148
+IM  Ack  22400
+IM  Data  215
+IM  Exclusive_Data  7258
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
 SM  Store  0 <-- 
 SM  L2_Replacement  0 <-- 
 SM  L1_to_L2  0 <-- 
-SM  Other_GETX  633
-SM  Other_GETS  620
-SM  Ack  237
-SM  Data  81
+SM  Other_GETX  621
+SM  Other_GETS  571
+SM  Ack  271
+SM  Data  95
 
 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  349
-OM  Ack  560
+OM  Other_GETX  273
+OM  Other_GETS  352
+OM  Ack  637
 OM  All_acks  0 <-- 
-OM  All_acks_no_sharers  80
+OM  All_acks_no_sharers  91
 
 ISM  Load  0 <-- 
 ISM  Ifetch  0 <-- 
 ISM  Store  0 <-- 
 ISM  L2_Replacement  0 <-- 
 ISM  L1_to_L2  0 <-- 
-ISM  Ack  883
-ISM  All_acks_no_sharers  284
+ISM  Ack  950
+ISM  All_acks_no_sharers  310
 
 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  33832
-M_W  All_acks_no_sharers  11318
+M_W  Ack  33772
+M_W  All_acks_no_sharers  11235
 
 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  21594
-MM_W  All_acks_no_sharers  7169
+MM_W  Ack  21787
+MM_W  All_acks_no_sharers  7258
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
 IS  L1_to_L2  0 <-- 
-IS  Other_GETX  27271
-IS  Other_GETS  44869
-IS  Ack  36049
-IS  Shared_Ack  313
+IS  Other_GETX  26682
+IS  Other_GETS  43548
+IS  Ack  35649
+IS  Shared_Ack  274
 IS  Data  0 <-- 
-IS  Shared_Data  737
-IS  Exclusive_Data  11318
+IS  Shared_Data  736
+IS  Exclusive_Data  11235
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
 SS  Store  0 <-- 
 SS  L2_Replacement  0 <-- 
 SS  L1_to_L2  0 <-- 
-SS  Ack  1890
-SS  Shared_Ack  247
-SS  All_acks  737
+SS  Ack  1852
+SS  Shared_Ack  279
+SS  All_acks  736
 SS  All_acks_no_sharers  0 <-- 
 
 OI  Load  0 <-- 
@@ -2013,10 +2010,10 @@ Memory controller: system.ruby.network.topology.ext_links8.ext_node.memBuffer:
 
  --- Directory 0 ---
  - Event Counts -
-GETX  2262370
-GETS  3582344
+GETX  2262622
+GETS  3542851
 PUT  0
-Unblock  156330
+Unblock  155288
 Writeback_Clean  0
 Writeback_Dirty  0
 Writeback_Exclusive_Clean  0
@@ -2033,8 +2030,8 @@ All_acks_and_data  0
 All_acks_and_data_no_sharers  0
 
  - Transitions -
-NO  GETX  59974
-NO  GETS  96356
+NO  GETX  59984
+NO  GETS  95304
 NO  PUT  0 <-- 
 NO  DMA_READ  0 <-- 
 NO  DMA_WRITE  0 <-- 
@@ -2045,16 +2042,16 @@ O  PUT  0 <--
 O  DMA_READ  0 <-- 
 O  DMA_WRITE  0 <-- 
 
-E  GETX  1
-E  GETS  1
+E  GETX  2
+E  GETS  0 <-- 
 E  PUT  0 <-- 
 E  DMA_READ  0 <-- 
 E  DMA_WRITE  0 <-- 
 
-NO_B  GETX  2202196
-NO_B  GETS  3485775
+NO_B  GETX  2202461
+NO_B  GETS  3447311
 NO_B  PUT  0 <-- 
-NO_B  Unblock  156330
+NO_B  Unblock  155288
 NO_B  DMA_READ  0 <-- 
 NO_B  DMA_WRITE  0 <-- 
 
@@ -2065,8 +2062,8 @@ 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  GETX  175
+NO_B_W  GETS  236
 NO_B_W  PUT  0 <-- 
 NO_B_W  Unblock  0 <-- 
 NO_B_W  DMA_READ  0 <-- 
index 08730c6811bdbb725f1692c43c1a0b09ee1324eb..21ce47f84aa47344e8b64b8ade70b2e0f9185a44 100755 (executable)
@@ -1,74 +1,74 @@
-system.cpu7: completed 10000 read accesses @425814
-system.cpu1: completed 10000 read accesses @431765
-system.cpu5: completed 10000 read accesses @437116
-system.cpu3: completed 10000 read accesses @437535
-system.cpu6: completed 10000 read accesses @438270
-system.cpu4: completed 10000 read accesses @440833
-system.cpu2: completed 10000 read accesses @444354
-system.cpu0: completed 10000 read accesses @448450
-system.cpu7: completed 20000 read accesses @862753
-system.cpu1: completed 20000 read accesses @872204
-system.cpu2: completed 20000 read accesses @872666
-system.cpu6: completed 20000 read accesses @874110
-system.cpu5: completed 20000 read accesses @878379
-system.cpu0: completed 20000 read accesses @879685
-system.cpu3: completed 20000 read accesses @882760
-system.cpu4: completed 20000 read accesses @884840
-system.cpu7: completed 30000 read accesses @1288068
-system.cpu3: completed 30000 read accesses @1303299
-system.cpu5: completed 30000 read accesses @1305762
-system.cpu6: completed 30000 read accesses @1313571
-system.cpu0: completed 30000 read accesses @1317286
-system.cpu2: completed 30000 read accesses @1317386
-system.cpu1: completed 30000 read accesses @1325478
-system.cpu4: completed 30000 read accesses @1333221
-system.cpu7: completed 40000 read accesses @1730996
-system.cpu5: completed 40000 read accesses @1732724
-system.cpu1: completed 40000 read accesses @1747591
-system.cpu6: completed 40000 read accesses @1753270
-system.cpu0: completed 40000 read accesses @1754662
-system.cpu3: completed 40000 read accesses @1760631
-system.cpu4: completed 40000 read accesses @1765520
-system.cpu2: completed 40000 read accesses @1771010
-system.cpu7: completed 50000 read accesses @2170118
-system.cpu5: completed 50000 read accesses @2171036
-system.cpu1: completed 50000 read accesses @2185469
-system.cpu2: completed 50000 read accesses @2190117
-system.cpu6: completed 50000 read accesses @2190751
-system.cpu0: completed 50000 read accesses @2197570
-system.cpu3: completed 50000 read accesses @2201959
-system.cpu4: completed 50000 read accesses @2222797
-system.cpu7: completed 60000 read accesses @2610778
-system.cpu2: completed 60000 read accesses @2614670
-system.cpu1: completed 60000 read accesses @2623246
-system.cpu5: completed 60000 read accesses @2629220
-system.cpu3: completed 60000 read accesses @2631164
-system.cpu6: completed 60000 read accesses @2632436
-system.cpu0: completed 60000 read accesses @2635088
-system.cpu4: completed 60000 read accesses @2652031
-system.cpu2: completed 70000 read accesses @3051672
-system.cpu7: completed 70000 read accesses @3059272
-system.cpu1: completed 70000 read accesses @3063932
-system.cpu0: completed 70000 read accesses @3068179
-system.cpu6: completed 70000 read accesses @3068899
-system.cpu5: completed 70000 read accesses @3070562
-system.cpu3: completed 70000 read accesses @3074746
-system.cpu4: completed 70000 read accesses @3079887
-system.cpu7: completed 80000 read accesses @3496808
-system.cpu3: completed 80000 read accesses @3497818
-system.cpu1: completed 80000 read accesses @3502491
-system.cpu2: completed 80000 read accesses @3504549
-system.cpu5: completed 80000 read accesses @3505508
-system.cpu6: completed 80000 read accesses @3505668
-system.cpu4: completed 80000 read accesses @3508575
-system.cpu0: completed 80000 read accesses @3514003
-system.cpu7: completed 90000 read accesses @3930059
-system.cpu3: completed 90000 read accesses @3930742
-system.cpu1: completed 90000 read accesses @3940704
-system.cpu4: completed 90000 read accesses @3941146
-system.cpu0: completed 90000 read accesses @3943666
-system.cpu2: completed 90000 read accesses @3945855
-system.cpu6: completed 90000 read accesses @3950281
-system.cpu5: completed 90000 read accesses @3953787
-system.cpu3: completed 100000 read accesses @4369301
+system.cpu0: completed 10000 read accesses @427647
+system.cpu1: completed 10000 read accesses @431729
+system.cpu6: completed 10000 read accesses @433789
+system.cpu7: completed 10000 read accesses @439540
+system.cpu2: completed 10000 read accesses @440839
+system.cpu5: completed 10000 read accesses @442985
+system.cpu4: completed 10000 read accesses @444200
+system.cpu3: completed 10000 read accesses @449590
+system.cpu0: completed 20000 read accesses @865314
+system.cpu6: completed 20000 read accesses @868247
+system.cpu1: completed 20000 read accesses @868279
+system.cpu4: completed 20000 read accesses @868705
+system.cpu7: completed 20000 read accesses @876211
+system.cpu3: completed 20000 read accesses @884081
+system.cpu2: completed 20000 read accesses @890953
+system.cpu5: completed 20000 read accesses @896667
+system.cpu7: completed 30000 read accesses @1294509
+system.cpu0: completed 30000 read accesses @1300229
+system.cpu4: completed 30000 read accesses @1308389
+system.cpu6: completed 30000 read accesses @1309605
+system.cpu1: completed 30000 read accesses @1314626
+system.cpu2: completed 30000 read accesses @1319614
+system.cpu3: completed 30000 read accesses @1333112
+system.cpu5: completed 30000 read accesses @1342297
+system.cpu0: completed 40000 read accesses @1732725
+system.cpu7: completed 40000 read accesses @1734274
+system.cpu6: completed 40000 read accesses @1739223
+system.cpu4: completed 40000 read accesses @1750291
+system.cpu2: completed 40000 read accesses @1757823
+system.cpu1: completed 40000 read accesses @1760314
+system.cpu3: completed 40000 read accesses @1761490
+system.cpu5: completed 40000 read accesses @1777684
+system.cpu7: completed 50000 read accesses @2168908
+system.cpu0: completed 50000 read accesses @2178119
+system.cpu3: completed 50000 read accesses @2188628
+system.cpu1: completed 50000 read accesses @2189157
+system.cpu6: completed 50000 read accesses @2193920
+system.cpu2: completed 50000 read accesses @2194930
+system.cpu4: completed 50000 read accesses @2196927
+system.cpu5: completed 50000 read accesses @2215126
+system.cpu7: completed 60000 read accesses @2604948
+system.cpu0: completed 60000 read accesses @2616657
+system.cpu4: completed 60000 read accesses @2617534
+system.cpu1: completed 60000 read accesses @2632147
+system.cpu6: completed 60000 read accesses @2638426
+system.cpu3: completed 60000 read accesses @2639965
+system.cpu2: completed 60000 read accesses @2642221
+system.cpu5: completed 60000 read accesses @2647795
+system.cpu7: completed 70000 read accesses @3047214
+system.cpu0: completed 70000 read accesses @3049033
+system.cpu4: completed 70000 read accesses @3063601
+system.cpu1: completed 70000 read accesses @3069586
+system.cpu2: completed 70000 read accesses @3071644
+system.cpu3: completed 70000 read accesses @3075127
+system.cpu6: completed 70000 read accesses @3078550
+system.cpu5: completed 70000 read accesses @3088269
+system.cpu7: completed 80000 read accesses @3486517
+system.cpu0: completed 80000 read accesses @3492714
+system.cpu4: completed 80000 read accesses @3505717
+system.cpu2: completed 80000 read accesses @3505856
+system.cpu3: completed 80000 read accesses @3506369
+system.cpu1: completed 80000 read accesses @3507148
+system.cpu6: completed 80000 read accesses @3520617
+system.cpu5: completed 80000 read accesses @3524191
+system.cpu7: completed 90000 read accesses @3917341
+system.cpu0: completed 90000 read accesses @3926523
+system.cpu4: completed 90000 read accesses @3938478
+system.cpu1: completed 90000 read accesses @3940606
+system.cpu5: completed 90000 read accesses @3950826
+system.cpu3: completed 90000 read accesses @3954179
+system.cpu6: completed 90000 read accesses @3956200
+system.cpu2: completed 90000 read accesses @3961428
+system.cpu7: completed 100000 read accesses @4339943
 hack: be nice to actually delete the event here
index 91047a541df6322e998f6e543f19bd9b595ac2c1..3061eb9aae4f68701fa3a864d722010a842b038f 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 28 2010 11:30:01
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 28 2010 11:55:12
-M5 executing on svvint06
+M5 compiled Mar 18 2010 14:59:19
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 15:40:34
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_hammer/m5.fast -d build/ALPHA_SE_MOESI_hammer/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 4369301 because maximum number of loads reached
+Exiting @ tick 4339943 because maximum number of loads reached
index 9f8f7b94e25f72ad071354ba9d5f85ab6f36ff13..d9440348d21d8fbcd5472a4e79810ac947d23553 100644 (file)
@@ -1,34 +1,34 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 342412                       # Number of bytes of host memory used
-host_seconds                                    54.05                       # Real time elapsed on the host
-host_tick_rate                                  80836                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 339964                       # Number of bytes of host memory used
+host_seconds                                    41.43                       # Real time elapsed on the host
+host_tick_rate                                 104755                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.004369                       # Number of seconds simulated
-sim_ticks                                     4369301                       # Number of ticks simulated
+sim_seconds                                  0.004340                       # Number of seconds simulated
+sim_ticks                                     4339943                       # Number of ticks simulated
 system.cpu0.num_copies                              0                       # number of copy accesses completed
-system.cpu0.num_reads                           99702                       # number of read accesses completed
-system.cpu0.num_writes                          54194                       # number of write accesses completed
+system.cpu0.num_reads                           99313                       # number of read accesses completed
+system.cpu0.num_writes                          53538                       # number of write accesses completed
 system.cpu1.num_copies                              0                       # number of copy accesses completed
-system.cpu1.num_reads                           99603                       # number of read accesses completed
-system.cpu1.num_writes                          53835                       # number of write accesses completed
+system.cpu1.num_reads                           99089                       # number of read accesses completed
+system.cpu1.num_writes                          53648                       # number of write accesses completed
 system.cpu2.num_copies                              0                       # number of copy accesses completed
-system.cpu2.num_reads                           99782                       # number of read accesses completed
-system.cpu2.num_writes                          53417                       # number of write accesses completed
+system.cpu2.num_reads                           98494                       # number of read accesses completed
+system.cpu2.num_writes                          52751                       # number of write accesses completed
 system.cpu3.num_copies                              0                       # number of copy accesses completed
-system.cpu3.num_reads                          100000                       # number of read accesses completed
-system.cpu3.num_writes                          53655                       # number of write accesses completed
+system.cpu3.num_reads                           98499                       # number of read accesses completed
+system.cpu3.num_writes                          53164                       # number of write accesses completed
 system.cpu4.num_copies                              0                       # number of copy accesses completed
-system.cpu4.num_reads                           99541                       # number of read accesses completed
-system.cpu4.num_writes                          53625                       # number of write accesses completed
+system.cpu4.num_reads                           99037                       # number of read accesses completed
+system.cpu4.num_writes                          53407                       # number of write accesses completed
 system.cpu5.num_copies                              0                       # number of copy accesses completed
-system.cpu5.num_reads                           99748                       # number of read accesses completed
-system.cpu5.num_writes                          53937                       # number of write accesses completed
+system.cpu5.num_reads                           99159                       # number of read accesses completed
+system.cpu5.num_writes                          53566                       # number of write accesses completed
 system.cpu6.num_copies                              0                       # number of copy accesses completed
-system.cpu6.num_reads                           99530                       # number of read accesses completed
-system.cpu6.num_writes                          53708                       # number of write accesses completed
+system.cpu6.num_reads                           98888                       # number of read accesses completed
+system.cpu6.num_writes                          53164                       # number of write accesses completed
 system.cpu7.num_copies                              0                       # number of copy accesses completed
-system.cpu7.num_reads                           99892                       # number of read accesses completed
-system.cpu7.num_writes                          53981                       # number of write accesses completed
+system.cpu7.num_reads                          100000                       # number of read accesses completed
+system.cpu7.num_writes                          54267                       # number of write accesses completed
 
 ---------- End Simulation Statistics   ----------
index a67869b0f5aaf61a068f2c01ad68cd81b0723caf..48e21bb75cf1a3ddd64493efde1fb4aad6e7f010 100644 (file)
@@ -157,6 +157,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=false
@@ -174,7 +175,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -263,7 +264,7 @@ icache=system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=1
 physMemPort=system.physmem.port[1]
 port=system.cpu1.test
 
@@ -305,7 +306,7 @@ icache=system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=2
 physMemPort=system.physmem.port[2]
 port=system.cpu2.test
 
@@ -347,7 +348,7 @@ icache=system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=3
 physMemPort=system.physmem.port[3]
 port=system.cpu3.test
 
@@ -389,7 +390,7 @@ icache=system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=4
 physMemPort=system.physmem.port[4]
 port=system.cpu4.test
 
@@ -431,7 +432,7 @@ icache=system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=5
 physMemPort=system.physmem.port[5]
 port=system.cpu5.test
 
@@ -473,7 +474,7 @@ icache=system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=6
 physMemPort=system.physmem.port[6]
 port=system.cpu6.test
 
@@ -515,7 +516,7 @@ icache=system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
 max_outstanding_requests=16
 physmem=system.physmem
 using_ruby_tester=false
-version=0
+version=7
 physMemPort=system.physmem.port[7]
 port=system.cpu7.test
 
@@ -549,7 +550,10 @@ version=0
 
 [system.ruby.network.topology.ext_links8.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links8.ext_node.memBuffer]
index 4812cd6d2f4534dd4dd8a3006ef4483ba270fd9a..ae201be6152bc7832ec0cf658eb8d63b4c8c65ee 100644 (file)
@@ -18,9 +18,9 @@ topology:
 virtual_net_0: active, ordered
 virtual_net_1: active, ordered
 virtual_net_2: active, ordered
-virtual_net_3: inactive
+virtual_net_3: active, ordered
 virtual_net_4: active, ordered
-virtual_net_5: active, ordered
+virtual_net_5: inactive
 virtual_net_6: inactive
 virtual_net_7: inactive
 virtual_net_8: inactive
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/28/2010 11:10:42
+Real time: Mar/18/2010 15:36:18
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 86
-Elapsed_time_in_minutes: 1.43333
-Elapsed_time_in_hours: 0.0238889
-Elapsed_time_in_days: 0.00099537
+Elapsed_time_in_seconds: 77
+Elapsed_time_in_minutes: 1.28333
+Elapsed_time_in_hours: 0.0213889
+Elapsed_time_in_days: 0.000891204
 
-Virtual_time_in_seconds: 83.22
-Virtual_time_in_minutes: 1.387
-Virtual_time_in_hours:   0.0231167
-Virtual_time_in_days:    0.000963194
+Virtual_time_in_seconds: 76.96
+Virtual_time_in_minutes: 1.28267
+Virtual_time_in_hours:   0.0213778
+Virtual_time_in_days:    0.000890741
 
-Ruby_current_time: 11043028
+Ruby_current_time: 11048357
 Ruby_start_time: 0
-Ruby_cycles: 11043028
+Ruby_cycles: 11048357
 
-mbytes_resident: 31.1562
-mbytes_total: 31.1602
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-user_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-supervisor_misses: 0 [ 0 0 0 0 0 0 0 0 ]
-
-ruby_cycles_executed: 88344232 [ 11043029 11043029 11043029 11043029 11043029 11043029 11043029 11043029 ]
-
-transactions_started: 0 [ 0 0 0 0 0 0 0 0 ]
-transactions_ended: 0 [ 0 0 0 0 0 0 0 0 ]
-cycles_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
-misses_per_transaction: 0 [ 0 0 0 0 0 0 0 0 ]
+mbytes_resident: 30.7461
+mbytes_total: 331.699
+resident_ratio: 0.0927045
 
+ruby_cycles_executed: [ 11048358 11048358 11048358 11048358 11048358 11048358 11048358 11048358 ]
 
 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  
@@ -77,13 +66,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1226994 average: 1.93527 | standard deviation: 0.246042 | 0 79418 1147576 ]
+sequencer_requests_outstanding: [binsize: 1 max: 2 count: 1227589 average: 1.875 | standard deviation: 0.330723 | 0 153452 1074137 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 4 max: 548 count: 1226980 average: 141.939 | standard deviation: 1.7969 | 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 296 4661 76324 1145657 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 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 ]
-miss_latency_2: [binsize: 4 max: 530 count: 797700 average: 141.938 | standard deviation: 1.74299 | 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 188 2995 49656 744835 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 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 1 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_3: [binsize: 4 max: 548 count: 429280 average: 141.94 | standard deviation: 1.89302 | 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 108 1666 26668 400822 0 0 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 0 0 1 0 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 1 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 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: [binsize: 4 max: 549 count: 1227573 average: 141.876 | standard deviation: 1.82074 | 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 294 5125 80867 1141231 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 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 ]
+miss_latency_2: [binsize: 4 max: 549 count: 798072 average: 141.875 | standard deviation: 1.78629 | 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 192 3318 52570 741960 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 1 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 0 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_3: [binsize: 4 max: 531 count: 429501 average: 141.879 | standard deviation: 1.88309 | 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 102 1807 28297 399271 0 0 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 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -97,11 +86,11 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
 
 Message Delayed Cycles
 ----------------------
-Total_delay_cycles: [binsize: 4 max: 151 count: 2453934 average: 47.4682 | standard deviation: 47.4791 | 1226968 0 1 0 0 0 0 1 0 0 0 1 1 0 0 2 0 0 0 7 141 2386 38040 613044 573338 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ]
-Total_nonPF_delay_cycles: [binsize: 4 max: 151 count: 2453934 average: 47.4682 | standard deviation: 47.4791 | 1226968 0 1 0 0 0 0 1 0 0 0 1 1 0 0 2 0 0 0 7 141 2386 38040 613044 573338 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ]
+Total_delay_cycles: [binsize: 4 max: 152 count: 2455118 average: 47.4372 | standard deviation: 47.4484 | 1227560 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 9 138 2625 40347 646958 537470 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 ]
+Total_nonPF_delay_cycles: [binsize: 4 max: 152 count: 2455118 average: 47.4372 | standard deviation: 47.4484 | 1227560 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 9 138 2625 40347 646958 537470 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 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: 1226967 average:     0 | standard deviation: 0 | 1226967 ]
-  virtual_network_2_delay_cycles: [binsize: 4 max: 151 count: 1226967 average: 94.9364 | standard deviation: 1.44009 | 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 2 0 0 0 7 141 2386 38040 613044 573338 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ]
+  virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 1227559 average:     0 | standard deviation: 0 | 1227559 ]
+  virtual_network_2_delay_cycles: [binsize: 4 max: 152 count: 1227559 average: 94.8743 | standard deviation: 1.46213 | 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 9 138 2625 40347 646958 537470 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 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 ]
@@ -113,10 +102,10 @@ Total_nonPF_delay_cycles: [binsize: 4 max: 151 count: 2453934 average: 47.4682 |
 Resource Usage
 --------------
 page_size: 4096
-user_time: 82
-system_time: 1
-page_reclaims: 6850
-page_faults: 1924
+user_time: 76
+system_time: 0
+page_reclaims: 8851
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -126,14 +115,14 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.434014
-  links_utilized_percent_switch_0_link_0: 0.173606 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.694421 bw: 160000 base_latency: 1
+links_utilized_percent_switch_0: 0.434016
+  links_utilized_percent_switch_0_link_0: 0.173607 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.694425 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_0_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Writeback_Control: 153371 1226968 [ 0 0 153371 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Control: 153372 1226976 [ 153372 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Data: 153370 11042640 [ 0 153370 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 153446 11048112 [ 0 0 0 0 153446 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Control: 153447 1227576 [ 0 0 153447 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
@@ -141,10 +130,10 @@ links_utilized_percent_switch_1: 0.434016
   links_utilized_percent_switch_1_link_0: 0.173606 bw: 640000 base_latency: 1
   links_utilized_percent_switch_1_link_1: 0.694425 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_1_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Control: 153373 1226984 [ 153373 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Control: 153447 1227576 [ 0 0 0 153447 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Control: 153447 1227576 [ 0 0 153447 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
@@ -152,10 +141,10 @@ links_utilized_percent_switch_2: 0.434016
   links_utilized_percent_switch_2_link_0: 0.173606 bw: 640000 base_latency: 1
   links_utilized_percent_switch_2_link_1: 0.694425 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Control: 153373 1226984 [ 153373 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Control: 153447 1227576 [ 0 0 0 153447 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Control: 153447 1227576 [ 0 0 153447 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 2
 switch_3_outlinks: 2
@@ -163,43 +152,43 @@ links_utilized_percent_switch_3: 0.434016
   links_utilized_percent_switch_3_link_0: 0.173606 bw: 640000 base_latency: 1
   links_utilized_percent_switch_3_link_1: 0.694425 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_3_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Control: 153373 1226984 [ 153373 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Control: 153447 1227576 [ 0 0 153447 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
 
 switch_4_inlinks: 2
 switch_4_outlinks: 2
-links_utilized_percent_switch_4: 0.434016
+links_utilized_percent_switch_4: 0.434014
   links_utilized_percent_switch_4_link_0: 0.173606 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_4_link_1: 0.694425 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_4_link_1: 0.694421 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_4_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_0_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Control: 153373 1226984 [ 153373 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_4_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Control: 153446 1227568 [ 0 0 153446 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_4_link_1_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
 
 switch_5_inlinks: 2
 switch_5_outlinks: 2
-links_utilized_percent_switch_5: 0.434014
+links_utilized_percent_switch_5: 0.434016
   links_utilized_percent_switch_5_link_0: 0.173606 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_5_link_1: 0.694421 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_5_link_1: 0.694425 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_5_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_0_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Control: 153372 1226976 [ 153372 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_5_link_1_Response_Data: 153370 11042640 [ 0 153370 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Control: 153447 1227576 [ 0 0 153447 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_5_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
 
 switch_6_inlinks: 2
 switch_6_outlinks: 2
-links_utilized_percent_switch_6: 0.434016
-  links_utilized_percent_switch_6_link_0: 0.173606 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_6_link_1: 0.694425 bw: 160000 base_latency: 1
+links_utilized_percent_switch_6: 0.434013
+  links_utilized_percent_switch_6_link_0: 0.173605 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_6_link_1: 0.694421 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_6_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_0_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Control: 153373 1226984 [ 153373 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_6_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Control: 153446 1227568 [ 0 0 153446 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_6_link_1_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
 
 switch_7_inlinks: 2
 switch_7_outlinks: 2
@@ -207,10 +196,10 @@ links_utilized_percent_switch_7: 0.434013
   links_utilized_percent_switch_7_link_0: 0.173605 bw: 640000 base_latency: 1
   links_utilized_percent_switch_7_link_1: 0.694421 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_7_link_0_Response_Data: 153370 11042640 [ 0 153370 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_0_Writeback_Control: 153371 1226968 [ 0 0 153371 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Control: 153372 1226976 [ 153372 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_7_link_1_Response_Data: 153370 11042640 [ 0 153370 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_0_Writeback_Control: 153445 1227560 [ 0 0 0 153445 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Control: 153446 1227568 [ 0 0 153446 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_7_link_1_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
 
 switch_8_inlinks: 2
 switch_8_outlinks: 2
@@ -218,80 +207,79 @@ links_utilized_percent_switch_8: 0.347219
   links_utilized_percent_switch_8_link_0: 0.138886 bw: 640000 base_latency: 1
   links_utilized_percent_switch_8_link_1: 0.555552 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_8_link_0_Control: 1226981 9815848 [ 1226981 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Response_Data: 2 144 [ 0 2 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_8_link_1_Writeback_Control: 1226977 9815816 [ 0 0 1226977 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_8_link_0_Control: 1227573 9820584 [ 0 0 1227573 0 0 0 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_Writeback_Control: 1227569 9820552 [ 0 0 0 1227569 0 0 0 0 0 0 ] base_latency: 1
 
 switch_9_inlinks: 9
 switch_9_outlinks: 9
 links_utilized_percent_switch_9: 0.678994
-  links_utilized_percent_switch_9_link_0: 0.694425 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_0: 0.694429 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_1: 0.694425 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_2: 0.694425 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_3: 0.694425 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_4: 0.694425 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_5: 0.694425 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_6: 0.694425 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_9_link_6: 0.694421 bw: 160000 base_latency: 1
   links_utilized_percent_switch_9_link_7: 0.69442 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_9_link_8: 0.555546 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_9_link_0_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_0_Writeback_Control: 153371 1226968 [ 0 0 153371 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_1_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_2_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_2_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_3_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_3_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_4_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_4_Writeback_Control: 153373 1226984 [ 0 0 153373 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_5_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_5_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_6_Response_Data: 153371 11042712 [ 0 153371 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_6_Writeback_Control: 153372 1226976 [ 0 0 153372 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_7_Response_Data: 153370 11042640 [ 0 153370 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_7_Writeback_Control: 153371 1226968 [ 0 0 153371 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_9_link_8_Control: 1226981 9815848 [ 1226981 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  links_utilized_percent_switch_9_link_8: 0.555545 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_9_link_0_Response_Data: 153446 11048112 [ 0 0 0 0 153446 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_0_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_1_Writeback_Control: 153447 1227576 [ 0 0 0 153447 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_2_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_2_Writeback_Control: 153447 1227576 [ 0 0 0 153447 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_3_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_3_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_4_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_4_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_5_Response_Data: 153445 11048040 [ 0 0 0 0 153445 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_5_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_6_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_6_Writeback_Control: 153446 1227568 [ 0 0 0 153446 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_7_Response_Data: 153444 11047968 [ 0 0 0 0 153444 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_7_Writeback_Control: 153445 1227560 [ 0 0 0 153445 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_9_link_8_Control: 1227573 9820584 [ 0 0 1227573 0 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 153372
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_demand_misses: 153372
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 153447
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_demand_misses: 153447
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_LD:   65.2016%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_ST:   34.7984%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_LD:   65.0211%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_ST:   34.9789%
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153372    100%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153372 average:     1 | standard deviation: 0 | 0 153372 ]
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153447    100%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153447 average:     1 | standard deviation: 0 | 0 153447 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  100001
+Load  99774
 Ifetch  0
-Store  53371
-Data  153371
-Fwd_GETX  153371
+Store  53675
+Data  153446
+Fwd_GETX  153446
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  100001
+I  Load  99773
 I  Ifetch  0 <-- 
-I  Store  53371
+I  Store  53674
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
 II  Writeback_Nack  0 <-- 
 
-M  Load  0 <-- 
+M  Load  1
 M  Ifetch  0 <-- 
-M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Store  1
+M  Fwd_GETX  153446
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -302,49 +290,48 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  100000
+IS  Data  99773
 
-IM  Data  53371
+IM  Data  53673
 
 Cache Stats: system.ruby.network.topology.ext_links1.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_misses: 153373
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_demand_misses: 153373
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_misses: 153447
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_demand_misses: 153447
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_type_LD:   64.8843%
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_type_ST:   35.1157%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_type_LD:   64.6816%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_type_ST:   35.3184%
 
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153373    100%
-  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153373 average:     1 | standard deviation: 0 | 0 153373 ]
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153447    100%
+  system.ruby.network.topology.ext_links1.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153447 average:     1 | standard deviation: 0 | 0 153447 ]
 
  --- L1Cache 1 ---
  - Event Counts -
-Load  99517
+Load  99260
 Ifetch  0
-Store  53858
-Data  153371
-Fwd_GETX  153371
+Store  54199
+Data  153445
+Fwd_GETX  153445
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99515
+I  Load  99252
 I  Ifetch  0 <-- 
-I  Store  53858
+I  Store  54195
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
 II  Writeback_Nack  0 <-- 
 
-M  Load  2
+M  Load  8
 M  Ifetch  0 <-- 
-M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Store  4
+M  Fwd_GETX  153445
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -355,49 +342,48 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99514
+IS  Data  99251
 
-IM  Data  53857
+IM  Data  54194
 
 Cache Stats: system.ruby.network.topology.ext_links2.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_misses: 153373
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_demand_misses: 153373
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_misses: 153447
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_demand_misses: 153447
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_type_LD:   64.8569%
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_type_ST:   35.1431%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_type_LD:   64.8804%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_type_ST:   35.1196%
 
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153373    100%
-  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153373 average:     1 | standard deviation: 0 | 0 153373 ]
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153447    100%
+  system.ruby.network.topology.ext_links2.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153447 average:     1 | standard deviation: 0 | 0 153447 ]
 
  --- L1Cache 2 ---
  - Event Counts -
-Load  99480
+Load  99557
 Ifetch  0
-Store  53904
-Data  153371
-Fwd_GETX  153371
+Store  53890
+Data  153445
+Fwd_GETX  153445
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99473
+I  Load  99557
 I  Ifetch  0 <-- 
-I  Store  53900
+I  Store  53890
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
 II  Writeback_Nack  0 <-- 
 
-M  Load  7
+M  Load  0 <-- 
 M  Ifetch  0 <-- 
-M  Store  4
-M  Fwd_GETX  153371
+M  Store  0 <-- 
+M  Fwd_GETX  153445
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -408,40 +394,39 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99472
+IS  Data  99555
 
-IM  Data  53899
+IM  Data  53890
 
 Cache Stats: system.ruby.network.topology.ext_links3.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_misses: 153373
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_demand_misses: 153373
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_misses: 153447
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_demand_misses: 153447
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_type_LD:   65.0871%
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_type_ST:   34.9129%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_type_LD:   65.1254%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_type_ST:   34.8746%
 
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153373    100%
-  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153373 average:     1 | standard deviation: 0 | 0 153373 ]
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153447    100%
+  system.ruby.network.topology.ext_links3.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153447 average:     1 | standard deviation: 0 | 0 153447 ]
 
  --- L1Cache 3 ---
  - Event Counts -
-Load  99826
+Load  99933
 Ifetch  0
-Store  53547
-Data  153371
-Fwd_GETX  153371
+Store  53514
+Data  153445
+Fwd_GETX  153445
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99826
+I  Load  99933
 I  Ifetch  0 <-- 
-I  Store  53547
+I  Store  53514
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
@@ -450,7 +435,7 @@ II  Writeback_Nack  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Fwd_GETX  153445
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -461,40 +446,39 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99825
+IS  Data  99932
 
-IM  Data  53546
+IM  Data  53513
 
 Cache Stats: system.ruby.network.topology.ext_links4.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_misses: 153373
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_demand_misses: 153373
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_misses: 153446
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_demand_misses: 153446
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_type_LD:   65.0043%
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_type_ST:   34.9957%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_type_LD:   65.1702%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_type_ST:   34.8298%
 
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153373    100%
-  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153373 average:     1 | standard deviation: 0 | 0 153373 ]
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153446    100%
+  system.ruby.network.topology.ext_links4.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153446 average:     1 | standard deviation: 0 | 0 153446 ]
 
  --- L1Cache 4 ---
  - Event Counts -
-Load  99699
+Load  100001
 Ifetch  0
-Store  53674
-Data  153371
-Fwd_GETX  153371
+Store  53445
+Data  153445
+Fwd_GETX  153445
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99699
+I  Load  100001
 I  Ifetch  0 <-- 
-I  Store  53674
+I  Store  53445
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
@@ -503,7 +487,7 @@ II  Writeback_Nack  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Fwd_GETX  153445
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -514,40 +498,39 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99698
+IS  Data  100000
 
-IM  Data  53673
+IM  Data  53445
 
 Cache Stats: system.ruby.network.topology.ext_links5.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_misses: 153372
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_demand_misses: 153372
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_misses: 153447
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_demand_misses: 153447
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_type_LD:   65.0692%
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_type_ST:   34.9308%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_type_LD:   65.1137%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_type_ST:   34.8863%
 
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153372    100%
-  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153372 average:     1 | standard deviation: 0 | 0 153372 ]
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153447    100%
+  system.ruby.network.topology.ext_links5.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153447 average:     1 | standard deviation: 0 | 0 153447 ]
 
  --- L1Cache 5 ---
  - Event Counts -
-Load  99798
+Load  99915
 Ifetch  0
-Store  53574
-Data  153371
-Fwd_GETX  153371
+Store  53532
+Data  153445
+Fwd_GETX  153445
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99798
+I  Load  99915
 I  Ifetch  0 <-- 
-I  Store  53574
+I  Store  53532
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
@@ -556,7 +539,7 @@ II  Writeback_Nack  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Fwd_GETX  153445
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -567,40 +550,39 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99797
+IS  Data  99914
 
-IM  Data  53574
+IM  Data  53531
 
 Cache Stats: system.ruby.network.topology.ext_links6.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_misses: 153373
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_demand_misses: 153373
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_misses: 153446
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_demand_misses: 153446
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_type_LD:   65.0597%
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_type_ST:   34.9403%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_type_LD:   65.0203%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_type_ST:   34.9797%
 
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153373    100%
-  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153373 average:     1 | standard deviation: 0 | 0 153373 ]
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153446    100%
+  system.ruby.network.topology.ext_links6.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153446 average:     1 | standard deviation: 0 | 0 153446 ]
 
  --- L1Cache 6 ---
  - Event Counts -
-Load  99784
+Load  99771
 Ifetch  0
-Store  53589
-Data  153371
-Fwd_GETX  153371
+Store  53675
+Data  153444
+Fwd_GETX  153444
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99784
+I  Load  99771
 I  Ifetch  0 <-- 
-I  Store  53589
+I  Store  53675
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
@@ -609,7 +591,7 @@ II  Writeback_Nack  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  Fwd_GETX  153371
+M  Fwd_GETX  153444
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -620,40 +602,39 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99782
+IS  Data  99770
 
-IM  Data  53589
+IM  Data  53674
 
 Cache Stats: system.ruby.network.topology.ext_links7.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_misses: 153372
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_demand_misses: 153372
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_misses: 153446
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_demand_misses: 153446
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_type_LD:   64.9434%
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_type_ST:   35.0566%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_type_LD:   65.0841%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_type_ST:   34.9159%
 
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153372    100%
-  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153372 average:     1 | standard deviation: 0 | 0 153372 ]
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   153446    100%
+  system.ruby.network.topology.ext_links7.ext_node.sequencer.icache_request_size: [binsize: 1 max: 1 count: 153446 average:     1 | standard deviation: 0 | 0 153446 ]
 
  --- L1Cache 7 ---
  - Event Counts -
-Load  99605
+Load  99869
 Ifetch  0
-Store  53767
-Data  153370
-Fwd_GETX  153370
+Store  53577
+Data  153444
+Fwd_GETX  153444
 Inv  0
 Replacement  0
 Writeback_Ack  0
 Writeback_Nack  0
 
  - Transitions -
-I  Load  99605
+I  Load  99869
 I  Ifetch  0 <-- 
-I  Store  53767
+I  Store  53577
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
@@ -662,7 +643,7 @@ II  Writeback_Nack  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  Fwd_GETX  153370
+M  Fwd_GETX  153444
 M  Inv  0 <-- 
 M  Replacement  0 <-- 
 
@@ -673,9 +654,9 @@ MI  Writeback_Nack  0 <--
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  99603
+IS  Data  99868
 
-IM  Data  53767
+IM  Data  53576
 
 Memory controller: system.ruby.network.topology.ext_links8.ext_node.memBuffer:
   memory_total_requests: 2
@@ -699,7 +680,7 @@ Memory controller: system.ruby.network.topology.ext_links8.ext_node.memBuffer:
 
  --- Directory 0 ---
  - Event Counts -
-GETX  1227392
+GETX  1227984
 GETS  0
 PUTX  0
 PUTX_NotOwner  0
@@ -714,7 +695,7 @@ I  PUTX_NotOwner  0 <--
 I  DMA_READ  0 <-- 
 I  DMA_WRITE  0 <-- 
 
-M  GETX  1226979
+M  GETX  1227571
 M  PUTX  0 <-- 
 M  PUTX_NotOwner  0 <-- 
 M  DMA_READ  0 <-- 
index 84352702eb684b266929917a248983449de4735f..a4ad9a45d380defd069ada154b967015eb750333 100755 (executable)
@@ -1,74 +1,74 @@
-system.cpu0: completed 10000 read accesses @1103968
-system.cpu6: completed 10000 read accesses @1104382
-system.cpu5: completed 10000 read accesses @1104796
-system.cpu1: completed 10000 read accesses @1105498
-system.cpu2: completed 10000 read accesses @1106632
-system.cpu4: completed 10000 read accesses @1107712
-system.cpu7: completed 10000 read accesses @1111366
-system.cpu3: completed 10000 read accesses @1114786
-system.cpu6: completed 20000 read accesses @2206702
-system.cpu5: completed 20000 read accesses @2207332
-system.cpu4: completed 20000 read accesses @2213344
-system.cpu0: completed 20000 read accesses @2215108
-system.cpu3: completed 20000 read accesses @2216458
-system.cpu2: completed 20000 read accesses @2216584
-system.cpu1: completed 20000 read accesses @2217286
-system.cpu7: completed 20000 read accesses @2221534
-system.cpu6: completed 30000 read accesses @3313342
-system.cpu0: completed 30000 read accesses @3313972
-system.cpu2: completed 30000 read accesses @3321065
-system.cpu4: completed 30000 read accesses @3321964
-system.cpu5: completed 30000 read accesses @3324628
-system.cpu1: completed 30000 read accesses @3325258
-system.cpu3: completed 30000 read accesses @3325906
-system.cpu7: completed 30000 read accesses @3327526
-system.cpu0: completed 40000 read accesses @4414996
-system.cpu6: completed 40000 read accesses @4419838
-system.cpu4: completed 40000 read accesses @4423312
-system.cpu7: completed 40000 read accesses @4424446
-system.cpu3: completed 40000 read accesses @4428010
-system.cpu1: completed 40000 read accesses @4433050
-system.cpu2: completed 40000 read accesses @4433464
-system.cpu5: completed 40000 read accesses @4434796
-system.cpu0: completed 50000 read accesses @5511988
-system.cpu6: completed 50000 read accesses @5524786
-system.cpu3: completed 50000 read accesses @5528242
-system.cpu4: completed 50000 read accesses @5531104
-system.cpu5: completed 50000 read accesses @5534092
-system.cpu7: completed 50000 read accesses @5544478
-system.cpu2: completed 50000 read accesses @5545289
-system.cpu1: completed 50000 read accesses @5546278
-system.cpu0: completed 60000 read accesses @6613264
-system.cpu3: completed 60000 read accesses @6629122
-system.cpu5: completed 60000 read accesses @6630580
-system.cpu6: completed 60000 read accesses @6640498
-system.cpu4: completed 60000 read accesses @6648076
-system.cpu7: completed 60000 read accesses @6652270
-system.cpu2: completed 60000 read accesses @6660281
-system.cpu1: completed 60000 read accesses @6663286
-system.cpu0: completed 70000 read accesses @7721632
-system.cpu3: completed 70000 read accesses @7733602
-system.cpu6: completed 70000 read accesses @7744546
-system.cpu4: completed 70000 read accesses @7745248
-system.cpu5: completed 70000 read accesses @7745356
-system.cpu2: completed 70000 read accesses @7765913
-system.cpu1: completed 70000 read accesses @7768378
-system.cpu7: completed 70000 read accesses @7769926
-system.cpu0: completed 80000 read accesses @8821828
-system.cpu5: completed 80000 read accesses @8845300
-system.cpu3: completed 80000 read accesses @8848018
-system.cpu6: completed 80000 read accesses @8850754
-system.cpu4: completed 80000 read accesses @8854012
-system.cpu7: completed 80000 read accesses @8871886
-system.cpu1: completed 80000 read accesses @8880202
-system.cpu2: completed 80000 read accesses @8886377
-system.cpu0: completed 90000 read accesses @9929332
-system.cpu5: completed 90000 read accesses @9945316
-system.cpu3: completed 90000 read accesses @9955306
-system.cpu6: completed 90000 read accesses @9959554
-system.cpu4: completed 90000 read accesses @9962668
-system.cpu7: completed 90000 read accesses @9977536
-system.cpu1: completed 90000 read accesses @9979354
-system.cpu2: completed 90000 read accesses @10002520
-system.cpu0: completed 100000 read accesses @11043028
+system.cpu5: completed 10000 read accesses @1097795
+system.cpu1: completed 10000 read accesses @1101449
+system.cpu4: completed 10000 read accesses @1103861
+system.cpu3: completed 10000 read accesses @1104689
+system.cpu6: completed 10000 read accesses @1107767
+system.cpu2: completed 10000 read accesses @1108955
+system.cpu0: completed 10000 read accesses @1109315
+system.cpu7: completed 10000 read accesses @1115237
+system.cpu5: completed 20000 read accesses @2202527
+system.cpu4: completed 20000 read accesses @2207405
+system.cpu3: completed 20000 read accesses @2212049
+system.cpu2: completed 20000 read accesses @2212140
+system.cpu6: completed 20000 read accesses @2216495
+system.cpu1: completed 20000 read accesses @2218601
+system.cpu7: completed 20000 read accesses @2229041
+system.cpu0: completed 20000 read accesses @2229203
+system.cpu5: completed 30000 read accesses @3306575
+system.cpu4: completed 30000 read accesses @3307925
+system.cpu3: completed 30000 read accesses @3308753
+system.cpu7: completed 30000 read accesses @3318869
+system.cpu6: completed 30000 read accesses @3328247
+system.cpu2: completed 30000 read accesses @3331884
+system.cpu1: completed 30000 read accesses @3338201
+system.cpu0: completed 30000 read accesses @3340343
+system.cpu5: completed 40000 read accesses @4410227
+system.cpu4: completed 40000 read accesses @4410389
+system.cpu3: completed 40000 read accesses @4424177
+system.cpu7: completed 40000 read accesses @4429973
+system.cpu0: completed 40000 read accesses @4435175
+system.cpu6: completed 40000 read accesses @4438199
+system.cpu2: completed 40000 read accesses @4444715
+system.cpu1: completed 40000 read accesses @4450313
+system.cpu5: completed 50000 read accesses @5504627
+system.cpu4: completed 50000 read accesses @5519333
+system.cpu3: completed 50000 read accesses @5526785
+system.cpu7: completed 50000 read accesses @5529377
+system.cpu0: completed 50000 read accesses @5532419
+system.cpu6: completed 50000 read accesses @5546639
+system.cpu2: completed 50000 read accesses @5560715
+system.cpu1: completed 50000 read accesses @5569193
+system.cpu5: completed 60000 read accesses @6620303
+system.cpu4: completed 60000 read accesses @6630005
+system.cpu3: completed 60000 read accesses @6637745
+system.cpu7: completed 60000 read accesses @6639905
+system.cpu0: completed 60000 read accesses @6649463
+system.cpu6: completed 60000 read accesses @6652055
+system.cpu2: completed 60000 read accesses @6667068
+system.cpu1: completed 60000 read accesses @6690378
+system.cpu5: completed 70000 read accesses @7728671
+system.cpu3: completed 70000 read accesses @7729265
+system.cpu4: completed 70000 read accesses @7729373
+system.cpu7: completed 70000 read accesses @7748849
+system.cpu6: completed 70000 read accesses @7751423
+system.cpu0: completed 70000 read accesses @7760099
+system.cpu2: completed 70000 read accesses @7781196
+system.cpu1: completed 70000 read accesses @7788377
+system.cpu4: completed 80000 read accesses @8833637
+system.cpu3: completed 80000 read accesses @8841377
+system.cpu5: completed 80000 read accesses @8845283
+system.cpu7: completed 80000 read accesses @8850647
+system.cpu0: completed 80000 read accesses @8859269
+system.cpu6: completed 80000 read accesses @8861015
+system.cpu2: completed 80000 read accesses @8880203
+system.cpu1: completed 80000 read accesses @8893866
+system.cpu4: completed 90000 read accesses @9931349
+system.cpu7: completed 90000 read accesses @9951959
+system.cpu5: completed 90000 read accesses @9952175
+system.cpu3: completed 90000 read accesses @9957341
+system.cpu6: completed 90000 read accesses @9967079
+system.cpu0: completed 90000 read accesses @9971795
+system.cpu2: completed 90000 read accesses @9992027
+system.cpu1: completed 90000 read accesses @10012745
+system.cpu4: completed 100000 read accesses @11048357
 hack: be nice to actually delete the event here
index 541ea177852cc8170225022fd4114c48557d514e..25d31cbd18c36c9b2a92889673b0084ee8eda9bc 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 22:23:20
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 28 2010 11:09:16
-M5 executing on svvint07
+M5 compiled Mar 18 2010 15:34:55
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 15:35:01
+M5 executing on cabr0210
 command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby -re tests/run.py build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 11043028 because maximum number of loads reached
+Exiting @ tick 11048357 because maximum number of loads reached
index e2300d3578726669656717863896df534e38a3b8..8bfe5c84816c2462aa628f03f11e033bf9ce0386 100644 (file)
@@ -1,34 +1,34 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 344584                       # Number of bytes of host memory used
-host_seconds                                    85.64                       # Real time elapsed on the host
-host_tick_rate                                 128940                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 339664                       # Number of bytes of host memory used
+host_seconds                                    76.81                       # Real time elapsed on the host
+host_tick_rate                                 143842                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.011043                       # Number of seconds simulated
-sim_ticks                                    11043028                       # Number of ticks simulated
+sim_seconds                                  0.011048                       # Number of seconds simulated
+sim_ticks                                    11048357                       # Number of ticks simulated
 system.cpu0.num_copies                              0                       # number of copy accesses completed
-system.cpu0.num_reads                          100000                       # number of read accesses completed
-system.cpu0.num_writes                          53371                       # number of write accesses completed
+system.cpu0.num_reads                           99774                       # number of read accesses completed
+system.cpu0.num_writes                          53674                       # number of write accesses completed
 system.cpu1.num_copies                              0                       # number of copy accesses completed
-system.cpu1.num_reads                           99516                       # number of read accesses completed
-system.cpu1.num_writes                          53857                       # number of write accesses completed
+system.cpu1.num_reads                           99259                       # number of read accesses completed
+system.cpu1.num_writes                          54198                       # number of write accesses completed
 system.cpu2.num_copies                              0                       # number of copy accesses completed
-system.cpu2.num_reads                           99479                       # number of read accesses completed
-system.cpu2.num_writes                          53903                       # number of write accesses completed
+system.cpu2.num_reads                           99555                       # number of read accesses completed
+system.cpu2.num_writes                          53890                       # number of write accesses completed
 system.cpu3.num_copies                              0                       # number of copy accesses completed
-system.cpu3.num_reads                           99825                       # number of read accesses completed
-system.cpu3.num_writes                          53546                       # number of write accesses completed
+system.cpu3.num_reads                           99932                       # number of read accesses completed
+system.cpu3.num_writes                          53513                       # number of write accesses completed
 system.cpu4.num_copies                              0                       # number of copy accesses completed
-system.cpu4.num_reads                           99698                       # number of read accesses completed
-system.cpu4.num_writes                          53673                       # number of write accesses completed
+system.cpu4.num_reads                          100000                       # number of read accesses completed
+system.cpu4.num_writes                          53445                       # number of write accesses completed
 system.cpu5.num_copies                              0                       # number of copy accesses completed
-system.cpu5.num_reads                           99797                       # number of read accesses completed
-system.cpu5.num_writes                          53574                       # number of write accesses completed
+system.cpu5.num_reads                           99914                       # number of read accesses completed
+system.cpu5.num_writes                          53531                       # number of write accesses completed
 system.cpu6.num_copies                              0                       # number of copy accesses completed
-system.cpu6.num_reads                           99782                       # number of read accesses completed
-system.cpu6.num_writes                          53589                       # number of write accesses completed
+system.cpu6.num_reads                           99770                       # number of read accesses completed
+system.cpu6.num_writes                          53674                       # number of write accesses completed
 system.cpu7.num_copies                              0                       # number of copy accesses completed
-system.cpu7.num_reads                           99603                       # number of read accesses completed
-system.cpu7.num_writes                          53767                       # number of write accesses completed
+system.cpu7.num_reads                           99868                       # number of read accesses completed
+system.cpu7.num_writes                          53576                       # number of write accesses completed
 
 ---------- End Simulation Statistics   ----------
index 2da59c68b91690b6213878d7718b2a1ae4731954..ab3a160f3bcd7188a9fe9cb75f656d59e2d30597 100644 (file)
@@ -27,6 +27,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=true
@@ -44,7 +45,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -165,7 +166,10 @@ version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.memBuffer]
index d99e75346e01bd88a3e1aa8a47d2da671dc3ae30..2e2c8b6565ca8a275fa5b20faa2b7ce30039c890 100644 (file)
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/27/2010 22:07:37
+Real time: Mar/18/2010 14:37:01
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 2
-Elapsed_time_in_minutes: 0.0333333
-Elapsed_time_in_hours: 0.000555556
-Elapsed_time_in_days: 2.31481e-05
+Elapsed_time_in_seconds: 1
+Elapsed_time_in_minutes: 0.0166667
+Elapsed_time_in_hours: 0.000277778
+Elapsed_time_in_days: 1.15741e-05
 
-Virtual_time_in_seconds: 1.4
-Virtual_time_in_minutes: 0.0233333
-Virtual_time_in_hours:   0.000388889
-Virtual_time_in_days:    1.62037e-05
+Virtual_time_in_seconds: 1.11
+Virtual_time_in_minutes: 0.0185
+Virtual_time_in_hours:   0.000308333
+Virtual_time_in_days:    1.28472e-05
 
-Ruby_current_time: 357031
+Ruby_current_time: 385311
 Ruby_start_time: 0
-Ruby_cycles: 357031
+Ruby_cycles: 385311
 
-mbytes_resident: 31.0938
-mbytes_total: 31.1016
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 ]
-user_misses: 0 [ 0 ]
-supervisor_misses: 0 [ 0 ]
-
-ruby_cycles_executed: 357032 [ 357032 ]
-
-transactions_started: 0 [ 0 ]
-transactions_ended: 0 [ 0 ]
-cycles_per_transaction: 0 [ 0 ]
-misses_per_transaction: 0 [ 0 ]
+mbytes_resident: 30.6758
+mbytes_total: 203.664
+resident_ratio: 0.150658
 
+ruby_cycles_executed: [ 385312 ]
 
 Busy Controller Counts:
 L1Cache-0:0  
@@ -77,13 +66,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 16 count: 970 average: 15.8278 | standard deviation: 1.13986 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 48 908 ]
+sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1035 average: 15.8406 | standard deviation: 1.10345 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 46 975 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 256 max: 34787 count: 954 average: 5860.09 | standard deviation: 7881.77 | 94 12 70 81 75 77 58 51 39 26 24 21 14 6 9 8 5 4 5 6 9 4 5 3 5 4 2 1 1 5 1 2 1 0 0 1 1 1 1 0 0 2 3 5 3 1 1 1 2 2 2 1 5 1 4 6 2 2 5 8 1 6 6 4 2 3 8 3 1 3 5 8 3 5 4 1 5 6 6 4 6 3 6 2 3 5 2 1 3 1 4 2 1 1 4 2 2 2 3 3 1 2 4 3 0 1 0 2 3 0 1 0 1 0 1 1 0 0 1 0 0 2 0 1 0 0 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 0 0 0 0 0 0 0 0 ]
-miss_latency_2: [binsize: 256 max: 26521 count: 100 average: 5073.78 | standard deviation: 7357.14 | 10 1 5 11 11 3 3 4 7 6 6 4 3 0 1 0 2 1 0 2 0 0 0 0 2 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 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 2 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 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 0 0 0 0 ]
-miss_latency_3: [binsize: 256 max: 34787 count: 854 average: 5952.16 | standard deviation: 7939.9 | 84 11 65 70 64 74 55 47 32 20 18 17 11 6 8 8 3 3 5 4 9 4 5 3 3 4 2 1 1 5 1 2 1 0 0 1 1 1 1 0 0 1 3 5 3 1 1 1 2 2 2 1 5 1 3 5 2 1 5 8 1 5 6 4 2 3 8 3 1 2 5 8 2 5 4 0 5 5 6 4 6 1 6 2 2 4 2 1 3 1 4 2 1 1 3 2 2 2 2 3 1 1 3 2 0 1 0 2 3 0 1 0 1 0 1 1 0 0 1 0 0 2 0 1 0 0 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 0 0 0 0 0 0 0 0 ]
+miss_latency: [binsize: 256 max: 34673 count: 1020 average: 5812.61 | standard deviation: 8321.57 | 94 13 65 91 82 85 75 46 28 39 28 23 31 15 11 13 6 8 12 9 6 3 9 2 3 6 0 1 4 2 2 2 1 1 2 0 1 2 0 2 1 2 1 1 1 1 1 1 0 1 0 3 1 0 0 0 0 0 0 2 2 0 3 1 3 1 3 2 1 6 1 2 2 5 2 7 2 1 3 4 4 3 2 6 5 9 2 2 10 1 6 4 3 4 4 5 3 5 2 5 5 2 3 6 3 3 1 3 3 4 0 2 0 0 1 2 1 0 0 1 3 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_2: [binsize: 256 max: 28025 count: 100 average: 5269.19 | standard deviation: 7878.72 | 12 1 6 6 7 10 10 8 2 4 3 0 3 2 1 2 0 1 1 0 0 0 1 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 2 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 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 ]
+miss_latency_3: [binsize: 256 max: 34673 count: 920 average: 5871.67 | standard deviation: 8370.25 | 82 12 59 85 75 75 65 38 26 35 25 23 28 13 10 11 6 7 11 9 6 3 8 2 2 5 0 1 4 2 2 2 1 1 2 0 1 2 0 2 1 2 1 1 1 1 1 1 0 1 0 2 1 0 0 0 0 0 0 2 2 0 2 0 3 0 3 2 1 6 1 2 1 5 2 6 2 1 3 4 3 3 1 4 4 9 2 2 10 1 5 3 3 4 4 4 3 5 2 4 5 2 3 5 3 3 1 2 3 3 0 2 0 0 1 2 1 0 0 1 3 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -97,12 +86,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
 
 Message Delayed Cycles
 ----------------------
-Total_delay_cycles: [binsize: 32 max: 1590 count: 6452 average: 19.6141 | standard deviation: 106.746 | 6116 4 30 74 2 5 34 6 4 19 14 1 15 14 3 9 18 2 3 14 16 2 6 11 2 0 7 5 1 2 2 0 0 3 0 2 0 0 0 1 0 0 4 0 0 0 0 0 0 1 ]
-Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 3918 average:     0 | standard deviation: 0 | 3918 ]
-  virtual_network_0_delay_cycles: [binsize: 32 max: 1590 count: 2534 average: 49.9408 | standard deviation: 165.845 | 2198 4 30 74 2 5 34 6 4 19 14 1 15 14 3 9 18 2 3 14 16 2 6 11 2 0 7 5 1 2 2 0 0 3 0 2 0 0 0 1 0 0 4 0 0 0 0 0 0 1 ]
+Total_delay_cycles: [binsize: 32 max: 1500 count: 6932 average: 17.1509 | standard deviation: 98.3547 | 6592 5 32 90 2 8 38 6 0 15 11 1 8 21 4 12 12 1 3 10 11 2 3 11 1 6 7 6 0 2 4 1 2 0 0 1 1 0 0 0 1 0 0 0 0 0 2 0 ]
+Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 4219 average:     0 | standard deviation: 0 | 4219 ]
+  virtual_network_0_delay_cycles: [binsize: 32 max: 1500 count: 2713 average: 43.8223 | standard deviation: 153.471 | 2373 5 32 90 2 8 38 6 0 15 11 1 8 21 4 12 12 1 3 10 11 2 3 11 1 6 7 6 0 2 4 1 2 0 0 1 1 0 0 0 1 0 0 0 0 0 2 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: 531 average:     0 | standard deviation: 0 | 531 ]
-  virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 3387 average:     0 | standard deviation: 0 | 3387 ]
+  virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 566 average:     0 | standard deviation: 0 | 566 ]
+  virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 3653 average:     0 | standard deviation: 0 | 3653 ]
   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 ]
@@ -115,8 +104,8 @@ Resource Usage
 page_size: 4096
 user_time: 1
 system_time: 0
-page_reclaims: 6770
-page_faults: 1936
+page_reclaims: 8843
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -126,64 +115,64 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.106988
-  links_utilized_percent_switch_0_link_0: 0.0301689 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.183808 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_0_link_0_Request_Control: 531 4248 [ 531 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Data: 862 62064 [ 0 862 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Response_Control: 328 2624 [ 0 328 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Control: 863 6904 [ 863 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Control: 866 6928 [ 0 4 862 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Data: 1257 90504 [ 730 527 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Control: 83 664 [ 83 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_0: 0.105942
+  links_utilized_percent_switch_0_link_0: 0.0300309 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.181853 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_0_link_0_Request_Control: 566 4528 [ 566 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 926 66672 [ 0 926 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Control: 357 2856 [ 0 357 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Control: 927 7416 [ 927 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Control: 931 7448 [ 0 6 925 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Data: 1342 96624 [ 783 559 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Control: 78 624 [ 78 0 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.151261
-  links_utilized_percent_switch_1_link_0: 0.0751615 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.227361 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_1_link_0_Control: 862 6896 [ 862 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Data: 835 60120 [ 0 835 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Control: 1695 13560 [ 0 835 860 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Data: 1257 90504 [ 730 527 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Control: 83 664 [ 83 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Control: 835 6680 [ 835 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 531 4248 [ 531 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 1606 115632 [ 0 1606 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Control: 415 3320 [ 0 415 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_1: 0.151597
+  links_utilized_percent_switch_1_link_0: 0.0748065 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.228387 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_1_link_0_Control: 927 7416 [ 927 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Data: 905 65160 [ 0 905 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Control: 1831 14648 [ 0 906 925 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Data: 1342 96624 [ 783 559 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Control: 78 624 [ 78 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Control: 906 7248 [ 906 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 566 4528 [ 566 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 1743 125496 [ 0 1743 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Control: 441 3528 [ 0 441 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.071776
-  links_utilized_percent_switch_2_link_0: 0.0266714 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.116881 bw: 160000 base_latency: 1
+links_utilized_percent_switch_2: 0.0722257
+  links_utilized_percent_switch_2_link_0: 0.0270658 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.117386 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Control: 835 6680 [ 835 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Data: 744 53568 [ 0 744 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Control: 87 696 [ 0 87 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 835 60120 [ 0 835 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Control: 831 6648 [ 0 831 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Control: 906 7248 [ 906 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 817 58824 [ 0 817 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Control: 84 672 [ 0 84 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 905 65160 [ 0 905 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Control: 901 7208 [ 0 901 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 3
 switch_3_outlinks: 3
-links_utilized_percent_switch_3: 0.176007
-  links_utilized_percent_switch_3_link_0: 0.120676 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.30066 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_2: 0.106685 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_Request_Control: 531 4248 [ 531 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Data: 862 62064 [ 0 862 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Response_Control: 328 2624 [ 0 328 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Control: 863 6904 [ 863 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 835 60120 [ 0 835 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Control: 1695 13560 [ 0 835 860 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Data: 1257 90504 [ 730 527 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Control: 83 664 [ 83 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Control: 835 6680 [ 835 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Response_Data: 744 53568 [ 0 744 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Response_Control: 87 696 [ 0 87 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.175871
+  links_utilized_percent_switch_3_link_0: 0.120124 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.299226 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_2: 0.108263 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_Request_Control: 566 4528 [ 566 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Data: 926 66672 [ 0 926 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Response_Control: 357 2856 [ 0 357 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Control: 927 7416 [ 927 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 905 65160 [ 0 905 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Control: 1831 14648 [ 0 906 925 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Writeback_Data: 1342 96624 [ 783 559 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Writeback_Control: 78 624 [ 78 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Control: 906 7248 [ 906 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Response_Data: 817 58824 [ 0 817 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Response_Control: 84 672 [ 0 84 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -191,7 +180,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -201,7 +189,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -209,24 +196,24 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
  - Event Counts -
 Load  100
 Ifetch  0
-Store  856
-Inv  531
-L1_Replacement  507964
+Store  1000
+Inv  566
+L1_Replacement  547844
 Fwd_GETX  0
 Fwd_GETS  0
 Fwd_GET_INSTR  0
 Data  0
-Data_Exclusive  90
+Data_Exclusive  88
 DataS_fromL1  0
-Data_all_Acks  772
+Data_all_Acks  838
 Ack  0
 Ack_all  0
-WB_Ack  328
+WB_Ack  357
 
  - Transitions -
-NP  Load  90
+NP  Load  88
 NP  Ifetch  0 <-- 
-NP  Store  774
+NP  Store  839
 NP  Inv  0 <-- 
 NP  L1_Replacement  0 <-- 
 
@@ -234,7 +221,7 @@ I  Load  0 <--
 I  Ifetch  0 <-- 
 I  Store  0 <-- 
 I  Inv  0 <-- 
-I  L1_Replacement  46
+I  L1_Replacement  63
 
 S  Load  0 <-- 
 S  Ifetch  0 <-- 
@@ -245,17 +232,17 @@ S  L1_Replacement  0 <--
 E  Load  0 <-- 
 E  Ifetch  0 <-- 
 E  Store  1
-E  Inv  4
-E  L1_Replacement  85
+E  Inv  6
+E  L1_Replacement  80
 E  Fwd_GETX  0 <-- 
 E  Fwd_GETS  0 <-- 
 E  Fwd_GET_INSTR  0 <-- 
 
-M  Load  10
+M  Load  12
 M  Ifetch  0 <-- 
 M  Store  81
-M  Inv  42
-M  L1_Replacement  730
+M  Inv  57
+M  L1_Replacement  781
 M  Fwd_GETX  0 <-- 
 M  Fwd_GETS  0 <-- 
 M  Fwd_GET_INSTR  0 <-- 
@@ -264,8 +251,8 @@ IS  Load  0 <--
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  Inv  0 <-- 
-IS  L1_Replacement  54611
-IS  Data_Exclusive  90
+IS  L1_Replacement  46341
+IS  Data_Exclusive  88
 IS  DataS_fromL1  0 <-- 
 IS  Data_all_Acks  0 <-- 
 
@@ -273,9 +260,9 @@ IM  Load  0 <--
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  Inv  0 <-- 
-IM  L1_Replacement  452492
+IM  L1_Replacement  500579
 IM  Data  0 <-- 
-IM  Data_all_Acks  772
+IM  Data_all_Acks  838
 IM  Ack  0 <-- 
 
 SM  Load  0 <-- 
@@ -297,13 +284,13 @@ IS_I  Data_all_Acks  0 <--
 
 M_I  Load  0 <-- 
 M_I  Ifetch  0 <-- 
-M_I  Store  0 <-- 
-M_I  Inv  485
+M_I  Store  79
+M_I  Inv  503
 M_I  L1_Replacement  0 <-- 
 M_I  Fwd_GETX  0 <-- 
 M_I  Fwd_GETS  0 <-- 
 M_I  Fwd_GET_INSTR  0 <-- 
-M_I  WB_Ack  328
+M_I  WB_Ack  357
 
 E_I  Load  0 <-- 
 E_I  Ifetch  0 <-- 
@@ -316,40 +303,39 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory
   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_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
 L1_GET_INSTR  0
-L1_GETS  102
-L1_GETX  773
+L1_GETS  94
+L1_GETX  851
 L1_UPGRADE  0
-L1_PUTX  513
-L1_PUTX_old  484
+L1_PUTX  506
+L1_PUTX_old  504
 Fwd_L1_GETX  0
 Fwd_L1_GETS  0
 Fwd_L1_GET_INSTR  0
-L2_Replacement  259
-L2_Replacement_clean  13081
-Mem_Data  835
-Mem_Ack  831
-WB_Data  485
-WB_Data_clean  42
+L2_Replacement  292
+L2_Replacement_clean  12332
+Mem_Data  905
+Mem_Ack  900
+WB_Data  525
+WB_Data_clean  34
 Ack  0
-Ack_all  4
+Ack_all  6
 Unblock  0
 Unblock_Cancel  0
-Exclusive_Unblock  860
+Exclusive_Unblock  925
 MEM_Inv  0
 
  - Transitions -
 NP  L1_GET_INSTR  0 <-- 
-NP  L1_GETS  89
-NP  L1_GETX  746
+NP  L1_GETS  86
+NP  L1_GETX  820
 NP  L1_PUTX  0 <-- 
-NP  L1_PUTX_old  104
+NP  L1_PUTX_old  95
 
 SS  L1_GET_INSTR  0 <-- 
 SS  L1_GETS  0 <-- 
@@ -362,30 +348,30 @@ SS  L2_Replacement_clean  0 <--
 SS  MEM_Inv  0 <-- 
 
 M  L1_GET_INSTR  0 <-- 
-M  L1_GETS  1
-M  L1_GETX  26
+M  L1_GETS  2
+M  L1_GETX  19
 M  L1_PUTX  0 <-- 
 M  L1_PUTX_old  0 <-- 
-M  L2_Replacement  259
-M  L2_Replacement_clean  41
+M  L2_Replacement  292
+M  L2_Replacement_clean  44
 M  MEM_Inv  0 <-- 
 
 MT  L1_GET_INSTR  0 <-- 
 MT  L1_GETS  0 <-- 
 MT  L1_GETX  0 <-- 
-MT  L1_PUTX  328
+MT  L1_PUTX  357
 MT  L1_PUTX_old  0 <-- 
 MT  L2_Replacement  0 <-- 
-MT  L2_Replacement_clean  531
+MT  L2_Replacement_clean  566
 MT  MEM_Inv  0 <-- 
 
 M_I  L1_GET_INSTR  0 <-- 
-M_I  L1_GETS  12
-M_I  L1_GETX  1
+M_I  L1_GETS  6
+M_I  L1_GETX  12
 M_I  L1_UPGRADE  0 <-- 
 M_I  L1_PUTX  0 <-- 
-M_I  L1_PUTX_old  107
-M_I  Mem_Ack  831
+M_I  L1_PUTX_old  108
+M_I  Mem_Ack  900
 M_I  MEM_Inv  0 <-- 
 
 MT_I  L1_GET_INSTR  0 <-- 
@@ -404,10 +390,10 @@ MCT_I  L1_GETS  0 <--
 MCT_I  L1_GETX  0 <-- 
 MCT_I  L1_UPGRADE  0 <-- 
 MCT_I  L1_PUTX  0 <-- 
-MCT_I  L1_PUTX_old  135
-MCT_I  WB_Data  485
-MCT_I  WB_Data_clean  42
-MCT_I  Ack_all  4
+MCT_I  L1_PUTX_old  124
+MCT_I  WB_Data  525
+MCT_I  WB_Data_clean  34
+MCT_I  Ack_all  6
 
 I_I  L1_GET_INSTR  0 <-- 
 I_I  L1_GETS  0 <-- 
@@ -434,8 +420,8 @@ ISS  L1_GETX  0 <--
 ISS  L1_PUTX  0 <-- 
 ISS  L1_PUTX_old  0 <-- 
 ISS  L2_Replacement  0 <-- 
-ISS  L2_Replacement_clean  708
-ISS  Mem_Data  89
+ISS  L2_Replacement_clean  481
+ISS  Mem_Data  86
 ISS  MEM_Inv  0 <-- 
 
 IS  L1_GET_INSTR  0 <-- 
@@ -454,8 +440,8 @@ IM  L1_GETX  0 <--
 IM  L1_PUTX  0 <-- 
 IM  L1_PUTX_old  0 <-- 
 IM  L2_Replacement  0 <-- 
-IM  L2_Replacement_clean  4762
-IM  Mem_Data  746
+IM  L2_Replacement_clean  4544
+IM  Mem_Data  819
 IM  MEM_Inv  0 <-- 
 
 SS_MB  L1_GET_INSTR  0 <-- 
@@ -474,12 +460,12 @@ MT_MB  L1_GET_INSTR  0 <--
 MT_MB  L1_GETS  0 <-- 
 MT_MB  L1_GETX  0 <-- 
 MT_MB  L1_UPGRADE  0 <-- 
-MT_MB  L1_PUTX  185
-MT_MB  L1_PUTX_old  138
+MT_MB  L1_PUTX  149
+MT_MB  L1_PUTX_old  177
 MT_MB  L2_Replacement  0 <-- 
-MT_MB  L2_Replacement_clean  7039
+MT_MB  L2_Replacement_clean  6697
 MT_MB  Unblock_Cancel  0 <-- 
-MT_MB  Exclusive_Unblock  860
+MT_MB  Exclusive_Unblock  925
 MT_MB  MEM_Inv  0 <-- 
 
 M_MB  L1_GET_INSTR  0 <-- 
@@ -531,37 +517,37 @@ MT_SB  Unblock  0 <--
 MT_SB  MEM_Inv  0 <-- 
 
 Memory controller: system.ruby.network.topology.ext_links2.ext_node.memBuffer:
-  memory_total_requests: 1579
-  memory_reads: 835
-  memory_writes: 744
-  memory_refreshes: 744
-  memory_total_request_delays: 998
-  memory_delays_per_request: 0.632046
-  memory_delays_in_input_queue: 152
-  memory_delays_behind_head_of_bank_queue: 0
-  memory_delays_stalled_at_head_of_bank_queue: 846
-  memory_stalls_for_bank_busy: 106
+  memory_total_requests: 1723
+  memory_reads: 906
+  memory_writes: 817
+  memory_refreshes: 803
+  memory_total_request_delays: 1221
+  memory_delays_per_request: 0.708648
+  memory_delays_in_input_queue: 188
+  memory_delays_behind_head_of_bank_queue: 7
+  memory_delays_stalled_at_head_of_bank_queue: 1026
+  memory_stalls_for_bank_busy: 216
   memory_stalls_for_random_busy: 0
   memory_stalls_for_anti_starvation: 0
-  memory_stalls_for_arbitration: 69
-  memory_stalls_for_bus: 344
+  memory_stalls_for_arbitration: 86
+  memory_stalls_for_bus: 387
   memory_stalls_for_tfaw: 0
-  memory_stalls_for_read_write_turnaround: 255
-  memory_stalls_for_read_read_turnaround: 72
-  accesses_per_bank: 40  45  45  84  59  65  66  49  45  40  57  49  59  54  41  43  42  38  40  46  45  41  27  34  60  52  50  44  60  42  64  53  
+  memory_stalls_for_read_write_turnaround: 251
+  memory_stalls_for_read_read_turnaround: 86
+  accesses_per_bank: 63  53  48  94  79  59  62  65  55  57  52  50  48  47  45  40  39  56  50  45  64  47  43  53  58  51  52  54  52  47  50  45  
 
  --- Directory 0 ---
  - Event Counts -
-Fetch  835
-Data  744
-Memory_Data  835
-Memory_Ack  744
+Fetch  906
+Data  817
+Memory_Data  906
+Memory_Ack  817
 DMA_READ  0
 DMA_WRITE  0
-CleanReplacement  87
+CleanReplacement  84
 
  - Transitions -
-I  Fetch  835
+I  Fetch  906
 I  DMA_READ  0 <-- 
 I  DMA_WRITE  0 <-- 
 
@@ -577,20 +563,20 @@ ID_W  Memory_Ack  0 <--
 ID_W  DMA_READ  0 <-- 
 ID_W  DMA_WRITE  0 <-- 
 
-M  Data  744
+M  Data  817
 M  DMA_READ  0 <-- 
 M  DMA_WRITE  0 <-- 
-M  CleanReplacement  87
+M  CleanReplacement  84
 
 IM  Fetch  0 <-- 
 IM  Data  0 <-- 
-IM  Memory_Data  835
+IM  Memory_Data  906
 IM  DMA_READ  0 <-- 
 IM  DMA_WRITE  0 <-- 
 
 MI  Fetch  0 <-- 
 MI  Data  0 <-- 
-MI  Memory_Ack  744
+MI  Memory_Ack  817
 MI  DMA_READ  0 <-- 
 MI  DMA_WRITE  0 <-- 
 
index 400c4e709b2186f244e72fb14c84a7c37530a4cf..ff895dd4e6ff504fb7b0a9008818a116b83e4f27 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 22:06:07
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 27 2010 22:07:35
-M5 executing on svvint03
+M5 compiled Mar 18 2010 14:36:48
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 14:37:00
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MESI_CMP_directory/m5.fast -d build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 357031 because Ruby Tester completed
+Exiting @ tick 385311 because Ruby Tester completed
index 51cd1d357700d517315aff907931c4906e746bc6..8113545a6de742981991fbe1b86c91d4ac91baad 100644 (file)
@@ -1,10 +1,10 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 213500                       # Number of bytes of host memory used
-host_seconds                                     0.94                       # Real time elapsed on the host
-host_tick_rate                                 379801                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 208556                       # Number of bytes of host memory used
+host_seconds                                     0.90                       # Real time elapsed on the host
+host_tick_rate                                 429636                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.000357                       # Number of seconds simulated
-sim_ticks                                      357031                       # Number of ticks simulated
+sim_seconds                                  0.000385                       # Number of seconds simulated
+sim_ticks                                      385311                       # Number of ticks simulated
 
 ---------- End Simulation Statistics   ----------
index daec04063543ba0647d4e4c73f613e960b5e71ae..c745e4b8203ae608eb93e7374c2a105a0fbb1c19 100644 (file)
@@ -27,6 +27,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=true
@@ -44,7 +45,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -161,7 +162,10 @@ version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.memBuffer]
index f41c5d5b9765da7ab05b3281351c7888a3417e03..2cfd0af56127cab5ed497fe579c19988912b1b9d 100644 (file)
@@ -34,40 +34,29 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/27/2010 22:10:04
+Real time: Mar/18/2010 14:40:26
 
 Profiler Stats
 --------------
-Elapsed_time_in_seconds: 2
-Elapsed_time_in_minutes: 0.0333333
-Elapsed_time_in_hours: 0.000555556
-Elapsed_time_in_days: 2.31481e-05
+Elapsed_time_in_seconds: 7
+Elapsed_time_in_minutes: 0.116667
+Elapsed_time_in_hours: 0.00194444
+Elapsed_time_in_days: 8.10185e-05
 
-Virtual_time_in_seconds: 1.56
-Virtual_time_in_minutes: 0.026
-Virtual_time_in_hours:   0.000433333
-Virtual_time_in_days:    1.80556e-05
+Virtual_time_in_seconds: 1.19
+Virtual_time_in_minutes: 0.0198333
+Virtual_time_in_hours:   0.000330556
+Virtual_time_in_days:    1.37731e-05
 
-Ruby_current_time: 392461
+Ruby_current_time: 382981
 Ruby_start_time: 0
-Ruby_cycles: 392461
+Ruby_cycles: 382981
 
-mbytes_resident: 31.2344
-mbytes_total: 31.2422
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 ]
-user_misses: 0 [ 0 ]
-supervisor_misses: 0 [ 0 ]
-
-ruby_cycles_executed: 392462 [ 392462 ]
-
-transactions_started: 0 [ 0 ]
-transactions_ended: 0 [ 0 ]
-cycles_per_transaction: 0 [ 0 ]
-misses_per_transaction: 0 [ 0 ]
+mbytes_resident: 30.7617
+mbytes_total: 203.789
+resident_ratio: 0.150987
 
+ruby_cycles_executed: [ 382982 ]
 
 Busy Controller Counts:
 L2Cache-0:0  
@@ -77,13 +66,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1019 average: 15.8302 | standard deviation: 1.11429 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 54 951 ]
+sequencer_requests_outstanding: [binsize: 1 max: 16 count: 999 average: 15.8288 | standard deviation: 1.12451 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 52 933 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 256 max: 40198 count: 1004 average: 6102.55 | standard deviation: 8115.6 | 95 26 84 110 62 53 51 39 30 22 26 14 13 18 16 6 8 10 9 11 7 8 9 7 5 0 4 3 6 3 2 4 3 2 6 2 2 0 1 2 1 0 0 0 1 0 1 1 1 0 2 3 3 2 7 2 6 5 2 3 5 5 6 1 6 4 4 10 5 1 2 3 5 6 7 0 4 3 3 7 5 2 3 1 4 6 7 2 2 5 1 1 3 2 4 3 1 6 2 4 4 4 2 2 0 2 1 3 0 3 2 2 2 0 0 1 0 0 1 0 0 0 1 1 0 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 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 ]
-miss_latency_2: [binsize: 256 max: 40198 count: 100 average: 5910.08 | standard deviation: 7764.39 | 9 3 10 6 6 2 6 4 3 4 5 2 0 3 3 0 0 0 1 1 2 0 1 1 2 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 1 0 2 0 2 1 1 0 1 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
-miss_latency_3: [binsize: 256 max: 33879 count: 904 average: 6123.85 | standard deviation: 8157.38 | 86 23 74 104 56 51 45 35 27 18 21 12 13 15 13 6 8 10 8 10 5 8 8 6 3 0 4 3 5 3 2 2 3 2 6 2 2 0 1 2 1 0 0 0 1 0 1 1 1 0 1 1 2 2 5 2 4 4 1 3 4 4 6 1 6 3 4 9 5 1 1 3 5 6 6 0 4 3 3 6 4 2 3 1 4 6 6 2 2 5 1 1 3 2 4 3 1 6 2 4 3 4 2 1 0 2 1 3 0 2 2 2 2 0 0 1 0 0 1 0 0 0 1 1 0 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 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency: [binsize: 256 max: 35174 count: 984 average: 6099.68 | standard deviation: 8576.16 | 88 23 79 106 74 53 72 37 25 27 17 28 22 12 10 11 8 12 6 5 2 6 2 1 3 5 6 2 2 2 2 0 2 5 1 2 1 2 1 0 1 4 2 2 4 5 5 5 2 4 1 4 3 3 1 1 5 2 0 3 1 1 2 0 3 6 1 5 8 0 4 7 3 1 2 4 2 3 2 2 5 3 3 1 2 5 1 3 3 2 4 4 6 2 2 3 3 2 1 1 2 4 1 1 3 0 0 2 2 0 4 1 1 1 2 0 2 3 2 0 2 0 0 3 3 3 2 0 2 1 1 0 0 0 1 0 1 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 ]
+miss_latency_2: [binsize: 256 max: 34854 count: 100 average: 7109.16 | standard deviation: 10187.8 | 11 1 8 10 5 6 6 3 4 6 0 4 5 1 0 1 1 0 0 1 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 1 1 0 0 0 1 0 0 0 0 2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_3: [binsize: 256 max: 35174 count: 884 average: 5985.48 | standard deviation: 8373.45 | 77 22 71 96 69 47 66 34 21 21 17 24 17 11 10 10 7 12 6 4 2 6 2 1 2 4 6 2 2 2 2 0 1 5 1 2 1 2 1 0 1 4 2 2 4 5 5 5 2 4 1 3 3 3 1 1 5 2 0 3 1 1 1 0 3 5 1 4 7 0 3 6 3 1 2 3 2 3 2 2 3 2 2 1 2 5 1 3 3 2 4 4 6 2 2 3 3 2 1 0 2 2 1 1 3 0 0 1 1 0 4 1 0 1 2 0 2 3 1 0 2 0 0 2 3 3 2 0 1 1 0 0 0 0 0 0 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 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -115,8 +104,8 @@ Resource Usage
 page_size: 4096
 user_time: 1
 system_time: 0
-page_reclaims: 6770
-page_faults: 1970
+page_reclaims: 8880
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -126,68 +115,68 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.0840147
-  links_utilized_percent_switch_0_link_0: 0.0290093 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.13902 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_0_link_0_Response_Data: 885 63720 [ 0 0 885 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 26 1872 [ 0 0 26 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Writeback_Control: 909 7272 [ 909 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 912 7296 [ 912 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Data: 909 65448 [ 0 0 909 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Control: 909 7272 [ 909 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Unblock_Control: 910 7280 [ 0 0 910 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_0: 0.084797
+  links_utilized_percent_switch_0_link_0: 0.0292998 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.140294 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_0_link_0_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 35 2520 [ 0 0 35 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Writeback_Control: 895 7160 [ 895 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 898 7184 [ 898 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Data: 895 64440 [ 0 0 895 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Control: 895 7160 [ 895 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Unblock_Control: 898 7184 [ 0 0 898 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.15235
-  links_utilized_percent_switch_1_link_0: 0.0629553 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.241744 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_1_link_0_Request_Control: 912 7296 [ 912 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Response_Data: 886 63792 [ 0 0 886 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Data: 909 65448 [ 0 0 909 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Control: 1789 14312 [ 909 880 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Unblock_Control: 910 7280 [ 0 0 910 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 886 7088 [ 0 886 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 886 63792 [ 0 0 886 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 26 1872 [ 0 0 26 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Data: 791 56952 [ 0 0 791 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Control: 1878 15024 [ 909 880 89 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Unblock_Control: 884 7072 [ 0 0 884 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_1: 0.152981
+  links_utilized_percent_switch_1_link_0: 0.0632212 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.242741 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_1_link_0_Request_Control: 898 7184 [ 898 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Data: 895 64440 [ 0 0 895 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Control: 1752 14016 [ 895 857 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Unblock_Control: 898 7184 [ 0 0 898 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 863 6904 [ 0 863 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 35 2520 [ 0 0 35 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Data: 772 55584 [ 0 0 772 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Control: 1837 14696 [ 895 857 85 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Unblock_Control: 863 6904 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.0720995
-  links_utilized_percent_switch_2_link_0: 0.031398 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.112801 bw: 160000 base_latency: 1
+links_utilized_percent_switch_2: 0.0719863
+  links_utilized_percent_switch_2_link_0: 0.0313821 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.11259 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Request_Control: 886 7088 [ 0 886 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Data: 791 56952 [ 0 0 791 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Control: 969 7752 [ 0 880 89 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Unblock_Control: 884 7072 [ 0 0 884 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 886 63792 [ 0 0 886 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Writeback_Control: 880 7040 [ 0 880 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Request_Control: 863 6904 [ 0 863 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Data: 772 55584 [ 0 0 772 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Control: 942 7536 [ 0 857 85 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Unblock_Control: 862 6896 [ 0 0 862 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Writeback_Control: 857 6856 [ 0 857 0 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 3
 switch_3_outlinks: 3
-links_utilized_percent_switch_3: 0.164522
-  links_utilized_percent_switch_3_link_0: 0.116152 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.251821 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_2: 0.125592 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_Response_Data: 886 63792 [ 0 0 886 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 26 1872 [ 0 0 26 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Writeback_Control: 909 7272 [ 909 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Request_Control: 912 7296 [ 912 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Response_Data: 886 63792 [ 0 0 886 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Data: 909 65448 [ 0 0 909 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Control: 1789 14312 [ 909 880 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Unblock_Control: 910 7280 [ 0 0 910 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Request_Control: 886 7088 [ 0 886 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Writeback_Data: 791 56952 [ 0 0 791 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Writeback_Control: 969 7752 [ 0 880 89 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Unblock_Control: 884 7072 [ 0 0 884 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.165204
+  links_utilized_percent_switch_3_link_0: 0.117199 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.252885 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_2: 0.125528 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 35 2520 [ 0 0 35 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Writeback_Control: 895 7160 [ 895 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Request_Control: 898 7184 [ 898 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Response_Data: 863 62136 [ 0 0 863 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Writeback_Data: 895 64440 [ 0 0 895 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Writeback_Control: 1752 14016 [ 895 857 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Unblock_Control: 898 7184 [ 0 0 898 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Request_Control: 863 6904 [ 0 863 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Writeback_Data: 772 55584 [ 0 0 772 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Writeback_Control: 942 7536 [ 0 857 85 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Unblock_Control: 862 6896 [ 0 0 862 0 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -195,7 +184,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -205,16 +193,15 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  100
+Load  101
 Ifetch  0
-Store  905
-L1_Replacement  561824
+Store  887
+L1_Replacement  547308
 Own_GETX  0
 Fwd_GETX  0
 Fwd_GETS  0
@@ -222,17 +209,17 @@ Fwd_DMA  0
 Inv  0
 Ack  0
 Data  0
-Exclusive_Data  911
+Exclusive_Data  898
 Writeback_Ack  0
-Writeback_Ack_Data  909
+Writeback_Ack_Data  895
 Writeback_Nack  0
-All_acks  820
-Use_Timeout  910
+All_acks  809
+Use_Timeout  897
 
  - Transitions -
-I  Load  91
+I  Load  90
 I  Ifetch  0 <-- 
-I  Store  821
+I  Store  809
 I  L1_Replacement  0 <-- 
 I  Inv  0 <-- 
 
@@ -262,8 +249,8 @@ M  Fwd_DMA  0 <--
 
 M_W  Load  0 <-- 
 M_W  Ifetch  0 <-- 
-M_W  Store  1
-M_W  L1_Replacement  3128
+M_W  Store  0 <-- 
+M_W  L1_Replacement  3013
 M_W  Own_GETX  0 <-- 
 M_W  Fwd_GETX  0 <-- 
 M_W  Fwd_GETS  0 <-- 
@@ -271,33 +258,33 @@ M_W  Fwd_DMA  0 <--
 M_W  Inv  0 <-- 
 M_W  Use_Timeout  89
 
-MM  Load  9
+MM  Load  10
 MM  Ifetch  0 <-- 
-MM  Store  73
-MM  L1_Replacement  820
+MM  Store  66
+MM  L1_Replacement  807
 MM  Fwd_GETX  0 <-- 
 MM  Fwd_GETS  0 <-- 
 MM  Fwd_DMA  0 <-- 
 
-MM_W  Load  0 <-- 
+MM_W  Load  1
 MM_W  Ifetch  0 <-- 
-MM_W  Store  10
-MM_W  L1_Replacement  30537
+MM_W  Store  9
+MM_W  L1_Replacement  30209
 MM_W  Own_GETX  0 <-- 
 MM_W  Fwd_GETX  0 <-- 
 MM_W  Fwd_GETS  0 <-- 
 MM_W  Fwd_DMA  0 <-- 
 MM_W  Inv  0 <-- 
-MM_W  Use_Timeout  821
+MM_W  Use_Timeout  808
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
-IM  L1_Replacement  456440
+IM  L1_Replacement  444777
 IM  Inv  0 <-- 
 IM  Ack  0 <-- 
 IM  Data  0 <-- 
-IM  Exclusive_Data  820
+IM  Exclusive_Data  809
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -313,21 +300,21 @@ SM  Exclusive_Data  0 <--
 OM  Load  0 <-- 
 OM  Ifetch  0 <-- 
 OM  Store  0 <-- 
-OM  L1_Replacement  16198
+OM  L1_Replacement  17359
 OM  Own_GETX  0 <-- 
 OM  Fwd_GETX  0 <-- 
 OM  Fwd_GETS  0 <-- 
 OM  Fwd_DMA  0 <-- 
 OM  Ack  0 <-- 
-OM  All_acks  820
+OM  All_acks  809
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  L1_Replacement  54612
+IS  L1_Replacement  51054
 IS  Inv  0 <-- 
 IS  Data  0 <-- 
-IS  Exclusive_Data  91
+IS  Exclusive_Data  89
 
 SI  Load  0 <-- 
 SI  Ifetch  0 <-- 
@@ -353,13 +340,13 @@ OI  Writeback_Nack  0 <--
 
 MI  Load  0 <-- 
 MI  Ifetch  0 <-- 
-MI  Store  0 <-- 
+MI  Store  3
 MI  L1_Replacement  0 <-- 
 MI  Fwd_GETX  0 <-- 
 MI  Fwd_GETS  0 <-- 
 MI  Fwd_DMA  0 <-- 
 MI  Writeback_Ack  0 <-- 
-MI  Writeback_Ack_Data  909
+MI  Writeback_Ack_Data  895
 MI  Writeback_Nack  0 <-- 
 
 II  Load  0 <-- 
@@ -377,16 +364,15 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory
   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_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
-L1_GETS  91
-L1_GETX  821
+L1_GETS  132
+L1_GETX  846
 L1_PUTO  0
-L1_PUTX  2498
+L1_PUTX  2074
 L1_PUTS_only  0
 L1_PUTS  0
 Fwd_GETX  0
@@ -396,20 +382,20 @@ Own_GETX  0
 Inv  0
 IntAck  0
 ExtAck  0
-All_Acks  795
-Data  795
-Data_Exclusive  91
-L1_WBCLEANDATA  89
-L1_WBDIRTYDATA  820
-Writeback_Ack  880
+All_Acks  777
+Data  777
+Data_Exclusive  86
+L1_WBCLEANDATA  85
+L1_WBDIRTYDATA  810
+Writeback_Ack  857
 Writeback_Nack  0
 Unblock  0
-Exclusive_Unblock  910
-L2_Replacement  880
+Exclusive_Unblock  898
+L2_Replacement  857
 
  - Transitions -
-NP  L1_GETS  91
-NP  L1_GETX  795
+NP  L1_GETS  86
+NP  L1_GETX  777
 NP  L1_PUTO  0 <-- 
 NP  L1_PUTX  0 <-- 
 NP  L1_PUTS  0 <-- 
@@ -435,7 +421,7 @@ ILS  L2_Replacement  0 <--
 ILX  L1_GETS  0 <-- 
 ILX  L1_GETX  0 <-- 
 ILX  L1_PUTO  0 <-- 
-ILX  L1_PUTX  909
+ILX  L1_PUTX  895
 ILX  L1_PUTS_only  0 <-- 
 ILX  L1_PUTS  0 <-- 
 ILX  Fwd_GETX  0 <-- 
@@ -534,15 +520,15 @@ SLS  L1_PUTS  0 <--
 SLS  Inv  0 <-- 
 SLS  L2_Replacement  0 <-- 
 
-M  L1_GETS  0 <-- 
-M  L1_GETX  26
+M  L1_GETS  3
+M  L1_GETX  32
 M  L1_PUTO  0 <-- 
 M  L1_PUTX  0 <-- 
 M  L1_PUTS  0 <-- 
 M  Fwd_GETX  0 <-- 
 M  Fwd_GETS  0 <-- 
 M  Fwd_DMA  0 <-- 
-M  L2_Replacement  880
+M  L2_Replacement  857
 
 IFGX  L1_GETS  0 <-- 
 IFGX  L1_GETX  0 <-- 
@@ -802,8 +788,8 @@ ILXW  Fwd_GETS  0 <--
 ILXW  Fwd_DMA  0 <-- 
 ILXW  Inv  0 <-- 
 ILXW  Data  0 <-- 
-ILXW  L1_WBCLEANDATA  89
-ILXW  L1_WBDIRTYDATA  820
+ILXW  L1_WBCLEANDATA  85
+ILXW  L1_WBDIRTYDATA  810
 ILXW  Unblock  0 <-- 
 ILXW  L2_Replacement  0 <-- 
 
@@ -891,7 +877,7 @@ IFLXO  L2_Replacement  0 <--
 IGS  L1_GETS  0 <-- 
 IGS  L1_GETX  0 <-- 
 IGS  L1_PUTO  0 <-- 
-IGS  L1_PUTX  136
+IGS  L1_PUTX  122
 IGS  L1_PUTS_only  0 <-- 
 IGS  L1_PUTS  0 <-- 
 IGS  Fwd_GETX  0 <-- 
@@ -900,9 +886,9 @@ IGS  Fwd_DMA  0 <--
 IGS  Own_GETX  0 <-- 
 IGS  Inv  0 <-- 
 IGS  Data  0 <-- 
-IGS  Data_Exclusive  91
+IGS  Data_Exclusive  86
 IGS  Unblock  0 <-- 
-IGS  Exclusive_Unblock  90
+IGS  Exclusive_Unblock  86
 IGS  L2_Replacement  0 <-- 
 
 IGM  L1_GETS  0 <-- 
@@ -917,7 +903,7 @@ IGM  Fwd_DMA  0 <--
 IGM  Own_GETX  0 <-- 
 IGM  Inv  0 <-- 
 IGM  ExtAck  0 <-- 
-IGM  Data  795
+IGM  Data  777
 IGM  Data_Exclusive  0 <-- 
 IGM  L2_Replacement  0 <-- 
 
@@ -938,7 +924,7 @@ IGMLS  L2_Replacement  0 <--
 IGMO  L1_GETS  0 <-- 
 IGMO  L1_GETX  0 <-- 
 IGMO  L1_PUTO  0 <-- 
-IGMO  L1_PUTX  1443
+IGMO  L1_PUTX  1052
 IGMO  L1_PUTS_only  0 <-- 
 IGMO  L1_PUTS  0 <-- 
 IGMO  Fwd_GETX  0 <-- 
@@ -946,8 +932,8 @@ IGMO  Fwd_GETS  0 <--
 IGMO  Fwd_DMA  0 <-- 
 IGMO  Own_GETX  0 <-- 
 IGMO  ExtAck  0 <-- 
-IGMO  All_Acks  795
-IGMO  Exclusive_Unblock  794
+IGMO  All_Acks  777
+IGMO  Exclusive_Unblock  777
 IGMO  L2_Replacement  0 <-- 
 
 IGMIO  L1_GETS  0 <-- 
@@ -1020,14 +1006,14 @@ II  All_Acks  0 <--
 MM  L1_GETS  0 <-- 
 MM  L1_GETX  0 <-- 
 MM  L1_PUTO  0 <-- 
-MM  L1_PUTX  10
+MM  L1_PUTX  5
 MM  L1_PUTS_only  0 <-- 
 MM  L1_PUTS  0 <-- 
 MM  Fwd_GETX  0 <-- 
 MM  Fwd_GETS  0 <-- 
 MM  Fwd_DMA  0 <-- 
 MM  Inv  0 <-- 
-MM  Exclusive_Unblock  26
+MM  Exclusive_Unblock  32
 MM  L2_Replacement  0 <-- 
 
 SS  L1_GETS  0 <-- 
@@ -1054,7 +1040,7 @@ OO  Fwd_GETS  0 <--
 OO  Fwd_DMA  0 <-- 
 OO  Inv  0 <-- 
 OO  Unblock  0 <-- 
-OO  Exclusive_Unblock  0 <-- 
+OO  Exclusive_Unblock  3
 OO  L2_Replacement  0 <-- 
 
 OLSS  L1_GETS  0 <-- 
@@ -1109,8 +1095,8 @@ OI  Writeback_Ack  0 <--
 OI  Writeback_Nack  0 <-- 
 OI  L2_Replacement  0 <-- 
 
-MI  L1_GETS  0 <-- 
-MI  L1_GETX  0 <-- 
+MI  L1_GETS  43
+MI  L1_GETX  37
 MI  L1_PUTO  0 <-- 
 MI  L1_PUTX  0 <-- 
 MI  L1_PUTS_only  0 <-- 
@@ -1118,7 +1104,7 @@ MI  L1_PUTS  0 <--
 MI  Fwd_GETX  0 <-- 
 MI  Fwd_GETS  0 <-- 
 MI  Fwd_DMA  0 <-- 
-MI  Writeback_Ack  880
+MI  Writeback_Ack  857
 MI  L2_Replacement  0 <-- 
 
 MII  L1_GETS  0 <-- 
@@ -1155,50 +1141,50 @@ ILSI  Writeback_Ack  0 <--
 ILSI  L2_Replacement  0 <-- 
 
 Memory controller: system.ruby.network.topology.ext_links2.ext_node.memBuffer:
-  memory_total_requests: 1677
-  memory_reads: 886
-  memory_writes: 790
-  memory_refreshes: 818
-  memory_total_request_delays: 692
-  memory_delays_per_request: 0.412642
-  memory_delays_in_input_queue: 87
-  memory_delays_behind_head_of_bank_queue: 0
-  memory_delays_stalled_at_head_of_bank_queue: 605
-  memory_stalls_for_bank_busy: 167
+  memory_total_requests: 1635
+  memory_reads: 863
+  memory_writes: 772
+  memory_refreshes: 798
+  memory_total_request_delays: 689
+  memory_delays_per_request: 0.421407
+  memory_delays_in_input_queue: 101
+  memory_delays_behind_head_of_bank_queue: 15
+  memory_delays_stalled_at_head_of_bank_queue: 573
+  memory_stalls_for_bank_busy: 170
   memory_stalls_for_random_busy: 0
   memory_stalls_for_anti_starvation: 0
-  memory_stalls_for_arbitration: 43
-  memory_stalls_for_bus: 243
+  memory_stalls_for_arbitration: 35
+  memory_stalls_for_bus: 229
   memory_stalls_for_tfaw: 0
-  memory_stalls_for_read_write_turnaround: 87
-  memory_stalls_for_read_read_turnaround: 65
-  accesses_per_bank: 42  41  55  101  73  61  50  48  47  43  39  61  48  55  46  42  57  58  54  52  60  39  57  54  37  53  55  57  48  45  60  39  
+  memory_stalls_for_read_write_turnaround: 73
+  memory_stalls_for_read_read_turnaround: 66
+  accesses_per_bank: 29  65  49  82  66  72  63  36  52  53  42  57  62  51  33  45  44  34  49  49  50  37  55  51  60  45  63  61  47  41  45  47  
 
  --- Directory 0 ---
  - Event Counts -
-GETX  795
-GETS  91
-PUTX  880
+GETX  782
+GETS  98
+PUTX  857
 PUTO  0
 PUTO_SHARERS  0
 Unblock  0
 Last_Unblock  0
-Exclusive_Unblock  884
-Clean_Writeback  89
-Dirty_Writeback  791
-Memory_Data  886
-Memory_Ack  790
+Exclusive_Unblock  862
+Clean_Writeback  85
+Dirty_Writeback  772
+Memory_Data  863
+Memory_Ack  772
 DMA_READ  0
 DMA_WRITE  0
 Data  0
 
  - Transitions -
-I  GETX  795
-I  GETS  91
+I  GETX  777
+I  GETS  86
 I  PUTX  0 <-- 
 I  PUTO  0 <-- 
 I  Memory_Data  0 <-- 
-I  Memory_Ack  790
+I  Memory_Ack  767
 I  DMA_READ  0 <-- 
 I  DMA_WRITE  0 <-- 
 
@@ -1223,7 +1209,7 @@ O  DMA_WRITE  0 <--
 
 M  GETX  0 <-- 
 M  GETS  0 <-- 
-M  PUTX  880
+M  PUTX  857
 M  PUTO  0 <-- 
 M  PUTO_SHARERS  0 <-- 
 M  Memory_Data  0 <-- 
@@ -1237,9 +1223,9 @@ IS  PUTX  0 <--
 IS  PUTO  0 <-- 
 IS  PUTO_SHARERS  0 <-- 
 IS  Unblock  0 <-- 
-IS  Exclusive_Unblock  90
-IS  Memory_Data  91
-IS  Memory_Ack  0 <-- 
+IS  Exclusive_Unblock  86
+IS  Memory_Data  86
+IS  Memory_Ack  1
 IS  DMA_READ  0 <-- 
 IS  DMA_WRITE  0 <-- 
 
@@ -1284,21 +1270,21 @@ MM  GETS  0 <--
 MM  PUTX  0 <-- 
 MM  PUTO  0 <-- 
 MM  PUTO_SHARERS  0 <-- 
-MM  Exclusive_Unblock  794
-MM  Memory_Data  795
-MM  Memory_Ack  0 <-- 
+MM  Exclusive_Unblock  776
+MM  Memory_Data  777
+MM  Memory_Ack  4
 MM  DMA_READ  0 <-- 
 MM  DMA_WRITE  0 <-- 
 
 
-MI  GETX  0 <-- 
-MI  GETS  0 <-- 
+MI  GETX  5
+MI  GETS  12
 MI  PUTX  0 <-- 
 MI  PUTO  0 <-- 
 MI  PUTO_SHARERS  0 <-- 
 MI  Unblock  0 <-- 
-MI  Clean_Writeback  89
-MI  Dirty_Writeback  791
+MI  Clean_Writeback  85
+MI  Dirty_Writeback  772
 MI  Memory_Data  0 <-- 
 MI  Memory_Ack  0 <-- 
 MI  DMA_READ  0 <-- 
index b52b5c4587b33e99184cce5cf5a6a5ad1fe409ad..69ff17e18d981bd31004a577cca188d0b681fa0a 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 22:09:32
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 27 2010 22:10:02
-M5 executing on svvint05
+M5 compiled Mar 18 2010 14:39:50
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 14:40:19
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_CMP_directory/m5.fast -d build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 392461 because Ruby Tester completed
+Exiting @ tick 382981 because Ruby Tester completed
index bcac6954cc949e7bae21ef2fcf6e7bf320fb062d..020367bbdb8d57e35d110f661a8cd59713a4e542 100644 (file)
@@ -1,10 +1,10 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 213656                       # Number of bytes of host memory used
-host_seconds                                     1.32                       # Real time elapsed on the host
-host_tick_rate                                 297317                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 208684                       # Number of bytes of host memory used
+host_seconds                                     6.96                       # Real time elapsed on the host
+host_tick_rate                                  55013                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.000392                       # Number of seconds simulated
-sim_ticks                                      392461                       # Number of ticks simulated
+sim_seconds                                  0.000383                       # Number of seconds simulated
+sim_ticks                                      382981                       # Number of ticks simulated
 
 ---------- End Simulation Statistics   ----------
index c1b0904b15760cbd1de478a73f1832efb956ed85..6a6ab7a0f3f64270631f225d72fa74327e5128dd 100644 (file)
@@ -27,6 +27,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=true
@@ -44,7 +45,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -171,7 +172,10 @@ version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links2.ext_node.memBuffer]
index eb3a8095bcd8313d0a0c8ee83d8600e0bd6ce48d..d3e42a722527ae641ec88450580e1eed9e2dd9b5 100644 (file)
@@ -17,8 +17,8 @@ topology:
 
 virtual_net_0: active, ordered
 virtual_net_1: active, unordered
-virtual_net_2: active, ordered
-virtual_net_3: active, unordered
+virtual_net_2: active, unordered
+virtual_net_3: active, ordered
 virtual_net_4: active, unordered
 virtual_net_5: active, ordered
 virtual_net_6: inactive
@@ -34,7 +34,7 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/27/2010 22:01:59
+Real time: Mar/18/2010 14:58:52
 
 Profiler Stats
 --------------
@@ -43,31 +43,20 @@ Elapsed_time_in_minutes: 0
 Elapsed_time_in_hours: 0
 Elapsed_time_in_days: 0
 
-Virtual_time_in_seconds: 0.6
-Virtual_time_in_minutes: 0.01
-Virtual_time_in_hours:   0.000166667
-Virtual_time_in_days:    6.94444e-06
+Virtual_time_in_seconds: 0.69
+Virtual_time_in_minutes: 0.0115
+Virtual_time_in_hours:   0.000191667
+Virtual_time_in_days:    7.98611e-06
 
-Ruby_current_time: 282171
+Ruby_current_time: 275491
 Ruby_start_time: 0
-Ruby_cycles: 282171
+Ruby_cycles: 275491
 
-mbytes_resident: 31.1484
-mbytes_total: 31.1562
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 ]
-user_misses: 0 [ 0 ]
-supervisor_misses: 0 [ 0 ]
-
-ruby_cycles_executed: 282172 [ 282172 ]
-
-transactions_started: 0 [ 0 ]
-transactions_ended: 0 [ 0 ]
-cycles_per_transaction: 0 [ 0 ]
-misses_per_transaction: 0 [ 0 ]
+mbytes_resident: 30.7305
+mbytes_total: 203.652
+resident_ratio: 0.150935
 
+ruby_cycles_executed: [ 275492 ]
 
 Busy Controller Counts:
 L1Cache-0:0  
@@ -77,13 +66,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1009 average: 15.8355 | standard deviation: 1.11759 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 47 948 ]
+sequencer_requests_outstanding: [binsize: 1 max: 16 count: 981 average: 15.8389 | standard deviation: 1.13074 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 39 928 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 256 max: 28196 count: 994 average: 4457.39 | standard deviation: 6147.87 | 100 90 146 90 76 63 38 29 21 17 11 10 8 10 15 7 4 1 2 1 1 0 0 4 1 1 5 2 1 7 5 4 0 1 3 1 0 3 1 4 3 5 4 5 5 7 6 4 6 8 11 7 5 8 5 9 7 6 5 0 4 4 5 5 5 3 3 10 7 7 2 4 4 4 3 2 1 6 1 1 0 2 0 0 1 0 1 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_2: [binsize: 256 max: 26957 count: 100 average: 4118.53 | standard deviation: 6450.59 | 11 9 15 11 8 7 5 4 1 3 2 1 0 0 2 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 1 0 0 0 0 0 1 1 1 0 1 1 1 0 2 0 0 0 0 1 1 0 0 0 0 1 0 0 0 3 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 1 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 ]
-miss_latency_3: [binsize: 256 max: 28196 count: 894 average: 4495.3 | standard deviation: 6115.67 | 89 81 131 79 68 56 33 25 20 14 9 9 8 10 13 6 4 1 2 1 1 0 0 4 1 1 5 2 1 7 5 4 0 1 3 1 0 3 1 4 2 5 3 5 5 7 6 4 5 7 10 7 4 7 4 9 5 6 5 0 4 3 4 5 5 3 3 9 7 7 2 1 4 3 3 1 1 6 1 1 0 2 0 0 1 0 1 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: [binsize: 128 max: 24779 count: 966 average: 4458.37 | standard deviation: 6768.43 | 97 8 26 62 82 65 44 31 43 37 32 21 22 21 13 17 18 13 11 4 12 15 6 1 6 11 3 4 7 3 4 1 4 5 3 4 3 2 2 3 1 2 0 0 1 1 0 0 0 0 2 0 1 0 1 0 2 1 0 0 0 0 2 2 0 0 1 0 0 0 0 0 0 1 0 2 0 2 1 0 1 1 2 2 1 1 0 1 1 1 1 3 0 0 1 2 0 1 0 0 2 1 0 0 0 1 2 1 0 1 0 2 3 1 0 1 2 0 1 1 7 1 0 4 3 0 3 3 5 2 1 2 0 3 1 2 3 1 0 5 3 1 4 2 4 1 2 3 0 2 3 1 1 1 2 6 0 0 2 0 4 3 1 2 3 1 3 2 2 2 2 3 1 5 0 2 0 0 1 0 2 1 0 3 2 1 1 1 2 0 2 0 2 1 0 0 0 0 0 0 ]
+miss_latency_2: [binsize: 128 max: 22427 count: 100 average: 4703.38 | standard deviation: 6898.45 | 12 2 2 7 12 6 4 3 6 3 1 1 1 3 1 2 2 0 1 0 1 2 0 0 2 0 0 0 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 2 0 0 2 2 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 ]
+miss_latency_3: [binsize: 128 max: 24779 count: 866 average: 4430.08 | standard deviation: 6756.74 | 85 6 24 55 70 59 40 28 37 34 31 20 21 18 12 15 16 13 10 4 11 13 6 1 4 11 3 4 7 3 4 1 3 5 3 3 3 1 2 3 1 2 0 0 1 1 0 0 0 0 2 0 1 0 1 0 2 1 0 0 0 0 2 2 0 0 1 0 0 0 0 0 0 1 0 2 0 2 1 0 1 1 2 1 1 1 0 1 1 1 1 3 0 0 1 1 0 1 0 0 1 1 0 0 0 1 2 1 0 1 0 2 2 1 0 1 2 0 1 1 5 1 0 2 1 0 2 3 4 1 1 2 0 2 1 1 3 1 0 5 3 1 4 1 3 1 2 3 0 1 3 1 1 1 1 5 0 0 2 0 4 3 0 2 3 1 3 2 1 2 2 3 1 5 0 1 0 0 1 0 2 1 0 3 2 1 1 1 2 0 2 0 2 1 0 0 0 0 0 0 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -115,8 +104,8 @@ Resource Usage
 page_size: 4096
 user_time: 0
 system_time: 0
-page_reclaims: 6756
-page_faults: 1961
+page_reclaims: 8875
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -126,69 +115,66 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.108507
-  links_utilized_percent_switch_0_link_0: 0.0403656 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.176648 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_0_link_0_Response_Data: 883 63576 [ 0 883 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 36 2592 [ 0 36 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Writeback_Data: 55 3960 [ 0 55 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 907 7256 [ 0 0 0 0 907 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Response_Data: 13 936 [ 0 13 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Data: 955 68760 [ 0 955 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Control: 4 32 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_0: 0.110194
+  links_utilized_percent_switch_0_link_0: 0.0410177 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.179371 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_0_link_0_Response_Data: 873 62856 [ 0 0 0 0 873 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 27 1944 [ 0 0 0 0 27 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Writeback_Data: 66 4752 [ 0 0 0 0 66 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 870 6960 [ 0 870 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Response_Data: 31 2232 [ 0 0 0 0 31 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Data: 932 67104 [ 0 0 0 0 932 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.095051
-  links_utilized_percent_switch_1_link_0: 0.0414509 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.148651 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_1_link_0_Request_Control: 907 7256 [ 0 0 0 0 907 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Data: 900 64800 [ 0 900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Control: 4 32 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Request_Control: 871 6968 [ 0 0 0 871 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 12 864 [ 0 12 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 36 2592 [ 0 36 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Data: 779 56088 [ 0 779 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Control: 75 600 [ 0 75 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_1: 0.092866
+  links_utilized_percent_switch_1_link_0: 0.0408816 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.14485 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_1_link_0_Request_Control: 870 6960 [ 0 870 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Data: 866 62352 [ 0 0 0 0 866 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Request_Control: 844 6752 [ 0 0 844 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 28 2016 [ 0 0 0 0 28 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 27 1944 [ 0 0 0 0 27 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Data: 729 52488 [ 0 0 0 0 729 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Control: 81 648 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.0888003
-  links_utilized_percent_switch_2_link_0: 0.0375792 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.140021 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_2_link_0_Request_Control: 871 6968 [ 0 0 0 871 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Response_Data: 13 936 [ 0 13 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Data: 786 56592 [ 0 786 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Control: 75 600 [ 0 75 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Response_Data: 871 62712 [ 0 871 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Writeback_Data: 7 504 [ 0 7 0 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_2: 0.0881086
+  links_utilized_percent_switch_2_link_0: 0.0370475 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.13917 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_2_link_0_Request_Control: 844 6752 [ 0 0 844 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 31 2232 [ 0 0 0 0 31 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Data: 735 52920 [ 0 0 0 0 735 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Control: 81 648 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Response_Data: 845 60840 [ 0 0 0 0 845 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Writeback_Data: 7 504 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1
 
 switch_3_inlinks: 3
 switch_3_outlinks: 3
-links_utilized_percent_switch_3: 0.157151
-  links_utilized_percent_switch_3_link_0: 0.155331 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_1: 0.165804 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_3_link_2: 0.150317 bw: 160000 base_latency: 1
-
-  outgoing_messages_switch_3_link_0_Response_Data: 883 63576 [ 0 883 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 36 2592 [ 0 36 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_0_Writeback_Data: 55 3960 [ 0 55 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Request_Control: 907 7256 [ 0 0 0 0 907 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Data: 900 64800 [ 0 900 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Writeback_Control: 4 32 [ 0 4 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_1_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Request_Control: 871 6968 [ 0 0 0 871 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Response_Data: 13 936 [ 0 13 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Writeback_Data: 786 56592 [ 0 786 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Writeback_Control: 75 600 [ 0 75 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_3_link_2_Persistent_Control: 346 2768 [ 0 0 346 0 0 0 0 0 0 0 ] base_latency: 1
+links_utilized_percent_switch_3: 0.156502
+  links_utilized_percent_switch_3_link_0: 0.157791 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_1: 0.163526 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_3_link_2: 0.14819 bw: 160000 base_latency: 1
+
+  outgoing_messages_switch_3_link_0_Response_Data: 873 62856 [ 0 0 0 0 873 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 27 1944 [ 0 0 0 0 27 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_0_Writeback_Data: 66 4752 [ 0 0 0 0 66 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Request_Control: 870 6960 [ 0 870 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Writeback_Data: 866 62352 [ 0 0 0 0 866 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_1_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Request_Control: 844 6752 [ 0 0 844 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Response_Data: 31 2232 [ 0 0 0 0 31 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Writeback_Data: 735 52920 [ 0 0 0 0 735 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Writeback_Control: 81 648 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_3_link_2_Persistent_Control: 346 2768 [ 0 0 0 346 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -196,7 +182,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -206,7 +191,6 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
@@ -214,11 +198,11 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
  - Event Counts -
 Load  100
 Ifetch  0
-Store  895
-L1_Replacement  404448
-Data_Shared  4
+Store  867
+L1_Replacement  395000
+Data_Shared  1
 Data_Owner  0
-Data_All_Tokens  970
+Data_All_Tokens  965
 Ack  0
 Ack_All_Tokens  0
 Transient_GETX  0
@@ -230,18 +214,18 @@ Transient_Local_GETS_Last_Token  0
 Persistent_GETX  0
 Persistent_GETS  0
 Own_Lock_or_Unlock  346
-Request_Timeout  644
+Request_Timeout  545
 Use_TimeoutStarverX  0
 Use_TimeoutStarverS  0
-Use_TimeoutNoStarvers  901
+Use_TimeoutNoStarvers  867
 
  - Transitions -
-NP  Load  90
+NP  Load  88
 NP  Ifetch  0 <-- 
-NP  Store  817
+NP  Store  781
 NP  Data_Shared  0 <-- 
 NP  Data_Owner  0 <-- 
-NP  Data_All_Tokens  68
+NP  Data_All_Tokens  97
 NP  Ack  0 <-- 
 NP  Transient_GETX  0 <-- 
 NP  Transient_Local_GETX  0 <-- 
@@ -249,7 +233,7 @@ NP  Transient_GETS  0 <--
 NP  Transient_Local_GETS  0 <-- 
 NP  Persistent_GETX  0 <-- 
 NP  Persistent_GETS  0 <-- 
-NP  Own_Lock_or_Unlock  175
+NP  Own_Lock_or_Unlock  171
 
 I  Load  0 <-- 
 I  Ifetch  0 <-- 
@@ -271,8 +255,8 @@ I  Own_Lock_or_Unlock  0 <--
 
 S  Load  0 <-- 
 S  Ifetch  0 <-- 
-S  Store  0 <-- 
-S  L1_Replacement  4
+S  Store  1
+S  L1_Replacement  0 <-- 
 S  Data_Shared  0 <-- 
 S  Data_Owner  0 <-- 
 S  Data_All_Tokens  0 <-- 
@@ -308,64 +292,64 @@ O  Own_Lock_or_Unlock  0 <--
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
 M  Store  0 <-- 
-M  L1_Replacement  85
+M  L1_Replacement  86
 M  Transient_GETX  0 <-- 
 M  Transient_Local_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
 M  Transient_Local_GETS  0 <-- 
 M  Persistent_GETX  0 <-- 
 M  Persistent_GETS  0 <-- 
-M  Own_Lock_or_Unlock  0 <-- 
+M  Own_Lock_or_Unlock  2
 
-MM  Load  8
+MM  Load  12
 MM  Ifetch  0 <-- 
-MM  Store  66
-MM  L1_Replacement  815
+MM  Store  74
+MM  L1_Replacement  780
 MM  Transient_GETX  0 <-- 
 MM  Transient_Local_GETX  0 <-- 
 MM  Transient_GETS  0 <-- 
 MM  Transient_Local_GETS  0 <-- 
 MM  Persistent_GETX  0 <-- 
 MM  Persistent_GETS  0 <-- 
-MM  Own_Lock_or_Unlock  24
+MM  Own_Lock_or_Unlock  17
 
-M_W  Load  1
+M_W  Load  0 <-- 
 M_W  Ifetch  0 <-- 
 M_W  Store  0 <-- 
-M_W  L1_Replacement  3682
+M_W  L1_Replacement  2958
 M_W  Transient_GETX  0 <-- 
 M_W  Transient_Local_GETX  0 <-- 
 M_W  Transient_GETS  0 <-- 
 M_W  Transient_Local_GETS  0 <-- 
 M_W  Persistent_GETX  0 <-- 
 M_W  Persistent_GETS  0 <-- 
-M_W  Own_Lock_or_Unlock  3
+M_W  Own_Lock_or_Unlock  2
 M_W  Use_TimeoutStarverX  0 <-- 
 M_W  Use_TimeoutStarverS  0 <-- 
-M_W  Use_TimeoutNoStarvers  85
+M_W  Use_TimeoutNoStarvers  86
 
-MM_W  Load  1
+MM_W  Load  0 <-- 
 MM_W  Ifetch  0 <-- 
-MM_W  Store  12
-MM_W  L1_Replacement  29932
+MM_W  Store  11
+MM_W  L1_Replacement  29196
 MM_W  Transient_GETX  0 <-- 
 MM_W  Transient_Local_GETX  0 <-- 
 MM_W  Transient_GETS  0 <-- 
 MM_W  Transient_Local_GETS  0 <-- 
 MM_W  Persistent_GETX  0 <-- 
 MM_W  Persistent_GETS  0 <-- 
-MM_W  Own_Lock_or_Unlock  21
+MM_W  Own_Lock_or_Unlock  33
 MM_W  Use_TimeoutStarverX  0 <-- 
 MM_W  Use_TimeoutStarverS  0 <-- 
-MM_W  Use_TimeoutNoStarvers  816
+MM_W  Use_TimeoutNoStarvers  781
 
 IM  Load  0 <-- 
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
-IM  L1_Replacement  334259
+IM  L1_Replacement  329936
 IM  Data_Shared  0 <-- 
 IM  Data_Owner  0 <-- 
-IM  Data_All_Tokens  816
+IM  Data_All_Tokens  780
 IM  Ack  0 <-- 
 IM  Transient_GETX  0 <-- 
 IM  Transient_Local_GETX  0 <-- 
@@ -375,8 +359,8 @@ IM  Transient_GETS_Last_Token  0 <--
 IM  Transient_Local_GETS_Last_Token  0 <-- 
 IM  Persistent_GETX  0 <-- 
 IM  Persistent_GETS  0 <-- 
-IM  Own_Lock_or_Unlock  109
-IM  Request_Timeout  597
+IM  Own_Lock_or_Unlock  112
+IM  Request_Timeout  465
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -384,7 +368,7 @@ SM  Store  0 <--
 SM  L1_Replacement  0 <-- 
 SM  Data_Shared  0 <-- 
 SM  Data_Owner  0 <-- 
-SM  Data_All_Tokens  0 <-- 
+SM  Data_All_Tokens  1
 SM  Ack  0 <-- 
 SM  Transient_GETX  0 <-- 
 SM  Transient_Local_GETX  0 <-- 
@@ -419,10 +403,10 @@ OM  Request_Timeout  0 <--
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
-IS  L1_Replacement  35671
-IS  Data_Shared  4
+IS  L1_Replacement  32044
+IS  Data_Shared  1
 IS  Data_Owner  0 <-- 
-IS  Data_All_Tokens  86
+IS  Data_All_Tokens  87
 IS  Ack  0 <-- 
 IS  Transient_GETX  0 <-- 
 IS  Transient_Local_GETX  0 <-- 
@@ -432,8 +416,8 @@ IS  Transient_GETS_Last_Token  0 <--
 IS  Transient_Local_GETS_Last_Token  0 <-- 
 IS  Persistent_GETX  0 <-- 
 IS  Persistent_GETS  0 <-- 
-IS  Own_Lock_or_Unlock  14
-IS  Request_Timeout  47
+IS  Own_Lock_or_Unlock  9
+IS  Request_Timeout  80
 
 I_L  Load  0 <-- 
 I_L  Ifetch  0 <-- 
@@ -534,42 +518,41 @@ Cache Stats: system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory
   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_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links1.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
  --- L2Cache 0 ---
  - Event Counts -
-L1_GETS  90
+L1_GETS  88
 L1_GETS_Last_Token  0
-L1_GETX  817
+L1_GETX  782
 L1_INV  0
 Transient_GETX  0
 Transient_GETS  0
 Transient_GETS_Last_Token  0
-L2_Replacement  821
-Writeback_Tokens  1
+L2_Replacement  781
+Writeback_Tokens  0
 Writeback_Shared_Data  0
-Writeback_All_Tokens  903
+Writeback_All_Tokens  866
 Writeback_Owned  0
 Data_Shared  0
 Data_Owner  0
 Data_All_Tokens  0
 Ack  0
 Ack_All_Tokens  0
-Persistent_GETX  155
-Persistent_GETS  18
+Persistent_GETX  161
+Persistent_GETS  12
 Own_Lock_or_Unlock  173
 
  - Transitions -
-NP  L1_GETS  86
-NP  L1_GETX  785
+NP  L1_GETS  87
+NP  L1_GETX  756
 NP  L1_INV  0 <-- 
 NP  Transient_GETX  0 <-- 
 NP  Transient_GETS  0 <-- 
-NP  Writeback_Tokens  1
+NP  Writeback_Tokens  0 <-- 
 NP  Writeback_Shared_Data  0 <-- 
-NP  Writeback_All_Tokens  823
+NP  Writeback_All_Tokens  783
 NP  Writeback_Owned  0 <-- 
 NP  Data_Shared  0 <-- 
 NP  Data_Owner  0 <-- 
@@ -577,7 +560,7 @@ NP  Data_All_Tokens  0 <--
 NP  Ack  0 <-- 
 NP  Persistent_GETX  0 <-- 
 NP  Persistent_GETS  0 <-- 
-NP  Own_Lock_or_Unlock  161
+NP  Own_Lock_or_Unlock  145
 
 I  L1_GETS  0 <-- 
 I  L1_GETS_Last_Token  0 <-- 
@@ -586,10 +569,10 @@ I  L1_INV  0 <--
 I  Transient_GETX  0 <-- 
 I  Transient_GETS  0 <-- 
 I  Transient_GETS_Last_Token  0 <-- 
-I  L2_Replacement  16
+I  L2_Replacement  30
 I  Writeback_Tokens  0 <-- 
 I  Writeback_Shared_Data  0 <-- 
-I  Writeback_All_Tokens  29
+I  Writeback_All_Tokens  24
 I  Writeback_Owned  0 <-- 
 I  Data_Shared  0 <-- 
 I  Data_Owner  0 <-- 
@@ -621,15 +604,15 @@ S  Own_Lock_or_Unlock  0 <--
 
 O  L1_GETS  0 <-- 
 O  L1_GETS_Last_Token  0 <-- 
-O  L1_GETX  0 <-- 
+O  L1_GETX  1
 O  L1_INV  0 <-- 
 O  Transient_GETX  0 <-- 
 O  Transient_GETS  0 <-- 
 O  Transient_GETS_Last_Token  0 <-- 
-O  L2_Replacement  1
+O  L2_Replacement  0 <-- 
 O  Writeback_Tokens  0 <-- 
 O  Writeback_Shared_Data  0 <-- 
-O  Writeback_All_Tokens  3
+O  Writeback_All_Tokens  0 <-- 
 O  Data_Shared  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Ack  0 <-- 
@@ -638,14 +621,14 @@ O  Persistent_GETX  0 <--
 O  Persistent_GETS  0 <-- 
 O  Own_Lock_or_Unlock  0 <-- 
 
-M  L1_GETS  4
-M  L1_GETX  32
+M  L1_GETS  1
+M  L1_GETX  25
 M  L1_INV  0 <-- 
 M  Transient_GETX  0 <-- 
 M  Transient_GETS  0 <-- 
-M  L2_Replacement  804
-M  Persistent_GETX  9
-M  Persistent_GETS  3
+M  L2_Replacement  751
+M  Persistent_GETX  26
+M  Persistent_GETS  2
 M  Own_Lock_or_Unlock  0 <-- 
 
 I_L  L1_GETS  0 <-- 
@@ -657,15 +640,15 @@ I_L  Transient_GETS_Last_Token  0 <--
 I_L  L2_Replacement  0 <-- 
 I_L  Writeback_Tokens  0 <-- 
 I_L  Writeback_Shared_Data  0 <-- 
-I_L  Writeback_All_Tokens  48
+I_L  Writeback_All_Tokens  59
 I_L  Writeback_Owned  0 <-- 
 I_L  Data_Shared  0 <-- 
 I_L  Data_Owner  0 <-- 
 I_L  Data_All_Tokens  0 <-- 
 I_L  Ack  0 <-- 
-I_L  Persistent_GETX  146
-I_L  Persistent_GETS  15
-I_L  Own_Lock_or_Unlock  12
+I_L  Persistent_GETX  135
+I_L  Persistent_GETS  10
+I_L  Own_Lock_or_Unlock  28
 
 S_L  L1_GETS  0 <-- 
 S_L  L1_GETS_Last_Token  0 <-- 
@@ -688,86 +671,86 @@ S_L  Persistent_GETS  0 <--
 S_L  Own_Lock_or_Unlock  0 <-- 
 
 Memory controller: system.ruby.network.topology.ext_links2.ext_node.memBuffer:
-  memory_total_requests: 1662
-  memory_reads: 871
-  memory_writes: 791
-  memory_refreshes: 588
-  memory_total_request_delays: 1142
-  memory_delays_per_request: 0.687124
-  memory_delays_in_input_queue: 162
-  memory_delays_behind_head_of_bank_queue: 4
-  memory_delays_stalled_at_head_of_bank_queue: 976
-  memory_stalls_for_bank_busy: 236
+  memory_total_requests: 1599
+  memory_reads: 842
+  memory_writes: 756
+  memory_refreshes: 574
+  memory_total_request_delays: 1024
+  memory_delays_per_request: 0.6404
+  memory_delays_in_input_queue: 172
+  memory_delays_behind_head_of_bank_queue: 2
+  memory_delays_stalled_at_head_of_bank_queue: 850
+  memory_stalls_for_bank_busy: 171
   memory_stalls_for_random_busy: 0
   memory_stalls_for_anti_starvation: 0
-  memory_stalls_for_arbitration: 70
-  memory_stalls_for_bus: 373
+  memory_stalls_for_arbitration: 68
+  memory_stalls_for_bus: 354
   memory_stalls_for_tfaw: 0
-  memory_stalls_for_read_write_turnaround: 222
-  memory_stalls_for_read_read_turnaround: 75
-  accesses_per_bank: 61  57  44  91  60  64  57  46  59  42  55  67  56  38  38  46  42  46  55  49  45  45  38  58  35  54  39  48  56  43  72  56  
+  memory_stalls_for_read_write_turnaround: 184
+  memory_stalls_for_read_read_turnaround: 73
+  accesses_per_bank: 49  42  55  87  81  71  69  52  62  53  36  48  32  44  42  54  55  42  39  43  42  41  41  55  58  45  50  41  45  33  49  43  
 
  --- Directory 0 ---
  - Event Counts -
-GETX  844
-GETS  86
+GETX  771
+GETS  89
 Lockdown  173
 Unlockdown  173
 Own_Lock_or_Unlock  0
-Data_Owner  1
-Data_All_Tokens  798
+Data_Owner  0
+Data_All_Tokens  766
 Ack_Owner  0
-Ack_Owner_All_Tokens  74
+Ack_Owner_All_Tokens  81
 Tokens  0
-Ack_All_Tokens  1
+Ack_All_Tokens  0
 Request_Timeout  0
-Memory_Data  870
-Memory_Ack  790
+Memory_Data  842
+Memory_Ack  755
 DMA_READ  0
 DMA_WRITE  0
 DMA_WRITE_All_Tokens  0
 
  - Transitions -
-O  GETX  782
-O  GETS  86
-O  Lockdown  3
+O  GETX  751
+O  GETS  87
+O  Lockdown  5
 O  Own_Lock_or_Unlock  0 <-- 
 O  Data_Owner  0 <-- 
 O  Data_All_Tokens  0 <-- 
 O  Tokens  0 <-- 
-O  Ack_All_Tokens  1
+O  Ack_All_Tokens  0 <-- 
 O  DMA_READ  0 <-- 
 O  DMA_WRITE  0 <-- 
 O  DMA_WRITE_All_Tokens  0 <-- 
 
-NO  GETX  0 <-- 
+NO  GETX  4
 NO  GETS  0 <-- 
-NO  Lockdown  154
+NO  Lockdown  151
 NO  Own_Lock_or_Unlock  0 <-- 
-NO  Data_Owner  1
-NO  Data_All_Tokens  790
+NO  Data_Owner  0 <-- 
+NO  Data_All_Tokens  756
 NO  Ack_Owner  0 <-- 
-NO  Ack_Owner_All_Tokens  74
+NO  Ack_Owner_All_Tokens  81
 NO  Tokens  0 <-- 
 NO  DMA_READ  0 <-- 
 NO  DMA_WRITE  0 <-- 
 
-L  GETX  3
+L  GETX  2
 L  GETS  0 <-- 
 L  Lockdown  0 <-- 
-L  Unlockdown  173
+L  Unlockdown  172
 L  Own_Lock_or_Unlock  0 <-- 
 L  Data_Owner  0 <-- 
-L  Data_All_Tokens  8
+L  Data_All_Tokens  10
 L  Ack_Owner  0 <-- 
 L  Ack_Owner_All_Tokens  0 <-- 
 L  Tokens  0 <-- 
 L  DMA_READ  0 <-- 
 L  DMA_WRITE  0 <-- 
 
-O_W  GETX  21
-O_W  GETS  0 <-- 
-O_W  Lockdown  0 <-- 
+O_W  GETX  4
+O_W  GETS  2
+O_W  Lockdown  1
 O_W  Unlockdown  0 <-- 
 O_W  Own_Lock_or_Unlock  0 <-- 
 O_W  Data_Owner  0 <-- 
@@ -775,20 +758,20 @@ O_W  Ack_Owner  0 <--
 O_W  Tokens  0 <-- 
 O_W  Ack_All_Tokens  0 <-- 
 O_W  Memory_Data  0 <-- 
-O_W  Memory_Ack  790
+O_W  Memory_Ack  755
 O_W  DMA_READ  0 <-- 
 O_W  DMA_WRITE  0 <-- 
 
-L_O_W  GETX  38
+L_O_W  GETX  10
 L_O_W  GETS  0 <-- 
 L_O_W  Lockdown  0 <-- 
-L_O_W  Unlockdown  0 <-- 
+L_O_W  Unlockdown  1
 L_O_W  Own_Lock_or_Unlock  0 <-- 
 L_O_W  Data_Owner  0 <-- 
 L_O_W  Ack_Owner  0 <-- 
 L_O_W  Tokens  0 <-- 
 L_O_W  Ack_All_Tokens  0 <-- 
-L_O_W  Memory_Data  3
+L_O_W  Memory_Data  5
 L_O_W  Memory_Ack  0 <-- 
 L_O_W  DMA_READ  0 <-- 
 L_O_W  DMA_WRITE  0 <-- 
@@ -829,7 +812,7 @@ NO_W  Data_Owner  0 <--
 NO_W  Ack_Owner  0 <-- 
 NO_W  Tokens  0 <-- 
 NO_W  Ack_All_Tokens  0 <-- 
-NO_W  Memory_Data  851
+NO_W  Memory_Data  821
 NO_W  DMA_READ  0 <-- 
 NO_W  DMA_WRITE  0 <-- 
 
index 28029123ca303c74f2238d50e218c391259aed23..f528d26bf053e5c5d9dd0ffca1b14199f2dc34e3 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 22:01:26
-M5 revision 6068d4fc30d3+ 6931+ default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 27 2010 22:01:59
-M5 executing on svvint04
+M5 compiled Mar 18 2010 14:58:42
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 14:58:52
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_CMP_token/m5.fast -d build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 282171 because Ruby Tester completed
+Exiting @ tick 275491 because Ruby Tester completed
index 355b186c1a45b59c350f8a621e2e7e461ac4d6c2..e9b91bb36dbc0a9c5bb304db166ebfc1f97c4259 100644 (file)
@@ -1,10 +1,10 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 213472                       # Number of bytes of host memory used
-host_seconds                                     0.43                       # Real time elapsed on the host
-host_tick_rate                                 656167                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 208544                       # Number of bytes of host memory used
+host_seconds                                     0.53                       # Real time elapsed on the host
+host_tick_rate                                 518969                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.000282                       # Number of seconds simulated
-sim_ticks                                      282171                       # Number of ticks simulated
+sim_seconds                                  0.000275                       # Number of seconds simulated
+sim_ticks                                      275491                       # Number of ticks simulated
 
 ---------- End Simulation Statistics   ----------
index bf260bebf67f7d548c6ef7369ea92499acf59948..16aeab94eab9b7ba42d3ab03e3ad423eee71770a 100644 (file)
@@ -27,6 +27,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=true
@@ -44,7 +45,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -141,7 +142,10 @@ version=0
 
 [system.ruby.network.topology.ext_links1.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links1.ext_node.memBuffer]
index 67e623e680247d358b9fcedc3ac289e7aa5ffb48..ee96f0f1f41ebb8588e9dbeb7d6c26e5f5141a7d 100644 (file)
@@ -15,12 +15,12 @@ Network Configuration
 network: SIMPLE_NETWORK
 topology: 
 
-virtual_net_0: active, unordered
-virtual_net_1: active, unordered
+virtual_net_0: active, ordered
+virtual_net_1: active, ordered
 virtual_net_2: active, unordered
 virtual_net_3: active, unordered
-virtual_net_4: active, ordered
-virtual_net_5: active, ordered
+virtual_net_4: active, unordered
+virtual_net_5: active, unordered
 virtual_net_6: inactive
 virtual_net_7: inactive
 virtual_net_8: inactive
@@ -34,7 +34,7 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/27/2010 22:06:46
+Real time: Mar/18/2010 14:59:23
 
 Profiler Stats
 --------------
@@ -43,31 +43,20 @@ Elapsed_time_in_minutes: 0.0166667
 Elapsed_time_in_hours: 0.000277778
 Elapsed_time_in_days: 1.15741e-05
 
-Virtual_time_in_seconds: 0.52
-Virtual_time_in_minutes: 0.00866667
-Virtual_time_in_hours:   0.000144444
-Virtual_time_in_days:    6.01852e-06
+Virtual_time_in_seconds: 0.7
+Virtual_time_in_minutes: 0.0116667
+Virtual_time_in_hours:   0.000194444
+Virtual_time_in_days:    8.10185e-06
 
-Ruby_current_time: 225461
+Ruby_current_time: 222961
 Ruby_start_time: 0
-Ruby_cycles: 225461
+Ruby_cycles: 222961
 
-mbytes_resident: 29.9023
-mbytes_total: 29.9102
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 ]
-user_misses: 0 [ 0 ]
-supervisor_misses: 0 [ 0 ]
-
-ruby_cycles_executed: 225462 [ 225462 ]
-
-transactions_started: 0 [ 0 ]
-transactions_ended: 0 [ 0 ]
-cycles_per_transaction: 0 [ 0 ]
-misses_per_transaction: 0 [ 0 ]
+mbytes_resident: 30.5156
+mbytes_total: 203.461
+resident_ratio: 0.150021
 
+ruby_cycles_executed: [ 222962 ]
 
 Busy Controller Counts:
 L1Cache-0:0  
@@ -76,13 +65,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1003 average: 15.7986 | standard deviation: 1.13201 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 2 81 907 ]
+sequencer_requests_outstanding: [binsize: 1 max: 16 count: 998 average: 15.7946 | standard deviation: 1.13528 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 2 84 899 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 128 max: 18718 count: 988 average: 3556.09 | standard deviation: 5195.8 | 86 11 48 73 73 53 86 67 49 36 30 35 19 12 10 8 6 12 9 7 3 4 7 1 5 3 4 2 4 1 4 1 3 3 1 1 3 4 1 2 1 0 1 0 0 0 0 2 0 1 2 2 0 0 0 2 0 0 0 0 0 0 0 2 1 2 0 0 0 1 0 1 1 0 1 5 2 1 0 0 3 2 3 0 2 2 1 2 2 2 2 1 2 4 3 0 1 4 6 6 2 2 3 7 4 3 5 3 2 2 3 6 4 1 5 3 3 6 6 2 4 4 4 3 4 4 6 4 0 1 0 1 0 4 1 1 1 0 0 0 2 2 3 1 0 1 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 ]
-miss_latency_2: [binsize: 128 max: 17088 count: 100 average: 3614.25 | standard deviation: 5411.44 | 9 2 4 7 8 6 10 6 5 4 2 4 3 2 0 0 0 3 0 1 1 0 1 0 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 1 0 0 0 2 0 0 0 1 0 2 1 0 1 1 0 0 0 0 0 0 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 ]
-miss_latency_3: [binsize: 128 max: 18718 count: 888 average: 3549.54 | standard deviation: 5174.08 | 77 9 44 66 65 47 76 61 44 32 28 31 16 10 10 8 6 9 9 6 2 4 6 1 5 3 4 2 4 1 4 1 3 2 1 0 3 4 1 2 1 0 1 0 0 0 0 2 0 1 2 2 0 0 0 2 0 0 0 0 0 0 0 2 1 2 0 0 0 1 0 1 1 0 1 5 2 1 0 0 2 2 3 0 2 1 1 2 2 2 2 1 2 4 3 0 1 3 6 5 1 1 3 6 3 3 5 2 2 2 3 4 4 1 5 2 3 4 5 2 3 3 4 3 4 4 6 4 0 1 0 0 0 2 1 1 1 0 0 0 2 2 3 1 0 1 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 ]
+miss_latency: [binsize: 128 max: 23668 count: 983 average: 3530.64 | standard deviation: 5276.54 | 101 19 29 85 80 66 72 59 50 28 40 22 22 14 14 10 5 3 6 7 5 5 2 3 4 1 2 1 1 1 0 2 0 1 2 0 0 0 1 1 1 3 0 1 1 1 0 1 0 1 0 1 0 3 2 0 1 2 2 2 3 1 3 2 2 4 4 3 1 2 0 3 1 1 0 4 4 3 0 3 2 0 0 0 3 3 3 2 2 0 1 2 2 5 6 1 9 3 2 3 2 3 3 2 3 8 2 2 2 3 2 3 5 4 1 4 1 1 0 4 3 3 1 3 4 1 1 3 0 1 0 1 0 0 1 2 0 0 1 0 1 0 1 0 1 0 1 2 1 0 0 1 1 2 2 0 1 0 1 0 0 1 0 2 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 ]
+miss_latency_2: [binsize: 128 max: 19690 count: 100 average: 3024.87 | standard deviation: 5133.9 | 15 3 2 5 6 12 9 4 5 2 7 1 5 2 1 0 2 0 1 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 2 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 ]
+miss_latency_3: [binsize: 128 max: 23668 count: 883 average: 3587.92 | standard deviation: 5292.25 | 86 16 27 80 74 54 63 55 45 26 33 21 17 12 13 10 3 3 5 7 5 4 2 3 4 1 2 1 1 1 0 2 0 1 1 0 0 0 1 1 1 3 0 1 1 1 0 1 0 1 0 1 0 3 2 0 1 2 2 2 3 1 3 2 2 4 4 3 0 2 0 3 1 1 0 4 4 3 0 3 2 0 0 0 2 2 3 2 2 0 1 2 2 5 6 1 9 3 2 1 2 3 3 2 3 6 1 2 2 3 1 3 5 4 1 4 1 1 0 3 2 3 1 3 3 1 1 2 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 0 0 1 1 1 2 0 1 0 1 0 0 1 0 2 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -114,8 +103,8 @@ Resource Usage
 page_size: 4096
 user_time: 0
 system_time: 0
-page_reclaims: 6560
-page_faults: 1853
+page_reclaims: 8816
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -125,42 +114,42 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.133285
-  links_utilized_percent_switch_0_link_0: 0.0488166 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.217754 bw: 160000 base_latency: 1
+links_utilized_percent_switch_0: 0.13187
+  links_utilized_percent_switch_0_link_0: 0.0481867 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.215553 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_0_link_0_Response_Data: 881 63432 [ 0 881 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Writeback_Control: 876 7008 [ 0 0 876 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Request_Control: 882 7056 [ 0 0 0 882 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Data: 788 56736 [ 788 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Writeback_Control: 965 7720 [ 88 0 0 877 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Unblock_Control: 880 7040 [ 880 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 860 61920 [ 0 0 0 0 860 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Writeback_Control: 855 6840 [ 0 0 0 855 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Request_Control: 860 6880 [ 0 0 860 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Data: 773 55656 [ 0 0 0 0 0 773 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Writeback_Control: 937 7496 [ 0 0 855 0 0 82 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Unblock_Control: 858 6864 [ 0 0 0 0 0 858 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.124828
-  links_utilized_percent_switch_1_link_0: 0.0543886 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.195267 bw: 160000 base_latency: 1
+links_utilized_percent_switch_1: 0.123292
+  links_utilized_percent_switch_1_link_0: 0.0538379 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.192747 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_1_link_0_Request_Control: 882 7056 [ 0 0 0 882 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Data: 787 56664 [ 787 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Writeback_Control: 965 7720 [ 88 0 0 877 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Unblock_Control: 880 7040 [ 880 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 881 63432 [ 0 881 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Control: 876 7008 [ 0 0 876 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Request_Control: 860 6880 [ 0 0 860 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Data: 772 55584 [ 0 0 0 0 0 772 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Writeback_Control: 937 7496 [ 0 0 855 0 0 82 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Unblock_Control: 858 6864 [ 0 0 0 0 0 858 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 860 61920 [ 0 0 0 0 860 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Control: 855 6840 [ 0 0 0 855 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.20641
-  links_utilized_percent_switch_2_link_0: 0.195267 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.217554 bw: 160000 base_latency: 1
+links_utilized_percent_switch_2: 0.20415
+  links_utilized_percent_switch_2_link_0: 0.192747 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.215553 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Response_Data: 881 63432 [ 0 881 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Control: 876 7008 [ 0 0 876 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Request_Control: 882 7056 [ 0 0 0 882 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Writeback_Data: 787 56664 [ 787 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Writeback_Control: 965 7720 [ 88 0 0 877 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Unblock_Control: 880 7040 [ 880 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 860 61920 [ 0 0 0 0 860 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Control: 855 6840 [ 0 0 0 855 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Request_Control: 860 6880 [ 0 0 860 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Writeback_Data: 773 55656 [ 0 0 0 0 0 773 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Writeback_Control: 937 7496 [ 0 0 855 0 0 82 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Unblock_Control: 858 6864 [ 0 0 0 0 0 858 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 0
@@ -168,42 +157,43 @@ Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: nan
 
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_misses: 882
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_demand_misses: 882
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_misses: 889
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_demand_misses: 889
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_LD:   10.3175%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_ST:   89.6825%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_LD:   9.67379%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_type_ST:   90.3262%
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   882    100%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 4 count: 882 average: 1.30952 | standard deviation: 0.913389 | 0 791 0 0 91 ]
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_access_mode_type_SupervisorMode:   889    100%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.dcache_request_size: [binsize: 1 max: 4 count: 889 average: 1.29021 | standard deviation: 0.887856 | 0 803 0 0 86 ]
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_misses: 0
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_demand_misses: 0
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_misses: 860
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_total_demand_misses: 860
   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_misses_per_transaction: nan
 
-  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_LD:   9.76744%
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_type_ST:   90.2326%
+
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_access_mode_type_SupervisorMode:   860    100%
+  system.ruby.network.topology.ext_links0.ext_node.L2cacheMemory_request_size: [binsize: 1 max: 4 count: 860 average: 1.29302 | standard deviation: 0.89169 | 0 776 0 0 84 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  101
+Load  100
 Ifetch  0
-Store  891
-L2_Replacement  877
-L1_to_L2  322098
-L2_to_L1D  26
+Store  887
+L2_Replacement  855
+L1_to_L2  318465
+L2_to_L1D  29
 L2_to_L1I  0
 Other_GETX  0
 Other_GETS  0
@@ -211,16 +201,16 @@ Ack  0
 Shared_Ack  0
 Data  0
 Shared_Data  0
-Exclusive_Data  881
-Writeback_Ack  876
+Exclusive_Data  860
+Writeback_Ack  855
 Writeback_Nack  0
 All_acks  0
-All_acks_no_sharers  881
+All_acks_no_sharers  859
 
  - Transitions -
-I  Load  91
+I  Load  84
 I  Ifetch  0 <-- 
-I  Store  791
+I  Store  776
 I  L2_Replacement  0 <-- 
 I  L1_to_L2  0 <-- 
 I  L2_to_L1D  0 <-- 
@@ -250,20 +240,20 @@ O  Other_GETS  0 <--
 
 M  Load  0 <-- 
 M  Ifetch  0 <-- 
-M  Store  0 <-- 
-M  L2_Replacement  88
-M  L1_to_L2  88
+M  Store  1
+M  L2_Replacement  82
+M  L1_to_L2  82
 M  L2_to_L1D  0 <-- 
 M  L2_to_L1I  0 <-- 
 M  Other_GETX  0 <-- 
 M  Other_GETS  0 <-- 
 
-MM  Load  10
+MM  Load  16
 MM  Ifetch  0 <-- 
-MM  Store  95
-MM  L2_Replacement  789
-MM  L1_to_L2  817
-MM  L2_to_L1D  26
+MM  Store  102
+MM  L2_Replacement  773
+MM  L1_to_L2  804
+MM  L2_to_L1D  29
 MM  L2_to_L1I  0 <-- 
 MM  Other_GETX  0 <-- 
 MM  Other_GETS  0 <-- 
@@ -272,12 +262,12 @@ IM  Load  0 <--
 IM  Ifetch  0 <-- 
 IM  Store  0 <-- 
 IM  L2_Replacement  0 <-- 
-IM  L1_to_L2  282750
+IM  L1_to_L2  276294
 IM  Other_GETX  0 <-- 
 IM  Other_GETS  0 <-- 
 IM  Ack  0 <-- 
 IM  Data  0 <-- 
-IM  Exclusive_Data  791
+IM  Exclusive_Data  776
 
 SM  Load  0 <-- 
 SM  Ifetch  0 <-- 
@@ -310,32 +300,32 @@ ISM  All_acks_no_sharers  0 <--
 
 M_W  Load  0 <-- 
 M_W  Ifetch  0 <-- 
-M_W  Store  1
+M_W  Store  0 <-- 
 M_W  L2_Replacement  0 <-- 
-M_W  L1_to_L2  975
+M_W  L1_to_L2  1192
 M_W  Ack  0 <-- 
-M_W  All_acks_no_sharers  89
+M_W  All_acks_no_sharers  83
 
 MM_W  Load  0 <-- 
 MM_W  Ifetch  0 <-- 
-MM_W  Store  1
+MM_W  Store  4
 MM_W  L2_Replacement  0 <-- 
-MM_W  L1_to_L2  10999
+MM_W  L1_to_L2  11046
 MM_W  Ack  0 <-- 
-MM_W  All_acks_no_sharers  792
+MM_W  All_acks_no_sharers  776
 
 IS  Load  0 <-- 
 IS  Ifetch  0 <-- 
 IS  Store  0 <-- 
 IS  L2_Replacement  0 <-- 
-IS  L1_to_L2  26469
+IS  L1_to_L2  29047
 IS  Other_GETX  0 <-- 
 IS  Other_GETS  0 <-- 
 IS  Ack  0 <-- 
 IS  Shared_Ack  0 <-- 
 IS  Data  0 <-- 
 IS  Shared_Data  0 <-- 
-IS  Exclusive_Data  90
+IS  Exclusive_Data  84
 
 SS  Load  0 <-- 
 SS  Ifetch  0 <-- 
@@ -358,12 +348,12 @@ OI  Writeback_Ack  0 <--
 
 MI  Load  0 <-- 
 MI  Ifetch  0 <-- 
-MI  Store  3
+MI  Store  4
 MI  L2_Replacement  0 <-- 
 MI  L1_to_L2  0 <-- 
 MI  Other_GETX  0 <-- 
 MI  Other_GETS  0 <-- 
-MI  Writeback_Ack  876
+MI  Writeback_Ack  855
 
 II  Load  0 <-- 
 II  Ifetch  0 <-- 
@@ -376,39 +366,39 @@ II  Writeback_Ack  0 <--
 II  Writeback_Nack  0 <-- 
 
 Memory controller: system.ruby.network.topology.ext_links1.ext_node.memBuffer:
-  memory_total_requests: 1668
-  memory_reads: 881
-  memory_writes: 787
-  memory_refreshes: 470
-  memory_total_request_delays: 1066
-  memory_delays_per_request: 0.639089
-  memory_delays_in_input_queue: 148
+  memory_total_requests: 1632
+  memory_reads: 860
+  memory_writes: 772
+  memory_refreshes: 465
+  memory_total_request_delays: 1106
+  memory_delays_per_request: 0.677696
+  memory_delays_in_input_queue: 152
   memory_delays_behind_head_of_bank_queue: 0
-  memory_delays_stalled_at_head_of_bank_queue: 918
-  memory_stalls_for_bank_busy: 195
+  memory_delays_stalled_at_head_of_bank_queue: 954
+  memory_stalls_for_bank_busy: 245
   memory_stalls_for_random_busy: 0
   memory_stalls_for_anti_starvation: 0
   memory_stalls_for_arbitration: 77
-  memory_stalls_for_bus: 376
+  memory_stalls_for_bus: 374
   memory_stalls_for_tfaw: 0
-  memory_stalls_for_read_write_turnaround: 154
-  memory_stalls_for_read_read_turnaround: 116
-  accesses_per_bank: 46  46  48  83  76  73  83  52  38  57  51  55  52  49  41  48  49  44  44  60  51  41  58  49  42  38  55  47  50  52  39  51  
+  memory_stalls_for_read_write_turnaround: 150
+  memory_stalls_for_read_read_turnaround: 108
+  accesses_per_bank: 35  39  45  95  73  66  68  49  65  50  44  55  48  35  48  57  45  44  54  56  48  27  42  58  48  39  39  44  54  55  48  59  
 
  --- Directory 0 ---
  - Event Counts -
-GETX  895
-GETS  90
-PUT  1525
-Unblock  878
+GETX  809
+GETS  84
+PUT  1454
+Unblock  858
 Writeback_Clean  0
 Writeback_Dirty  0
-Writeback_Exclusive_Clean  88
-Writeback_Exclusive_Dirty  787
+Writeback_Exclusive_Clean  82
+Writeback_Exclusive_Dirty  772
 DMA_READ  0
 DMA_WRITE  0
-Memory_Data  881
-Memory_Ack  787
+Memory_Data  860
+Memory_Ack  772
 Ack  0
 Shared_Ack  0
 Shared_Data  0
@@ -419,7 +409,7 @@ All_acks_and_data_no_sharers  0
  - Transitions -
 NO  GETX  0 <-- 
 NO  GETS  0 <-- 
-NO  PUT  876
+NO  PUT  855
 NO  DMA_READ  0 <-- 
 NO  DMA_WRITE  0 <-- 
 
@@ -429,16 +419,16 @@ O  PUT  0 <--
 O  DMA_READ  0 <-- 
 O  DMA_WRITE  0 <-- 
 
-E  GETX  791
-E  GETS  90
+E  GETX  776
+E  GETS  84
 E  PUT  0 <-- 
 E  DMA_READ  0 <-- 
 E  DMA_WRITE  0 <-- 
 
 NO_B  GETX  0 <-- 
 NO_B  GETS  0 <-- 
-NO_B  PUT  649
-NO_B  Unblock  878
+NO_B  PUT  599
+NO_B  Unblock  858
 NO_B  DMA_READ  0 <-- 
 NO_B  DMA_WRITE  0 <-- 
 
@@ -455,7 +445,7 @@ 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  881
+NO_B_W  Memory_Data  860
 
 O_B_W  GETX  0 <-- 
 O_B_W  GETS  0 <-- 
@@ -545,14 +535,14 @@ O_DR_B  DMA_WRITE  0 <--
 O_DR_B  Ack  0 <-- 
 O_DR_B  All_acks_and_data_no_sharers  0 <-- 
 
-WB  GETX  35
+WB  GETX  0 <-- 
 WB  GETS  0 <-- 
 WB  PUT  0 <-- 
 WB  Unblock  0 <-- 
 WB  Writeback_Clean  0 <-- 
 WB  Writeback_Dirty  0 <-- 
-WB  Writeback_Exclusive_Clean  88
-WB  Writeback_Exclusive_Dirty  787
+WB  Writeback_Exclusive_Clean  82
+WB  Writeback_Exclusive_Dirty  772
 WB  DMA_READ  0 <-- 
 WB  DMA_WRITE  0 <-- 
 
@@ -563,10 +553,10 @@ WB_O_W  DMA_READ  0 <--
 WB_O_W  DMA_WRITE  0 <-- 
 WB_O_W  Memory_Ack  0 <-- 
 
-WB_E_W  GETX  69
+WB_E_W  GETX  33
 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  787
+WB_E_W  Memory_Ack  772
 
index 3268717efe4c4d96c054eca4c5279f365037e4ef..f0188e492f9feb67a959df49bcd5e1ed2c2d7207 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 22:05:53
-M5 revision 6068d4fc30d3 6931 default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 27 2010 22:06:45
-M5 executing on svvint06
+M5 compiled Mar 18 2010 14:59:19
+M5 revision 6a6bb24e484f+ 7041+ default qtip tip brad/regress_updates
+M5 started Mar 18 2010 14:59:22
+M5 executing on cabr0210
 command line: build/ALPHA_SE_MOESI_hammer/m5.fast -d build/ALPHA_SE_MOESI_hammer/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 225461 because Ruby Tester completed
+Exiting @ tick 222961 because Ruby Tester completed
index 04182524044b4d971bff00733b39a42f9fcace79..e9601c124b58ab24d734b55d9492de25d5fee28b 100644 (file)
@@ -1,10 +1,10 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 210820                       # Number of bytes of host memory used
-host_seconds                                     0.44                       # Real time elapsed on the host
-host_tick_rate                                 512394                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 208348                       # Number of bytes of host memory used
+host_seconds                                     0.53                       # Real time elapsed on the host
+host_tick_rate                                 420464                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.000225                       # Number of seconds simulated
-sim_ticks                                      225461                       # Number of ticks simulated
+sim_seconds                                  0.000223                       # Number of seconds simulated
+sim_ticks                                      222961                       # Number of ticks simulated
 
 ---------- End Simulation Statistics   ----------
index 764caee6e8005874219d83d21f4c53231bbdc688..1aee478d84453ff11c86edd44911e7203674f1f3 100644 (file)
@@ -27,6 +27,7 @@ clock=1
 debug=system.ruby.debug
 mem_size=134217728
 network=system.ruby.network
+no_mem_vec=false
 profiler=system.ruby.profiler
 random_seed=1234
 randomization=true
@@ -44,7 +45,7 @@ verbosity_string=none
 [system.ruby.network]
 type=SimpleNetwork
 children=topology
-adaptive_routing=true
+adaptive_routing=false
 buffer_size=0
 control_msg_size=8
 endpoint_bandwidth=10000
@@ -125,7 +126,10 @@ version=0
 
 [system.ruby.network.topology.ext_links1.ext_node.directory]
 type=RubyDirectoryMemory
+map_levels=4
+numa_high_bit=0
 size=134217728
+use_map=false
 version=0
 
 [system.ruby.network.topology.ext_links1.ext_node.memBuffer]
index 54877fca913b09a0c7cd0da04d1eadcd5fecf1bf..ba59ac498a922d8a45ef37800d11c7d2ea971a8d 100644 (file)
@@ -18,9 +18,9 @@ topology:
 virtual_net_0: active, ordered
 virtual_net_1: active, ordered
 virtual_net_2: active, ordered
-virtual_net_3: inactive
+virtual_net_3: active, ordered
 virtual_net_4: active, ordered
-virtual_net_5: active, ordered
+virtual_net_5: inactive
 virtual_net_6: inactive
 virtual_net_7: inactive
 virtual_net_8: inactive
@@ -34,7 +34,7 @@ periodic_stats_period: 1000000
 ================ End RubySystem Configuration Print ================
 
 
-Real time: Jan/27/2010 21:57:17
+Real time: Mar/18/2010 13:52:47
 
 Profiler Stats
 --------------
@@ -43,31 +43,20 @@ Elapsed_time_in_minutes: 0.0166667
 Elapsed_time_in_hours: 0.000277778
 Elapsed_time_in_days: 1.15741e-05
 
-Virtual_time_in_seconds: 0.23
-Virtual_time_in_minutes: 0.00383333
-Virtual_time_in_hours:   6.38889e-05
-Virtual_time_in_days:    2.66204e-06
+Virtual_time_in_seconds: 0.27
+Virtual_time_in_minutes: 0.0045
+Virtual_time_in_hours:   7.5e-05
+Virtual_time_in_days:    3.125e-06
 
-Ruby_current_time: 271191
+Ruby_current_time: 281031
 Ruby_start_time: 0
-Ruby_cycles: 271191
+Ruby_cycles: 281031
 
-mbytes_resident: 30.8242
-mbytes_total: 30.832
-resident_ratio: 1
-
-Total_misses: 0
-total_misses: 0 [ 0 ]
-user_misses: 0 [ 0 ]
-supervisor_misses: 0 [ 0 ]
-
-ruby_cycles_executed: 271192 [ 271192 ]
-
-transactions_started: 0 [ 0 ]
-transactions_ended: 0 [ 0 ]
-cycles_per_transaction: 0 [ 0 ]
-misses_per_transaction: 0 [ 0 ]
+mbytes_resident: 30.418
+mbytes_total: 203.402
+resident_ratio: 0.149584
 
+ruby_cycles_executed: [ 281032 ]
 
 Busy Controller Counts:
 L1Cache-0:0  
@@ -76,13 +65,13 @@ Directory-0:0
 
 Busy Bank Count:0
 
-sequencer_requests_outstanding: [binsize: 1 max: 16 count: 971 average: 15.7848 | standard deviation: 1.15276 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 3 86 869 ]
+sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1014 average: 15.7801 | standard deviation: 1.13371 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 5 96 900 ]
 
 All Non-Zero Cycle Demand Cache Accesses
 ----------------------------------------
-miss_latency: [binsize: 32 max: 5966 count: 956 average: 4491.48 | standard deviation: 635.733 | 0 0 0 0 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 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 2 0 0 1 1 0 0 0 0 0 1 0 0 0 0 2 1 0 1 4 1 0 3 1 0 1 2 2 1 2 4 3 6 6 2 5 14 5 6 8 6 7 6 10 8 13 14 13 7 15 9 17 24 19 17 14 19 25 18 19 19 20 24 15 27 24 21 30 29 21 20 22 15 23 16 24 17 22 12 11 14 15 10 13 12 7 13 7 11 11 3 7 10 3 5 7 0 2 5 3 0 3 3 1 1 3 0 0 1 1 0 0 0 0 0 0 0 ]
-miss_latency_2: [binsize: 32 max: 5629 count: 100 average: 4532.09 | standard deviation: 502.331 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 2 1 0 1 1 0 0 0 1 2 1 1 0 1 3 1 2 0 2 2 2 1 2 2 2 1 2 2 3 1 1 5 3 1 2 4 4 2 5 1 2 2 4 2 3 3 1 3 0 0 1 1 0 2 0 2 1 0 0 2 0 0 0 0 1 1 ]
-miss_latency_3: [binsize: 32 max: 5966 count: 856 average: 4486.74 | standard deviation: 649.61 | 0 0 0 0 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 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 2 0 0 1 1 0 0 0 0 0 1 0 0 0 0 2 1 0 1 4 1 0 3 0 0 0 2 2 1 2 4 3 6 4 1 5 13 4 6 8 6 6 4 9 7 13 13 10 6 13 9 15 22 17 16 12 17 23 17 17 17 17 23 14 22 21 20 28 25 17 18 17 14 21 14 20 15 19 9 10 11 15 10 12 11 7 11 7 9 10 3 7 8 3 5 7 0 1 4 3 0 3 3 1 1 3 0 0 1 1 0 0 0 0 0 0 0 ]
+miss_latency: [binsize: 32 max: 6068 count: 999 average: 4453.7 | standard deviation: 529.325 | 0 0 0 0 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 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 2 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 1 0 0 0 0 1 1 1 0 1 0 1 1 2 5 0 4 1 2 6 3 6 5 6 4 7 8 11 10 20 9 19 17 13 22 23 30 23 21 22 25 31 27 31 39 35 22 20 39 25 30 27 25 23 23 19 22 10 24 20 22 19 19 12 21 14 12 11 5 8 6 0 3 2 0 2 0 2 0 1 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 ]
+miss_latency_2: [binsize: 32 max: 5702 count: 100 average: 4601.67 | standard deviation: 400.66 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 2 0 3 1 1 3 4 5 2 3 1 2 2 1 1 5 2 0 2 2 2 5 2 2 3 1 3 3 1 5 4 4 2 3 3 1 1 3 3 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 ]
+miss_latency_3: [binsize: 32 max: 6068 count: 899 average: 4437.24 | standard deviation: 539.424 | 0 0 0 0 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 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 2 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 1 0 0 0 0 1 1 1 0 1 0 1 1 2 5 0 4 1 2 6 3 6 4 6 4 7 7 11 9 18 9 16 16 12 19 19 25 21 18 21 23 29 26 30 34 33 22 18 37 23 25 25 23 20 22 16 19 9 19 16 18 17 16 9 20 13 9 8 4 7 6 0 3 2 0 1 0 2 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 ]
 
 All Non-Zero Cycle SW Prefetch Requests
 ------------------------------------
@@ -96,11 +85,11 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
 
 Message Delayed Cycles
 ----------------------
-Total_delay_cycles: [binsize: 1 max: 0 count: 1839 average:     0 | standard deviation: 0 | 1839 ]
-Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 1839 average:     0 | standard deviation: 0 | 1839 ]
+Total_delay_cycles: [binsize: 1 max: 0 count: 1909 average:     0 | standard deviation: 0 | 1909 ]
+Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 1909 average:     0 | standard deviation: 0 | 1909 ]
   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: 921 average:     0 | standard deviation: 0 | 921 ]
-  virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 918 average:     0 | standard deviation: 0 | 918 ]
+  virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 956 average:     0 | standard deviation: 0 | 956 ]
+  virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 953 average:     0 | standard deviation: 0 | 953 ]
   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 ]
@@ -114,8 +103,8 @@ Resource Usage
 page_size: 4096
 user_time: 0
 system_time: 0
-page_reclaims: 6767
-page_faults: 1920
+page_reclaims: 8779
+page_faults: 0
 swaps: 0
 block_inputs: 0
 block_outputs: 0
@@ -125,129 +114,128 @@ Network Stats
 
 switch_0_inlinks: 2
 switch_0_outlinks: 2
-links_utilized_percent_switch_0: 0.105956
-  links_utilized_percent_switch_0_link_0: 0.0424378 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_0_link_1: 0.169475 bw: 160000 base_latency: 1
+links_utilized_percent_switch_0: 0.106147
+  links_utilized_percent_switch_0_link_0: 0.0425087 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_0_link_1: 0.169786 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_0_link_0_Response_Data: 921 66312 [ 0 921 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_0_Writeback_Control: 918 7344 [ 0 0 918 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Control: 921 7368 [ 921 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_0_link_1_Data: 919 66168 [ 919 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Response_Data: 956 68832 [ 0 0 0 0 956 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_0_Writeback_Control: 953 7624 [ 0 0 0 953 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Control: 957 7656 [ 0 0 957 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_0_link_1_Data: 954 68688 [ 0 0 954 0 0 0 0 0 0 0 ] base_latency: 1
 
 switch_1_inlinks: 2
 switch_1_outlinks: 2
-links_utilized_percent_switch_1: 0.106039
-  links_utilized_percent_switch_1_link_0: 0.0423272 bw: 640000 base_latency: 1
-  links_utilized_percent_switch_1_link_1: 0.169751 bw: 160000 base_latency: 1
+links_utilized_percent_switch_1: 0.106329
+  links_utilized_percent_switch_1_link_0: 0.0424464 bw: 640000 base_latency: 1
+  links_utilized_percent_switch_1_link_1: 0.170213 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_1_link_0_Control: 921 7368 [ 921 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_0_Data: 918 66096 [ 918 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Response_Data: 921 66312 [ 0 921 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_1_link_1_Writeback_Control: 918 7344 [ 0 0 918 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Control: 957 7656 [ 0 0 957 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_0_Data: 954 68688 [ 0 0 954 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Response_Data: 957 68904 [ 0 0 0 0 957 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_1_link_1_Writeback_Control: 954 7632 [ 0 0 0 954 0 0 0 0 0 0 ] base_latency: 1
 
 switch_2_inlinks: 2
 switch_2_outlinks: 2
-links_utilized_percent_switch_2: 0.16953
-  links_utilized_percent_switch_2_link_0: 0.169751 bw: 160000 base_latency: 1
-  links_utilized_percent_switch_2_link_1: 0.169309 bw: 160000 base_latency: 1
+links_utilized_percent_switch_2: 0.169999
+  links_utilized_percent_switch_2_link_0: 0.170213 bw: 160000 base_latency: 1
+  links_utilized_percent_switch_2_link_1: 0.169786 bw: 160000 base_latency: 1
 
-  outgoing_messages_switch_2_link_0_Response_Data: 921 66312 [ 0 921 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_0_Writeback_Control: 918 7344 [ 0 0 918 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Control: 921 7368 [ 921 0 0 0 0 0 0 0 0 0 ] base_latency: 1
-  outgoing_messages_switch_2_link_1_Data: 918 66096 [ 918 0 0 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Response_Data: 957 68904 [ 0 0 0 0 957 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_0_Writeback_Control: 954 7632 [ 0 0 0 954 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Control: 957 7656 [ 0 0 957 0 0 0 0 0 0 0 ] base_latency: 1
+  outgoing_messages_switch_2_link_1_Data: 954 68688 [ 0 0 954 0 0 0 0 0 0 0 ] base_latency: 1
 
 Cache Stats: system.ruby.network.topology.ext_links0.ext_node.sequencer.icache
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 923
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_demand_misses: 923
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_misses: 957
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_demand_misses: 957
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_sw_prefetches: 0
   system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_total_hw_prefetches: 0
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_misses_per_transaction: inf
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_LD:   10.9426%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_ST:   89.0574%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_LD:   10.2403%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_type_ST:   89.7597%
 
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   923    100%
-  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 4 count: 923 average: 1.32828 | standard deviation: 0.937297 | 0 822 0 0 101 ]
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_access_mode_type_SupervisorMode:   957    100%
+  system.ruby.network.topology.ext_links0.ext_node.sequencer.icache_request_size: [binsize: 1 max: 4 count: 957 average: 1.30721 | standard deviation: 0.910193 | 0 859 0 0 98 ]
 
  --- L1Cache 0 ---
  - Event Counts -
-Load  101
+Load  100
 Ifetch  0
-Store  857
-Data  921
+Store  900
+Data  956
 Fwd_GETX  0
 Inv  0
-Replacement  920
-Writeback_Ack  918
+Replacement  954
+Writeback_Ack  953
 Writeback_Nack  0
 
  - Transitions -
-I  Load  101
+I  Load  98
 I  Ifetch  0 <-- 
-I  Store  822
+I  Store  859
 I  Inv  0 <-- 
 I  Replacement  0 <-- 
 
 II  Writeback_Nack  0 <-- 
 
-M  Load  0 <-- 
+M  Load  2
 M  Ifetch  0 <-- 
-M  Store  35
+M  Store  41
 M  Fwd_GETX  0 <-- 
 M  Inv  0 <-- 
-M  Replacement  920
+M  Replacement  954
 
 MI  Fwd_GETX  0 <-- 
 MI  Inv  0 <-- 
-MI  Writeback_Ack  918
+MI  Writeback_Ack  953
 MI  Writeback_Nack  0 <-- 
 
 MII  Fwd_GETX  0 <-- 
 
-IS  Data  100
+IS  Data  98
 
-IM  Data  821
+IM  Data  858
 
 Memory controller: system.ruby.network.topology.ext_links1.ext_node.memBuffer:
-  memory_total_requests: 1839
-  memory_reads: 921
-  memory_writes: 918
-  memory_refreshes: 565
-  memory_total_request_delays: 2859
-  memory_delays_per_request: 1.55465
-  memory_delays_in_input_queue: 719
-  memory_delays_behind_head_of_bank_queue: 15
-  memory_delays_stalled_at_head_of_bank_queue: 2125
-  memory_stalls_for_bank_busy: 289
+  memory_total_requests: 1911
+  memory_reads: 957
+  memory_writes: 954
+  memory_refreshes: 586
+  memory_total_request_delays: 3005
+  memory_delays_per_request: 1.57248
+  memory_delays_in_input_queue: 744
+  memory_delays_behind_head_of_bank_queue: 13
+  memory_delays_stalled_at_head_of_bank_queue: 2248
+  memory_stalls_for_bank_busy: 342
   memory_stalls_for_random_busy: 0
   memory_stalls_for_anti_starvation: 0
-  memory_stalls_for_arbitration: 280
-  memory_stalls_for_bus: 928
+  memory_stalls_for_arbitration: 295
+  memory_stalls_for_bus: 949
   memory_stalls_for_tfaw: 0
-  memory_stalls_for_read_write_turnaround: 519
-  memory_stalls_for_read_read_turnaround: 109
-  accesses_per_bank: 62  46  62  86  113  64  68  60  64  64  56  62  48  40  46  38  62  50  52  52  58  61  56  54  52  58  58  56  51  54  52  34  
+  memory_stalls_for_read_write_turnaround: 550
+  memory_stalls_for_read_read_turnaround: 112
+  accesses_per_bank: 52  59  44  109  131  76  66  52  64  66  66  44  56  54  54  52  52  48  76  50  48  60  56  48  50  62  66  48  36  64  48  54  
 
  --- Directory 0 ---
  - Event Counts -
-GETX  921
+GETX  957
 GETS  0
-PUTX  918
+PUTX  954
 PUTX_NotOwner  0
 DMA_READ  0
 DMA_WRITE  0
-Memory_Data  921
-Memory_Ack  918
+Memory_Data  957
+Memory_Ack  954
 
  - Transitions -
-I  GETX  921
+I  GETX  957
 I  PUTX_NotOwner  0 <-- 
 I  DMA_READ  0 <-- 
 I  DMA_WRITE  0 <-- 
 
 M  GETX  0 <-- 
-M  PUTX  918
+M  PUTX  954
 M  PUTX_NotOwner  0 <-- 
 M  DMA_READ  0 <-- 
 M  DMA_WRITE  0 <-- 
@@ -270,7 +258,7 @@ IM  PUTX  0 <--
 IM  PUTX_NotOwner  0 <-- 
 IM  DMA_READ  0 <-- 
 IM  DMA_WRITE  0 <-- 
-IM  Memory_Data  921
+IM  Memory_Data  957
 
 MI  GETX  0 <-- 
 MI  GETS  0 <-- 
@@ -278,7 +266,7 @@ MI  PUTX  0 <--
 MI  PUTX_NotOwner  0 <-- 
 MI  DMA_READ  0 <-- 
 MI  DMA_WRITE  0 <-- 
-MI  Memory_Ack  918
+MI  Memory_Ack  954
 
 ID  GETX  0 <-- 
 ID  GETS  0 <-- 
index 109ab6ff35bcd4d3522b97641db7ae527e5fbbe5..5ef371e45d5653b741e003291b4c3a76527f7981 100755 (executable)
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
 All Rights Reserved
 
 
-M5 compiled Jan 27 2010 17:26:29
-M5 revision 6068d4fc30d3 6931 default qtip tip brad/rubycfg_regress_udpate
-M5 started Jan 27 2010 21:57:16
-M5 executing on svvint07
+M5 compiled Mar 18 2010 13:52:42
+M5 revision 6a6bb24e484f 7041 default qtip tip brad/regress_updates
+M5 started Mar 18 2010 13:52:46
+M5 executing on cabr0210
 command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby -re tests/run.py build/ALPHA_SE/tests/fast/quick/60.rubytest/alpha/linux/rubytest-ruby
 Global frequency set at 1000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
-Exiting @ tick 271191 because Ruby Tester completed
+Exiting @ tick 281031 because Ruby Tester completed
index 013781bd5f2582fb848d9144f555bc148e358634..182f5ad99f42f059c0ea33b564c40acf7594f67c 100644 (file)
@@ -1,10 +1,10 @@
 
 ---------- Begin Simulation Statistics ----------
-host_mem_usage                                 213104                       # Number of bytes of host memory used
-host_seconds                                     0.07                       # Real time elapsed on the host
-host_tick_rate                                3873825                       # Simulator tick rate (ticks/s)
+host_mem_usage                                 208288                       # Number of bytes of host memory used
+host_seconds                                     0.10                       # Real time elapsed on the host
+host_tick_rate                                2919378                       # Simulator tick rate (ticks/s)
 sim_freq                                   1000000000                       # Frequency of simulated ticks
-sim_seconds                                  0.000271                       # Number of seconds simulated
-sim_ticks                                      271191                       # Number of ticks simulated
+sim_seconds                                  0.000281                       # Number of seconds simulated
+sim_ticks                                      281031                       # Number of ticks simulated
 
 ---------- End Simulation Statistics   ----------