regress: updates after changing ruby network bandwidth

This commit is contained in:
Brad Beckmann 2011-04-28 17:18:16 -07:00
parent 93a50fc318
commit 001c16bc6d
85 changed files with 5860 additions and 5180 deletions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/linux/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -122,6 +123,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -153,6 +155,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
l2_request_latency=2 l2_request_latency=2
l2_response_latency=2 l2_response_latency=2
number_of_TBEs=256 number_of_TBEs=256
@ -213,68 +216,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,29 +34,29 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:12:41 Real time: Apr/28/2011 14:32:56
Profiler Stats Profiler Stats
-------------- --------------
Elapsed_time_in_seconds: 1 Elapsed_time_in_seconds: 0
Elapsed_time_in_minutes: 0.0166667 Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0.000277778 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 1.15741e-05 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.22 Virtual_time_in_seconds: 0.59
Virtual_time_in_minutes: 0.00366667 Virtual_time_in_minutes: 0.00983333
Virtual_time_in_hours: 6.11111e-05 Virtual_time_in_hours: 0.000163889
Virtual_time_in_days: 2.5463e-06 Virtual_time_in_days: 6.8287e-06
Ruby_current_time: 275313 Ruby_current_time: 279353
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 275313 Ruby_cycles: 279353
mbytes_resident: 39.0156 mbytes_resident: 39.4609
mbytes_total: 208.391 mbytes_total: 222.137
resident_ratio: 0.187242 resident_ratio: 0.177678
ruby_cycles_executed: [ 275314 ] ruby_cycles_executed: [ 279354 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -70,11 +70,11 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 8465 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 281 count: 8464 average: 31.5275 | standard deviation: 62.4195 | 0 6974 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 156 439 246 330 220 8 7 9 11 3 2 9 4 5 1 0 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 2 0 0 1 0 0 0 0 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 ] miss_latency: [binsize: 2 max: 297 count: 8464 average: 32.0048 | standard deviation: 63.6079 | 0 6974 0 0 0 0 0 0 0 29 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 118 380 227 310 190 17 40 4 7 11 8 23 23 28 22 21 12 0 0 0 2 2 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 3 3 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD: [binsize: 2 max: 281 count: 1185 average: 82.5848 | standard deviation: 82.5677 | 0 602 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 191 73 123 92 4 2 3 3 1 1 7 2 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD: [binsize: 2 max: 287 count: 1185 average: 83.8878 | standard deviation: 84.2176 | 0 602 0 0 0 0 0 0 0 12 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 54 155 70 110 81 8 29 3 2 5 2 9 4 12 7 5 8 0 0 0 0 0 0 0 0 0 0 0 0 0 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 3 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 ]
miss_latency_ST: [binsize: 2 max: 215 count: 865 average: 42.0289 | standard deviation: 69.8546 | 0 649 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 45 78 16 22 0 0 2 2 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 2 max: 297 count: 865 average: 43.8439 | standard deviation: 73.6087 | 0 649 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 35 63 19 18 8 4 0 0 1 1 3 15 1 3 16 4 0 0 0 2 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 3 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 ]
miss_latency_IFETCH: [binsize: 2 max: 269 count: 6414 average: 20.6784 | standard deviation: 51.1007 | 0 5723 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 203 95 191 106 4 5 4 6 2 1 1 1 4 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 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 ] miss_latency_IFETCH: [binsize: 2 max: 295 count: 6414 average: 20.8227 | standard deviation: 51.5606 | 0 5723 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 190 94 181 91 1 7 1 5 5 5 11 4 15 12 0 0 0 0 0 0 2 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 1 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 0 0 0 0 0 0 ]
miss_latency_NULL: [binsize: 2 max: 281 count: 8464 average: 31.5275 | standard deviation: 62.4195 | 0 6974 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 156 439 246 330 220 8 7 9 11 3 2 9 4 5 1 0 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 2 0 0 1 0 0 0 0 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 ] miss_latency_NULL: [binsize: 2 max: 297 count: 8464 average: 32.0048 | standard deviation: 63.6079 | 0 6974 0 0 0 0 0 0 0 29 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 118 380 227 310 190 17 40 4 7 11 8 23 23 28 22 21 12 0 0 0 2 2 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 3 3 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 2 max: 281 count: 1185 average: 82.5848 | standard deviation: 82.5677 | 0 602 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 191 73 123 92 4 2 3 3 1 1 7 2 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD_NULL: [binsize: 2 max: 287 count: 1185 average: 83.8878 | standard deviation: 84.2176 | 0 602 0 0 0 0 0 0 0 12 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 54 155 70 110 81 8 29 3 2 5 2 9 4 12 7 5 8 0 0 0 0 0 0 0 0 0 0 0 0 0 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 3 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 ]
miss_latency_ST_NULL: [binsize: 2 max: 215 count: 865 average: 42.0289 | standard deviation: 69.8546 | 0 649 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 45 78 16 22 0 0 2 2 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST_NULL: [binsize: 2 max: 297 count: 865 average: 43.8439 | standard deviation: 73.6087 | 0 649 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 35 63 19 18 8 4 0 0 1 1 3 15 1 3 16 4 0 0 0 2 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 3 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 ]
miss_latency_IFETCH_NULL: [binsize: 2 max: 269 count: 6414 average: 20.6784 | standard deviation: 51.1007 | 0 5723 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 203 95 191 106 4 5 4 6 2 1 1 1 4 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 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 ] miss_latency_IFETCH_NULL: [binsize: 2 max: 295 count: 6414 average: 20.8227 | standard deviation: 51.5606 | 0 5723 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 190 94 181 91 1 7 1 5 5 5 11 4 15 12 0 0 0 0 0 0 2 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 1 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 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -101,12 +101,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
Message Delayed Cycles Message Delayed Cycles
---------------------- ----------------------
Total_delay_cycles: [binsize: 1 max: 30 count: 9645 average: 0.0134785 | standard deviation: 0.509043 | 9637 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 1 ] Total_delay_cycles: [binsize: 1 max: 20 count: 9645 average: 0.064282 | standard deviation: 0.540462 | 9495 0 1 0 147 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 6920 average: 0 | standard deviation: 0 | 6920 ] Total_nonPF_delay_cycles: [binsize: 1 max: 2 count: 6920 average: 0.000289017 | standard deviation: 0.0240441 | 6919 0 1 ]
virtual_network_0_delay_cycles: [binsize: 1 max: 30 count: 2725 average: 0.0477064 | standard deviation: 0.956852 | 2717 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 1 ] virtual_network_0_delay_cycles: [binsize: 1 max: 20 count: 2725 average: 0.226789 | standard deviation: 0.997795 | 2576 0 0 0 147 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 ]
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 1041 average: 0 | standard deviation: 0 | 1041 ] virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 1041 average: 0 | standard deviation: 0 | 1041 ]
virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 5879 average: 0 | standard deviation: 0 | 5879 ] virtual_network_3_delay_cycles: [binsize: 1 max: 2 count: 5879 average: 0.000340194 | standard deviation: 0.0260865 | 5878 0 1 ]
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -119,11 +119,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 10280 page_reclaims: 11320
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -138,9 +138,9 @@ total_msgs: 37671 total_bytes: 976248
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.0889147 links_utilized_percent_switch_0: 1.87549
links_utilized_percent_switch_0_link_0: 0.0675913 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.66455 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.110238 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.08644 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Request_Control: 1041 8328 [ 1041 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 1041 8328 [ 1041 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 1490 107280 [ 0 1490 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 1490 107280 [ 0 1490 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -152,9 +152,9 @@ links_utilized_percent_switch_0: 0.0889147
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.228653 links_utilized_percent_switch_1: 3.64029
links_utilized_percent_switch_1_link_0: 0.0938114 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 3.69819 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.363495 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 3.58239 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Control: 1490 11920 [ 1490 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Control: 1490 11920 [ 1490 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 1460 105120 [ 0 1460 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 1460 105120 [ 0 1460 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -168,9 +168,9 @@ links_utilized_percent_switch_1: 0.228653
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.144145 links_utilized_percent_switch_2: 1.76479
links_utilized_percent_switch_2_link_0: 0.0232826 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 0.917835 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.265007 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.61175 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Control: 1460 11680 [ 1460 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Control: 1460 11680 [ 1460 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 277 19944 [ 0 277 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 277 19944 [ 0 277 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -180,10 +180,10 @@ links_utilized_percent_switch_2: 0.144145
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.246247 links_utilized_percent_switch_3: 2.42686
links_utilized_percent_switch_3_link_0: 0.270365 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 2.66455 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.375246 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 3.69819 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.0931304 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 0.917835 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Request_Control: 1041 8328 [ 1041 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 1041 8328 [ 1041 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 1490 107280 [ 0 1490 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 1490 107280 [ 0 1490 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -336,8 +336,8 @@ Cache Stats: system.l2_cntrl0.L2cacheMemory
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GET_INSTR [691 ] 691 L1_GET_INSTR [691 ] 691
L1_GETS [592 ] 592 L1_GETS [586 ] 586
L1_GETX [220 ] 220 L1_GETX [216 ] 216
L1_UPGRADE [0 ] 0 L1_UPGRADE [0 ] 0
L1_PUTX [436 ] 436 L1_PUTX [436 ] 436
L1_PUTX_old [0 ] 0 L1_PUTX_old [0 ] 0
@ -393,8 +393,8 @@ MT L2_Replacement_clean [352 ] 352
MT MEM_Inv [0 ] 0 MT MEM_Inv [0 ] 0
M_I L1_GET_INSTR [0 ] 0 M_I L1_GET_INSTR [0 ] 0
M_I L1_GETS [9 ] 9 M_I L1_GETS [3 ] 3
M_I L1_GETX [4 ] 4 M_I L1_GETX [0 ] 0
M_I L1_UPGRADE [0 ] 0 M_I L1_UPGRADE [0 ] 0
M_I L1_PUTX [0 ] 0 M_I L1_PUTX [0 ] 0
M_I L1_PUTX_old [0 ] 0 M_I L1_PUTX_old [0 ] 0
@ -547,19 +547,19 @@ Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1737 memory_total_requests: 1737
memory_reads: 1460 memory_reads: 1460
memory_writes: 277 memory_writes: 277
memory_refreshes: 574 memory_refreshes: 582
memory_total_request_delays: 1092 memory_total_request_delays: 821
memory_delays_per_request: 0.62867 memory_delays_per_request: 0.472654
memory_delays_in_input_queue: 133 memory_delays_in_input_queue: 84
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 959 memory_delays_stalled_at_head_of_bank_queue: 737
memory_stalls_for_bank_busy: 199 memory_stalls_for_bank_busy: 197
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 32 memory_stalls_for_arbitration: 40
memory_stalls_for_bus: 236 memory_stalls_for_bus: 242
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 492 memory_stalls_for_read_write_turnaround: 258
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 92 21 45 54 57 174 48 18 19 22 35 37 56 59 44 36 41 24 22 28 32 48 122 36 32 25 35 96 114 185 19 61 accesses_per_bank: 92 21 45 54 57 174 48 18 19 22 35 37 56 59 44 36 41 24 22 28 32 48 122 36 32 25 35 96 114 185 19 61

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:12:36 M5 compiled Apr 28 2011 14:32:19
M5 started Apr 19 2011 12:12:40 M5 started Apr 28 2011 14:32:56
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MESI_CMP_directory/m5.fast -d build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory command line: build/ALPHA_SE_MESI_CMP_directory/m5.opt -d build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 275313 because target called exit() Exiting @ tick 279353 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 53768 # Simulator instruction rate (inst/s) host_inst_rate 23386 # Simulator instruction rate (inst/s)
host_mem_usage 213396 # Number of bytes of host memory used host_mem_usage 227472 # Number of bytes of host memory used
host_seconds 0.12 # Real time elapsed on the host host_seconds 0.27 # Real time elapsed on the host
host_tick_rate 2308748 # Simulator tick rate (ticks/s) host_tick_rate 1019507 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 6404 # Number of instructions simulated sim_insts 6404 # Number of instructions simulated
sim_seconds 0.000275 # Number of seconds simulated sim_seconds 0.000279 # Number of seconds simulated
sim_ticks 275313 # Number of ticks simulated sim_ticks 279353 # Number of ticks simulated
system.cpu.dtb.data_accesses 2060 # DTB accesses system.cpu.dtb.data_accesses 2060 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 2050 # DTB hits system.cpu.dtb.data_hits 2050 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 275313 # number of cpu cycles simulated system.cpu.numCycles 279353 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 275313 # Number of busy cycles system.cpu.num_busy_cycles 279353 # Number of busy cycles
system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses
system.cpu.num_fp_insts 10 # number of float instructions system.cpu.num_fp_insts 10 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/linux/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -121,6 +122,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -150,6 +152,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
request_latency=2 request_latency=2
@ -209,68 +212,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:14:53 Real time: Apr/28/2011 14:49:15
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.24 Virtual_time_in_seconds: 0.61
Virtual_time_in_minutes: 0.004 Virtual_time_in_minutes: 0.0101667
Virtual_time_in_hours: 6.66667e-05 Virtual_time_in_hours: 0.000169444
Virtual_time_in_days: 2.77778e-06 Virtual_time_in_days: 7.06019e-06
Ruby_current_time: 223854 Ruby_current_time: 223694
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 223854 Ruby_cycles: 223694
mbytes_resident: 39.1172 mbytes_resident: 39.6055
mbytes_total: 208.504 mbytes_total: 222.41
resident_ratio: 0.187628 resident_ratio: 0.178127
ruby_cycles_executed: [ 223855 ] ruby_cycles_executed: [ 223695 ]
Busy Controller Counts: Busy Controller Counts:
L2Cache-0:0 L2Cache-0:0
@ -70,11 +70,11 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 8465 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 276 count: 8464 average: 25.4478 | standard deviation: 56.39 | 0 7102 0 0 0 0 0 0 0 188 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 251 197 238 187 165 13 4 20 3 7 5 4 3 3 1 0 1 1 1 0 0 1 0 1 0 0 0 3 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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 ] miss_latency: [binsize: 2 max: 276 count: 8464 average: 25.4289 | standard deviation: 56.47 | 0 7102 0 0 0 0 0 0 0 164 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 243 195 220 185 167 17 4 19 5 3 3 5 21 6 1 2 1 0 0 0 0 1 0 0 0 0 0 3 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 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 ]
miss_latency_LD: [binsize: 2 max: 259 count: 1185 average: 62.838 | standard deviation: 78.9565 | 0 660 0 0 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 98 55 84 84 63 2 1 3 2 3 5 3 2 2 0 0 1 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 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_LD: [binsize: 2 max: 259 count: 1185 average: 62.8405 | standard deviation: 79.0945 | 0 660 0 0 0 0 0 0 0 99 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 95 54 83 83 64 4 1 2 2 1 3 3 5 6 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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_ST: [binsize: 2 max: 227 count: 865 average: 29.6555 | standard deviation: 60.051 | 0 674 0 0 0 0 0 0 0 0 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 41 10 36 6 0 1 0 1 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 2 max: 233 count: 865 average: 29.4509 | standard deviation: 59.7812 | 0 674 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 41 10 37 6 1 1 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 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_IFETCH: [binsize: 2 max: 276 count: 6414 average: 17.9724 | standard deviation: 47.359 | 0 5768 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 153 110 113 93 66 5 3 16 1 3 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 2 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 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 ] miss_latency_IFETCH: [binsize: 2 max: 276 count: 6414 average: 17.9746 | standard deviation: 47.4906 | 0 5768 0 0 0 0 0 0 0 65 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 148 110 96 92 66 7 2 16 3 2 0 2 14 0 1 2 0 0 0 0 0 0 0 0 0 0 0 2 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 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 ]
miss_latency_NULL: [binsize: 2 max: 276 count: 8464 average: 25.4478 | standard deviation: 56.39 | 0 7102 0 0 0 0 0 0 0 188 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 251 197 238 187 165 13 4 20 3 7 5 4 3 3 1 0 1 1 1 0 0 1 0 1 0 0 0 3 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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 ] miss_latency_NULL: [binsize: 2 max: 276 count: 8464 average: 25.4289 | standard deviation: 56.47 | 0 7102 0 0 0 0 0 0 0 164 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 243 195 220 185 167 17 4 19 5 3 3 5 21 6 1 2 1 0 0 0 0 1 0 0 0 0 0 3 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 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 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 2 max: 259 count: 1185 average: 62.838 | standard deviation: 78.9565 | 0 660 0 0 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 98 55 84 84 63 2 1 3 2 3 5 3 2 2 0 0 1 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 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_LD_NULL: [binsize: 2 max: 259 count: 1185 average: 62.8405 | standard deviation: 79.0945 | 0 660 0 0 0 0 0 0 0 99 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 95 54 83 83 64 4 1 2 2 1 3 3 5 6 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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_ST_NULL: [binsize: 2 max: 227 count: 865 average: 29.6555 | standard deviation: 60.051 | 0 674 0 0 0 0 0 0 0 0 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 41 10 36 6 0 1 0 1 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST_NULL: [binsize: 2 max: 233 count: 865 average: 29.4509 | standard deviation: 59.7812 | 0 674 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 41 10 37 6 1 1 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 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_IFETCH_NULL: [binsize: 2 max: 276 count: 6414 average: 17.9724 | standard deviation: 47.359 | 0 5768 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 153 110 113 93 66 5 3 16 1 3 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 2 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 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 ] miss_latency_IFETCH_NULL: [binsize: 2 max: 276 count: 6414 average: 17.9746 | standard deviation: 47.4906 | 0 5768 0 0 0 0 0 0 0 65 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 148 110 96 92 66 7 2 16 3 2 0 2 14 0 1 2 0 0 0 0 0 0 0 0 0 0 0 2 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 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 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -119,87 +119,87 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 10307 page_reclaims: 11338
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 7428 59424 total_msg_count_Request_Control: 7413 59304
total_msg_count_Response_Data: 6684 481248 total_msg_count_Response_Data: 6654 479088
total_msg_count_ResponseL2hit_Data: 744 53568 total_msg_count_ResponseL2hit_Data: 759 54648
total_msg_count_Writeback_Data: 4644 334368 total_msg_count_Writeback_Data: 4644 334368
total_msg_count_Writeback_Control: 17424 139392 total_msg_count_Writeback_Control: 17379 139032
total_msg_count_Unblock_Control: 7428 59424 total_msg_count_Unblock_Control: 7413 59304
total_msgs: 44352 total_bytes: 1127424 total_msgs: 44262 total_bytes: 1125744
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.219641 links_utilized_percent_switch_0: 5.24221
links_utilized_percent_switch_0_link_0: 0.0760094 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 6.11058 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.363272 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 4.37383 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 248 17856 [ 0 0 248 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 2447 19576 [ 1354 1093 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 1109 8872 [ 0 1109 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_ResponseL2hit_Data: 253 18216 [ 0 0 253 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 3346 26768 [ 1354 1093 899 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 1109 8872 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.295226 links_utilized_percent_switch_1: 3.33894
links_utilized_percent_switch_1_link_0: 0.152935 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 3.04255 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.437517 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 3.63532 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_ResponseL2hit_Data: 253 18216 [ 0 0 253 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 2452 19616 [ 1354 1098 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 1114 8912 [ 0 1114 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 248 17856 [ 0 0 248 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 3356 26848 [ 1354 1098 904 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Unblock_Control: 1114 8912 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.140918 links_utilized_percent_switch_2: 1.90327
links_utilized_percent_switch_2_link_0: 0.03337 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.33128 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.248466 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.47526 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 1114 8912 [ 0 1114 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 1109 8872 [ 0 1109 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 2002 16016 [ 0 1098 904 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 1992 15936 [ 0 1093 899 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Unblock_Control: 1114 8912 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Unblock_Control: 1109 8872 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Writeback_Control: 1098 8784 [ 0 1098 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Writeback_Control: 1093 8744 [ 0 1093 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.349752 links_utilized_percent_switch_3: 3.4948
links_utilized_percent_switch_3_link_0: 0.304037 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 6.11058 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.611738 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 3.04255 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.13348 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 1.33128 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 248 17856 [ 0 0 248 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 1362 10896 [ 1362 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Control: 2447 19576 [ 1354 1093 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Data: 1114 80208 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 1354 97488 [ 0 0 1354 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Data: 1109 79848 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Control: 2452 19616 [ 1354 1098 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_ResponseL2hit_Data: 253 18216 [ 0 0 253 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Unblock_Control: 1362 10896 [ 0 0 1362 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Control: 1354 10832 [ 1354 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 1114 8912 [ 0 1114 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 1109 8872 [ 0 1109 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 194 13968 [ 0 0 194 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 2002 16016 [ 0 1098 904 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Control: 1992 15936 [ 0 1093 899 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Unblock_Control: 1114 8912 [ 0 0 1114 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Unblock_Control: 1109 8872 [ 0 0 1109 0 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 0 system.l1_cntrl0.L1IcacheMemory_total_misses: 0
@ -260,16 +260,16 @@ O Fwd_GETX [0 ] 0
O Fwd_GETS [0 ] 0 O Fwd_GETS [0 ] 0
O Fwd_DMA [0 ] 0 O Fwd_DMA [0 ] 0
M Load [308 ] 308 M Load [307 ] 307
M Ifetch [3484 ] 3484 M Ifetch [3481 ] 3481
M Store [51 ] 51 M Store [51 ] 51
M L1_Replacement [1086 ] 1086 M L1_Replacement [1086 ] 1086
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M_W Load [111 ] 111 M_W Load [112 ] 112
M_W Ifetch [2284 ] 2284 M_W Ifetch [2287 ] 2287
M_W Store [27 ] 27 M_W Store [27 ] 27
M_W L1_Replacement [17 ] 17 M_W L1_Replacement [17 ] 17
M_W Own_GETX [0 ] 0 M_W Own_GETX [0 ] 0
@ -402,21 +402,21 @@ Own_GETX [0 ] 0
Inv [0 ] 0 Inv [0 ] 0
IntAck [0 ] 0 IntAck [0 ] 0
ExtAck [0 ] 0 ExtAck [0 ] 0
All_Acks [131 ] 131 All_Acks [130 ] 130
Data [131 ] 131 Data [130 ] 130
Data_Exclusive [983 ] 983 Data_Exclusive [979 ] 979
L1_WBCLEANDATA [1059 ] 1059 L1_WBCLEANDATA [1058 ] 1058
L1_WBDIRTYDATA [295 ] 295 L1_WBDIRTYDATA [296 ] 296
Writeback_Ack [1098 ] 1098 Writeback_Ack [1093 ] 1093
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Exclusive_Unblock [1362 ] 1362 Exclusive_Unblock [1362 ] 1362
DmaAck [0 ] 0 DmaAck [0 ] 0
L2_Replacement [1098 ] 1098 L2_Replacement [1093 ] 1093
- Transitions - - Transitions -
NP L1_GETS [983 ] 983 NP L1_GETS [979 ] 979
NP L1_GETX [131 ] 131 NP L1_GETX [130 ] 130
NP L1_PUTO [0 ] 0 NP L1_PUTO [0 ] 0
NP L1_PUTX [0 ] 0 NP L1_PUTX [0 ] 0
NP L1_PUTS [0 ] 0 NP L1_PUTS [0 ] 0
@ -541,15 +541,15 @@ SLS L1_PUTS [0 ] 0
SLS Inv [0 ] 0 SLS Inv [0 ] 0
SLS L2_Replacement [0 ] 0 SLS L2_Replacement [0 ] 0
M L1_GETS [188 ] 188 M L1_GETS [192 ] 192
M L1_GETX [60 ] 60 M L1_GETX [61 ] 61
M L1_PUTO [0 ] 0 M L1_PUTO [0 ] 0
M L1_PUTX [0 ] 0 M L1_PUTX [0 ] 0
M L1_PUTS [0 ] 0 M L1_PUTS [0 ] 0
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M L2_Replacement [1098 ] 1098 M L2_Replacement [1093 ] 1093
IFGX L1_GETS [0 ] 0 IFGX L1_GETS [0 ] 0
IFGX L1_GETX [0 ] 0 IFGX L1_GETX [0 ] 0
@ -809,8 +809,8 @@ ILXW Fwd_GETS [0 ] 0
ILXW Fwd_DMA [0 ] 0 ILXW Fwd_DMA [0 ] 0
ILXW Inv [0 ] 0 ILXW Inv [0 ] 0
ILXW Data [0 ] 0 ILXW Data [0 ] 0
ILXW L1_WBCLEANDATA [1059 ] 1059 ILXW L1_WBCLEANDATA [1058 ] 1058
ILXW L1_WBDIRTYDATA [295 ] 295 ILXW L1_WBDIRTYDATA [296 ] 296
ILXW Unblock [0 ] 0 ILXW Unblock [0 ] 0
ILXW L2_Replacement [0 ] 0 ILXW L2_Replacement [0 ] 0
@ -907,9 +907,9 @@ IGS Fwd_DMA [0 ] 0
IGS Own_GETX [0 ] 0 IGS Own_GETX [0 ] 0
IGS Inv [0 ] 0 IGS Inv [0 ] 0
IGS Data [0 ] 0 IGS Data [0 ] 0
IGS Data_Exclusive [983 ] 983 IGS Data_Exclusive [979 ] 979
IGS Unblock [0 ] 0 IGS Unblock [0 ] 0
IGS Exclusive_Unblock [983 ] 983 IGS Exclusive_Unblock [979 ] 979
IGS L2_Replacement [0 ] 0 IGS L2_Replacement [0 ] 0
IGM L1_GETS [0 ] 0 IGM L1_GETS [0 ] 0
@ -924,7 +924,7 @@ IGM Fwd_DMA [0 ] 0
IGM Own_GETX [0 ] 0 IGM Own_GETX [0 ] 0
IGM Inv [0 ] 0 IGM Inv [0 ] 0
IGM ExtAck [0 ] 0 IGM ExtAck [0 ] 0
IGM Data [131 ] 131 IGM Data [130 ] 130
IGM Data_Exclusive [0 ] 0 IGM Data_Exclusive [0 ] 0
IGM L2_Replacement [0 ] 0 IGM L2_Replacement [0 ] 0
@ -953,8 +953,8 @@ IGMO Fwd_GETS [0 ] 0
IGMO Fwd_DMA [0 ] 0 IGMO Fwd_DMA [0 ] 0
IGMO Own_GETX [0 ] 0 IGMO Own_GETX [0 ] 0
IGMO ExtAck [0 ] 0 IGMO ExtAck [0 ] 0
IGMO All_Acks [131 ] 131 IGMO All_Acks [130 ] 130
IGMO Exclusive_Unblock [131 ] 131 IGMO Exclusive_Unblock [130 ] 130
IGMO L2_Replacement [0 ] 0 IGMO L2_Replacement [0 ] 0
IGMIO L1_GETS [0 ] 0 IGMIO L1_GETS [0 ] 0
@ -1034,7 +1034,7 @@ MM Fwd_GETX [0 ] 0
MM Fwd_GETS [0 ] 0 MM Fwd_GETS [0 ] 0
MM Fwd_DMA [0 ] 0 MM Fwd_DMA [0 ] 0
MM Inv [0 ] 0 MM Inv [0 ] 0
MM Exclusive_Unblock [60 ] 60 MM Exclusive_Unblock [61 ] 61
MM L2_Replacement [0 ] 0 MM L2_Replacement [0 ] 0
SS L1_GETS [0 ] 0 SS L1_GETS [0 ] 0
@ -1061,7 +1061,7 @@ OO Fwd_GETS [0 ] 0
OO Fwd_DMA [0 ] 0 OO Fwd_DMA [0 ] 0
OO Inv [0 ] 0 OO Inv [0 ] 0
OO Unblock [0 ] 0 OO Unblock [0 ] 0
OO Exclusive_Unblock [188 ] 188 OO Exclusive_Unblock [192 ] 192
OO L2_Replacement [0 ] 0 OO L2_Replacement [0 ] 0
OLSS L1_GETS [0 ] 0 OLSS L1_GETS [0 ] 0
@ -1125,7 +1125,7 @@ MI L1_PUTS [0 ] 0
MI Fwd_GETX [0 ] 0 MI Fwd_GETX [0 ] 0
MI Fwd_GETS [0 ] 0 MI Fwd_GETS [0 ] 0
MI Fwd_DMA [0 ] 0 MI Fwd_DMA [0 ] 0
MI Writeback_Ack [1098 ] 1098 MI Writeback_Ack [1093 ] 1093
MI L2_Replacement [0 ] 0 MI L2_Replacement [0 ] 0
MII L1_GETS [0 ] 0 MII L1_GETS [0 ] 0
@ -1232,38 +1232,38 @@ ILOXD DmaAck [0 ] 0
ILOXD L2_Replacement [0 ] 0 ILOXD L2_Replacement [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1308 memory_total_requests: 1303
memory_reads: 1114 memory_reads: 1109
memory_writes: 194 memory_writes: 194
memory_refreshes: 467 memory_refreshes: 466
memory_total_request_delays: 250 memory_total_request_delays: 279
memory_delays_per_request: 0.191131 memory_delays_per_request: 0.214121
memory_delays_in_input_queue: 4 memory_delays_in_input_queue: 12
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 246 memory_delays_stalled_at_head_of_bank_queue: 267
memory_stalls_for_bank_busy: 94 memory_stalls_for_bank_busy: 123
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 11 memory_stalls_for_arbitration: 16
memory_stalls_for_bus: 62 memory_stalls_for_bus: 58
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 79 memory_stalls_for_read_write_turnaround: 70
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 75 17 45 40 54 99 29 16 19 22 32 34 52 48 38 30 39 21 21 27 28 37 55 22 31 22 32 70 84 104 13 52 accesses_per_bank: 74 17 45 40 54 99 29 16 19 22 31 34 52 48 38 30 39 21 21 27 28 37 55 22 31 21 32 69 84 103 13 52
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [131 ] 131 GETX [130 ] 130
GETS [983 ] 983 GETS [979 ] 979
PUTX [1098 ] 1098 PUTX [1093 ] 1093
PUTO [0 ] 0 PUTO [0 ] 0
PUTO_SHARERS [0 ] 0 PUTO_SHARERS [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Last_Unblock [0 ] 0 Last_Unblock [0 ] 0
Exclusive_Unblock [1114 ] 1114 Exclusive_Unblock [1109 ] 1109
Clean_Writeback [904 ] 904 Clean_Writeback [899 ] 899
Dirty_Writeback [194 ] 194 Dirty_Writeback [194 ] 194
Memory_Data [1114 ] 1114 Memory_Data [1109 ] 1109
Memory_Ack [194 ] 194 Memory_Ack [194 ] 194
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
@ -1271,12 +1271,12 @@ DMA_ACK [0 ] 0
Data [0 ] 0 Data [0 ] 0
- Transitions - - Transitions -
I GETX [131 ] 131 I GETX [130 ] 130
I GETS [983 ] 983 I GETS [979 ] 979
I PUTX [0 ] 0 I PUTX [0 ] 0
I PUTO [0 ] 0 I PUTO [0 ] 0
I Memory_Data [0 ] 0 I Memory_Data [0 ] 0
I Memory_Ack [191 ] 191 I Memory_Ack [190 ] 190
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
@ -1301,7 +1301,7 @@ O DMA_WRITE [0 ] 0
M GETX [0 ] 0 M GETX [0 ] 0
M GETS [0 ] 0 M GETS [0 ] 0
M PUTX [1098 ] 1098 M PUTX [1093 ] 1093
M PUTO [0 ] 0 M PUTO [0 ] 0
M PUTO_SHARERS [0 ] 0 M PUTO_SHARERS [0 ] 0
M Memory_Data [0 ] 0 M Memory_Data [0 ] 0
@ -1315,9 +1315,9 @@ IS PUTX [0 ] 0
IS PUTO [0 ] 0 IS PUTO [0 ] 0
IS PUTO_SHARERS [0 ] 0 IS PUTO_SHARERS [0 ] 0
IS Unblock [0 ] 0 IS Unblock [0 ] 0
IS Exclusive_Unblock [983 ] 983 IS Exclusive_Unblock [979 ] 979
IS Memory_Data [983 ] 983 IS Memory_Data [979 ] 979
IS Memory_Ack [2 ] 2 IS Memory_Ack [3 ] 3
IS DMA_READ [0 ] 0 IS DMA_READ [0 ] 0
IS DMA_WRITE [0 ] 0 IS DMA_WRITE [0 ] 0
@ -1362,8 +1362,8 @@ MM GETS [0 ] 0
MM PUTX [0 ] 0 MM PUTX [0 ] 0
MM PUTO [0 ] 0 MM PUTO [0 ] 0
MM PUTO_SHARERS [0 ] 0 MM PUTO_SHARERS [0 ] 0
MM Exclusive_Unblock [131 ] 131 MM Exclusive_Unblock [130 ] 130
MM Memory_Data [131 ] 131 MM Memory_Data [130 ] 130
MM Memory_Ack [1 ] 1 MM Memory_Ack [1 ] 1
MM DMA_READ [0 ] 0 MM DMA_READ [0 ] 0
MM DMA_WRITE [0 ] 0 MM DMA_WRITE [0 ] 0
@ -1375,7 +1375,7 @@ MI PUTX [0 ] 0
MI PUTO [0 ] 0 MI PUTO [0 ] 0
MI PUTO_SHARERS [0 ] 0 MI PUTO_SHARERS [0 ] 0
MI Unblock [0 ] 0 MI Unblock [0 ] 0
MI Clean_Writeback [904 ] 904 MI Clean_Writeback [899 ] 899
MI Dirty_Writeback [194 ] 194 MI Dirty_Writeback [194 ] 194
MI Memory_Data [0 ] 0 MI Memory_Data [0 ] 0
MI Memory_Ack [0 ] 0 MI Memory_Ack [0 ] 0

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:14:48 M5 compiled Apr 28 2011 14:48:31
M5 started Apr 19 2011 12:14:53 M5 started Apr 28 2011 14:49:14
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_CMP_directory/m5.fast -d build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory command line: build/ALPHA_SE_MOESI_CMP_directory/m5.opt -d build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 223854 because target called exit() Exiting @ tick 223694 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 44214 # Simulator instruction rate (inst/s) host_inst_rate 19980 # Simulator instruction rate (inst/s)
host_mem_usage 213512 # Number of bytes of host memory used host_mem_usage 227752 # Number of bytes of host memory used
host_seconds 0.14 # Real time elapsed on the host host_seconds 0.32 # Real time elapsed on the host
host_tick_rate 1544058 # Simulator tick rate (ticks/s) host_tick_rate 697544 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 6404 # Number of instructions simulated sim_insts 6404 # Number of instructions simulated
sim_seconds 0.000224 # Number of seconds simulated sim_seconds 0.000224 # Number of seconds simulated
sim_ticks 223854 # Number of ticks simulated sim_ticks 223694 # Number of ticks simulated
system.cpu.dtb.data_accesses 2060 # DTB accesses system.cpu.dtb.data_accesses 2060 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 2050 # DTB hits system.cpu.dtb.data_hits 2050 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 223854 # number of cpu cycles simulated system.cpu.numCycles 223694 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 223854 # Number of busy cycles system.cpu.num_busy_cycles 223694 # Number of busy cycles
system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses
system.cpu.num_fp_insts 10 # number of float instructions system.cpu.num_fp_insts 10 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/linux/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=5 directory_latency=5
distributed_persistent=true distributed_persistent=true
@ -125,6 +126,7 @@ L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=0
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -160,6 +162,7 @@ children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=1
filtering_enabled=true filtering_enabled=true
l2_request_latency=5 l2_request_latency=5
l2_response_latency=5 l2_response_latency=5
@ -220,68 +223,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,29 +34,29 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:17:16 Real time: Apr/28/2011 15:03:53
Profiler Stats Profiler Stats
-------------- --------------
Elapsed_time_in_seconds: 0 Elapsed_time_in_seconds: 1
Elapsed_time_in_minutes: 0 Elapsed_time_in_minutes: 0.0166667
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0.000277778
Elapsed_time_in_days: 0 Elapsed_time_in_days: 1.15741e-05
Virtual_time_in_seconds: 0.18 Virtual_time_in_seconds: 0.55
Virtual_time_in_minutes: 0.003 Virtual_time_in_minutes: 0.00916667
Virtual_time_in_hours: 5e-05 Virtual_time_in_hours: 0.000152778
Virtual_time_in_days: 2.08333e-06 Virtual_time_in_days: 6.36574e-06
Ruby_current_time: 217591 Ruby_current_time: 231701
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 217591 Ruby_cycles: 231701
mbytes_resident: 38.9258 mbytes_resident: 39.457
mbytes_total: 208.391 mbytes_total: 222.211
resident_ratio: 0.186811 resident_ratio: 0.177618
ruby_cycles_executed: [ 217592 ] ruby_cycles_executed: [ 231702 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -70,13 +70,13 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 8465 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 276 count: 8464 average: 24.7078 | standard deviation: 56.4373 | 0 7081 0 0 0 0 0 0 0 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 191 158 138 129 298 6 3 5 6 6 28 26 44 26 38 0 2 1 0 1 3 3 2 4 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 1 0 0 2 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency: [binsize: 2 max: 326 count: 8464 average: 26.3749 | standard deviation: 59.7716 | 0 7082 0 0 0 0 0 0 0 0 21 3 180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 7 156 141 316 165 138 16 4 6 35 30 41 24 40 3 1 2 4 3 0 2 2 1 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 1 0 0 0 0 0 0 3 0 0 0 0 0 0 0 1 0 0 1 20 0 3 2 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD: [binsize: 2 max: 276 count: 1185 average: 60.9418 | standard deviation: 78.0106 | 0 660 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 64 48 37 108 1 2 2 5 0 10 8 6 14 20 0 1 0 0 1 0 2 0 1 1 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD: [binsize: 2 max: 326 count: 1185 average: 65.011 | standard deviation: 81.2899 | 0 660 0 0 0 0 0 0 0 0 3 2 95 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 55 33 124 68 56 0 2 3 11 11 7 12 19 3 1 1 3 2 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 2 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 ]
miss_latency_ST: [binsize: 2 max: 202 count: 865 average: 31.3526 | standard deviation: 61.6294 | 0 653 0 0 0 0 0 0 0 0 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 13 38 22 7 29 0 0 1 0 2 2 8 21 0 0 0 0 0 0 0 2 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_ST: [binsize: 2 max: 321 count: 865 average: 39.3988 | standard deviation: 76.4664 | 0 654 0 0 0 0 0 0 0 0 17 0 26 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 17 11 29 14 36 1 0 1 1 6 23 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 1 0 0 0 18 0 2 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH: [binsize: 2 max: 276 count: 6414 average: 17.1174 | standard deviation: 47.5593 | 0 5768 0 0 0 0 0 0 0 0 68 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 56 68 85 161 5 1 2 1 4 16 10 17 12 18 0 1 1 0 0 1 1 1 3 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 1 0 1 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_IFETCH: [binsize: 2 max: 276 count: 6414 average: 17.4804 | standard deviation: 48.2606 | 0 5768 0 0 0 0 0 0 0 0 1 1 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 3 84 97 163 83 46 15 2 2 23 13 11 12 20 0 0 1 1 1 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 1 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 ]
miss_latency_L1Cache: [binsize: 1 max: 2 count: 7081 average: 2 | standard deviation: 0 | 0 0 7081 ] miss_latency_L1Cache: [binsize: 1 max: 2 count: 7082 average: 2 | standard deviation: 0 | 0 0 7082 ]
miss_latency_L2Cache: [binsize: 1 max: 21 count: 251 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 251 ] miss_latency_L2Cache: [binsize: 1 max: 25 count: 204 average: 24.5441 | standard deviation: 1.24963 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21 2 1 1 179 ]
miss_latency_Directory: [binsize: 2 max: 276 count: 1132 average: 167.574 | standard deviation: 13.1739 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 191 158 138 129 298 6 3 5 6 6 28 26 44 26 38 0 2 1 0 1 3 3 2 4 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 1 0 0 2 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_Directory: [binsize: 2 max: 326 count: 1178 average: 173.231 | standard deviation: 22.9712 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 7 156 141 316 165 138 16 4 6 35 30 41 24 40 3 1 2 4 3 0 2 2 1 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 1 0 0 0 0 0 0 3 0 0 0 0 0 0 0 1 0 0 1 20 0 3 2 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -86,16 +86,16 @@ miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 1 average:
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 169 count: 1 average: 169 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 169 count: 1 average: 169 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ]
imcomplete_dir_Times: 1131 imcomplete_dir_Times: 1177
miss_latency_LD_L1Cache: [binsize: 1 max: 2 count: 660 average: 2 | standard deviation: 0 | 0 0 660 ] miss_latency_LD_L1Cache: [binsize: 1 max: 2 count: 660 average: 2 | standard deviation: 0 | 0 0 660 ]
miss_latency_LD_L2Cache: [binsize: 1 max: 21 count: 117 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 ] miss_latency_LD_L2Cache: [binsize: 1 max: 25 count: 100 average: 24.83 | standard deviation: 0.771984 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 1 1 0 95 ]
miss_latency_LD_Directory: [binsize: 2 max: 276 count: 408 average: 167.743 | standard deviation: 13.3005 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 64 48 37 108 1 2 2 5 0 10 8 6 14 20 0 1 0 0 1 0 2 0 1 1 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD_Directory: [binsize: 2 max: 326 count: 425 average: 172.318 | standard deviation: 18.6969 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 55 33 124 68 56 0 2 3 11 11 7 12 19 3 1 1 3 2 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 2 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 ]
miss_latency_ST_L1Cache: [binsize: 1 max: 2 count: 653 average: 2 | standard deviation: 0 | 0 0 653 ] miss_latency_ST_L1Cache: [binsize: 1 max: 2 count: 654 average: 2 | standard deviation: 0 | 0 0 654 ]
miss_latency_ST_L2Cache: [binsize: 1 max: 21 count: 66 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 ] miss_latency_ST_L2Cache: [binsize: 1 max: 25 count: 43 average: 23.4186 | standard deviation: 1.98206 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 26 ]
miss_latency_ST_Directory: [binsize: 2 max: 202 count: 146 average: 167.315 | standard deviation: 9.47738 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 38 22 7 29 0 0 1 0 2 2 8 21 0 0 0 0 0 0 0 2 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_ST_Directory: [binsize: 2 max: 321 count: 168 average: 189.077 | standard deviation: 46.5714 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 17 11 29 14 36 1 0 1 1 6 23 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 1 0 0 0 18 0 2 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH_L1Cache: [binsize: 1 max: 2 count: 5768 average: 2 | standard deviation: 0 | 0 0 5768 ] miss_latency_IFETCH_L1Cache: [binsize: 1 max: 2 count: 5768 average: 2 | standard deviation: 0 | 0 0 5768 ]
miss_latency_IFETCH_L2Cache: [binsize: 1 max: 21 count: 68 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 68 ] miss_latency_IFETCH_L2Cache: [binsize: 1 max: 25 count: 61 average: 24.8689 | standard deviation: 0.645497 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 58 ]
miss_latency_IFETCH_Directory: [binsize: 2 max: 276 count: 578 average: 167.521 | standard deviation: 13.885 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 56 68 85 161 5 1 2 1 4 16 10 17 12 18 0 1 1 0 0 1 1 1 3 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 1 0 1 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_IFETCH_Directory: [binsize: 2 max: 276 count: 585 average: 169.344 | standard deviation: 10.0739 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 3 84 97 163 83 46 15 2 2 23 13 11 12 20 0 0 1 1 1 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 1 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 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -127,75 +127,82 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 10260 page_reclaims: 11316
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 7599 60792 total_msg_count_Request_Control: 7731 61848
total_msg_count_Response_Data: 3396 244512 total_msg_count_Response_Data: 3534 254448
total_msg_count_ResponseL2hit_Data: 753 54216 total_msg_count_ResponseL2hit_Data: 612 44064
total_msg_count_Response_Control: 21 168 total_msg_count_Response_Control: 3 24
total_msg_count_Writeback_Data: 4683 337176 total_msg_count_Writeback_Data: 4749 341928
total_msg_count_Writeback_Control: 2883 23064 total_msg_count_Writeback_Control: 2901 23208
total_msgs: 19335 total_bytes: 719928 total_msg_count_Persistent_Control: 240 1920
total_msgs: 19770 total_bytes: 727440
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.191673 links_utilized_percent_switch_0: 2.81473
links_utilized_percent_switch_0_link_0: 0.0715448 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.69291 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.311801 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.93654 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 1132 81504 [ 0 0 0 0 1132 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 1178 84816 [ 0 0 0 0 1178 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 251 18072 [ 0 0 0 0 251 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 204 14688 [ 0 0 0 0 204 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 1383 11064 [ 0 1383 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 1382 11056 [ 0 1382 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.110669 links_utilized_percent_switch_1: 2.12213
links_utilized_percent_switch_1_link_0: 0.0779501 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.93654 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.143388 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.30772 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 1383 11064 [ 0 1383 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 1382 11056 [ 0 1382 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 1150 9200 [ 0 0 1150 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 251 18072 [ 0 0 0 0 251 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 1195 9560 [ 0 0 1195 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 204 14688 [ 0 0 0 0 204 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 207 14904 [ 0 0 0 0 207 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 961 7688 [ 0 0 0 0 961 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 229 16488 [ 0 0 0 0 229 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 967 7736 [ 0 0 0 0 967 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.128469 links_utilized_percent_switch_2: 1.6039
links_utilized_percent_switch_2_link_0: 0.0228295 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 0.919936 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.234109 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.28786 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 1150 9200 [ 0 0 1150 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 1195 9560 [ 0 0 1195 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 207 14904 [ 0 0 0 0 207 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 229 16488 [ 0 0 0 0 229 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 961 7688 [ 0 0 0 0 961 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 967 7736 [ 0 0 0 0 967 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 1132 81504 [ 0 0 0 0 1132 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 1178 84816 [ 0 0 0 0 1178 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.229766 links_utilized_percent_switch_3: 2.18025
links_utilized_percent_switch_3_link_0: 0.286179 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 2.68428 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.311801 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 2.93654 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.0913181 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 0.919936 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 1132 81504 [ 0 0 0 0 1132 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 1178 84816 [ 0 0 0 0 1178 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 251 18072 [ 0 0 0 0 251 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 204 14688 [ 0 0 0 0 204 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Control: 7 56 [ 0 0 0 0 7 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 1383 11064 [ 0 1383 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Request_Control: 1382 11056 [ 0 1382 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Data: 1354 97488 [ 0 0 0 0 1354 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 1150 9200 [ 0 0 1150 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 207 14904 [ 0 0 0 0 207 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 1195 9560 [ 0 0 1195 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 961 7688 [ 0 0 0 0 961 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 229 16488 [ 0 0 0 0 229 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 967 7736 [ 0 0 0 0 967 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Persistent_Control: 40 320 [ 0 0 0 40 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 646 system.l1_cntrl0.L1IcacheMemory_total_misses: 646
@ -209,16 +216,16 @@ Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 646 100% system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 646 100%
Cache Stats: system.l1_cntrl0.L1DcacheMemory Cache Stats: system.l1_cntrl0.L1DcacheMemory
system.l1_cntrl0.L1DcacheMemory_total_misses: 737 system.l1_cntrl0.L1DcacheMemory_total_misses: 736
system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 737 system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 736
system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_request_type_LD: 71.2347% system.l1_cntrl0.L1DcacheMemory_request_type_LD: 71.3315%
system.l1_cntrl0.L1DcacheMemory_request_type_ST: 28.7653% system.l1_cntrl0.L1DcacheMemory_request_type_ST: 28.6685%
system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 737 100% system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 736 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
@ -226,11 +233,11 @@ Load [1185 ] 1185
Ifetch [6414 ] 6414 Ifetch [6414 ] 6414
Store [865 ] 865 Store [865 ] 865
Atomic [0 ] 0 Atomic [0 ] 0
L1_Replacement [1366 ] 1366 L1_Replacement [1364 ] 1364
Data_Shared [185 ] 185 Data_Shared [161 ] 161
Data_Owner [0 ] 0 Data_Owner [0 ] 0
Data_All_Tokens [1198 ] 1198 Data_All_Tokens [1221 ] 1221
Ack [7 ] 7 Ack [1 ] 1
Ack_All_Tokens [0 ] 0 Ack_All_Tokens [0 ] 0
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
Transient_Local_GETX [0 ] 0 Transient_Local_GETX [0 ] 0
@ -241,11 +248,11 @@ Transient_Local_GETS_Last_Token [0 ] 0
Persistent_GETX [0 ] 0 Persistent_GETX [0 ] 0
Persistent_GETS [0 ] 0 Persistent_GETS [0 ] 0
Persistent_GETS_Last_Token [0 ] 0 Persistent_GETS_Last_Token [0 ] 0
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [40 ] 40
Request_Timeout [0 ] 0 Request_Timeout [20 ] 20
Use_TimeoutStarverX [0 ] 0 Use_TimeoutStarverX [0 ] 0
Use_TimeoutStarverS [0 ] 0 Use_TimeoutStarverS [0 ] 0
Use_TimeoutNoStarvers [1197 ] 1197 Use_TimeoutNoStarvers [1220 ] 1220
Use_TimeoutNoStarvers_NoMig [0 ] 0 Use_TimeoutNoStarvers_NoMig [0 ] 0
- Transitions - - Transitions -
@ -286,11 +293,11 @@ I Persistent_GETS [0 ] 0
I Persistent_GETS_Last_Token [0 ] 0 I Persistent_GETS_Last_Token [0 ] 0
I Own_Lock_or_Unlock [0 ] 0 I Own_Lock_or_Unlock [0 ] 0
S Load [172 ] 172 S Load [153 ] 153
S Ifetch [356 ] 356 S Ifetch [331 ] 331
S Store [21 ] 21 S Store [20 ] 20
S Atomic [0 ] 0 S Atomic [0 ] 0
S L1_Replacement [164 ] 164 S L1_Replacement [141 ] 141
S Data_Shared [0 ] 0 S Data_Shared [0 ] 0
S Data_Owner [0 ] 0 S Data_Owner [0 ] 0
S Data_All_Tokens [0 ] 0 S Data_All_Tokens [0 ] 0
@ -326,22 +333,22 @@ O Persistent_GETS [0 ] 0
O Persistent_GETS_Last_Token [0 ] 0 O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M Load [176 ] 176 M Load [186 ] 186
M Ifetch [3228 ] 3228 M Ifetch [3322 ] 3322
M Store [32 ] 32 M Store [33 ] 33
M Atomic [0 ] 0 M Atomic [0 ] 0
M L1_Replacement [922 ] 922 M L1_Replacement [945 ] 945
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_Local_GETX [0 ] 0 M Transient_Local_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
M Transient_Local_GETS [0 ] 0 M Transient_Local_GETS [0 ] 0
M Persistent_GETX [0 ] 0 M Persistent_GETX [0 ] 0
M Persistent_GETS [0 ] 0 M Persistent_GETS [0 ] 0
M Own_Lock_or_Unlock [0 ] 0 M Own_Lock_or_Unlock [3 ] 3
MM Load [220 ] 220 MM Load [220 ] 220
MM Ifetch [0 ] 0 MM Ifetch [0 ] 0
MM Store [329 ] 329 MM Store [330 ] 330
MM Atomic [0 ] 0 MM Atomic [0 ] 0
MM L1_Replacement [268 ] 268 MM L1_Replacement [268 ] 268
MM Transient_GETX [0 ] 0 MM Transient_GETX [0 ] 0
@ -350,13 +357,13 @@ MM Transient_GETS [0 ] 0
MM Transient_Local_GETS [0 ] 0 MM Transient_Local_GETS [0 ] 0
MM Persistent_GETX [0 ] 0 MM Persistent_GETX [0 ] 0
MM Persistent_GETS [0 ] 0 MM Persistent_GETS [0 ] 0
MM Own_Lock_or_Unlock [0 ] 0 MM Own_Lock_or_Unlock [17 ] 17
M_W Load [71 ] 71 M_W Load [80 ] 80
M_W Ifetch [2184 ] 2184 M_W Ifetch [2115 ] 2115
M_W Store [25 ] 25 M_W Store [25 ] 25
M_W Atomic [0 ] 0 M_W Atomic [0 ] 0
M_W L1_Replacement [8 ] 8 M_W L1_Replacement [6 ] 6
M_W Transient_GETX [0 ] 0 M_W Transient_GETX [0 ] 0
M_W Transient_Local_GETX [0 ] 0 M_W Transient_Local_GETX [0 ] 0
M_W Transient_GETS [0 ] 0 M_W Transient_GETS [0 ] 0
@ -366,12 +373,12 @@ M_W Persistent_GETS [0 ] 0
M_W Own_Lock_or_Unlock [0 ] 0 M_W Own_Lock_or_Unlock [0 ] 0
M_W Use_TimeoutStarverX [0 ] 0 M_W Use_TimeoutStarverX [0 ] 0
M_W Use_TimeoutStarverS [0 ] 0 M_W Use_TimeoutStarverS [0 ] 0
M_W Use_TimeoutNoStarvers [960 ] 960 M_W Use_TimeoutNoStarvers [984 ] 984
M_W Use_TimeoutNoStarvers_NoMig [0 ] 0 M_W Use_TimeoutNoStarvers_NoMig [0 ] 0
MM_W Load [21 ] 21 MM_W Load [21 ] 21
MM_W Ifetch [0 ] 0 MM_W Ifetch [0 ] 0
MM_W Store [267 ] 267 MM_W Store [266 ] 266
MM_W Atomic [0 ] 0 MM_W Atomic [0 ] 0
MM_W L1_Replacement [4 ] 4 MM_W L1_Replacement [4 ] 4
MM_W Transient_GETX [0 ] 0 MM_W Transient_GETX [0 ] 0
@ -383,7 +390,7 @@ MM_W Persistent_GETS [0 ] 0
MM_W Own_Lock_or_Unlock [0 ] 0 MM_W Own_Lock_or_Unlock [0 ] 0
MM_W Use_TimeoutStarverX [0 ] 0 MM_W Use_TimeoutStarverX [0 ] 0
MM_W Use_TimeoutStarverS [0 ] 0 MM_W Use_TimeoutStarverS [0 ] 0
MM_W Use_TimeoutNoStarvers [237 ] 237 MM_W Use_TimeoutNoStarvers [236 ] 236
MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0 MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0
IM Load [0 ] 0 IM Load [0 ] 0
@ -394,7 +401,7 @@ IM L1_Replacement [0 ] 0
IM Data_Shared [0 ] 0 IM Data_Shared [0 ] 0
IM Data_Owner [0 ] 0 IM Data_Owner [0 ] 0
IM Data_All_Tokens [191 ] 191 IM Data_All_Tokens [191 ] 191
IM Ack [7 ] 7 IM Ack [1 ] 1
IM Transient_GETX [0 ] 0 IM Transient_GETX [0 ] 0
IM Transient_Local_GETX [0 ] 0 IM Transient_Local_GETX [0 ] 0
IM Transient_GETS [0 ] 0 IM Transient_GETS [0 ] 0
@ -404,8 +411,8 @@ IM Transient_Local_GETS_Last_Token [0 ] 0
IM Persistent_GETX [0 ] 0 IM Persistent_GETX [0 ] 0
IM Persistent_GETS [0 ] 0 IM Persistent_GETS [0 ] 0
IM Persistent_GETS_Last_Token [0 ] 0 IM Persistent_GETS_Last_Token [0 ] 0
IM Own_Lock_or_Unlock [0 ] 0 IM Own_Lock_or_Unlock [17 ] 17
IM Request_Timeout [0 ] 0 IM Request_Timeout [17 ] 17
SM Load [0 ] 0 SM Load [0 ] 0
SM Ifetch [0 ] 0 SM Ifetch [0 ] 0
@ -414,7 +421,7 @@ SM Atomic [0 ] 0
SM L1_Replacement [0 ] 0 SM L1_Replacement [0 ] 0
SM Data_Shared [0 ] 0 SM Data_Shared [0 ] 0
SM Data_Owner [0 ] 0 SM Data_Owner [0 ] 0
SM Data_All_Tokens [21 ] 21 SM Data_All_Tokens [20 ] 20
SM Ack [0 ] 0 SM Ack [0 ] 0
SM Transient_GETX [0 ] 0 SM Transient_GETX [0 ] 0
SM Transient_Local_GETX [0 ] 0 SM Transient_Local_GETX [0 ] 0
@ -454,9 +461,9 @@ IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS Atomic [0 ] 0 IS Atomic [0 ] 0
IS L1_Replacement [0 ] 0 IS L1_Replacement [0 ] 0
IS Data_Shared [185 ] 185 IS Data_Shared [161 ] 161
IS Data_Owner [0 ] 0 IS Data_Owner [0 ] 0
IS Data_All_Tokens [986 ] 986 IS Data_All_Tokens [1010 ] 1010
IS Ack [0 ] 0 IS Ack [0 ] 0
IS Transient_GETX [0 ] 0 IS Transient_GETX [0 ] 0
IS Transient_Local_GETX [0 ] 0 IS Transient_Local_GETX [0 ] 0
@ -467,8 +474,8 @@ IS Transient_Local_GETS_Last_Token [0 ] 0
IS Persistent_GETX [0 ] 0 IS Persistent_GETX [0 ] 0
IS Persistent_GETS [0 ] 0 IS Persistent_GETS [0 ] 0
IS Persistent_GETS_Last_Token [0 ] 0 IS Persistent_GETS_Last_Token [0 ] 0
IS Own_Lock_or_Unlock [0 ] 0 IS Own_Lock_or_Unlock [3 ] 3
IS Request_Timeout [0 ] 0 IS Request_Timeout [3 ] 3
I_L Load [0 ] 0 I_L Load [0 ] 0
I_L Ifetch [0 ] 0 I_L Ifetch [0 ] 0
@ -572,50 +579,50 @@ IS_L Own_Lock_or_Unlock [0 ] 0
IS_L Request_Timeout [0 ] 0 IS_L Request_Timeout [0 ] 0
Cache Stats: system.l2_cntrl0.L2cacheMemory Cache Stats: system.l2_cntrl0.L2cacheMemory
system.l2_cntrl0.L2cacheMemory_total_misses: 1150 system.l2_cntrl0.L2cacheMemory_total_misses: 1195
system.l2_cntrl0.L2cacheMemory_total_demand_misses: 1150 system.l2_cntrl0.L2cacheMemory_total_demand_misses: 1195
system.l2_cntrl0.L2cacheMemory_total_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_request_type_GETS: 85.7391% system.l2_cntrl0.L2cacheMemory_request_type_GETS: 84.5188%
system.l2_cntrl0.L2cacheMemory_request_type_GETX: 14.2609% system.l2_cntrl0.L2cacheMemory_request_type_GETX: 15.4812%
system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 1150 100% system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 1195 100%
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GETS [1117 ] 1117 L1_GETS [1122 ] 1122
L1_GETS_Last_Token [54 ] 54 L1_GETS_Last_Token [49 ] 49
L1_GETX [212 ] 212 L1_GETX [211 ] 211
L1_INV [0 ] 0 L1_INV [0 ] 0
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
Transient_GETS [0 ] 0 Transient_GETS [0 ] 0
Transient_GETS_Last_Token [0 ] 0 Transient_GETS_Last_Token [0 ] 0
L2_Replacement [1272 ] 1272 L2_Replacement [1265 ] 1265
Writeback_Tokens [0 ] 0 Writeback_Tokens [0 ] 0
Writeback_Shared_Data [113 ] 113 Writeback_Shared_Data [84 ] 84
Writeback_All_Tokens [1241 ] 1241 Writeback_All_Tokens [1270 ] 1270
Writeback_Owned [0 ] 0 Writeback_Owned [0 ] 0
Data_Shared [0 ] 0 Data_Shared [0 ] 0
Data_Owner [0 ] 0 Data_Owner [0 ] 0
Data_All_Tokens [0 ] 0 Data_All_Tokens [0 ] 0
Ack [0 ] 0 Ack [0 ] 0
Ack_All_Tokens [0 ] 0 Ack_All_Tokens [0 ] 0
Persistent_GETX [0 ] 0 Persistent_GETX [17 ] 17
Persistent_GETS [0 ] 0 Persistent_GETS [3 ] 3
Persistent_GETS_Last_Token [0 ] 0 Persistent_GETS_Last_Token [0 ] 0
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [20 ] 20
- Transitions - - Transitions -
NP L1_GETS [986 ] 986 NP L1_GETS [1010 ] 1010
NP L1_GETX [138 ] 138 NP L1_GETX [166 ] 166
NP L1_INV [0 ] 0 NP L1_INV [0 ] 0
NP Transient_GETX [0 ] 0 NP Transient_GETX [0 ] 0
NP Transient_GETS [0 ] 0 NP Transient_GETS [0 ] 0
NP Writeback_Tokens [0 ] 0 NP Writeback_Tokens [0 ] 0
NP Writeback_Shared_Data [109 ] 109 NP Writeback_Shared_Data [81 ] 81
NP Writeback_All_Tokens [1171 ] 1171 NP Writeback_All_Tokens [1192 ] 1192
NP Writeback_Owned [0 ] 0 NP Writeback_Owned [0 ] 0
NP Data_Shared [0 ] 0 NP Data_Shared [0 ] 0
NP Data_Owner [0 ] 0 NP Data_Owner [0 ] 0
@ -624,7 +631,7 @@ NP Ack [0 ] 0
NP Persistent_GETX [0 ] 0 NP Persistent_GETX [0 ] 0
NP Persistent_GETS [0 ] 0 NP Persistent_GETS [0 ] 0
NP Persistent_GETS_Last_Token [0 ] 0 NP Persistent_GETS_Last_Token [0 ] 0
NP Own_Lock_or_Unlock [0 ] 0 NP Own_Lock_or_Unlock [20 ] 20
I L1_GETS [0 ] 0 I L1_GETS [0 ] 0
I L1_GETS_Last_Token [0 ] 0 I L1_GETS_Last_Token [0 ] 0
@ -633,10 +640,10 @@ I L1_INV [0 ] 0
I Transient_GETX [0 ] 0 I Transient_GETX [0 ] 0
I Transient_GETS [0 ] 0 I Transient_GETS [0 ] 0
I Transient_GETS_Last_Token [0 ] 0 I Transient_GETS_Last_Token [0 ] 0
I L2_Replacement [104 ] 104 I L2_Replacement [69 ] 69
I Writeback_Tokens [0 ] 0 I Writeback_Tokens [0 ] 0
I Writeback_Shared_Data [4 ] 4 I Writeback_Shared_Data [3 ] 3
I Writeback_All_Tokens [19 ] 19 I Writeback_All_Tokens [21 ] 21
I Writeback_Owned [0 ] 0 I Writeback_Owned [0 ] 0
I Data_Shared [0 ] 0 I Data_Shared [0 ] 0
I Data_Owner [0 ] 0 I Data_Owner [0 ] 0
@ -648,13 +655,13 @@ I Persistent_GETS_Last_Token [0 ] 0
I Own_Lock_or_Unlock [0 ] 0 I Own_Lock_or_Unlock [0 ] 0
S L1_GETS [0 ] 0 S L1_GETS [0 ] 0
S L1_GETS_Last_Token [54 ] 54 S L1_GETS_Last_Token [49 ] 49
S L1_GETX [7 ] 7 S L1_GETX [1 ] 1
S L1_INV [0 ] 0 S L1_INV [0 ] 0
S Transient_GETX [0 ] 0 S Transient_GETX [0 ] 0
S Transient_GETS [0 ] 0 S Transient_GETS [0 ] 0
S Transient_GETS_Last_Token [0 ] 0 S Transient_GETS_Last_Token [0 ] 0
S L2_Replacement [52 ] 52 S L2_Replacement [34 ] 34
S Writeback_Tokens [0 ] 0 S Writeback_Tokens [0 ] 0
S Writeback_Shared_Data [0 ] 0 S Writeback_Shared_Data [0 ] 0
S Writeback_All_Tokens [0 ] 0 S Writeback_All_Tokens [0 ] 0
@ -670,15 +677,15 @@ S Own_Lock_or_Unlock [0 ] 0
O L1_GETS [0 ] 0 O L1_GETS [0 ] 0
O L1_GETS_Last_Token [0 ] 0 O L1_GETS_Last_Token [0 ] 0
O L1_GETX [18 ] 18 O L1_GETX [17 ] 17
O L1_INV [0 ] 0 O L1_INV [0 ] 0
O Transient_GETX [0 ] 0 O Transient_GETX [0 ] 0
O Transient_GETS [0 ] 0 O Transient_GETS [0 ] 0
O Transient_GETS_Last_Token [0 ] 0 O Transient_GETS_Last_Token [0 ] 0
O L2_Replacement [62 ] 62 O L2_Replacement [38 ] 38
O Writeback_Tokens [0 ] 0 O Writeback_Tokens [0 ] 0
O Writeback_Shared_Data [0 ] 0 O Writeback_Shared_Data [0 ] 0
O Writeback_All_Tokens [51 ] 51 O Writeback_All_Tokens [57 ] 57
O Data_Shared [0 ] 0 O Data_Shared [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Ack [0 ] 0 O Ack [0 ] 0
@ -688,12 +695,12 @@ O Persistent_GETS [0 ] 0
O Persistent_GETS_Last_Token [0 ] 0 O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M L1_GETS [131 ] 131 M L1_GETS [112 ] 112
M L1_GETX [48 ] 48 M L1_GETX [26 ] 26
M L1_INV [0 ] 0 M L1_INV [0 ] 0
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
M L2_Replacement [1054 ] 1054 M L2_Replacement [1124 ] 1124
M Persistent_GETX [0 ] 0 M Persistent_GETX [0 ] 0
M Persistent_GETS [0 ] 0 M Persistent_GETS [0 ] 0
M Own_Lock_or_Unlock [0 ] 0 M Own_Lock_or_Unlock [0 ] 0
@ -713,8 +720,8 @@ I_L Data_Shared [0 ] 0
I_L Data_Owner [0 ] 0 I_L Data_Owner [0 ] 0
I_L Data_All_Tokens [0 ] 0 I_L Data_All_Tokens [0 ] 0
I_L Ack [0 ] 0 I_L Ack [0 ] 0
I_L Persistent_GETX [0 ] 0 I_L Persistent_GETX [17 ] 17
I_L Persistent_GETS [0 ] 0 I_L Persistent_GETS [3 ] 3
I_L Own_Lock_or_Unlock [0 ] 0 I_L Own_Lock_or_Unlock [0 ] 0
S_L L1_GETS [0 ] 0 S_L L1_GETS [0 ] 0
@ -739,49 +746,49 @@ S_L Persistent_GETS_Last_Token [0 ] 0
S_L Own_Lock_or_Unlock [0 ] 0 S_L Own_Lock_or_Unlock [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1339 memory_total_requests: 1407
memory_reads: 1132 memory_reads: 1178
memory_writes: 207 memory_writes: 229
memory_refreshes: 454 memory_refreshes: 483
memory_total_request_delays: 574 memory_total_request_delays: 396
memory_delays_per_request: 0.428678 memory_delays_per_request: 0.28145
memory_delays_in_input_queue: 179 memory_delays_in_input_queue: 112
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 395 memory_delays_stalled_at_head_of_bank_queue: 284
memory_stalls_for_bank_busy: 125 memory_stalls_for_bank_busy: 58
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 33 memory_stalls_for_arbitration: 16
memory_stalls_for_bus: 219 memory_stalls_for_bus: 208
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 18 memory_stalls_for_read_write_turnaround: 2
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 75 17 45 40 54 100 30 16 19 22 32 34 52 48 39 30 39 21 21 21 28 38 61 22 30 22 32 72 90 123 13 53 accesses_per_bank: 75 17 45 41 54 102 33 16 20 22 32 34 53 50 40 31 40 21 21 21 28 38 89 22 31 23 32 72 95 141 15 53
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [164 ] 164 GETX [488 ] 488
GETS [986 ] 986 GETS [1093 ] 1093
Lockdown [0 ] 0 Lockdown [20 ] 20
Unlockdown [0 ] 0 Unlockdown [20 ] 20
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [0 ] 0
Own_Lock_or_Unlock_Tokens [0 ] 0 Own_Lock_or_Unlock_Tokens [0 ] 0
Data_Owner [19 ] 19 Data_Owner [9 ] 9
Data_All_Tokens [188 ] 188 Data_All_Tokens [220 ] 220
Ack_Owner [43 ] 43 Ack_Owner [29 ] 29
Ack_Owner_All_Tokens [866 ] 866 Ack_Owner_All_Tokens [904 ] 904
Tokens [0 ] 0 Tokens [0 ] 0
Ack_All_Tokens [52 ] 52 Ack_All_Tokens [34 ] 34
Request_Timeout [0 ] 0 Request_Timeout [0 ] 0
Memory_Data [1132 ] 1132 Memory_Data [1178 ] 1178
Memory_Ack [207 ] 207 Memory_Ack [229 ] 229
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
DMA_WRITE_All_Tokens [0 ] 0 DMA_WRITE_All_Tokens [0 ] 0
- Transitions - - Transitions -
O GETX [146 ] 146 O GETX [168 ] 168
O GETS [986 ] 986 O GETS [1010 ] 1010
O Lockdown [0 ] 0 O Lockdown [0 ] 0
O Unlockdown [0 ] 0 O Unlockdown [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
@ -789,21 +796,21 @@ O Own_Lock_or_Unlock_Tokens [0 ] 0
O Data_Owner [0 ] 0 O Data_Owner [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Tokens [0 ] 0 O Tokens [0 ] 0
O Ack_All_Tokens [52 ] 52 O Ack_All_Tokens [34 ] 34
O DMA_READ [0 ] 0 O DMA_READ [0 ] 0
O DMA_WRITE [0 ] 0 O DMA_WRITE [0 ] 0
O DMA_WRITE_All_Tokens [0 ] 0 O DMA_WRITE_All_Tokens [0 ] 0
NO GETX [18 ] 18 NO GETX [17 ] 17
NO GETS [0 ] 0 NO GETS [0 ] 0
NO Lockdown [0 ] 0 NO Lockdown [6 ] 6
NO Unlockdown [0 ] 0 NO Unlockdown [0 ] 0
NO Own_Lock_or_Unlock [0 ] 0 NO Own_Lock_or_Unlock [0 ] 0
NO Own_Lock_or_Unlock_Tokens [0 ] 0 NO Own_Lock_or_Unlock_Tokens [0 ] 0
NO Data_Owner [19 ] 19 NO Data_Owner [9 ] 9
NO Data_All_Tokens [188 ] 188 NO Data_All_Tokens [220 ] 220
NO Ack_Owner [43 ] 43 NO Ack_Owner [29 ] 29
NO Ack_Owner_All_Tokens [866 ] 866 NO Ack_Owner_All_Tokens [904 ] 904
NO Tokens [0 ] 0 NO Tokens [0 ] 0
NO DMA_READ [0 ] 0 NO DMA_READ [0 ] 0
NO DMA_WRITE [0 ] 0 NO DMA_WRITE [0 ] 0
@ -811,7 +818,7 @@ NO DMA_WRITE [0 ] 0
L GETX [0 ] 0 L GETX [0 ] 0
L GETS [0 ] 0 L GETS [0 ] 0
L Lockdown [0 ] 0 L Lockdown [0 ] 0
L Unlockdown [0 ] 0 L Unlockdown [20 ] 20
L Own_Lock_or_Unlock [0 ] 0 L Own_Lock_or_Unlock [0 ] 0
L Own_Lock_or_Unlock_Tokens [0 ] 0 L Own_Lock_or_Unlock_Tokens [0 ] 0
L Data_Owner [0 ] 0 L Data_Owner [0 ] 0
@ -823,8 +830,8 @@ L DMA_READ [0 ] 0
L DMA_WRITE [0 ] 0 L DMA_WRITE [0 ] 0
L DMA_WRITE_All_Tokens [0 ] 0 L DMA_WRITE_All_Tokens [0 ] 0
O_W GETX [0 ] 0 O_W GETX [303 ] 303
O_W GETS [0 ] 0 O_W GETS [83 ] 83
O_W Lockdown [0 ] 0 O_W Lockdown [0 ] 0
O_W Unlockdown [0 ] 0 O_W Unlockdown [0 ] 0
O_W Own_Lock_or_Unlock [0 ] 0 O_W Own_Lock_or_Unlock [0 ] 0
@ -835,7 +842,7 @@ O_W Ack_Owner [0 ] 0
O_W Tokens [0 ] 0 O_W Tokens [0 ] 0
O_W Ack_All_Tokens [0 ] 0 O_W Ack_All_Tokens [0 ] 0
O_W Memory_Data [0 ] 0 O_W Memory_Data [0 ] 0
O_W Memory_Ack [207 ] 207 O_W Memory_Ack [229 ] 229
O_W DMA_READ [0 ] 0 O_W DMA_READ [0 ] 0
O_W DMA_WRITE [0 ] 0 O_W DMA_WRITE [0 ] 0
O_W DMA_WRITE_All_Tokens [0 ] 0 O_W DMA_WRITE_All_Tokens [0 ] 0
@ -868,7 +875,7 @@ L_NO_W Data_All_Tokens [0 ] 0
L_NO_W Ack_Owner [0 ] 0 L_NO_W Ack_Owner [0 ] 0
L_NO_W Tokens [0 ] 0 L_NO_W Tokens [0 ] 0
L_NO_W Ack_All_Tokens [0 ] 0 L_NO_W Ack_All_Tokens [0 ] 0
L_NO_W Memory_Data [0 ] 0 L_NO_W Memory_Data [14 ] 14
L_NO_W DMA_READ [0 ] 0 L_NO_W DMA_READ [0 ] 0
L_NO_W DMA_WRITE [0 ] 0 L_NO_W DMA_WRITE [0 ] 0
L_NO_W DMA_WRITE_All_Tokens [0 ] 0 L_NO_W DMA_WRITE_All_Tokens [0 ] 0
@ -909,7 +916,7 @@ DW_L_W DMA_WRITE_All_Tokens [0 ] 0
NO_W GETX [0 ] 0 NO_W GETX [0 ] 0
NO_W GETS [0 ] 0 NO_W GETS [0 ] 0
NO_W Lockdown [0 ] 0 NO_W Lockdown [14 ] 14
NO_W Unlockdown [0 ] 0 NO_W Unlockdown [0 ] 0
NO_W Own_Lock_or_Unlock [0 ] 0 NO_W Own_Lock_or_Unlock [0 ] 0
NO_W Own_Lock_or_Unlock_Tokens [0 ] 0 NO_W Own_Lock_or_Unlock_Tokens [0 ] 0
@ -918,7 +925,7 @@ NO_W Data_All_Tokens [0 ] 0
NO_W Ack_Owner [0 ] 0 NO_W Ack_Owner [0 ] 0
NO_W Tokens [0 ] 0 NO_W Tokens [0 ] 0
NO_W Ack_All_Tokens [0 ] 0 NO_W Ack_All_Tokens [0 ] 0
NO_W Memory_Data [1132 ] 1132 NO_W Memory_Data [1164 ] 1164
NO_W DMA_READ [0 ] 0 NO_W DMA_READ [0 ] 0
NO_W DMA_WRITE [0 ] 0 NO_W DMA_WRITE [0 ] 0
NO_W DMA_WRITE_All_Tokens [0 ] 0 NO_W DMA_WRITE_All_Tokens [0 ] 0

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:17:10 M5 compiled Apr 28 2011 15:03:17
M5 started Apr 19 2011 12:17:16 M5 started Apr 28 2011 15:03:52
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_CMP_token/m5.fast -d build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token command line: build/ALPHA_SE_MOESI_CMP_token/m5.opt -d build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 217591 because target called exit() Exiting @ tick 231701 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 82829 # Simulator instruction rate (inst/s) host_inst_rate 32190 # Simulator instruction rate (inst/s)
host_mem_usage 213396 # Number of bytes of host memory used host_mem_usage 227548 # Number of bytes of host memory used
host_seconds 0.08 # Real time elapsed on the host host_seconds 0.20 # Real time elapsed on the host
host_tick_rate 2809629 # Simulator tick rate (ticks/s) host_tick_rate 1163713 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 6404 # Number of instructions simulated sim_insts 6404 # Number of instructions simulated
sim_seconds 0.000218 # Number of seconds simulated sim_seconds 0.000232 # Number of seconds simulated
sim_ticks 217591 # Number of ticks simulated sim_ticks 231701 # Number of ticks simulated
system.cpu.dtb.data_accesses 2060 # DTB accesses system.cpu.dtb.data_accesses 2060 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 2050 # DTB hits system.cpu.dtb.data_hits 2050 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 217591 # number of cpu cycles simulated system.cpu.numCycles 231701 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 217591 # Number of busy cycles system.cpu.num_busy_cycles 231701 # Number of busy cycles
system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 750 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses system.cpu.num_fp_alu_accesses 10 # Number of float alu accesses
system.cpu.num_fp_insts 10 # number of float instructions system.cpu.num_fp_insts 10 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/linux/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer probeFilter children=directory memBuffer probeFilter
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
full_bit_dir_enabled=false full_bit_dir_enabled=false
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -134,6 +135,7 @@ L1IcacheMemory=system.ruby.cpu_ruby_ports.icache
L2cacheMemory=system.l1_cntrl0.L2cacheMemory L2cacheMemory=system.l1_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=0
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -212,52 +214,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:10:00 Real time: Apr/28/2011 15:12:18
Profiler Stats Profiler Stats
-------------- --------------
@ -43,18 +43,18 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.18 Virtual_time_in_seconds: 0.46
Virtual_time_in_minutes: 0.003 Virtual_time_in_minutes: 0.00766667
Virtual_time_in_hours: 5e-05 Virtual_time_in_hours: 0.000127778
Virtual_time_in_days: 2.08333e-06 Virtual_time_in_days: 5.32407e-06
Ruby_current_time: 208400 Ruby_current_time: 208400
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 208400 Ruby_cycles: 208400
mbytes_resident: 38.6719 mbytes_resident: 39.1133
mbytes_total: 208.031 mbytes_total: 221.852
resident_ratio: 0.185913 resident_ratio: 0.176357
ruby_cycles_executed: [ 208401 ] ruby_cycles_executed: [ 208401 ]
@ -126,11 +126,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 10195 page_reclaims: 11228
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -144,9 +144,9 @@ total_msgs: 20718 total_bytes: 430512
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.111054 links_utilized_percent_switch_0: 2.15187
links_utilized_percent_switch_0_link_0: 0.0694218 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.77687 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.152687 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.52687 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 1159 83448 [ 0 0 0 0 1159 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 1159 83448 [ 0 0 0 0 1159 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 1143 9144 [ 0 0 0 1143 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 1143 9144 [ 0 0 0 1143 0 0 0 0 0 0 ] base_latency: 1
@ -157,9 +157,9 @@ links_utilized_percent_switch_0: 0.111054
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.157929 links_utilized_percent_switch_1: 2.15187
links_utilized_percent_switch_1_link_0: 0.0381718 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.52687 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.277687 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 2.77687 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 1159 9272 [ 0 0 1159 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 1159 9272 [ 0 0 1159 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 220 15840 [ 0 0 0 0 0 220 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 220 15840 [ 0 0 0 0 0 220 0 0 0 0 ] base_latency: 1
@ -170,9 +170,9 @@ links_utilized_percent_switch_1: 0.157929
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.215187 links_utilized_percent_switch_2: 2.15187
links_utilized_percent_switch_2_link_0: 0.277687 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 2.77687 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.152687 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.52687 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 1159 83448 [ 0 0 0 0 1159 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 1159 83448 [ 0 0 0 0 1159 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 1143 9144 [ 0 0 0 1143 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 1143 9144 [ 0 0 0 1143 0 0 0 0 0 0 ] base_latency: 1

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:09:47 M5 compiled Apr 28 2011 15:11:39
M5 started Apr 19 2011 12:10:00 M5 started Apr 28 2011 15:12:18
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_hammer/m5.fast -d build/ALPHA_SE_MOESI_hammer/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer command line: build/ALPHA_SE_MOESI_hammer/m5.opt -d build/ALPHA_SE_MOESI_hammer/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.

View file

@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 81916 # Simulator instruction rate (inst/s) host_inst_rate 38626 # Simulator instruction rate (inst/s)
host_mem_usage 213028 # Number of bytes of host memory used host_mem_usage 227180 # Number of bytes of host memory used
host_seconds 0.08 # Real time elapsed on the host host_seconds 0.17 # Real time elapsed on the host
host_tick_rate 2661098 # Simulator tick rate (ticks/s) host_tick_rate 1255686 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 6404 # Number of instructions simulated sim_insts 6404 # Number of instructions simulated
sim_seconds 0.000208 # Number of seconds simulated sim_seconds 0.000208 # Number of seconds simulated

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/linux/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=12 directory_latency=12
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -120,6 +121,7 @@ type=L1Cache_Controller
buffer_size=0 buffer_size=0
cacheMemory=system.ruby.cpu_ruby_ports.dcache cacheMemory=system.ruby.cpu_ruby_ports.dcache
cache_response_latency=12 cache_response_latency=12
cntrl_id=0
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -180,52 +182,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 11:58:50 Real time: Apr/28/2011 14:27:56
Profiler Stats Profiler Stats
-------------- --------------
@ -43,18 +43,18 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.17 Virtual_time_in_seconds: 0.44
Virtual_time_in_minutes: 0.00283333 Virtual_time_in_minutes: 0.00733333
Virtual_time_in_hours: 4.72222e-05 Virtual_time_in_hours: 0.000122222
Virtual_time_in_days: 1.96759e-06 Virtual_time_in_days: 5.09259e-06
Ruby_current_time: 342698 Ruby_current_time: 342698
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 342698 Ruby_cycles: 342698
mbytes_resident: 38.5859 mbytes_resident: 38.9805
mbytes_total: 208.09 mbytes_total: 221.645
resident_ratio: 0.185448 resident_ratio: 0.175922
ruby_cycles_executed: [ 342699 ] ruby_cycles_executed: [ 342699 ]
@ -122,11 +122,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 10179 page_reclaims: 11208
page_faults: 0 page_faults: 3
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 1184
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -139,9 +139,9 @@ total_msgs: 20736 total_bytes: 829440
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.157486 links_utilized_percent_switch_0: 2.52117
links_utilized_percent_switch_0_link_0: 0.0630876 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.5235 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.251884 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.51884 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 1730 124560 [ 0 0 0 0 1730 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 1730 124560 [ 0 0 0 0 1730 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 1726 13808 [ 0 0 0 1726 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 1726 13808 [ 0 0 0 1726 0 0 0 0 0 0 ] base_latency: 1
@ -150,9 +150,9 @@ links_utilized_percent_switch_0: 0.157486
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.157661 links_utilized_percent_switch_1: 2.52117
links_utilized_percent_switch_1_link_0: 0.0629709 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.51884 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.25235 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 2.5235 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Control: 1730 13840 [ 0 0 1730 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Control: 1730 13840 [ 0 0 1730 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Data: 1726 124272 [ 0 0 1726 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Data: 1726 124272 [ 0 0 1726 0 0 0 0 0 0 0 ] base_latency: 1
@ -161,9 +161,9 @@ links_utilized_percent_switch_1: 0.157661
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.252117 links_utilized_percent_switch_2: 2.52117
links_utilized_percent_switch_2_link_0: 0.25235 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 2.5235 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.251884 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.51884 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 1730 124560 [ 0 0 0 0 1730 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 1730 124560 [ 0 0 0 0 1730 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 1726 13808 [ 0 0 0 1726 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 1726 13808 [ 0 0 0 1726 0 0 0 0 0 0 ] base_latency: 1
@ -227,9 +227,9 @@ Memory controller: system.dir_cntrl0.memBuffer:
memory_reads: 1730 memory_reads: 1730
memory_writes: 1726 memory_writes: 1726
memory_refreshes: 714 memory_refreshes: 714
memory_total_request_delays: 5050 memory_total_request_delays: 4411
memory_delays_per_request: 1.46123 memory_delays_per_request: 1.27633
memory_delays_in_input_queue: 1722 memory_delays_in_input_queue: 1083
memory_delays_behind_head_of_bank_queue: 8 memory_delays_behind_head_of_bank_queue: 8
memory_delays_stalled_at_head_of_bank_queue: 3320 memory_delays_stalled_at_head_of_bank_queue: 3320
memory_stalls_for_bank_busy: 1509 memory_stalls_for_bank_busy: 1509

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 11:52:53 M5 compiled Apr 28 2011 14:26:41
M5 started Apr 19 2011 11:58:50 M5 started Apr 28 2011 14:27:56
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby -re tests/run.py build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby command line: build/ALPHA_SE/m5.opt -d build/ALPHA_SE/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby -re tests/run.py build/ALPHA_SE/tests/opt/quick/00.hello/alpha/linux/simple-timing-ruby
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.

View file

@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 85595 # Simulator instruction rate (inst/s) host_inst_rate 36559 # Simulator instruction rate (inst/s)
host_mem_usage 213088 # Number of bytes of host memory used host_mem_usage 226968 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host host_seconds 0.18 # Real time elapsed on the host
host_tick_rate 4571649 # Simulator tick rate (ticks/s) host_tick_rate 1954466 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 6404 # Number of instructions simulated sim_insts 6404 # Number of instructions simulated
sim_seconds 0.000343 # Number of seconds simulated sim_seconds 0.000343 # Number of seconds simulated

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/tru64/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -122,6 +123,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -153,6 +155,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
l2_request_latency=2 l2_request_latency=2
l2_response_latency=2 l2_response_latency=2
number_of_TBEs=256 number_of_TBEs=256
@ -213,68 +216,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:12:40 Real time: Apr/28/2011 14:32:56
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.16 Virtual_time_in_seconds: 0.44
Virtual_time_in_minutes: 0.00266667 Virtual_time_in_minutes: 0.00733333
Virtual_time_in_hours: 4.44444e-05 Virtual_time_in_hours: 0.000122222
Virtual_time_in_days: 1.85185e-06 Virtual_time_in_days: 5.09259e-06
Ruby_current_time: 103637 Ruby_current_time: 104867
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 103637 Ruby_cycles: 104867
mbytes_resident: 37.7031 mbytes_resident: 38.1289
mbytes_total: 207.426 mbytes_total: 221.148
resident_ratio: 0.181786 resident_ratio: 0.172449
ruby_cycles_executed: [ 103638 ] ruby_cycles_executed: [ 104868 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -70,11 +70,11 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 3295 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 223 count: 3294 average: 30.4624 | standard deviation: 61.2716 | 0 2722 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 68 156 96 122 80 3 4 5 3 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: 2 max: 275 count: 3294 average: 30.8358 | standard deviation: 62.2139 | 0 2722 0 0 0 0 0 0 0 23 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 0 0 0 0 62 131 87 117 74 6 17 4 2 2 1 11 10 5 4 3 5 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD: [binsize: 2 max: 217 count: 415 average: 79.6169 | standard deviation: 81.8661 | 0 211 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 58 25 52 15 1 2 2 2 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD: [binsize: 2 max: 235 count: 415 average: 80.7349 | standard deviation: 83.1868 | 0 211 0 0 0 0 0 0 0 11 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 24 46 24 49 14 4 7 4 1 1 0 5 0 4 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST: [binsize: 2 max: 223 count: 294 average: 39.1837 | standard deviation: 68.3072 | 0 226 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 28 4 11 11 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 2 max: 275 count: 294 average: 39.8435 | standard deviation: 69.7713 | 0 226 0 0 0 0 0 0 0 3 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 8 19 3 12 8 0 8 0 0 0 0 1 1 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH: [binsize: 1 max: 181 count: 2585 average: 21.5791 | standard deviation: 52.0174 | 0 0 0 2285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 0 70 0 67 0 59 0 54 0 1 1 1 0 3 0 0 0 3 ] miss_latency_IFETCH: [binsize: 2 max: 267 count: 2585 average: 21.8004 | standard deviation: 52.7361 | 0 2285 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 66 60 56 52 2 2 0 1 1 1 5 9 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_NULL: [binsize: 2 max: 223 count: 3294 average: 30.4624 | standard deviation: 61.2716 | 0 2722 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 68 156 96 122 80 3 4 5 3 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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_NULL: [binsize: 2 max: 275 count: 3294 average: 30.8358 | standard deviation: 62.2139 | 0 2722 0 0 0 0 0 0 0 23 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 0 0 0 0 62 131 87 117 74 6 17 4 2 2 1 11 10 5 4 3 5 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 2 max: 217 count: 415 average: 79.6169 | standard deviation: 81.8661 | 0 211 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 58 25 52 15 1 2 2 2 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD_NULL: [binsize: 2 max: 235 count: 415 average: 80.7349 | standard deviation: 83.1868 | 0 211 0 0 0 0 0 0 0 11 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 24 46 24 49 14 4 7 4 1 1 0 5 0 4 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST_NULL: [binsize: 2 max: 223 count: 294 average: 39.1837 | standard deviation: 68.3072 | 0 226 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 28 4 11 11 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST_NULL: [binsize: 2 max: 275 count: 294 average: 39.8435 | standard deviation: 69.7713 | 0 226 0 0 0 0 0 0 0 3 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 8 19 3 12 8 0 8 0 0 0 0 1 1 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH_NULL: [binsize: 1 max: 181 count: 2585 average: 21.5791 | standard deviation: 52.0174 | 0 0 0 2285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 0 70 0 67 0 59 0 54 0 1 1 1 0 3 0 0 0 3 ] miss_latency_IFETCH_NULL: [binsize: 2 max: 267 count: 2585 average: 21.8004 | standard deviation: 52.7361 | 0 2285 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 66 60 56 52 2 2 0 1 1 1 5 9 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -101,12 +101,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
Message Delayed Cycles Message Delayed Cycles
---------------------- ----------------------
Total_delay_cycles: [binsize: 1 max: 20 count: 3612 average: 0.0221484 | standard deviation: 0.622437 | 3607 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 3 ] Total_delay_cycles: [binsize: 1 max: 20 count: 3612 average: 0.0636766 | standard deviation: 0.653474 | 3562 0 1 0 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 2644 average: 0 | standard deviation: 0 | 2644 ] Total_nonPF_delay_cycles: [binsize: 1 max: 2 count: 2644 average: 0.00075643 | standard deviation: 0.0389028 | 2643 0 1 ]
virtual_network_0_delay_cycles: [binsize: 1 max: 20 count: 968 average: 0.0826446 | standard deviation: 1.20065 | 963 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 3 ] virtual_network_0_delay_cycles: [binsize: 1 max: 20 count: 968 average: 0.235537 | standard deviation: 1.24505 | 919 0 0 0 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 ]
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 431 average: 0 | standard deviation: 0 | 431 ] virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 431 average: 0 | standard deviation: 0 | 431 ]
virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 2213 average: 0 | standard deviation: 0 | 2213 ] virtual_network_3_delay_cycles: [binsize: 1 max: 2 count: 2213 average: 0.000903751 | standard deviation: 0.0425243 | 2212 0 1 ]
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -119,11 +119,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9943 page_reclaims: 10981
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -138,9 +138,9 @@ total_msgs: 14094 total_bytes: 368304
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.0891754 links_utilized_percent_switch_0: 1.90098
links_utilized_percent_switch_0_link_0: 0.0687858 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.71916 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.109565 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.0828 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Request_Control: 431 3448 [ 431 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 431 3448 [ 431 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 572 41184 [ 0 572 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 572 41184 [ 0 572 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -152,9 +152,9 @@ links_utilized_percent_switch_0: 0.0891754
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.230281 links_utilized_percent_switch_1: 3.65844
links_utilized_percent_switch_1_link_0: 0.0932703 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 3.68705 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.367292 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 3.62984 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Control: 572 4576 [ 572 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Control: 572 4576 [ 572 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 547 39384 [ 0 547 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 547 39384 [ 0 547 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -168,9 +168,9 @@ links_utilized_percent_switch_1: 0.230281
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.143277 links_utilized_percent_switch_2: 1.75746
links_utilized_percent_switch_2_link_0: 0.0230371 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 0.910677 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.263516 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.60425 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Control: 547 4376 [ 547 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Control: 547 4376 [ 547 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 103 7416 [ 0 103 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 103 7416 [ 0 103 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -180,10 +180,10 @@ links_utilized_percent_switch_2: 0.143277
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.246791 links_utilized_percent_switch_3: 2.43896
links_utilized_percent_switch_3_link_0: 0.275143 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 2.71916 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.373081 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 3.68705 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.0921486 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 0.910677 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Request_Control: 431 3448 [ 431 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 431 3448 [ 431 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 572 41184 [ 0 572 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 572 41184 [ 0 572 0 0 0 0 0 0 0 0 ] base_latency: 1
@ -336,8 +336,8 @@ Cache Stats: system.l2_cntrl0.L2cacheMemory
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GET_INSTR [300 ] 300 L1_GET_INSTR [300 ] 300
L1_GETS [209 ] 209 L1_GETS [206 ] 206
L1_GETX [71 ] 71 L1_GETX [70 ] 70
L1_UPGRADE [0 ] 0 L1_UPGRADE [0 ] 0
L1_PUTX [124 ] 124 L1_PUTX [124 ] 124
L1_PUTX_old [0 ] 0 L1_PUTX_old [0 ] 0
@ -393,8 +393,8 @@ MT L2_Replacement_clean [141 ] 141
MT MEM_Inv [0 ] 0 MT MEM_Inv [0 ] 0
M_I L1_GET_INSTR [0 ] 0 M_I L1_GET_INSTR [0 ] 0
M_I L1_GETS [5 ] 5 M_I L1_GETS [2 ] 2
M_I L1_GETX [3 ] 3 M_I L1_GETX [2 ] 2
M_I L1_UPGRADE [0 ] 0 M_I L1_UPGRADE [0 ] 0
M_I L1_PUTX [0 ] 0 M_I L1_PUTX [0 ] 0
M_I L1_PUTX_old [0 ] 0 M_I L1_PUTX_old [0 ] 0
@ -547,19 +547,19 @@ Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 650 memory_total_requests: 650
memory_reads: 547 memory_reads: 547
memory_writes: 103 memory_writes: 103
memory_refreshes: 216 memory_refreshes: 219
memory_total_request_delays: 375 memory_total_request_delays: 306
memory_delays_per_request: 0.576923 memory_delays_per_request: 0.470769
memory_delays_in_input_queue: 39 memory_delays_in_input_queue: 27
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 336 memory_delays_stalled_at_head_of_bank_queue: 279
memory_stalls_for_bank_busy: 44 memory_stalls_for_bank_busy: 56
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 6 memory_stalls_for_arbitration: 9
memory_stalls_for_bus: 91 memory_stalls_for_bus: 94
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 195 memory_stalls_for_read_write_turnaround: 120
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 26 14 0 49 21 21 42 25 6 4 7 4 24 42 26 3 5 7 7 18 10 29 15 50 19 5 6 16 14 24 19 92 accesses_per_bank: 26 14 0 49 21 21 42 25 6 4 7 4 24 42 26 3 5 7 7 18 10 29 15 50 19 5 6 16 14 24 19 92

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:12:36 M5 compiled Apr 28 2011 14:32:19
M5 started Apr 19 2011 12:12:40 M5 started Apr 28 2011 14:32:56
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MESI_CMP_directory/m5.fast -d build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory command line: build/ALPHA_SE_MESI_CMP_directory/m5.opt -d build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 103637 because target called exit() Exiting @ tick 104867 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 46920 # Simulator instruction rate (inst/s) host_inst_rate 23624 # Simulator instruction rate (inst/s)
host_mem_usage 212408 # Number of bytes of host memory used host_mem_usage 226460 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host host_seconds 0.11 # Real time elapsed on the host
host_tick_rate 1882342 # Simulator tick rate (ticks/s) host_tick_rate 959767 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 2577 # Number of instructions simulated sim_insts 2577 # Number of instructions simulated
sim_seconds 0.000104 # Number of seconds simulated sim_seconds 0.000105 # Number of seconds simulated
sim_ticks 103637 # Number of ticks simulated sim_ticks 104867 # Number of ticks simulated
system.cpu.dtb.data_accesses 717 # DTB accesses system.cpu.dtb.data_accesses 717 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 709 # DTB hits system.cpu.dtb.data_hits 709 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 103637 # number of cpu cycles simulated system.cpu.numCycles 104867 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 103637 # Number of busy cycles system.cpu.num_busy_cycles 104867 # Number of busy cycles
system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses
system.cpu.num_fp_insts 6 # number of float instructions system.cpu.num_fp_insts 6 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/tru64/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -121,6 +122,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -150,6 +152,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
request_latency=2 request_latency=2
@ -209,68 +212,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:14:52 Real time: Apr/28/2011 14:49:15
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.16 Virtual_time_in_seconds: 0.43
Virtual_time_in_minutes: 0.00266667 Virtual_time_in_minutes: 0.00716667
Virtual_time_in_hours: 4.44444e-05 Virtual_time_in_hours: 0.000119444
Virtual_time_in_days: 1.85185e-06 Virtual_time_in_days: 4.97685e-06
Ruby_current_time: 85988 Ruby_current_time: 85418
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 85988 Ruby_cycles: 85418
mbytes_resident: 37.793 mbytes_resident: 38.2812
mbytes_total: 207.531 mbytes_total: 221.418
resident_ratio: 0.182126 resident_ratio: 0.172944
ruby_cycles_executed: [ 85989 ] ruby_cycles_executed: [ 85419 ]
Busy Controller Counts: Busy Controller Counts:
L2Cache-0:0 L2Cache-0:0
@ -70,11 +70,11 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 3295 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 269 count: 3294 average: 25.1044 | standard deviation: 56.2234 | 0 2784 0 0 0 0 0 0 0 69 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 86 86 80 64 7 5 1 2 0 2 4 2 1 2 0 0 0 0 0 1 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 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 ] miss_latency: [binsize: 2 max: 281 count: 3294 average: 24.9314 | standard deviation: 56.0488 | 0 2784 0 0 0 0 0 0 0 67 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 91 84 78 63 5 2 2 1 3 3 0 2 2 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD: [binsize: 2 max: 267 count: 415 average: 61.0506 | standard deviation: 78.3756 | 0 233 0 0 0 0 0 0 0 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 18 42 18 23 1 0 0 1 0 0 1 0 0 2 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 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 ] miss_latency_LD: [binsize: 2 max: 277 count: 415 average: 60.9277 | standard deviation: 78.686 | 0 233 0 0 0 0 0 0 0 40 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 17 41 19 25 0 0 0 0 0 1 0 0 0 1 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 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 ]
miss_latency_ST: [binsize: 2 max: 269 count: 294 average: 29.3027 | standard deviation: 60.9274 | 0 236 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 2 12 7 4 1 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 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 ] miss_latency_ST: [binsize: 2 max: 245 count: 294 average: 28.5238 | standard deviation: 59.597 | 0 236 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 3 12 7 3 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH: [binsize: 2 max: 227 count: 2585 average: 18.8561 | standard deviation: 48.7313 | 0 2315 0 0 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 53 42 50 34 2 4 1 1 0 2 2 1 1 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 0 0 0 ] miss_latency_IFETCH: [binsize: 2 max: 281 count: 2585 average: 18.7439 | standard deviation: 48.5885 | 0 2315 0 0 0 0 0 0 0 27 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 0 0 0 0 0 0 49 57 40 47 31 2 2 2 1 3 2 0 2 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 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 ]
miss_latency_NULL: [binsize: 2 max: 269 count: 3294 average: 25.1044 | standard deviation: 56.2234 | 0 2784 0 0 0 0 0 0 0 69 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 86 86 80 64 7 5 1 2 0 2 4 2 1 2 0 0 0 0 0 1 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 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 ] miss_latency_NULL: [binsize: 2 max: 281 count: 3294 average: 24.9314 | standard deviation: 56.0488 | 0 2784 0 0 0 0 0 0 0 67 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 91 84 78 63 5 2 2 1 3 3 0 2 2 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 2 max: 267 count: 415 average: 61.0506 | standard deviation: 78.3756 | 0 233 0 0 0 0 0 0 0 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 18 42 18 23 1 0 0 1 0 0 1 0 0 2 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 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 ] miss_latency_LD_NULL: [binsize: 2 max: 277 count: 415 average: 60.9277 | standard deviation: 78.686 | 0 233 0 0 0 0 0 0 0 40 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 17 41 19 25 0 0 0 0 0 1 0 0 0 1 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 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 ]
miss_latency_ST_NULL: [binsize: 2 max: 269 count: 294 average: 29.3027 | standard deviation: 60.9274 | 0 236 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 2 12 7 4 1 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 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 ] miss_latency_ST_NULL: [binsize: 2 max: 245 count: 294 average: 28.5238 | standard deviation: 59.597 | 0 236 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 3 12 7 3 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH_NULL: [binsize: 2 max: 227 count: 2585 average: 18.8561 | standard deviation: 48.7313 | 0 2315 0 0 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 53 42 50 34 2 4 1 1 0 2 2 1 1 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 0 0 0 ] miss_latency_IFETCH_NULL: [binsize: 2 max: 281 count: 2585 average: 18.7439 | standard deviation: 48.5885 | 0 2315 0 0 0 0 0 0 0 27 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 0 0 0 0 0 0 49 57 40 47 31 2 2 2 1 3 2 0 2 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 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 All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -119,87 +119,87 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9966 page_reclaims: 11009
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 2811 22488 total_msg_count_Request_Control: 2799 22392
total_msg_count_Response_Data: 2562 184464 total_msg_count_Response_Data: 2538 182736
total_msg_count_ResponseL2hit_Data: 249 17928 total_msg_count_ResponseL2hit_Data: 261 18792
total_msg_count_Writeback_Data: 1737 125064 total_msg_count_Writeback_Data: 1734 124848
total_msg_count_Writeback_Control: 6480 51840 total_msg_count_Writeback_Control: 6447 51576
total_msg_count_Unblock_Control: 2810 22480 total_msg_count_Unblock_Control: 2798 22384
total_msgs: 16649 total_bytes: 424264 total_msgs: 16577 total_bytes: 422728
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.212617 links_utilized_percent_switch_0: 5.15524
links_utilized_percent_switch_0_link_0: 0.074022 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 6.00225 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.351212 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 4.30823 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 83 5976 [ 0 0 83 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 909 7272 [ 502 407 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 423 3384 [ 0 423 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_ResponseL2hit_Data: 87 6264 [ 0 0 87 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 76 5472 [ 0 0 76 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 1240 9920 [ 502 407 331 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 423 3384 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.289503 links_utilized_percent_switch_1: 3.2581
links_utilized_percent_switch_1_link_0: 0.149643 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.98064 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.429362 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 3.53555 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_ResponseL2hit_Data: 87 6264 [ 0 0 87 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 913 7304 [ 502 411 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 427 3416 [ 0 427 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 83 5976 [ 0 0 83 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 77 5544 [ 0 0 77 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 1247 9976 [ 502 411 334 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Unblock_Control: 427 3416 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.140332 links_utilized_percent_switch_2: 1.89685
links_utilized_percent_switch_2_link_0: 0.0333041 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.327 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.24736 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.46669 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 427 3416 [ 0 427 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 423 3384 [ 0 423 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 77 5544 [ 0 0 77 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 76 5472 [ 0 0 76 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 745 5960 [ 0 411 334 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 738 5904 [ 0 407 331 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Unblock_Control: 426 3408 [ 0 0 426 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Unblock_Control: 422 3376 [ 0 0 422 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Writeback_Control: 411 3288 [ 0 411 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Writeback_Control: 407 3256 [ 0 407 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.342645 links_utilized_percent_switch_3: 3.43682
links_utilized_percent_switch_3_link_0: 0.296088 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 6.00225 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.598572 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 2.98064 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.133274 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 1.32759 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 83 5976 [ 0 0 83 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 510 4080 [ 510 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Control: 909 7272 [ 502 407 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Data: 427 30744 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 502 36144 [ 0 0 502 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Data: 423 30456 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Control: 913 7304 [ 502 411 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_ResponseL2hit_Data: 87 6264 [ 0 0 87 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Unblock_Control: 510 4080 [ 0 0 510 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Control: 502 4016 [ 502 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 427 3416 [ 0 427 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 423 3384 [ 0 423 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 77 5544 [ 0 0 77 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 76 5472 [ 0 0 76 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 745 5960 [ 0 411 334 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Control: 738 5904 [ 0 407 331 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Unblock_Control: 427 3416 [ 0 0 427 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Unblock_Control: 423 3384 [ 0 0 423 0 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 0 system.l1_cntrl0.L1IcacheMemory_total_misses: 0
@ -261,7 +261,7 @@ O Fwd_GETS [0 ] 0
O Fwd_DMA [0 ] 0 O Fwd_DMA [0 ] 0
M Load [82 ] 82 M Load [82 ] 82
M Ifetch [1224 ] 1224 M Ifetch [1220 ] 1220
M Store [33 ] 33 M Store [33 ] 33
M L1_Replacement [406 ] 406 M L1_Replacement [406 ] 406
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
@ -269,7 +269,7 @@ M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M_W Load [49 ] 49 M_W Load [49 ] 49
M_W Ifetch [1091 ] 1091 M_W Ifetch [1095 ] 1095
M_W Store [7 ] 7 M_W Store [7 ] 7
M_W L1_Replacement [4 ] 4 M_W L1_Replacement [4 ] 4
M_W Own_GETX [0 ] 0 M_W Own_GETX [0 ] 0
@ -389,7 +389,7 @@ Cache Stats: system.l2_cntrl0.L2cacheMemory
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GETS [455 ] 455 L1_GETS [454 ] 454
L1_GETX [58 ] 58 L1_GETX [58 ] 58
L1_PUTO [0 ] 0 L1_PUTO [0 ] 0
L1_PUTX [502 ] 502 L1_PUTX [502 ] 502
@ -402,21 +402,21 @@ Own_GETX [0 ] 0
Inv [0 ] 0 Inv [0 ] 0
IntAck [0 ] 0 IntAck [0 ] 0
ExtAck [0 ] 0 ExtAck [0 ] 0
All_Acks [44 ] 44 All_Acks [43 ] 43
Data [44 ] 44 Data [43 ] 43
Data_Exclusive [383 ] 383 Data_Exclusive [380 ] 380
L1_WBCLEANDATA [396 ] 396 L1_WBCLEANDATA [396 ] 396
L1_WBDIRTYDATA [106 ] 106 L1_WBDIRTYDATA [106 ] 106
Writeback_Ack [411 ] 411 Writeback_Ack [407 ] 407
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Exclusive_Unblock [510 ] 510 Exclusive_Unblock [510 ] 510
DmaAck [0 ] 0 DmaAck [0 ] 0
L2_Replacement [411 ] 411 L2_Replacement [407 ] 407
- Transitions - - Transitions -
NP L1_GETS [383 ] 383 NP L1_GETS [380 ] 380
NP L1_GETX [44 ] 44 NP L1_GETX [43 ] 43
NP L1_PUTO [0 ] 0 NP L1_PUTO [0 ] 0
NP L1_PUTX [0 ] 0 NP L1_PUTX [0 ] 0
NP L1_PUTS [0 ] 0 NP L1_PUTS [0 ] 0
@ -541,15 +541,15 @@ SLS L1_PUTS [0 ] 0
SLS Inv [0 ] 0 SLS Inv [0 ] 0
SLS L2_Replacement [0 ] 0 SLS L2_Replacement [0 ] 0
M L1_GETS [69 ] 69 M L1_GETS [72 ] 72
M L1_GETX [14 ] 14 M L1_GETX [15 ] 15
M L1_PUTO [0 ] 0 M L1_PUTO [0 ] 0
M L1_PUTX [0 ] 0 M L1_PUTX [0 ] 0
M L1_PUTS [0 ] 0 M L1_PUTS [0 ] 0
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M L2_Replacement [411 ] 411 M L2_Replacement [407 ] 407
IFGX L1_GETS [0 ] 0 IFGX L1_GETS [0 ] 0
IFGX L1_GETX [0 ] 0 IFGX L1_GETX [0 ] 0
@ -907,9 +907,9 @@ IGS Fwd_DMA [0 ] 0
IGS Own_GETX [0 ] 0 IGS Own_GETX [0 ] 0
IGS Inv [0 ] 0 IGS Inv [0 ] 0
IGS Data [0 ] 0 IGS Data [0 ] 0
IGS Data_Exclusive [383 ] 383 IGS Data_Exclusive [380 ] 380
IGS Unblock [0 ] 0 IGS Unblock [0 ] 0
IGS Exclusive_Unblock [383 ] 383 IGS Exclusive_Unblock [380 ] 380
IGS L2_Replacement [0 ] 0 IGS L2_Replacement [0 ] 0
IGM L1_GETS [0 ] 0 IGM L1_GETS [0 ] 0
@ -924,7 +924,7 @@ IGM Fwd_DMA [0 ] 0
IGM Own_GETX [0 ] 0 IGM Own_GETX [0 ] 0
IGM Inv [0 ] 0 IGM Inv [0 ] 0
IGM ExtAck [0 ] 0 IGM ExtAck [0 ] 0
IGM Data [44 ] 44 IGM Data [43 ] 43
IGM Data_Exclusive [0 ] 0 IGM Data_Exclusive [0 ] 0
IGM L2_Replacement [0 ] 0 IGM L2_Replacement [0 ] 0
@ -953,8 +953,8 @@ IGMO Fwd_GETS [0 ] 0
IGMO Fwd_DMA [0 ] 0 IGMO Fwd_DMA [0 ] 0
IGMO Own_GETX [0 ] 0 IGMO Own_GETX [0 ] 0
IGMO ExtAck [0 ] 0 IGMO ExtAck [0 ] 0
IGMO All_Acks [44 ] 44 IGMO All_Acks [43 ] 43
IGMO Exclusive_Unblock [44 ] 44 IGMO Exclusive_Unblock [43 ] 43
IGMO L2_Replacement [0 ] 0 IGMO L2_Replacement [0 ] 0
IGMIO L1_GETS [0 ] 0 IGMIO L1_GETS [0 ] 0
@ -1034,7 +1034,7 @@ MM Fwd_GETX [0 ] 0
MM Fwd_GETS [0 ] 0 MM Fwd_GETS [0 ] 0
MM Fwd_DMA [0 ] 0 MM Fwd_DMA [0 ] 0
MM Inv [0 ] 0 MM Inv [0 ] 0
MM Exclusive_Unblock [14 ] 14 MM Exclusive_Unblock [15 ] 15
MM L2_Replacement [0 ] 0 MM L2_Replacement [0 ] 0
SS L1_GETS [0 ] 0 SS L1_GETS [0 ] 0
@ -1061,7 +1061,7 @@ OO Fwd_GETS [0 ] 0
OO Fwd_DMA [0 ] 0 OO Fwd_DMA [0 ] 0
OO Inv [0 ] 0 OO Inv [0 ] 0
OO Unblock [0 ] 0 OO Unblock [0 ] 0
OO Exclusive_Unblock [69 ] 69 OO Exclusive_Unblock [72 ] 72
OO L2_Replacement [0 ] 0 OO L2_Replacement [0 ] 0
OLSS L1_GETS [0 ] 0 OLSS L1_GETS [0 ] 0
@ -1116,7 +1116,7 @@ OI Writeback_Ack [0 ] 0
OI Writeback_Nack [0 ] 0 OI Writeback_Nack [0 ] 0
OI L2_Replacement [0 ] 0 OI L2_Replacement [0 ] 0
MI L1_GETS [3 ] 3 MI L1_GETS [2 ] 2
MI L1_GETX [0 ] 0 MI L1_GETX [0 ] 0
MI L1_PUTO [0 ] 0 MI L1_PUTO [0 ] 0
MI L1_PUTX [0 ] 0 MI L1_PUTX [0 ] 0
@ -1125,7 +1125,7 @@ MI L1_PUTS [0 ] 0
MI Fwd_GETX [0 ] 0 MI Fwd_GETX [0 ] 0
MI Fwd_GETS [0 ] 0 MI Fwd_GETS [0 ] 0
MI Fwd_DMA [0 ] 0 MI Fwd_DMA [0 ] 0
MI Writeback_Ack [411 ] 411 MI Writeback_Ack [407 ] 407
MI L2_Replacement [0 ] 0 MI L2_Replacement [0 ] 0
MII L1_GETS [0 ] 0 MII L1_GETS [0 ] 0
@ -1232,51 +1232,51 @@ ILOXD DmaAck [0 ] 0
ILOXD L2_Replacement [0 ] 0 ILOXD L2_Replacement [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 504 memory_total_requests: 499
memory_reads: 427 memory_reads: 423
memory_writes: 77 memory_writes: 76
memory_refreshes: 180 memory_refreshes: 178
memory_total_request_delays: 114 memory_total_request_delays: 116
memory_delays_per_request: 0.22619 memory_delays_per_request: 0.232465
memory_delays_in_input_queue: 2 memory_delays_in_input_queue: 2
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 112 memory_delays_stalled_at_head_of_bank_queue: 114
memory_stalls_for_bank_busy: 58 memory_stalls_for_bank_busy: 56
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 8 memory_stalls_for_arbitration: 10
memory_stalls_for_bus: 22 memory_stalls_for_bus: 25
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 24 memory_stalls_for_read_write_turnaround: 23
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 18 10 0 35 20 20 28 21 5 3 6 4 21 40 20 3 4 5 7 13 10 16 14 41 16 5 5 12 12 18 14 58 accesses_per_bank: 18 10 0 34 20 19 28 21 5 3 6 4 21 40 20 3 4 5 7 13 10 16 14 41 15 5 5 12 12 18 14 56
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [44 ] 44 GETX [43 ] 43
GETS [383 ] 383 GETS [380 ] 380
PUTX [411 ] 411 PUTX [407 ] 407
PUTO [0 ] 0 PUTO [0 ] 0
PUTO_SHARERS [0 ] 0 PUTO_SHARERS [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Last_Unblock [0 ] 0 Last_Unblock [0 ] 0
Exclusive_Unblock [426 ] 426 Exclusive_Unblock [422 ] 422
Clean_Writeback [334 ] 334 Clean_Writeback [331 ] 331
Dirty_Writeback [77 ] 77 Dirty_Writeback [76 ] 76
Memory_Data [427 ] 427 Memory_Data [423 ] 423
Memory_Ack [77 ] 77 Memory_Ack [76 ] 76
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
DMA_ACK [0 ] 0 DMA_ACK [0 ] 0
Data [0 ] 0 Data [0 ] 0
- Transitions - - Transitions -
I GETX [44 ] 44 I GETX [43 ] 43
I GETS [383 ] 383 I GETS [380 ] 380
I PUTX [0 ] 0 I PUTX [0 ] 0
I PUTO [0 ] 0 I PUTO [0 ] 0
I Memory_Data [0 ] 0 I Memory_Data [0 ] 0
I Memory_Ack [75 ] 75 I Memory_Ack [74 ] 74
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
@ -1301,7 +1301,7 @@ O DMA_WRITE [0 ] 0
M GETX [0 ] 0 M GETX [0 ] 0
M GETS [0 ] 0 M GETS [0 ] 0
M PUTX [411 ] 411 M PUTX [407 ] 407
M PUTO [0 ] 0 M PUTO [0 ] 0
M PUTO_SHARERS [0 ] 0 M PUTO_SHARERS [0 ] 0
M Memory_Data [0 ] 0 M Memory_Data [0 ] 0
@ -1315,9 +1315,9 @@ IS PUTX [0 ] 0
IS PUTO [0 ] 0 IS PUTO [0 ] 0
IS PUTO_SHARERS [0 ] 0 IS PUTO_SHARERS [0 ] 0
IS Unblock [0 ] 0 IS Unblock [0 ] 0
IS Exclusive_Unblock [382 ] 382 IS Exclusive_Unblock [379 ] 379
IS Memory_Data [383 ] 383 IS Memory_Data [380 ] 380
IS Memory_Ack [1 ] 1 IS Memory_Ack [2 ] 2
IS DMA_READ [0 ] 0 IS DMA_READ [0 ] 0
IS DMA_WRITE [0 ] 0 IS DMA_WRITE [0 ] 0
@ -1362,9 +1362,9 @@ MM GETS [0 ] 0
MM PUTX [0 ] 0 MM PUTX [0 ] 0
MM PUTO [0 ] 0 MM PUTO [0 ] 0
MM PUTO_SHARERS [0 ] 0 MM PUTO_SHARERS [0 ] 0
MM Exclusive_Unblock [44 ] 44 MM Exclusive_Unblock [43 ] 43
MM Memory_Data [44 ] 44 MM Memory_Data [43 ] 43
MM Memory_Ack [1 ] 1 MM Memory_Ack [0 ] 0
MM DMA_READ [0 ] 0 MM DMA_READ [0 ] 0
MM DMA_WRITE [0 ] 0 MM DMA_WRITE [0 ] 0
@ -1375,8 +1375,8 @@ MI PUTX [0 ] 0
MI PUTO [0 ] 0 MI PUTO [0 ] 0
MI PUTO_SHARERS [0 ] 0 MI PUTO_SHARERS [0 ] 0
MI Unblock [0 ] 0 MI Unblock [0 ] 0
MI Clean_Writeback [334 ] 334 MI Clean_Writeback [331 ] 331
MI Dirty_Writeback [77 ] 77 MI Dirty_Writeback [76 ] 76
MI Memory_Data [0 ] 0 MI Memory_Data [0 ] 0
MI Memory_Ack [0 ] 0 MI Memory_Ack [0 ] 0
MI DMA_READ [0 ] 0 MI DMA_READ [0 ] 0

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:14:48 M5 compiled Apr 28 2011 14:48:31
M5 started Apr 19 2011 12:14:52 M5 started Apr 28 2011 14:49:14
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_CMP_directory/m5.fast -d build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory command line: build/ALPHA_SE_MOESI_CMP_directory/m5.opt -d build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 85988 because target called exit() Exiting @ tick 85418 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 38282 # Simulator instruction rate (inst/s) host_inst_rate 20652 # Simulator instruction rate (inst/s)
host_mem_usage 212516 # Number of bytes of host memory used host_mem_usage 226736 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host host_seconds 0.12 # Real time elapsed on the host
host_tick_rate 1274831 # Simulator tick rate (ticks/s) host_tick_rate 683514 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 2577 # Number of instructions simulated sim_insts 2577 # Number of instructions simulated
sim_seconds 0.000086 # Number of seconds simulated sim_seconds 0.000085 # Number of seconds simulated
sim_ticks 85988 # Number of ticks simulated sim_ticks 85418 # Number of ticks simulated
system.cpu.dtb.data_accesses 717 # DTB accesses system.cpu.dtb.data_accesses 717 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 709 # DTB hits system.cpu.dtb.data_hits 709 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 85988 # number of cpu cycles simulated system.cpu.numCycles 85418 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 85988 # Number of busy cycles system.cpu.num_busy_cycles 85418 # Number of busy cycles
system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses
system.cpu.num_fp_insts 6 # number of float instructions system.cpu.num_fp_insts 6 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/tru64/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=5 directory_latency=5
distributed_persistent=true distributed_persistent=true
@ -125,6 +126,7 @@ L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=0
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -160,6 +162,7 @@ children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=1
filtering_enabled=true filtering_enabled=true
l2_request_latency=5 l2_request_latency=5
l2_response_latency=5 l2_response_latency=5
@ -220,68 +223,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:17:16 Real time: Apr/28/2011 15:03:52
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.14 Virtual_time_in_seconds: 0.43
Virtual_time_in_minutes: 0.00233333 Virtual_time_in_minutes: 0.00716667
Virtual_time_in_hours: 3.88889e-05 Virtual_time_in_hours: 0.000119444
Virtual_time_in_days: 1.62037e-06 Virtual_time_in_days: 4.97685e-06
Ruby_current_time: 84059 Ruby_current_time: 87899
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 84059 Ruby_cycles: 87899
mbytes_resident: 37.6562 mbytes_resident: 38.1484
mbytes_total: 207.355 mbytes_total: 221.172
resident_ratio: 0.181621 resident_ratio: 0.172536
ruby_cycles_executed: [ 84060 ] ruby_cycles_executed: [ 87900 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -70,13 +70,13 @@ sequencer_requests_outstanding: [binsize: 1 max: 1 count: 3295 average: 1 |
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 2 max: 296 count: 3294 average: 24.5188 | standard deviation: 56.5949 | 0 2775 0 0 0 0 0 0 0 0 82 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 73 60 58 94 4 3 2 0 4 10 7 7 7 24 0 0 0 0 1 0 3 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 2 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency: [binsize: 2 max: 307 count: 3294 average: 25.6846 | standard deviation: 58.8214 | 0 2776 0 0 0 0 0 0 0 0 6 2 62 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 4 58 48 98 72 79 0 1 2 13 9 10 7 26 0 1 0 0 1 1 0 1 1 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 1 2 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 ]
miss_latency_LD: [binsize: 2 max: 281 count: 415 average: 61.5639 | standard deviation: 79.411 | 0 233 0 0 0 0 0 0 0 0 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 15 18 15 36 0 0 1 0 2 8 1 2 3 6 0 0 0 0 1 0 2 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 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 ] miss_latency_LD: [binsize: 2 max: 307 count: 415 average: 65.2795 | standard deviation: 81.9739 | 0 233 0 0 0 0 0 0 0 0 0 1 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 16 14 37 32 18 0 0 0 9 2 2 2 8 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 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 ]
miss_latency_ST: [binsize: 2 max: 263 count: 294 average: 31.415 | standard deviation: 62.6615 | 0 227 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 6 8 5 13 0 0 0 0 2 0 1 1 0 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 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 ] miss_latency_ST: [binsize: 2 max: 307 count: 294 average: 34.5782 | standard deviation: 69.4748 | 0 228 0 0 0 0 0 0 0 0 6 1 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 5 15 8 5 0 0 0 0 1 1 0 5 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 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 ]
miss_latency_IFETCH: [binsize: 2 max: 296 count: 2585 average: 17.7872 | standard deviation: 48.5294 | 0 2315 0 0 0 0 0 0 0 0 26 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 52 34 38 45 4 3 1 0 0 2 5 4 4 13 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 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 ] miss_latency_IFETCH: [binsize: 2 max: 277 count: 2585 average: 18.3164 | standard deviation: 49.7019 | 0 2315 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 36 29 46 32 56 0 1 2 4 6 7 5 13 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_L1Cache: [binsize: 1 max: 2 count: 2775 average: 2 | standard deviation: 0 | 0 0 2775 ] miss_latency_L1Cache: [binsize: 1 max: 2 count: 2776 average: 2 | standard deviation: 0 | 0 0 2776 ]
miss_latency_L2Cache: [binsize: 1 max: 21 count: 82 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 82 ] miss_latency_L2Cache: [binsize: 1 max: 25 count: 70 average: 24.6 | standard deviation: 1.16096 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 2 0 62 ]
miss_latency_Directory: [binsize: 2 max: 296 count: 437 average: 168.176 | standard deviation: 16.6337 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 73 60 58 94 4 3 2 0 4 10 7 7 7 24 0 0 0 0 1 0 3 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 2 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_Directory: [binsize: 2 max: 307 count: 448 average: 172.614 | standard deviation: 19.1957 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 4 58 48 98 72 79 0 1 2 13 9 10 7 26 0 1 0 0 1 1 0 1 1 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 1 2 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 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -86,16 +86,16 @@ miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 1 average:
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 1 average: 0 | standard deviation: 0 | 1 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 169 count: 1 average: 169 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 169 count: 1 average: 169 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ]
imcomplete_dir_Times: 436 imcomplete_dir_Times: 447
miss_latency_LD_L1Cache: [binsize: 1 max: 2 count: 233 average: 2 | standard deviation: 0 | 0 0 233 ] miss_latency_LD_L1Cache: [binsize: 1 max: 2 count: 233 average: 2 | standard deviation: 0 | 0 0 233 ]
miss_latency_LD_L2Cache: [binsize: 1 max: 21 count: 39 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 ] miss_latency_LD_L2Cache: [binsize: 1 max: 25 count: 33 average: 24.9394 | standard deviation: 0.353553 | 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 32 ]
miss_latency_LD_Directory: [binsize: 2 max: 281 count: 143 average: 169.678 | standard deviation: 18.465 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 15 18 15 36 0 0 1 0 2 8 1 2 3 6 0 0 0 0 1 0 2 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 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 ] miss_latency_LD_Directory: [binsize: 2 max: 307 count: 149 average: 173.168 | standard deviation: 20.2876 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 16 14 37 32 18 0 0 0 9 2 2 2 8 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 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 ]
miss_latency_ST_L1Cache: [binsize: 1 max: 2 count: 227 average: 2 | standard deviation: 0 | 0 0 227 ] miss_latency_ST_L1Cache: [binsize: 1 max: 2 count: 228 average: 2 | standard deviation: 0 | 0 0 228 ]
miss_latency_ST_L2Cache: [binsize: 1 max: 21 count: 17 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 ] miss_latency_ST_L2Cache: [binsize: 1 max: 25 count: 14 average: 23.1429 | standard deviation: 2 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 1 0 7 ]
miss_latency_ST_Directory: [binsize: 2 max: 263 count: 50 average: 168.5 | standard deviation: 16.0261 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 6 8 5 13 0 0 0 0 2 0 1 1 0 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 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 ] miss_latency_ST_Directory: [binsize: 2 max: 307 count: 52 average: 180.5 | standard deviation: 35.1816 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 5 15 8 5 0 0 0 0 1 1 0 5 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 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 ]
miss_latency_IFETCH_L1Cache: [binsize: 1 max: 2 count: 2315 average: 2 | standard deviation: 0 | 0 0 2315 ] miss_latency_IFETCH_L1Cache: [binsize: 1 max: 2 count: 2315 average: 2 | standard deviation: 0 | 0 0 2315 ]
miss_latency_IFETCH_L2Cache: [binsize: 1 max: 21 count: 26 average: 21 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 26 ] miss_latency_IFETCH_L2Cache: [binsize: 1 max: 25 count: 23 average: 25 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 ]
miss_latency_IFETCH_Directory: [binsize: 2 max: 296 count: 244 average: 167.23 | standard deviation: 15.5933 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 52 34 38 45 4 3 1 0 0 2 5 4 4 13 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 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 ] miss_latency_IFETCH_Directory: [binsize: 2 max: 277 count: 247 average: 170.619 | standard deviation: 12.1654 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 36 29 46 32 56 0 1 2 4 6 7 5 13 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -127,75 +127,75 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9934 page_reclaims: 10978
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 2883 23064 total_msg_count_Request_Control: 2916 23328
total_msg_count_Response_Data: 1311 94392 total_msg_count_Response_Data: 1344 96768
total_msg_count_ResponseL2hit_Data: 246 17712 total_msg_count_ResponseL2hit_Data: 210 15120
total_msg_count_Response_Control: 3 24 total_msg_count_Response_Control: 3 24
total_msg_count_Writeback_Data: 1749 125928 total_msg_count_Writeback_Data: 1758 126576
total_msg_count_Writeback_Control: 1101 8808 total_msg_count_Writeback_Control: 1095 8760
total_msgs: 7293 total_bytes: 269928 total_msgs: 7326 total_bytes: 270576
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.184543 links_utilized_percent_switch_0: 2.75856
links_utilized_percent_switch_0_link_0: 0.069475 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.65248 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.299611 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.86465 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 437 31464 [ 0 0 0 0 437 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 448 32256 [ 0 0 0 0 448 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 82 5904 [ 0 0 0 0 82 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 70 5040 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 519 4152 [ 0 519 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 518 4144 [ 0 518 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.105172 links_utilized_percent_switch_1: 2.05975
links_utilized_percent_switch_1_link_0: 0.0749027 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.86465 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.135441 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.25485 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 519 4152 [ 0 519 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 518 4144 [ 0 518 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 442 3536 [ 0 0 442 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 454 3632 [ 0 0 454 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 82 5904 [ 0 0 0 0 82 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 70 5040 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 81 5832 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 84 6048 [ 0 0 0 0 84 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 367 2936 [ 0 0 0 0 367 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 365 2920 [ 0 0 0 0 365 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.128407 links_utilized_percent_switch_2: 1.59473
links_utilized_percent_switch_2_link_0: 0.0228708 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 0.895915 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.233943 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.29354 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 442 3536 [ 0 0 442 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 454 3632 [ 0 0 454 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 81 5832 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 84 6048 [ 0 0 0 0 84 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 367 2936 [ 0 0 0 0 367 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 365 2920 [ 0 0 0 0 365 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 437 31464 [ 0 0 0 0 437 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 448 32256 [ 0 0 0 0 448 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.222998 links_utilized_percent_switch_3: 2.13768
links_utilized_percent_switch_3_link_0: 0.2779 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 2.65248 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.299611 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 2.86465 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.0914834 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 0.895915 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 437 31464 [ 0 0 0 0 437 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 448 32256 [ 0 0 0 0 448 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 82 5904 [ 0 0 0 0 82 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 70 5040 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 519 4152 [ 0 519 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Request_Control: 518 4144 [ 0 518 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Data: 502 36144 [ 0 0 0 0 502 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 442 3536 [ 0 0 442 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 454 3632 [ 0 0 454 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 81 5832 [ 0 0 0 0 81 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 84 6048 [ 0 0 0 0 84 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 367 2936 [ 0 0 0 0 367 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Control: 365 2920 [ 0 0 0 0 365 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 270 system.l1_cntrl0.L1IcacheMemory_total_misses: 270
@ -209,16 +209,16 @@ Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 270 100% system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 270 100%
Cache Stats: system.l1_cntrl0.L1DcacheMemory Cache Stats: system.l1_cntrl0.L1DcacheMemory
system.l1_cntrl0.L1DcacheMemory_total_misses: 249 system.l1_cntrl0.L1DcacheMemory_total_misses: 248
system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 249 system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 248
system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_request_type_LD: 73.0924% system.l1_cntrl0.L1DcacheMemory_request_type_LD: 73.3871%
system.l1_cntrl0.L1DcacheMemory_request_type_ST: 26.9076% system.l1_cntrl0.L1DcacheMemory_request_type_ST: 26.6129%
system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 249 100% system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 248 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
@ -226,10 +226,10 @@ Load [415 ] 415
Ifetch [2585 ] 2585 Ifetch [2585 ] 2585
Store [294 ] 294 Store [294 ] 294
Atomic [0 ] 0 Atomic [0 ] 0
L1_Replacement [503 ] 503 L1_Replacement [504 ] 504
Data_Shared [65 ] 65 Data_Shared [56 ] 56
Data_Owner [0 ] 0 Data_Owner [0 ] 0
Data_All_Tokens [454 ] 454 Data_All_Tokens [462 ] 462
Ack [1 ] 1 Ack [1 ] 1
Ack_All_Tokens [0 ] 0 Ack_All_Tokens [0 ] 0
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
@ -245,7 +245,7 @@ Own_Lock_or_Unlock [0 ] 0
Request_Timeout [0 ] 0 Request_Timeout [0 ] 0
Use_TimeoutStarverX [0 ] 0 Use_TimeoutStarverX [0 ] 0
Use_TimeoutStarverS [0 ] 0 Use_TimeoutStarverS [0 ] 0
Use_TimeoutNoStarvers [453 ] 453 Use_TimeoutNoStarvers [461 ] 461
Use_TimeoutNoStarvers_NoMig [0 ] 0 Use_TimeoutNoStarvers_NoMig [0 ] 0
- Transitions - - Transitions -
@ -286,11 +286,11 @@ I Persistent_GETS [0 ] 0
I Persistent_GETS_Last_Token [0 ] 0 I Persistent_GETS_Last_Token [0 ] 0
I Own_Lock_or_Unlock [0 ] 0 I Own_Lock_or_Unlock [0 ] 0
S Load [30 ] 30 S Load [29 ] 29
S Ifetch [249 ] 249 S Ifetch [158 ] 158
S Store [9 ] 9 S Store [8 ] 8
S Atomic [0 ] 0 S Atomic [0 ] 0
S L1_Replacement [55 ] 55 S L1_Replacement [48 ] 48
S Data_Shared [0 ] 0 S Data_Shared [0 ] 0
S Data_Owner [0 ] 0 S Data_Owner [0 ] 0
S Data_All_Tokens [0 ] 0 S Data_All_Tokens [0 ] 0
@ -326,11 +326,11 @@ O Persistent_GETS [0 ] 0
O Persistent_GETS_Last_Token [0 ] 0 O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M Load [65 ] 65 M Load [66 ] 66
M Ifetch [1061 ] 1061 M Ifetch [1161 ] 1161
M Store [28 ] 28 M Store [29 ] 29
M Atomic [0 ] 0 M Atomic [0 ] 0
M L1_Replacement [351 ] 351 M L1_Replacement [358 ] 358
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_Local_GETX [0 ] 0 M Transient_Local_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
@ -339,9 +339,9 @@ M Persistent_GETX [0 ] 0
M Persistent_GETS [0 ] 0 M Persistent_GETS [0 ] 0
M Own_Lock_or_Unlock [0 ] 0 M Own_Lock_or_Unlock [0 ] 0
MM Load [95 ] 95 MM Load [96 ] 96
MM Ifetch [0 ] 0 MM Ifetch [0 ] 0
MM Store [102 ] 102 MM Store [104 ] 104
MM Atomic [0 ] 0 MM Atomic [0 ] 0
MM L1_Replacement [96 ] 96 MM L1_Replacement [96 ] 96
MM Transient_GETX [0 ] 0 MM Transient_GETX [0 ] 0
@ -353,10 +353,10 @@ MM Persistent_GETS [0 ] 0
MM Own_Lock_or_Unlock [0 ] 0 MM Own_Lock_or_Unlock [0 ] 0
M_W Load [36 ] 36 M_W Load [36 ] 36
M_W Ifetch [1005 ] 1005 M_W Ifetch [996 ] 996
M_W Store [3 ] 3 M_W Store [3 ] 3
M_W Atomic [0 ] 0 M_W Atomic [0 ] 0
M_W L1_Replacement [0 ] 0 M_W L1_Replacement [1 ] 1
M_W Transient_GETX [0 ] 0 M_W Transient_GETX [0 ] 0
M_W Transient_Local_GETX [0 ] 0 M_W Transient_Local_GETX [0 ] 0
M_W Transient_GETS [0 ] 0 M_W Transient_GETS [0 ] 0
@ -366,12 +366,12 @@ M_W Persistent_GETS [0 ] 0
M_W Own_Lock_or_Unlock [0 ] 0 M_W Own_Lock_or_Unlock [0 ] 0
M_W Use_TimeoutStarverX [0 ] 0 M_W Use_TimeoutStarverX [0 ] 0
M_W Use_TimeoutStarverS [0 ] 0 M_W Use_TimeoutStarverS [0 ] 0
M_W Use_TimeoutNoStarvers [383 ] 383 M_W Use_TimeoutNoStarvers [392 ] 392
M_W Use_TimeoutNoStarvers_NoMig [0 ] 0 M_W Use_TimeoutNoStarvers_NoMig [0 ] 0
MM_W Load [7 ] 7 MM_W Load [6 ] 6
MM_W Ifetch [0 ] 0 MM_W Ifetch [0 ] 0
MM_W Store [94 ] 94 MM_W Store [92 ] 92
MM_W Atomic [0 ] 0 MM_W Atomic [0 ] 0
MM_W L1_Replacement [1 ] 1 MM_W L1_Replacement [1 ] 1
MM_W Transient_GETX [0 ] 0 MM_W Transient_GETX [0 ] 0
@ -383,7 +383,7 @@ MM_W Persistent_GETS [0 ] 0
MM_W Own_Lock_or_Unlock [0 ] 0 MM_W Own_Lock_or_Unlock [0 ] 0
MM_W Use_TimeoutStarverX [0 ] 0 MM_W Use_TimeoutStarverX [0 ] 0
MM_W Use_TimeoutStarverS [0 ] 0 MM_W Use_TimeoutStarverS [0 ] 0
MM_W Use_TimeoutNoStarvers [70 ] 70 MM_W Use_TimeoutNoStarvers [69 ] 69
MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0 MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0
IM Load [0 ] 0 IM Load [0 ] 0
@ -414,7 +414,7 @@ SM Atomic [0 ] 0
SM L1_Replacement [0 ] 0 SM L1_Replacement [0 ] 0
SM Data_Shared [0 ] 0 SM Data_Shared [0 ] 0
SM Data_Owner [0 ] 0 SM Data_Owner [0 ] 0
SM Data_All_Tokens [9 ] 9 SM Data_All_Tokens [8 ] 8
SM Ack [0 ] 0 SM Ack [0 ] 0
SM Transient_GETX [0 ] 0 SM Transient_GETX [0 ] 0
SM Transient_Local_GETX [0 ] 0 SM Transient_Local_GETX [0 ] 0
@ -454,9 +454,9 @@ IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS Atomic [0 ] 0 IS Atomic [0 ] 0
IS L1_Replacement [0 ] 0 IS L1_Replacement [0 ] 0
IS Data_Shared [65 ] 65 IS Data_Shared [56 ] 56
IS Data_Owner [0 ] 0 IS Data_Owner [0 ] 0
IS Data_All_Tokens [387 ] 387 IS Data_All_Tokens [396 ] 396
IS Ack [0 ] 0 IS Ack [0 ] 0
IS Transient_GETX [0 ] 0 IS Transient_GETX [0 ] 0
IS Transient_Local_GETX [0 ] 0 IS Transient_Local_GETX [0 ] 0
@ -572,30 +572,30 @@ IS_L Own_Lock_or_Unlock [0 ] 0
IS_L Request_Timeout [0 ] 0 IS_L Request_Timeout [0 ] 0
Cache Stats: system.l2_cntrl0.L2cacheMemory Cache Stats: system.l2_cntrl0.L2cacheMemory
system.l2_cntrl0.L2cacheMemory_total_misses: 442 system.l2_cntrl0.L2cacheMemory_total_misses: 454
system.l2_cntrl0.L2cacheMemory_total_demand_misses: 442 system.l2_cntrl0.L2cacheMemory_total_demand_misses: 454
system.l2_cntrl0.L2cacheMemory_total_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_request_type_GETS: 87.5566% system.l2_cntrl0.L2cacheMemory_request_type_GETS: 87.2247%
system.l2_cntrl0.L2cacheMemory_request_type_GETX: 12.4434% system.l2_cntrl0.L2cacheMemory_request_type_GETX: 12.7753%
system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 442 100% system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 454 100%
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GETS [444 ] 444 L1_GETS [448 ] 448
L1_GETS_Last_Token [8 ] 8 L1_GETS_Last_Token [4 ] 4
L1_GETX [67 ] 67 L1_GETX [66 ] 66
L1_INV [0 ] 0 L1_INV [0 ] 0
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
Transient_GETS [0 ] 0 Transient_GETS [0 ] 0
Transient_GETS_Last_Token [0 ] 0 Transient_GETS_Last_Token [0 ] 0
L2_Replacement [464 ] 464 L2_Replacement [458 ] 458
Writeback_Tokens [0 ] 0 Writeback_Tokens [0 ] 0
Writeback_Shared_Data [34 ] 34 Writeback_Shared_Data [21 ] 21
Writeback_All_Tokens [468 ] 468 Writeback_All_Tokens [481 ] 481
Writeback_Owned [0 ] 0 Writeback_Owned [0 ] 0
Data_Shared [0 ] 0 Data_Shared [0 ] 0
Data_Owner [0 ] 0 Data_Owner [0 ] 0
@ -608,14 +608,14 @@ Persistent_GETS_Last_Token [0 ] 0
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [0 ] 0
- Transitions - - Transitions -
NP L1_GETS [387 ] 387 NP L1_GETS [396 ] 396
NP L1_GETX [48 ] 48 NP L1_GETX [50 ] 50
NP L1_INV [0 ] 0 NP L1_INV [0 ] 0
NP Transient_GETX [0 ] 0 NP Transient_GETX [0 ] 0
NP Transient_GETS [0 ] 0 NP Transient_GETS [0 ] 0
NP Writeback_Tokens [0 ] 0 NP Writeback_Tokens [0 ] 0
NP Writeback_Shared_Data [31 ] 31 NP Writeback_Shared_Data [18 ] 18
NP Writeback_All_Tokens [441 ] 441 NP Writeback_All_Tokens [448 ] 448
NP Writeback_Owned [0 ] 0 NP Writeback_Owned [0 ] 0
NP Data_Shared [0 ] 0 NP Data_Shared [0 ] 0
NP Data_Owner [0 ] 0 NP Data_Owner [0 ] 0
@ -633,7 +633,7 @@ I L1_INV [0 ] 0
I Transient_GETX [0 ] 0 I Transient_GETX [0 ] 0
I Transient_GETS [0 ] 0 I Transient_GETS [0 ] 0
I Transient_GETS_Last_Token [0 ] 0 I Transient_GETS_Last_Token [0 ] 0
I L2_Replacement [16 ] 16 I L2_Replacement [9 ] 9
I Writeback_Tokens [0 ] 0 I Writeback_Tokens [0 ] 0
I Writeback_Shared_Data [3 ] 3 I Writeback_Shared_Data [3 ] 3
I Writeback_All_Tokens [6 ] 6 I Writeback_All_Tokens [6 ] 6
@ -648,13 +648,13 @@ I Persistent_GETS_Last_Token [0 ] 0
I Own_Lock_or_Unlock [0 ] 0 I Own_Lock_or_Unlock [0 ] 0
S L1_GETS [0 ] 0 S L1_GETS [0 ] 0
S L1_GETS_Last_Token [8 ] 8 S L1_GETS_Last_Token [4 ] 4
S L1_GETX [1 ] 1 S L1_GETX [1 ] 1
S L1_INV [0 ] 0 S L1_INV [0 ] 0
S Transient_GETX [0 ] 0 S Transient_GETX [0 ] 0
S Transient_GETS [0 ] 0 S Transient_GETS [0 ] 0
S Transient_GETS_Last_Token [0 ] 0 S Transient_GETS_Last_Token [0 ] 0
S L2_Replacement [24 ] 24 S L2_Replacement [15 ] 15
S Writeback_Tokens [0 ] 0 S Writeback_Tokens [0 ] 0
S Writeback_Shared_Data [0 ] 0 S Writeback_Shared_Data [0 ] 0
S Writeback_All_Tokens [0 ] 0 S Writeback_All_Tokens [0 ] 0
@ -670,15 +670,15 @@ S Own_Lock_or_Unlock [0 ] 0
O L1_GETS [0 ] 0 O L1_GETS [0 ] 0
O L1_GETS_Last_Token [0 ] 0 O L1_GETS_Last_Token [0 ] 0
O L1_GETX [5 ] 5 O L1_GETX [6 ] 6
O L1_INV [0 ] 0 O L1_INV [0 ] 0
O Transient_GETX [0 ] 0 O Transient_GETX [0 ] 0
O Transient_GETS [0 ] 0 O Transient_GETS [0 ] 0
O Transient_GETS_Last_Token [0 ] 0 O Transient_GETS_Last_Token [0 ] 0
O L2_Replacement [31 ] 31 O L2_Replacement [19 ] 19
O Writeback_Tokens [0 ] 0 O Writeback_Tokens [0 ] 0
O Writeback_Shared_Data [0 ] 0 O Writeback_Shared_Data [0 ] 0
O Writeback_All_Tokens [21 ] 21 O Writeback_All_Tokens [27 ] 27
O Data_Shared [0 ] 0 O Data_Shared [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Ack [0 ] 0 O Ack [0 ] 0
@ -688,12 +688,12 @@ O Persistent_GETS [0 ] 0
O Persistent_GETS_Last_Token [0 ] 0 O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M L1_GETS [57 ] 57 M L1_GETS [52 ] 52
M L1_GETX [12 ] 12 M L1_GETX [8 ] 8
M L1_INV [0 ] 0 M L1_INV [0 ] 0
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
M L2_Replacement [393 ] 393 M L2_Replacement [415 ] 415
M Persistent_GETX [0 ] 0 M Persistent_GETX [0 ] 0
M Persistent_GETS [0 ] 0 M Persistent_GETS [0 ] 0
M Own_Lock_or_Unlock [0 ] 0 M Own_Lock_or_Unlock [0 ] 0
@ -739,49 +739,49 @@ S_L Persistent_GETS_Last_Token [0 ] 0
S_L Own_Lock_or_Unlock [0 ] 0 S_L Own_Lock_or_Unlock [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 518 memory_total_requests: 532
memory_reads: 437 memory_reads: 448
memory_writes: 81 memory_writes: 84
memory_refreshes: 176 memory_refreshes: 184
memory_total_request_delays: 223 memory_total_request_delays: 169
memory_delays_per_request: 0.430502 memory_delays_per_request: 0.317669
memory_delays_in_input_queue: 67 memory_delays_in_input_queue: 45
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 0
memory_delays_stalled_at_head_of_bank_queue: 156 memory_delays_stalled_at_head_of_bank_queue: 124
memory_stalls_for_bank_busy: 61 memory_stalls_for_bank_busy: 31
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 7 memory_stalls_for_arbitration: 10
memory_stalls_for_bus: 80 memory_stalls_for_bus: 81
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 8 memory_stalls_for_read_write_turnaround: 2
memory_stalls_for_read_read_turnaround: 0 memory_stalls_for_read_read_turnaround: 0
accesses_per_bank: 18 10 0 40 20 20 29 22 5 3 6 4 21 40 20 3 4 5 7 13 10 16 14 41 16 5 5 12 12 18 14 65 accesses_per_bank: 19 10 0 39 20 19 31 22 5 3 6 4 22 41 22 3 4 6 7 13 10 18 14 42 16 5 5 12 13 18 14 69
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [65 ] 65 GETX [107 ] 107
GETS [407 ] 407 GETS [441 ] 441
Lockdown [0 ] 0 Lockdown [0 ] 0
Unlockdown [0 ] 0 Unlockdown [0 ] 0
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [0 ] 0
Own_Lock_or_Unlock_Tokens [0 ] 0 Own_Lock_or_Unlock_Tokens [0 ] 0
Data_Owner [6 ] 6 Data_Owner [3 ] 3
Data_All_Tokens [75 ] 75 Data_All_Tokens [81 ] 81
Ack_Owner [25 ] 25 Ack_Owner [16 ] 16
Ack_Owner_All_Tokens [318 ] 318 Ack_Owner_All_Tokens [334 ] 334
Tokens [0 ] 0 Tokens [0 ] 0
Ack_All_Tokens [24 ] 24 Ack_All_Tokens [15 ] 15
Request_Timeout [0 ] 0 Request_Timeout [0 ] 0
Memory_Data [437 ] 437 Memory_Data [448 ] 448
Memory_Ack [81 ] 81 Memory_Ack [84 ] 84
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
DMA_WRITE_All_Tokens [0 ] 0 DMA_WRITE_All_Tokens [0 ] 0
- Transitions - - Transitions -
O GETX [50 ] 50 O GETX [52 ] 52
O GETS [387 ] 387 O GETS [396 ] 396
O Lockdown [0 ] 0 O Lockdown [0 ] 0
O Unlockdown [0 ] 0 O Unlockdown [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
@ -789,21 +789,21 @@ O Own_Lock_or_Unlock_Tokens [0 ] 0
O Data_Owner [0 ] 0 O Data_Owner [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Tokens [0 ] 0 O Tokens [0 ] 0
O Ack_All_Tokens [24 ] 24 O Ack_All_Tokens [15 ] 15
O DMA_READ [0 ] 0 O DMA_READ [0 ] 0
O DMA_WRITE [0 ] 0 O DMA_WRITE [0 ] 0
O DMA_WRITE_All_Tokens [0 ] 0 O DMA_WRITE_All_Tokens [0 ] 0
NO GETX [5 ] 5 NO GETX [6 ] 6
NO GETS [0 ] 0 NO GETS [0 ] 0
NO Lockdown [0 ] 0 NO Lockdown [0 ] 0
NO Unlockdown [0 ] 0 NO Unlockdown [0 ] 0
NO Own_Lock_or_Unlock [0 ] 0 NO Own_Lock_or_Unlock [0 ] 0
NO Own_Lock_or_Unlock_Tokens [0 ] 0 NO Own_Lock_or_Unlock_Tokens [0 ] 0
NO Data_Owner [6 ] 6 NO Data_Owner [3 ] 3
NO Data_All_Tokens [75 ] 75 NO Data_All_Tokens [81 ] 81
NO Ack_Owner [25 ] 25 NO Ack_Owner [16 ] 16
NO Ack_Owner_All_Tokens [318 ] 318 NO Ack_Owner_All_Tokens [334 ] 334
NO Tokens [0 ] 0 NO Tokens [0 ] 0
NO DMA_READ [0 ] 0 NO DMA_READ [0 ] 0
NO DMA_WRITE [0 ] 0 NO DMA_WRITE [0 ] 0
@ -823,8 +823,8 @@ L DMA_READ [0 ] 0
L DMA_WRITE [0 ] 0 L DMA_WRITE [0 ] 0
L DMA_WRITE_All_Tokens [0 ] 0 L DMA_WRITE_All_Tokens [0 ] 0
O_W GETX [10 ] 10 O_W GETX [49 ] 49
O_W GETS [20 ] 20 O_W GETS [45 ] 45
O_W Lockdown [0 ] 0 O_W Lockdown [0 ] 0
O_W Unlockdown [0 ] 0 O_W Unlockdown [0 ] 0
O_W Own_Lock_or_Unlock [0 ] 0 O_W Own_Lock_or_Unlock [0 ] 0
@ -835,7 +835,7 @@ O_W Ack_Owner [0 ] 0
O_W Tokens [0 ] 0 O_W Tokens [0 ] 0
O_W Ack_All_Tokens [0 ] 0 O_W Ack_All_Tokens [0 ] 0
O_W Memory_Data [0 ] 0 O_W Memory_Data [0 ] 0
O_W Memory_Ack [81 ] 81 O_W Memory_Ack [84 ] 84
O_W DMA_READ [0 ] 0 O_W DMA_READ [0 ] 0
O_W DMA_WRITE [0 ] 0 O_W DMA_WRITE [0 ] 0
O_W DMA_WRITE_All_Tokens [0 ] 0 O_W DMA_WRITE_All_Tokens [0 ] 0
@ -918,7 +918,7 @@ NO_W Data_All_Tokens [0 ] 0
NO_W Ack_Owner [0 ] 0 NO_W Ack_Owner [0 ] 0
NO_W Tokens [0 ] 0 NO_W Tokens [0 ] 0
NO_W Ack_All_Tokens [0 ] 0 NO_W Ack_All_Tokens [0 ] 0
NO_W Memory_Data [437 ] 437 NO_W Memory_Data [448 ] 448
NO_W DMA_READ [0 ] 0 NO_W DMA_READ [0 ] 0
NO_W DMA_WRITE [0 ] 0 NO_W DMA_WRITE [0 ] 0
NO_W DMA_WRITE_All_Tokens [0 ] 0 NO_W DMA_WRITE_All_Tokens [0 ] 0

View file

@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:17:10 M5 compiled Apr 28 2011 15:03:17
M5 started Apr 19 2011 12:17:16 M5 started Apr 28 2011 15:03:52
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_CMP_token/m5.fast -d build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token command line: build/ALPHA_SE_MOESI_CMP_token/m5.opt -d build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.
Hello world! Hello world!
Exiting @ tick 84059 because target called exit() Exiting @ tick 87899 because target called exit()

View file

@ -1,13 +1,13 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 40575 # Simulator instruction rate (inst/s) host_inst_rate 33219 # Simulator instruction rate (inst/s)
host_mem_usage 212336 # Number of bytes of host memory used host_mem_usage 226484 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host host_seconds 0.08 # Real time elapsed on the host
host_tick_rate 1320785 # Simulator tick rate (ticks/s) host_tick_rate 1130708 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 2577 # Number of instructions simulated sim_insts 2577 # Number of instructions simulated
sim_seconds 0.000084 # Number of seconds simulated sim_seconds 0.000088 # Number of seconds simulated
sim_ticks 84059 # Number of ticks simulated sim_ticks 87899 # Number of ticks simulated
system.cpu.dtb.data_accesses 717 # DTB accesses system.cpu.dtb.data_accesses 717 # DTB accesses
system.cpu.dtb.data_acv 0 # DTB access violations system.cpu.dtb.data_acv 0 # DTB access violations
system.cpu.dtb.data_hits 709 # DTB hits system.cpu.dtb.data_hits 709 # DTB hits
@ -42,10 +42,10 @@ system.cpu.itb.write_acv 0 # DT
system.cpu.itb.write_hits 0 # DTB write hits system.cpu.itb.write_hits 0 # DTB write hits
system.cpu.itb.write_misses 0 # DTB write misses system.cpu.itb.write_misses 0 # DTB write misses
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 84059 # number of cpu cycles simulated system.cpu.numCycles 87899 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 84059 # Number of busy cycles system.cpu.num_busy_cycles 87899 # Number of busy cycles
system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls system.cpu.num_conditional_control_insts 238 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses system.cpu.num_fp_alu_accesses 6 # Number of float alu accesses
system.cpu.num_fp_insts 6 # number of float instructions system.cpu.num_fp_insts 6 # number of float instructions

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/tru64/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer probeFilter children=directory memBuffer probeFilter
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
full_bit_dir_enabled=false full_bit_dir_enabled=false
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -134,6 +135,7 @@ L1IcacheMemory=system.ruby.cpu_ruby_ports.icache
L2cacheMemory=system.l1_cntrl0.L2cacheMemory L2cacheMemory=system.l1_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=0
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -212,52 +214,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:09:50 Real time: Apr/28/2011 15:12:18
Profiler Stats Profiler Stats
-------------- --------------
@ -43,18 +43,18 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.13 Virtual_time_in_seconds: 0.36
Virtual_time_in_minutes: 0.00216667 Virtual_time_in_minutes: 0.006
Virtual_time_in_hours: 3.61111e-05 Virtual_time_in_hours: 0.0001
Virtual_time_in_days: 1.50463e-06 Virtual_time_in_days: 4.16667e-06
Ruby_current_time: 78448 Ruby_current_time: 78448
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 78448 Ruby_cycles: 78448
mbytes_resident: 37.4102 mbytes_resident: 37.8359
mbytes_total: 207.098 mbytes_total: 220.914
resident_ratio: 0.180659 resident_ratio: 0.171323
ruby_cycles_executed: [ 78449 ] ruby_cycles_executed: [ 78449 ]
@ -126,11 +126,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9871 page_reclaims: 10907
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -144,9 +144,9 @@ total_msgs: 7791 total_bytes: 162552
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.110822 links_utilized_percent_switch_0: 2.15844
links_utilized_percent_switch_0_link_0: 0.0700145 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.80058 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.151629 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.51629 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 441 31752 [ 0 0 0 0 441 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 441 31752 [ 0 0 0 0 441 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 425 3400 [ 0 0 0 425 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 425 3400 [ 0 0 0 425 0 0 0 0 0 0 ] base_latency: 1
@ -157,9 +157,9 @@ links_utilized_percent_switch_0: 0.110822
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.158983 links_utilized_percent_switch_1: 2.15844
links_utilized_percent_switch_1_link_0: 0.0379073 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.51629 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.280058 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 2.80058 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 441 3528 [ 0 0 441 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 441 3528 [ 0 0 441 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 81 5832 [ 0 0 0 0 0 81 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 81 5832 [ 0 0 0 0 0 81 0 0 0 0 ] base_latency: 1
@ -170,9 +170,9 @@ links_utilized_percent_switch_1: 0.158983
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.215844 links_utilized_percent_switch_2: 2.15844
links_utilized_percent_switch_2_link_0: 0.280058 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 2.80058 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.151629 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.51629 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 441 31752 [ 0 0 0 0 441 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 441 31752 [ 0 0 0 0 441 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 425 3400 [ 0 0 0 425 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 425 3400 [ 0 0 0 425 0 0 0 0 0 0 ] base_latency: 1

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:09:47 M5 compiled Apr 28 2011 15:11:39
M5 started Apr 19 2011 12:09:50 M5 started Apr 28 2011 15:12:18
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE_MOESI_hammer/m5.fast -d build/ALPHA_SE_MOESI_hammer/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer command line: build/ALPHA_SE_MOESI_hammer/m5.opt -d build/ALPHA_SE_MOESI_hammer/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.

View file

@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 62557 # Simulator instruction rate (inst/s) host_inst_rate 38360 # Simulator instruction rate (inst/s)
host_mem_usage 212072 # Number of bytes of host memory used host_mem_usage 226220 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host host_seconds 0.07 # Real time elapsed on the host
host_tick_rate 1897992 # Simulator tick rate (ticks/s) host_tick_rate 1164850 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 2577 # Number of instructions simulated sim_insts 2577 # Number of instructions simulated
sim_seconds 0.000078 # Number of seconds simulated sim_seconds 0.000078 # Number of seconds simulated

View file

@ -63,7 +63,7 @@ egid=100
env= env=
errout=cerr errout=cerr
euid=100 euid=100
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/alpha/tru64/hello
gid=100 gid=100
input=cin input=cin
max_stack_size=67108864 max_stack_size=67108864
@ -78,6 +78,7 @@ uid=100
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=12 directory_latency=12
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -120,6 +121,7 @@ type=L1Cache_Controller
buffer_size=0 buffer_size=0
cacheMemory=system.ruby.cpu_ruby_ports.dcache cacheMemory=system.ruby.cpu_ruby_ports.dcache
cache_response_latency=12 cache_response_latency=12
cntrl_id=0
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -180,52 +182,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:00:50 Real time: Apr/28/2011 14:27:10
Profiler Stats Profiler Stats
-------------- --------------
@ -43,18 +43,18 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.13 Virtual_time_in_seconds: 0.34
Virtual_time_in_minutes: 0.00216667 Virtual_time_in_minutes: 0.00566667
Virtual_time_in_hours: 3.61111e-05 Virtual_time_in_hours: 9.44444e-05
Virtual_time_in_days: 1.50463e-06 Virtual_time_in_days: 3.93519e-06
Ruby_current_time: 123378 Ruby_current_time: 123378
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 123378 Ruby_cycles: 123378
mbytes_resident: 37.2734 mbytes_resident: 37.6602
mbytes_total: 207.098 mbytes_total: 220.656
resident_ratio: 0.179999 resident_ratio: 0.170727
ruby_cycles_executed: [ 123379 ] ruby_cycles_executed: [ 123379 ]
@ -122,11 +122,11 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9841 page_reclaims: 10875
page_faults: 0 page_faults: 4
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 2528
block_outputs: 64 block_outputs: 0
Network Stats Network Stats
------------- -------------
@ -139,9 +139,9 @@ total_msgs: 7488 total_bytes: 299520
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.157808 links_utilized_percent_switch_0: 2.52881
links_utilized_percent_switch_0_link_0: 0.0633825 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.5353 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.252233 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.52233 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 626 45072 [ 0 0 0 0 626 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 626 45072 [ 0 0 0 0 626 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 622 4976 [ 0 0 0 622 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 622 4976 [ 0 0 0 622 0 0 0 0 0 0 ] base_latency: 1
@ -150,9 +150,9 @@ links_utilized_percent_switch_0: 0.157808
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.158294 links_utilized_percent_switch_1: 2.52881
links_utilized_percent_switch_1_link_0: 0.0630582 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.52233 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.25353 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 2.5353 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Control: 626 5008 [ 0 0 626 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Control: 626 5008 [ 0 0 626 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Data: 622 44784 [ 0 0 622 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Data: 622 44784 [ 0 0 622 0 0 0 0 0 0 0 ] base_latency: 1
@ -161,9 +161,9 @@ links_utilized_percent_switch_1: 0.158294
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.252881 links_utilized_percent_switch_2: 2.52881
links_utilized_percent_switch_2_link_0: 0.25353 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 2.5353 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.252233 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.52233 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 626 45072 [ 0 0 0 0 626 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 626 45072 [ 0 0 0 0 626 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 622 4976 [ 0 0 0 622 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 622 4976 [ 0 0 0 622 0 0 0 0 0 0 ] base_latency: 1
@ -227,9 +227,9 @@ Memory controller: system.dir_cntrl0.memBuffer:
memory_reads: 626 memory_reads: 626
memory_writes: 622 memory_writes: 622
memory_refreshes: 258 memory_refreshes: 258
memory_total_request_delays: 1710 memory_total_request_delays: 1502
memory_delays_per_request: 1.37019 memory_delays_per_request: 1.20353
memory_delays_in_input_queue: 622 memory_delays_in_input_queue: 414
memory_delays_behind_head_of_bank_queue: 3 memory_delays_behind_head_of_bank_queue: 3
memory_delays_stalled_at_head_of_bank_queue: 1085 memory_delays_stalled_at_head_of_bank_queue: 1085
memory_stalls_for_bank_busy: 404 memory_stalls_for_bank_busy: 404

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 11:52:53 M5 compiled Apr 28 2011 14:26:41
M5 started Apr 19 2011 12:00:50 M5 started Apr 28 2011 14:27:10
M5 executing on maize M5 executing on SC2B0617
command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby -re tests/run.py build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby command line: build/ALPHA_SE/m5.opt -d build/ALPHA_SE/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby -re tests/run.py build/ALPHA_SE/tests/opt/quick/00.hello/alpha/tru64/simple-timing-ruby
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page. info: Increasing stack size by one page.

View file

@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_inst_rate 79660 # Simulator instruction rate (inst/s) host_inst_rate 38181 # Simulator instruction rate (inst/s)
host_mem_usage 212072 # Number of bytes of host memory used host_mem_usage 225956 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host host_seconds 0.07 # Real time elapsed on the host
host_tick_rate 3797301 # Simulator tick rate (ticks/s) host_tick_rate 1823203 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_insts 2577 # Number of instructions simulated sim_insts 2577 # Number of instructions simulated
sim_seconds 0.000123 # Number of seconds simulated sim_seconds 0.000123 # Number of seconds simulated

View file

@ -150,6 +150,7 @@ test=system.ruby.cpu_ruby_ports7.port[0]
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=9
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -204,6 +205,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -236,6 +238,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl1.L1DcacheMemory L1DcacheMemory=system.l1_cntrl1.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -268,6 +271,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl2.L1DcacheMemory L1DcacheMemory=system.l1_cntrl2.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=2
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -300,6 +304,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl3.L1DcacheMemory L1DcacheMemory=system.l1_cntrl3.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=3
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -332,6 +337,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl4.L1DcacheMemory L1DcacheMemory=system.l1_cntrl4.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=4
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -364,6 +370,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl5.L1DcacheMemory L1DcacheMemory=system.l1_cntrl5.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=5
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -396,6 +403,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl6.L1DcacheMemory L1DcacheMemory=system.l1_cntrl6.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=6
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -428,6 +436,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl7.L1DcacheMemory L1DcacheMemory=system.l1_cntrl7.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=7
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -459,6 +468,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=8
l2_request_latency=2 l2_request_latency=2
l2_response_latency=2 l2_response_latency=2
number_of_TBEs=256 number_of_TBEs=256
@ -617,180 +627,243 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
num_int_nodes=11
print_config=false print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers00
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl1 ext_node=system.l1_cntrl1
int_node=1 int_node=system.ruby.network.topology.routers01
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl2 ext_node=system.l1_cntrl2
int_node=2 int_node=system.ruby.network.topology.routers02
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.ext_links3] [system.ruby.network.topology.ext_links3]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl3 ext_node=system.l1_cntrl3
int_node=3 int_node=system.ruby.network.topology.routers03
latency=1 latency=1
link_id=3
weight=1 weight=1
[system.ruby.network.topology.ext_links4] [system.ruby.network.topology.ext_links4]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl4 ext_node=system.l1_cntrl4
int_node=4 int_node=system.ruby.network.topology.routers04
latency=1 latency=1
link_id=4
weight=1 weight=1
[system.ruby.network.topology.ext_links5] [system.ruby.network.topology.ext_links5]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl5 ext_node=system.l1_cntrl5
int_node=5 int_node=system.ruby.network.topology.routers05
latency=1 latency=1
link_id=5
weight=1 weight=1
[system.ruby.network.topology.ext_links6] [system.ruby.network.topology.ext_links6]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl6 ext_node=system.l1_cntrl6
int_node=6 int_node=system.ruby.network.topology.routers06
latency=1 latency=1
link_id=6
weight=1 weight=1
[system.ruby.network.topology.ext_links7] [system.ruby.network.topology.ext_links7]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl7 ext_node=system.l1_cntrl7
int_node=7 int_node=system.ruby.network.topology.routers07
latency=1 latency=1
link_id=7
weight=1 weight=1
[system.ruby.network.topology.ext_links8] [system.ruby.network.topology.ext_links8]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=8 int_node=system.ruby.network.topology.routers08
latency=1 latency=1
link_id=8
weight=1 weight=1
[system.ruby.network.topology.ext_links9] [system.ruby.network.topology.ext_links9]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=9 int_node=system.ruby.network.topology.routers09
latency=1 latency=1
link_id=9
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=10
node_b=10 node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=11
node_b=10 node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=12
node_b=10 node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links3] [system.ruby.network.topology.int_links3]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=3 link_id=13
node_b=10 node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links4] [system.ruby.network.topology.int_links4]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=4 link_id=14
node_b=10 node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links5] [system.ruby.network.topology.int_links5]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=5 link_id=15
node_b=10 node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links6] [system.ruby.network.topology.int_links6]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=6 link_id=16
node_b=10 node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links7] [system.ruby.network.topology.int_links7]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=7 link_id=17
node_b=10 node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links8] [system.ruby.network.topology.int_links8]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=8 link_id=18
node_b=10 node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links9] [system.ruby.network.topology.int_links9]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=9 link_id=19
node_b=10 node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -1,74 +1,74 @@
system.cpu1: completed 10000 read accesses @4267815 system.cpu3: completed 10000 read accesses @4449675
system.cpu0: completed 10000 read accesses @4386665 system.cpu2: completed 10000 read accesses @4485535
system.cpu7: completed 10000 read accesses @4430875 system.cpu5: completed 10000 read accesses @4567955
system.cpu5: completed 10000 read accesses @4607545 system.cpu0: completed 10000 read accesses @4568975
system.cpu2: completed 10000 read accesses @4619185 system.cpu1: completed 10000 read accesses @4604615
system.cpu6: completed 10000 read accesses @4647575 system.cpu6: completed 10000 read accesses @4622685
system.cpu4: completed 10000 read accesses @4703325 system.cpu4: completed 10000 read accesses @4629885
system.cpu3: completed 10000 read accesses @4708885 system.cpu7: completed 10000 read accesses @4654005
system.cpu7: completed 20000 read accesses @8917485 system.cpu3: completed 20000 read accesses @8957835
system.cpu1: completed 20000 read accesses @8927935 system.cpu1: completed 20000 read accesses @9039955
system.cpu0: completed 20000 read accesses @8978605 system.cpu5: completed 20000 read accesses @9104145
system.cpu2: completed 20000 read accesses @9011105 system.cpu2: completed 20000 read accesses @9114205
system.cpu6: completed 20000 read accesses @9036385 system.cpu7: completed 20000 read accesses @9166145
system.cpu3: completed 20000 read accesses @9124815 system.cpu0: completed 20000 read accesses @9167985
system.cpu4: completed 20000 read accesses @9252305 system.cpu6: completed 20000 read accesses @9178785
system.cpu5: completed 20000 read accesses @9314285 system.cpu4: completed 20000 read accesses @9251745
system.cpu2: completed 30000 read accesses @13433315 system.cpu3: completed 30000 read accesses @13439625
system.cpu6: completed 30000 read accesses @13458245 system.cpu1: completed 30000 read accesses @13605615
system.cpu3: completed 30000 read accesses @13464345 system.cpu0: completed 30000 read accesses @13722185
system.cpu7: completed 30000 read accesses @13518155 system.cpu7: completed 30000 read accesses @13742945
system.cpu1: completed 30000 read accesses @13598825 system.cpu2: completed 30000 read accesses @13744605
system.cpu0: completed 30000 read accesses @13662375 system.cpu4: completed 30000 read accesses @13801475
system.cpu4: completed 30000 read accesses @13823135 system.cpu5: completed 30000 read accesses @13844335
system.cpu5: completed 30000 read accesses @14030995 system.cpu6: completed 30000 read accesses @13848035
system.cpu1: completed 40000 read accesses @17924245 system.cpu3: completed 40000 read accesses @18011765
system.cpu3: completed 40000 read accesses @17944405 system.cpu1: completed 40000 read accesses @18063955
system.cpu2: completed 40000 read accesses @17991615 system.cpu2: completed 40000 read accesses @18232015
system.cpu7: completed 40000 read accesses @18065995 system.cpu0: completed 40000 read accesses @18299565
system.cpu6: completed 40000 read accesses @18146535 system.cpu4: completed 40000 read accesses @18310375
system.cpu4: completed 40000 read accesses @18360575 system.cpu7: completed 40000 read accesses @18352785
system.cpu0: completed 40000 read accesses @18363865 system.cpu6: completed 40000 read accesses @18534295
system.cpu5: completed 40000 read accesses @18573915 system.cpu5: completed 40000 read accesses @18537935
system.cpu6: completed 50000 read accesses @22483915 system.cpu1: completed 50000 read accesses @22571605
system.cpu1: completed 50000 read accesses @22585525 system.cpu3: completed 50000 read accesses @22619715
system.cpu2: completed 50000 read accesses @22658905 system.cpu2: completed 50000 read accesses @22695005
system.cpu3: completed 50000 read accesses @22664345 system.cpu4: completed 50000 read accesses @22851875
system.cpu7: completed 50000 read accesses @22693455 system.cpu0: completed 50000 read accesses @22861445
system.cpu0: completed 50000 read accesses @22708375 system.cpu7: completed 50000 read accesses @22939125
system.cpu4: completed 50000 read accesses @22882115 system.cpu5: completed 50000 read accesses @23139205
system.cpu5: completed 50000 read accesses @23249715 system.cpu6: completed 50000 read accesses @23212405
system.cpu1: completed 60000 read accesses @27015465 system.cpu2: completed 60000 read accesses @27186315
system.cpu3: completed 60000 read accesses @27113125 system.cpu1: completed 60000 read accesses @27206635
system.cpu6: completed 60000 read accesses @27149645 system.cpu3: completed 60000 read accesses @27347815
system.cpu0: completed 60000 read accesses @27234945 system.cpu4: completed 60000 read accesses @27406875
system.cpu4: completed 60000 read accesses @27270805 system.cpu7: completed 60000 read accesses @27413255
system.cpu7: completed 60000 read accesses @27282045 system.cpu0: completed 60000 read accesses @27547905
system.cpu2: completed 60000 read accesses @27287805 system.cpu5: completed 60000 read accesses @27639105
system.cpu5: completed 60000 read accesses @27813435 system.cpu6: completed 60000 read accesses @27670915
system.cpu1: completed 70000 read accesses @31507655 system.cpu2: completed 70000 read accesses @31615075
system.cpu3: completed 70000 read accesses @31524465 system.cpu1: completed 70000 read accesses @31739335
system.cpu4: completed 70000 read accesses @31736945 system.cpu3: completed 70000 read accesses @31897835
system.cpu6: completed 70000 read accesses @31758665 system.cpu4: completed 70000 read accesses @31933315
system.cpu2: completed 70000 read accesses @31768595 system.cpu7: completed 70000 read accesses @32085265
system.cpu7: completed 70000 read accesses @31845335 system.cpu0: completed 70000 read accesses @32094535
system.cpu0: completed 70000 read accesses @31923925 system.cpu5: completed 70000 read accesses @32182575
system.cpu5: completed 70000 read accesses @32335665 system.cpu6: completed 70000 read accesses @32377575
system.cpu1: completed 80000 read accesses @35877115 system.cpu2: completed 80000 read accesses @36173285
system.cpu3: completed 80000 read accesses @35924075 system.cpu4: completed 80000 read accesses @36323345
system.cpu2: completed 80000 read accesses @36219765 system.cpu1: completed 80000 read accesses @36375669
system.cpu4: completed 80000 read accesses @36272265 system.cpu3: completed 80000 read accesses @36443885
system.cpu0: completed 80000 read accesses @36290615 system.cpu0: completed 80000 read accesses @36502365
system.cpu7: completed 80000 read accesses @36433305 system.cpu7: completed 80000 read accesses @36712625
system.cpu6: completed 80000 read accesses @36513795 system.cpu5: completed 80000 read accesses @36804605
system.cpu5: completed 80000 read accesses @37012615 system.cpu6: completed 80000 read accesses @36881305
system.cpu1: completed 90000 read accesses @40229765 system.cpu2: completed 90000 read accesses @40815815
system.cpu3: completed 90000 read accesses @40530675 system.cpu3: completed 90000 read accesses @40829405
system.cpu0: completed 90000 read accesses @40687495 system.cpu4: completed 90000 read accesses @40973075
system.cpu4: completed 90000 read accesses @40754715 system.cpu1: completed 90000 read accesses @41069165
system.cpu2: completed 90000 read accesses @40778275 system.cpu0: completed 90000 read accesses @41139895
system.cpu6: completed 90000 read accesses @41067465 system.cpu5: completed 90000 read accesses @41339385
system.cpu7: completed 90000 read accesses @41097375 system.cpu6: completed 90000 read accesses @41345065
system.cpu5: completed 90000 read accesses @41743025 system.cpu7: completed 90000 read accesses @41413045
system.cpu1: completed 100000 read accesses @44606455 system.cpu2: completed 100000 read accesses @45377925
hack: be nice to actually delete the event here hack: be nice to actually delete the event here

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:12:36 M5 compiled Apr 28 2011 14:32:19
M5 started Apr 19 2011 12:12:40 M5 started Apr 28 2011 14:32:56
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MESI_CMP_directory/m5.opt -d build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 44606455 because maximum number of loads reached Exiting @ tick 45377925 because maximum number of loads reached

View file

@ -1,34 +1,34 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 344568 # Number of bytes of host memory used host_mem_usage 358312 # Number of bytes of host memory used
host_seconds 259.17 # Real time elapsed on the host host_seconds 848.02 # Real time elapsed on the host
host_tick_rate 172115 # Simulator tick rate (ticks/s) host_tick_rate 53511 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.044606 # Number of seconds simulated sim_seconds 0.045378 # Number of seconds simulated
sim_ticks 44606455 # Number of ticks simulated sim_ticks 45377925 # Number of ticks simulated
system.cpu0.num_copies 0 # number of copy accesses completed system.cpu0.num_copies 0 # number of copy accesses completed
system.cpu0.num_reads 98785 # number of read accesses completed system.cpu0.num_reads 99459 # number of read accesses completed
system.cpu0.num_writes 53305 # number of write accesses completed system.cpu0.num_writes 53615 # number of write accesses completed
system.cpu1.num_copies 0 # number of copy 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_reads 99657 # number of read accesses completed
system.cpu1.num_writes 53625 # number of write accesses completed system.cpu1.num_writes 53451 # number of write accesses completed
system.cpu2.num_copies 0 # number of copy accesses completed system.cpu2.num_copies 0 # number of copy accesses completed
system.cpu2.num_reads 98373 # number of read accesses completed system.cpu2.num_reads 100000 # number of read accesses completed
system.cpu2.num_writes 52754 # number of write accesses completed system.cpu2.num_writes 53553 # number of write accesses completed
system.cpu3.num_copies 0 # number of copy accesses completed system.cpu3.num_copies 0 # number of copy accesses completed
system.cpu3.num_reads 99177 # number of read accesses completed system.cpu3.num_reads 99955 # number of read accesses completed
system.cpu3.num_writes 53577 # number of write accesses completed system.cpu3.num_writes 53807 # number of write accesses completed
system.cpu4.num_copies 0 # number of copy accesses completed system.cpu4.num_copies 0 # number of copy accesses completed
system.cpu4.num_reads 98444 # number of read accesses completed system.cpu4.num_reads 99803 # number of read accesses completed
system.cpu4.num_writes 53449 # number of write accesses completed system.cpu4.num_writes 53897 # number of write accesses completed
system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_copies 0 # number of copy accesses completed
system.cpu5.num_reads 96240 # number of read accesses completed system.cpu5.num_reads 98781 # number of read accesses completed
system.cpu5.num_writes 51749 # number of write accesses completed system.cpu5.num_writes 53059 # number of write accesses completed
system.cpu6.num_copies 0 # number of copy accesses completed system.cpu6.num_copies 0 # number of copy accesses completed
system.cpu6.num_reads 97546 # number of read accesses completed system.cpu6.num_reads 98750 # number of read accesses completed
system.cpu6.num_writes 52113 # number of write accesses completed system.cpu6.num_writes 53290 # number of write accesses completed
system.cpu7.num_copies 0 # number of copy accesses completed system.cpu7.num_copies 0 # number of copy accesses completed
system.cpu7.num_reads 97707 # number of read accesses completed system.cpu7.num_reads 98377 # number of read accesses completed
system.cpu7.num_writes 52706 # number of write accesses completed system.cpu7.num_writes 53085 # number of write accesses completed
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -150,6 +150,7 @@ test=system.ruby.cpu_ruby_ports7.port[0]
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=9
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -203,6 +204,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -233,6 +235,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl1.L1DcacheMemory L1DcacheMemory=system.l1_cntrl1.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -263,6 +266,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl2.L1DcacheMemory L1DcacheMemory=system.l1_cntrl2.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=2
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -293,6 +297,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl3.L1DcacheMemory L1DcacheMemory=system.l1_cntrl3.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=3
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -323,6 +328,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl4.L1DcacheMemory L1DcacheMemory=system.l1_cntrl4.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=4
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -353,6 +359,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl5.L1DcacheMemory L1DcacheMemory=system.l1_cntrl5.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=5
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -383,6 +390,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl6.L1DcacheMemory L1DcacheMemory=system.l1_cntrl6.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=6
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -413,6 +421,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl7.L1DcacheMemory L1DcacheMemory=system.l1_cntrl7.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=7
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -442,6 +451,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=8
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
request_latency=2 request_latency=2
@ -599,180 +609,243 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
num_int_nodes=11
print_config=false print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers00
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl1 ext_node=system.l1_cntrl1
int_node=1 int_node=system.ruby.network.topology.routers01
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl2 ext_node=system.l1_cntrl2
int_node=2 int_node=system.ruby.network.topology.routers02
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.ext_links3] [system.ruby.network.topology.ext_links3]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl3 ext_node=system.l1_cntrl3
int_node=3 int_node=system.ruby.network.topology.routers03
latency=1 latency=1
link_id=3
weight=1 weight=1
[system.ruby.network.topology.ext_links4] [system.ruby.network.topology.ext_links4]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl4 ext_node=system.l1_cntrl4
int_node=4 int_node=system.ruby.network.topology.routers04
latency=1 latency=1
link_id=4
weight=1 weight=1
[system.ruby.network.topology.ext_links5] [system.ruby.network.topology.ext_links5]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl5 ext_node=system.l1_cntrl5
int_node=5 int_node=system.ruby.network.topology.routers05
latency=1 latency=1
link_id=5
weight=1 weight=1
[system.ruby.network.topology.ext_links6] [system.ruby.network.topology.ext_links6]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl6 ext_node=system.l1_cntrl6
int_node=6 int_node=system.ruby.network.topology.routers06
latency=1 latency=1
link_id=6
weight=1 weight=1
[system.ruby.network.topology.ext_links7] [system.ruby.network.topology.ext_links7]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl7 ext_node=system.l1_cntrl7
int_node=7 int_node=system.ruby.network.topology.routers07
latency=1 latency=1
link_id=7
weight=1 weight=1
[system.ruby.network.topology.ext_links8] [system.ruby.network.topology.ext_links8]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=8 int_node=system.ruby.network.topology.routers08
latency=1 latency=1
link_id=8
weight=1 weight=1
[system.ruby.network.topology.ext_links9] [system.ruby.network.topology.ext_links9]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=9 int_node=system.ruby.network.topology.routers09
latency=1 latency=1
link_id=9
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=10
node_b=10 node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=11
node_b=10 node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=12
node_b=10 node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links3] [system.ruby.network.topology.int_links3]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=3 link_id=13
node_b=10 node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links4] [system.ruby.network.topology.int_links4]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=4 link_id=14
node_b=10 node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links5] [system.ruby.network.topology.int_links5]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=5 link_id=15
node_b=10 node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links6] [system.ruby.network.topology.int_links6]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=6 link_id=16
node_b=10 node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links7] [system.ruby.network.topology.int_links7]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=7 link_id=17
node_b=10 node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links8] [system.ruby.network.topology.int_links8]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=8 link_id=18
node_b=10 node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links9] [system.ruby.network.topology.int_links9]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=9 link_id=19
node_b=10 node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -1,74 +1,74 @@
system.cpu7: completed 10000 read accesses @3869056 system.cpu6: completed 10000 read accesses @3870766
system.cpu6: completed 10000 read accesses @3886426 system.cpu3: completed 10000 read accesses @3878746
system.cpu4: completed 10000 read accesses @3898396 system.cpu0: completed 10000 read accesses @3886856
system.cpu5: completed 10000 read accesses @3918286 system.cpu5: completed 10000 read accesses @3927076
system.cpu0: completed 10000 read accesses @3919696 system.cpu4: completed 10000 read accesses @3928136
system.cpu1: completed 10000 read accesses @3927286 system.cpu1: completed 10000 read accesses @3933986
system.cpu2: completed 10000 read accesses @3929616 system.cpu7: completed 10000 read accesses @3939136
system.cpu3: completed 10000 read accesses @3936396 system.cpu2: completed 10000 read accesses @3961336
system.cpu5: completed 20000 read accesses @7713766 system.cpu3: completed 20000 read accesses @7711976
system.cpu7: completed 20000 read accesses @7774726 system.cpu6: completed 20000 read accesses @7755206
system.cpu4: completed 20000 read accesses @7795816 system.cpu1: completed 20000 read accesses @7790946
system.cpu6: completed 20000 read accesses @7798926 system.cpu0: completed 20000 read accesses @7793836
system.cpu1: completed 20000 read accesses @7805792 system.cpu7: completed 20000 read accesses @7819156
system.cpu0: completed 20000 read accesses @7819976 system.cpu5: completed 20000 read accesses @7842116
system.cpu2: completed 20000 read accesses @7850656 system.cpu2: completed 20000 read accesses @7861796
system.cpu3: completed 20000 read accesses @7872096 system.cpu4: completed 20000 read accesses @7869216
system.cpu5: completed 30000 read accesses @11623576 system.cpu6: completed 30000 read accesses @11632716
system.cpu6: completed 30000 read accesses @11668436 system.cpu3: completed 30000 read accesses @11640476
system.cpu0: completed 30000 read accesses @11699446 system.cpu0: completed 30000 read accesses @11674406
system.cpu7: completed 30000 read accesses @11704516 system.cpu7: completed 30000 read accesses @11723106
system.cpu4: completed 30000 read accesses @11718806 system.cpu1: completed 30000 read accesses @11750786
system.cpu1: completed 30000 read accesses @11741606 system.cpu5: completed 30000 read accesses @11771946
system.cpu3: completed 30000 read accesses @11767816 system.cpu2: completed 30000 read accesses @11779206
system.cpu2: completed 30000 read accesses @11813276 system.cpu4: completed 30000 read accesses @11786866
system.cpu5: completed 40000 read accesses @15522846 system.cpu6: completed 40000 read accesses @15549176
system.cpu0: completed 40000 read accesses @15592626 system.cpu3: completed 40000 read accesses @15569106
system.cpu6: completed 40000 read accesses @15619436 system.cpu0: completed 40000 read accesses @15575406
system.cpu1: completed 40000 read accesses @15624516 system.cpu1: completed 40000 read accesses @15639866
system.cpu4: completed 40000 read accesses @15630786 system.cpu7: completed 40000 read accesses @15651376
system.cpu7: completed 40000 read accesses @15640616 system.cpu4: completed 40000 read accesses @15684456
system.cpu3: completed 40000 read accesses @15655796 system.cpu2: completed 40000 read accesses @15693786
system.cpu2: completed 40000 read accesses @15680896 system.cpu5: completed 40000 read accesses @15694256
system.cpu5: completed 50000 read accesses @19438476 system.cpu3: completed 50000 read accesses @19433226
system.cpu0: completed 50000 read accesses @19458866 system.cpu6: completed 50000 read accesses @19494266
system.cpu1: completed 50000 read accesses @19542456 system.cpu0: completed 50000 read accesses @19522326
system.cpu6: completed 50000 read accesses @19543746 system.cpu7: completed 50000 read accesses @19555506
system.cpu4: completed 50000 read accesses @19568206 system.cpu2: completed 50000 read accesses @19582037
system.cpu7: completed 50000 read accesses @19569526 system.cpu5: completed 50000 read accesses @19602186
system.cpu3: completed 50000 read accesses @19594416 system.cpu4: completed 50000 read accesses @19612156
system.cpu2: completed 50000 read accesses @19626796 system.cpu1: completed 50000 read accesses @19619536
system.cpu5: completed 60000 read accesses @23331176 system.cpu3: completed 60000 read accesses @23350676
system.cpu0: completed 60000 read accesses @23345146 system.cpu6: completed 60000 read accesses @23398486
system.cpu6: completed 60000 read accesses @23379766 system.cpu7: completed 60000 read accesses @23413166
system.cpu1: completed 60000 read accesses @23400806 system.cpu2: completed 60000 read accesses @23446897
system.cpu4: completed 60000 read accesses @23475225 system.cpu0: completed 60000 read accesses @23459826
system.cpu3: completed 60000 read accesses @23504027 system.cpu5: completed 60000 read accesses @23480596
system.cpu7: completed 60000 read accesses @23511286 system.cpu1: completed 60000 read accesses @23493697
system.cpu2: completed 60000 read accesses @23548006 system.cpu4: completed 60000 read accesses @23550560
system.cpu5: completed 70000 read accesses @27140516 system.cpu6: completed 70000 read accesses @27257556
system.cpu0: completed 70000 read accesses @27275896 system.cpu3: completed 70000 read accesses @27284686
system.cpu1: completed 70000 read accesses @27288996 system.cpu7: completed 70000 read accesses @27295276
system.cpu6: completed 70000 read accesses @27292846 system.cpu0: completed 70000 read accesses @27323626
system.cpu7: completed 70000 read accesses @27386426 system.cpu2: completed 70000 read accesses @27347866
system.cpu3: completed 70000 read accesses @27389056 system.cpu5: completed 70000 read accesses @27397476
system.cpu4: completed 70000 read accesses @27433216 system.cpu1: completed 70000 read accesses @27431506
system.cpu2: completed 70000 read accesses @27451236 system.cpu4: completed 70000 read accesses @27445496
system.cpu5: completed 80000 read accesses @31034206 system.cpu3: completed 80000 read accesses @31119376
system.cpu6: completed 80000 read accesses @31104766 system.cpu6: completed 80000 read accesses @31139476
system.cpu1: completed 80000 read accesses @31179446 system.cpu7: completed 80000 read accesses @31156808
system.cpu0: completed 80000 read accesses @31203676 system.cpu0: completed 80000 read accesses @31162576
system.cpu3: completed 80000 read accesses @31246486 system.cpu2: completed 80000 read accesses @31207156
system.cpu7: completed 80000 read accesses @31258446 system.cpu5: completed 80000 read accesses @31296626
system.cpu2: completed 80000 read accesses @31320306 system.cpu1: completed 80000 read accesses @31342336
system.cpu4: completed 80000 read accesses @31334426 system.cpu4: completed 80000 read accesses @31369706
system.cpu5: completed 90000 read accesses @34995346 system.cpu3: completed 90000 read accesses @34977986
system.cpu6: completed 90000 read accesses @35062566 system.cpu7: completed 90000 read accesses @35027516
system.cpu3: completed 90000 read accesses @35112636 system.cpu0: completed 90000 read accesses @35081906
system.cpu1: completed 90000 read accesses @35134786 system.cpu6: completed 90000 read accesses @35116116
system.cpu7: completed 90000 read accesses @35159686 system.cpu2: completed 90000 read accesses @35133146
system.cpu2: completed 90000 read accesses @35168476 system.cpu5: completed 90000 read accesses @35236356
system.cpu0: completed 90000 read accesses @35169596 system.cpu1: completed 90000 read accesses @35243480
system.cpu4: completed 90000 read accesses @35260086 system.cpu4: completed 90000 read accesses @35321756
system.cpu6: completed 100000 read accesses @38939096 system.cpu3: completed 100000 read accesses @38906196
hack: be nice to actually delete the event here hack: be nice to actually delete the event here

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:14:48 M5 compiled Apr 28 2011 14:48:31
M5 started Apr 19 2011 12:14:52 M5 started Apr 28 2011 14:49:14
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_CMP_directory/m5.opt -d build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 38939096 because maximum number of loads reached Exiting @ tick 38906196 because maximum number of loads reached

View file

@ -1,34 +1,34 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 344416 # Number of bytes of host memory used host_mem_usage 358708 # Number of bytes of host memory used
host_seconds 257.16 # Real time elapsed on the host host_seconds 778.15 # Real time elapsed on the host
host_tick_rate 151420 # Simulator tick rate (ticks/s) host_tick_rate 49999 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.038939 # Number of seconds simulated sim_seconds 0.038906 # Number of seconds simulated
sim_ticks 38939096 # Number of ticks simulated sim_ticks 38906196 # Number of ticks simulated
system.cpu0.num_copies 0 # number of copy accesses completed system.cpu0.num_copies 0 # number of copy accesses completed
system.cpu0.num_reads 99650 # number of read accesses completed system.cpu0.num_reads 99780 # number of read accesses completed
system.cpu0.num_writes 53465 # number of write accesses completed system.cpu0.num_writes 53840 # number of write accesses completed
system.cpu1.num_copies 0 # number of copy accesses completed system.cpu1.num_copies 0 # number of copy accesses completed
system.cpu1.num_reads 99886 # number of read accesses completed system.cpu1.num_reads 99496 # number of read accesses completed
system.cpu1.num_writes 53908 # number of write accesses completed system.cpu1.num_writes 53772 # number of write accesses completed
system.cpu2.num_copies 0 # number of copy accesses completed system.cpu2.num_copies 0 # number of copy accesses completed
system.cpu2.num_reads 99727 # number of read accesses completed system.cpu2.num_reads 99777 # number of read accesses completed
system.cpu2.num_writes 53685 # number of write accesses completed system.cpu2.num_writes 53680 # number of write accesses completed
system.cpu3.num_copies 0 # number of copy accesses completed system.cpu3.num_copies 0 # number of copy accesses completed
system.cpu3.num_reads 99743 # number of read accesses completed system.cpu3.num_reads 100000 # number of read accesses completed
system.cpu3.num_writes 53374 # number of write accesses completed system.cpu3.num_writes 53475 # number of write accesses completed
system.cpu4.num_copies 0 # number of copy accesses completed system.cpu4.num_copies 0 # number of copy accesses completed
system.cpu4.num_reads 99344 # number of read accesses completed system.cpu4.num_reads 99286 # number of read accesses completed
system.cpu4.num_writes 53842 # number of write accesses completed system.cpu4.num_writes 53457 # number of write accesses completed
system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_copies 0 # number of copy accesses completed
system.cpu5.num_reads 99988 # number of read accesses completed system.cpu5.num_reads 99290 # number of read accesses completed
system.cpu5.num_writes 53434 # number of write accesses completed system.cpu5.num_writes 53647 # number of write accesses completed
system.cpu6.num_copies 0 # number of copy accesses completed system.cpu6.num_copies 0 # number of copy accesses completed
system.cpu6.num_reads 100000 # number of read accesses completed system.cpu6.num_reads 99687 # number of read accesses completed
system.cpu6.num_writes 54115 # number of write accesses completed system.cpu6.num_writes 53645 # number of write accesses completed
system.cpu7.num_copies 0 # number of copy accesses completed system.cpu7.num_copies 0 # number of copy accesses completed
system.cpu7.num_reads 99701 # number of read accesses completed system.cpu7.num_reads 99914 # number of read accesses completed
system.cpu7.num_writes 53854 # number of write accesses completed system.cpu7.num_writes 53699 # number of write accesses completed
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -150,6 +150,7 @@ test=system.ruby.cpu_ruby_ports7.port[0]
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=9
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=5 directory_latency=5
distributed_persistent=true distributed_persistent=true
@ -207,6 +208,7 @@ L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=0
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -243,6 +245,7 @@ L1DcacheMemory=system.l1_cntrl1.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=1
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -279,6 +282,7 @@ L1DcacheMemory=system.l1_cntrl2.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=2
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -315,6 +319,7 @@ L1DcacheMemory=system.l1_cntrl3.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=3
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -351,6 +356,7 @@ L1DcacheMemory=system.l1_cntrl4.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=4
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -387,6 +393,7 @@ L1DcacheMemory=system.l1_cntrl5.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=5
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -423,6 +430,7 @@ L1DcacheMemory=system.l1_cntrl6.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=6
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -459,6 +467,7 @@ L1DcacheMemory=system.l1_cntrl7.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=7
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -494,6 +503,7 @@ children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
N_tokens=9 N_tokens=9
buffer_size=0 buffer_size=0
cntrl_id=8
filtering_enabled=true filtering_enabled=true
l2_request_latency=5 l2_request_latency=5
l2_response_latency=5 l2_response_latency=5
@ -652,180 +662,243 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 ext_links9 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 int_links9 routers00 routers01 routers02 routers03 routers04 routers05 routers06 routers07 routers08 routers09 routers10
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 system.ruby.network.topology.ext_links9
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 system.ruby.network.topology.int_links9
num_int_nodes=11
print_config=false print_config=false
routers=system.ruby.network.topology.routers00 system.ruby.network.topology.routers01 system.ruby.network.topology.routers02 system.ruby.network.topology.routers03 system.ruby.network.topology.routers04 system.ruby.network.topology.routers05 system.ruby.network.topology.routers06 system.ruby.network.topology.routers07 system.ruby.network.topology.routers08 system.ruby.network.topology.routers09 system.ruby.network.topology.routers10
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers00
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl1 ext_node=system.l1_cntrl1
int_node=1 int_node=system.ruby.network.topology.routers01
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl2 ext_node=system.l1_cntrl2
int_node=2 int_node=system.ruby.network.topology.routers02
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.ext_links3] [system.ruby.network.topology.ext_links3]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl3 ext_node=system.l1_cntrl3
int_node=3 int_node=system.ruby.network.topology.routers03
latency=1 latency=1
link_id=3
weight=1 weight=1
[system.ruby.network.topology.ext_links4] [system.ruby.network.topology.ext_links4]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl4 ext_node=system.l1_cntrl4
int_node=4 int_node=system.ruby.network.topology.routers04
latency=1 latency=1
link_id=4
weight=1 weight=1
[system.ruby.network.topology.ext_links5] [system.ruby.network.topology.ext_links5]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl5 ext_node=system.l1_cntrl5
int_node=5 int_node=system.ruby.network.topology.routers05
latency=1 latency=1
link_id=5
weight=1 weight=1
[system.ruby.network.topology.ext_links6] [system.ruby.network.topology.ext_links6]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl6 ext_node=system.l1_cntrl6
int_node=6 int_node=system.ruby.network.topology.routers06
latency=1 latency=1
link_id=6
weight=1 weight=1
[system.ruby.network.topology.ext_links7] [system.ruby.network.topology.ext_links7]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl7 ext_node=system.l1_cntrl7
int_node=7 int_node=system.ruby.network.topology.routers07
latency=1 latency=1
link_id=7
weight=1 weight=1
[system.ruby.network.topology.ext_links8] [system.ruby.network.topology.ext_links8]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=8 int_node=system.ruby.network.topology.routers08
latency=1 latency=1
link_id=8
weight=1 weight=1
[system.ruby.network.topology.ext_links9] [system.ruby.network.topology.ext_links9]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=9 int_node=system.ruby.network.topology.routers09
latency=1 latency=1
link_id=9
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=10
node_b=10 node_a=system.ruby.network.topology.routers00
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=11
node_b=10 node_a=system.ruby.network.topology.routers01
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=12
node_b=10 node_a=system.ruby.network.topology.routers02
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links3] [system.ruby.network.topology.int_links3]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=3 link_id=13
node_b=10 node_a=system.ruby.network.topology.routers03
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links4] [system.ruby.network.topology.int_links4]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=4 link_id=14
node_b=10 node_a=system.ruby.network.topology.routers04
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links5] [system.ruby.network.topology.int_links5]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=5 link_id=15
node_b=10 node_a=system.ruby.network.topology.routers05
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links6] [system.ruby.network.topology.int_links6]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=6 link_id=16
node_b=10 node_a=system.ruby.network.topology.routers06
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links7] [system.ruby.network.topology.int_links7]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=7 link_id=17
node_b=10 node_a=system.ruby.network.topology.routers07
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links8] [system.ruby.network.topology.int_links8]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=8 link_id=18
node_b=10 node_a=system.ruby.network.topology.routers08
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.int_links9] [system.ruby.network.topology.int_links9]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=9 link_id=19
node_b=10 node_a=system.ruby.network.topology.routers09
node_b=system.ruby.network.topology.routers10
weight=1 weight=1
[system.ruby.network.topology.routers00]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers01]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers02]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers03]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers04]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers05]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers06]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers07]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers08]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers09]
type=BasicRouter
router_id=9
[system.ruby.network.topology.routers10]
type=BasicRouter
router_id=10
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -1,74 +1,74 @@
system.cpu2: completed 10000 read accesses @3880600 system.cpu5: completed 10000 read accesses @3864070
system.cpu0: completed 10000 read accesses @3900250 system.cpu3: completed 10000 read accesses @3887280
system.cpu7: completed 10000 read accesses @3928880 system.cpu6: completed 10000 read accesses @3903410
system.cpu3: completed 10000 read accesses @3934460 system.cpu1: completed 10000 read accesses @3920870
system.cpu6: completed 10000 read accesses @3935850 system.cpu0: completed 10000 read accesses @3932660
system.cpu4: completed 10000 read accesses @3946000 system.cpu7: completed 10000 read accesses @3972490
system.cpu1: completed 10000 read accesses @3949880 system.cpu4: completed 10000 read accesses @3988880
system.cpu5: completed 10000 read accesses @3967300 system.cpu2: completed 10000 read accesses @3999780
system.cpu1: completed 20000 read accesses @7757400 system.cpu5: completed 20000 read accesses @7762000
system.cpu0: completed 20000 read accesses @7813850 system.cpu3: completed 20000 read accesses @7788490
system.cpu7: completed 20000 read accesses @7822110 system.cpu6: completed 20000 read accesses @7797950
system.cpu5: completed 20000 read accesses @7829210 system.cpu4: completed 20000 read accesses @7836830
system.cpu2: completed 20000 read accesses @7843670 system.cpu0: completed 20000 read accesses @7851780
system.cpu3: completed 20000 read accesses @7845820 system.cpu1: completed 20000 read accesses @7855270
system.cpu6: completed 20000 read accesses @7858990 system.cpu7: completed 20000 read accesses @7927330
system.cpu4: completed 20000 read accesses @7910990 system.cpu2: completed 20000 read accesses @7934880
system.cpu1: completed 30000 read accesses @11704120 system.cpu6: completed 30000 read accesses @11684890
system.cpu0: completed 30000 read accesses @11727890 system.cpu5: completed 30000 read accesses @11694840
system.cpu6: completed 30000 read accesses @11743280 system.cpu3: completed 30000 read accesses @11712050
system.cpu5: completed 30000 read accesses @11745370 system.cpu1: completed 30000 read accesses @11744490
system.cpu2: completed 30000 read accesses @11756280 system.cpu2: completed 30000 read accesses @11785460
system.cpu7: completed 30000 read accesses @11778210 system.cpu4: completed 30000 read accesses @11842360
system.cpu3: completed 30000 read accesses @11784640 system.cpu0: completed 30000 read accesses @11862270
system.cpu4: completed 30000 read accesses @11880500 system.cpu7: completed 30000 read accesses @11924410
system.cpu1: completed 40000 read accesses @15614450 system.cpu6: completed 40000 read accesses @15548250
system.cpu0: completed 40000 read accesses @15634590 system.cpu5: completed 40000 read accesses @15643680
system.cpu6: completed 40000 read accesses @15652430 system.cpu3: completed 40000 read accesses @15689320
system.cpu7: completed 40000 read accesses @15693740 system.cpu1: completed 40000 read accesses @15695330
system.cpu2: completed 40000 read accesses @15704970 system.cpu2: completed 40000 read accesses @15709870
system.cpu5: completed 40000 read accesses @15719380 system.cpu4: completed 40000 read accesses @15791270
system.cpu4: completed 40000 read accesses @15743020 system.cpu0: completed 40000 read accesses @15799560
system.cpu3: completed 40000 read accesses @15752060 system.cpu7: completed 40000 read accesses @15821180
system.cpu1: completed 50000 read accesses @19503290 system.cpu6: completed 50000 read accesses @19475000
system.cpu6: completed 50000 read accesses @19564210 system.cpu1: completed 50000 read accesses @19607010
system.cpu0: completed 50000 read accesses @19589810 system.cpu5: completed 50000 read accesses @19635570
system.cpu7: completed 50000 read accesses @19637850 system.cpu3: completed 50000 read accesses @19650690
system.cpu5: completed 50000 read accesses @19649100 system.cpu0: completed 50000 read accesses @19697330
system.cpu2: completed 50000 read accesses @19656580 system.cpu4: completed 50000 read accesses @19719920
system.cpu4: completed 50000 read accesses @19675040 system.cpu2: completed 50000 read accesses @19744940
system.cpu3: completed 50000 read accesses @19751940 system.cpu7: completed 50000 read accesses @19782490
system.cpu1: completed 60000 read accesses @23347410 system.cpu6: completed 60000 read accesses @23426390
system.cpu2: completed 60000 read accesses @23488920 system.cpu5: completed 60000 read accesses @23533250
system.cpu6: completed 60000 read accesses @23531160 system.cpu1: completed 60000 read accesses @23567580
system.cpu5: completed 60000 read accesses @23535230 system.cpu3: completed 60000 read accesses @23593260
system.cpu0: completed 60000 read accesses @23535670 system.cpu4: completed 60000 read accesses @23602460
system.cpu7: completed 60000 read accesses @23550840 system.cpu0: completed 60000 read accesses @23648560
system.cpu4: completed 60000 read accesses @23573690 system.cpu2: completed 60000 read accesses @23656180
system.cpu3: completed 60000 read accesses @23767280 system.cpu7: completed 60000 read accesses @23659550
system.cpu1: completed 70000 read accesses @27185170 system.cpu6: completed 70000 read accesses @27345980
system.cpu2: completed 70000 read accesses @27435280 system.cpu5: completed 70000 read accesses @27475560
system.cpu5: completed 70000 read accesses @27435560 system.cpu1: completed 70000 read accesses @27476270
system.cpu0: completed 70000 read accesses @27469520 system.cpu4: completed 70000 read accesses @27494890
system.cpu6: completed 70000 read accesses @27474180 system.cpu3: completed 70000 read accesses @27516530
system.cpu7: completed 70000 read accesses @27485750 system.cpu7: completed 70000 read accesses @27536870
system.cpu4: completed 70000 read accesses @27535930 system.cpu0: completed 70000 read accesses @27594710
system.cpu3: completed 70000 read accesses @27613200 system.cpu2: completed 70000 read accesses @27619520
system.cpu1: completed 80000 read accesses @31085850 system.cpu6: completed 80000 read accesses @31229530
system.cpu2: completed 80000 read accesses @31338160 system.cpu1: completed 80000 read accesses @31343360
system.cpu6: completed 80000 read accesses @31350620 system.cpu5: completed 80000 read accesses @31416330
system.cpu0: completed 80000 read accesses @31358600 system.cpu4: completed 80000 read accesses @31424910
system.cpu5: completed 80000 read accesses @31368420 system.cpu3: completed 80000 read accesses @31429580
system.cpu7: completed 80000 read accesses @31416500 system.cpu7: completed 80000 read accesses @31433290
system.cpu4: completed 80000 read accesses @31419350 system.cpu2: completed 80000 read accesses @31497820
system.cpu3: completed 80000 read accesses @31455520 system.cpu0: completed 80000 read accesses @31533420
system.cpu1: completed 90000 read accesses @35053840 system.cpu6: completed 90000 read accesses @35111970
system.cpu2: completed 90000 read accesses @35240590 system.cpu1: completed 90000 read accesses @35276350
system.cpu0: completed 90000 read accesses @35240750 system.cpu3: completed 90000 read accesses @35330230
system.cpu6: completed 90000 read accesses @35256170 system.cpu4: completed 90000 read accesses @35344050
system.cpu5: completed 90000 read accesses @35346540 system.cpu5: completed 90000 read accesses @35379990
system.cpu7: completed 90000 read accesses @35372670 system.cpu7: completed 90000 read accesses @35447480
system.cpu3: completed 90000 read accesses @35393860 system.cpu2: completed 90000 read accesses @35468940
system.cpu4: completed 90000 read accesses @35404470 system.cpu0: completed 90000 read accesses @35525900
system.cpu1: completed 100000 read accesses @38958200 system.cpu6: completed 100000 read accesses @39106650
hack: be nice to actually delete the event here hack: be nice to actually delete the event here

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:17:10 M5 compiled Apr 28 2011 15:03:17
M5 started Apr 19 2011 12:17:16 M5 started Apr 28 2011 15:03:52
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_CMP_token/m5.opt -d build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 38958200 because maximum number of loads reached Exiting @ tick 39106650 because maximum number of loads reached

View file

@ -1,34 +1,34 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 344020 # Number of bytes of host memory used host_mem_usage 358180 # Number of bytes of host memory used
host_seconds 160.21 # Real time elapsed on the host host_seconds 393.50 # Real time elapsed on the host
host_tick_rate 243168 # Simulator tick rate (ticks/s) host_tick_rate 99381 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.038958 # Number of seconds simulated sim_seconds 0.039107 # Number of seconds simulated
sim_ticks 38958200 # Number of ticks simulated sim_ticks 39106650 # Number of ticks simulated
system.cpu0.num_copies 0 # number of copy accesses completed system.cpu0.num_copies 0 # number of copy accesses completed
system.cpu0.num_reads 99480 # number of read accesses completed system.cpu0.num_reads 99196 # number of read accesses completed
system.cpu0.num_writes 53708 # number of write accesses completed system.cpu0.num_writes 53578 # number of write accesses completed
system.cpu1.num_copies 0 # number of copy 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_reads 99823 # number of read accesses completed
system.cpu1.num_writes 53515 # number of write accesses completed system.cpu1.num_writes 53492 # number of write accesses completed
system.cpu2.num_copies 0 # number of copy accesses completed system.cpu2.num_copies 0 # number of copy accesses completed
system.cpu2.num_reads 99617 # number of read accesses completed system.cpu2.num_reads 99265 # number of read accesses completed
system.cpu2.num_writes 53776 # number of write accesses completed system.cpu2.num_writes 53864 # number of write accesses completed
system.cpu3.num_copies 0 # number of copy accesses completed system.cpu3.num_copies 0 # number of copy accesses completed
system.cpu3.num_reads 98906 # number of read accesses completed system.cpu3.num_reads 99502 # number of read accesses completed
system.cpu3.num_writes 53879 # number of write accesses completed system.cpu3.num_writes 53622 # number of write accesses completed
system.cpu4.num_copies 0 # number of copy accesses completed system.cpu4.num_copies 0 # number of copy accesses completed
system.cpu4.num_reads 99109 # number of read accesses completed system.cpu4.num_reads 99629 # number of read accesses completed
system.cpu4.num_writes 53268 # number of write accesses completed system.cpu4.num_writes 53849 # number of write accesses completed
system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_copies 0 # number of copy accesses completed
system.cpu5.num_reads 99212 # number of read accesses completed system.cpu5.num_reads 99563 # number of read accesses completed
system.cpu5.num_writes 53268 # number of write accesses completed system.cpu5.num_writes 53328 # number of write accesses completed
system.cpu6.num_copies 0 # number of copy accesses completed system.cpu6.num_copies 0 # number of copy accesses completed
system.cpu6.num_reads 99524 # number of read accesses completed system.cpu6.num_reads 100000 # number of read accesses completed
system.cpu6.num_writes 53108 # number of write accesses completed system.cpu6.num_writes 53550 # number of write accesses completed
system.cpu7.num_copies 0 # number of copy accesses completed system.cpu7.num_copies 0 # number of copy accesses completed
system.cpu7.num_reads 99071 # number of read accesses completed system.cpu7.num_reads 99336 # number of read accesses completed
system.cpu7.num_writes 53234 # number of write accesses completed system.cpu7.num_writes 53387 # number of write accesses completed
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -150,6 +150,7 @@ test=system.ruby.cpu_ruby_ports7.port[0]
type=Directory_Controller type=Directory_Controller
children=directory memBuffer probeFilter children=directory memBuffer probeFilter
buffer_size=0 buffer_size=0
cntrl_id=8
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
full_bit_dir_enabled=false full_bit_dir_enabled=false
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -216,6 +217,7 @@ L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
L2cacheMemory=system.l1_cntrl0.L2cacheMemory L2cacheMemory=system.l1_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=0
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -257,6 +259,7 @@ L1IcacheMemory=system.l1_cntrl1.L1IcacheMemory
L2cacheMemory=system.l1_cntrl1.L2cacheMemory L2cacheMemory=system.l1_cntrl1.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=1
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -298,6 +301,7 @@ L1IcacheMemory=system.l1_cntrl2.L1IcacheMemory
L2cacheMemory=system.l1_cntrl2.L2cacheMemory L2cacheMemory=system.l1_cntrl2.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=2
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -339,6 +343,7 @@ L1IcacheMemory=system.l1_cntrl3.L1IcacheMemory
L2cacheMemory=system.l1_cntrl3.L2cacheMemory L2cacheMemory=system.l1_cntrl3.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=3
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -380,6 +385,7 @@ L1IcacheMemory=system.l1_cntrl4.L1IcacheMemory
L2cacheMemory=system.l1_cntrl4.L2cacheMemory L2cacheMemory=system.l1_cntrl4.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=4
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -421,6 +427,7 @@ L1IcacheMemory=system.l1_cntrl5.L1IcacheMemory
L2cacheMemory=system.l1_cntrl5.L2cacheMemory L2cacheMemory=system.l1_cntrl5.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=5
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -462,6 +469,7 @@ L1IcacheMemory=system.l1_cntrl6.L1IcacheMemory
L2cacheMemory=system.l1_cntrl6.L2cacheMemory L2cacheMemory=system.l1_cntrl6.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=6
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -503,6 +511,7 @@ L1IcacheMemory=system.l1_cntrl7.L1IcacheMemory
L2cacheMemory=system.l1_cntrl7.L2cacheMemory L2cacheMemory=system.l1_cntrl7.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=7
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -678,164 +687,221 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 routers0 routers1 routers2 routers3 routers4 routers5 routers6 routers7 routers8 routers9
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8
num_int_nodes=10
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3 system.ruby.network.topology.routers4 system.ruby.network.topology.routers5 system.ruby.network.topology.routers6 system.ruby.network.topology.routers7 system.ruby.network.topology.routers8 system.ruby.network.topology.routers9
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl1 ext_node=system.l1_cntrl1
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl2 ext_node=system.l1_cntrl2
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.ext_links3] [system.ruby.network.topology.ext_links3]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl3 ext_node=system.l1_cntrl3
int_node=3 int_node=system.ruby.network.topology.routers3
latency=1 latency=1
link_id=3
weight=1 weight=1
[system.ruby.network.topology.ext_links4] [system.ruby.network.topology.ext_links4]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl4 ext_node=system.l1_cntrl4
int_node=4 int_node=system.ruby.network.topology.routers4
latency=1 latency=1
link_id=4
weight=1 weight=1
[system.ruby.network.topology.ext_links5] [system.ruby.network.topology.ext_links5]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl5 ext_node=system.l1_cntrl5
int_node=5 int_node=system.ruby.network.topology.routers5
latency=1 latency=1
link_id=5
weight=1 weight=1
[system.ruby.network.topology.ext_links6] [system.ruby.network.topology.ext_links6]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl6 ext_node=system.l1_cntrl6
int_node=6 int_node=system.ruby.network.topology.routers6
latency=1 latency=1
link_id=6
weight=1 weight=1
[system.ruby.network.topology.ext_links7] [system.ruby.network.topology.ext_links7]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl7 ext_node=system.l1_cntrl7
int_node=7 int_node=system.ruby.network.topology.routers7
latency=1 latency=1
link_id=7
weight=1 weight=1
[system.ruby.network.topology.ext_links8] [system.ruby.network.topology.ext_links8]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=8 int_node=system.ruby.network.topology.routers8
latency=1 latency=1
link_id=8
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=9
node_b=9 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=10
node_b=9 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=11
node_b=9 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links3] [system.ruby.network.topology.int_links3]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=3 link_id=12
node_b=9 node_a=system.ruby.network.topology.routers3
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links4] [system.ruby.network.topology.int_links4]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=4 link_id=13
node_b=9 node_a=system.ruby.network.topology.routers4
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links5] [system.ruby.network.topology.int_links5]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=5 link_id=14
node_b=9 node_a=system.ruby.network.topology.routers5
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links6] [system.ruby.network.topology.int_links6]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=6 link_id=15
node_b=9 node_a=system.ruby.network.topology.routers6
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links7] [system.ruby.network.topology.int_links7]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=7 link_id=16
node_b=9 node_a=system.ruby.network.topology.routers7
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links8] [system.ruby.network.topology.int_links8]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=8 link_id=17
node_b=9 node_a=system.ruby.network.topology.routers8
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers4]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers5]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers6]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers7]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers8]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers9]
type=BasicRouter
router_id=9
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -1,74 +1,74 @@
system.cpu0: completed 10000 read accesses @3782989 system.cpu4: completed 10000 read accesses @3778879
system.cpu7: completed 10000 read accesses @3806179 system.cpu7: completed 10000 read accesses @3828349
system.cpu3: completed 10000 read accesses @3810219 system.cpu6: completed 10000 read accesses @3830789
system.cpu5: completed 10000 read accesses @3832609 system.cpu5: completed 10000 read accesses @3842829
system.cpu4: completed 10000 read accesses @3840409 system.cpu3: completed 10000 read accesses @3854909
system.cpu2: completed 10000 read accesses @3848459 system.cpu2: completed 10000 read accesses @3855489
system.cpu1: completed 10000 read accesses @3878369 system.cpu0: completed 10000 read accesses @3862129
system.cpu6: completed 10000 read accesses @3889709 system.cpu1: completed 10000 read accesses @3879479
system.cpu0: completed 20000 read accesses @7579649 system.cpu7: completed 20000 read accesses @7625319
system.cpu3: completed 20000 read accesses @7597369 system.cpu6: completed 20000 read accesses @7629029
system.cpu5: completed 20000 read accesses @7637419 system.cpu2: completed 20000 read accesses @7631609
system.cpu4: completed 20000 read accesses @7649089 system.cpu5: completed 20000 read accesses @7631629
system.cpu6: completed 20000 read accesses @7655849 system.cpu4: completed 20000 read accesses @7633209
system.cpu2: completed 20000 read accesses @7665069 system.cpu1: completed 20000 read accesses @7684185
system.cpu7: completed 20000 read accesses @7678959 system.cpu3: completed 20000 read accesses @7689729
system.cpu1: completed 20000 read accesses @7740549 system.cpu0: completed 20000 read accesses @7708279
system.cpu0: completed 30000 read accesses @11394019 system.cpu4: completed 30000 read accesses @11450269
system.cpu6: completed 30000 read accesses @11437179 system.cpu6: completed 30000 read accesses @11456709
system.cpu5: completed 30000 read accesses @11440739 system.cpu5: completed 30000 read accesses @11475169
system.cpu3: completed 30000 read accesses @11445089 system.cpu7: completed 30000 read accesses @11482899
system.cpu4: completed 30000 read accesses @11475739 system.cpu2: completed 30000 read accesses @11502059
system.cpu7: completed 30000 read accesses @11479469 system.cpu1: completed 30000 read accesses @11514086
system.cpu1: completed 30000 read accesses @11607149 system.cpu3: completed 30000 read accesses @11521339
system.cpu2: completed 30000 read accesses @11620449 system.cpu0: completed 30000 read accesses @11542969
system.cpu0: completed 40000 read accesses @15251139 system.cpu4: completed 40000 read accesses @15255969
system.cpu3: completed 40000 read accesses @15256169 system.cpu6: completed 40000 read accesses @15278669
system.cpu7: completed 40000 read accesses @15292609 system.cpu2: completed 40000 read accesses @15290769
system.cpu4: completed 40000 read accesses @15307689 system.cpu1: completed 40000 read accesses @15300319
system.cpu6: completed 40000 read accesses @15312109 system.cpu7: completed 40000 read accesses @15313589
system.cpu5: completed 40000 read accesses @15312529 system.cpu5: completed 40000 read accesses @15390579
system.cpu1: completed 40000 read accesses @15402739 system.cpu3: completed 40000 read accesses @15390819
system.cpu2: completed 40000 read accesses @15439449 system.cpu0: completed 40000 read accesses @15399559
system.cpu5: completed 50000 read accesses @19124959 system.cpu6: completed 50000 read accesses @19059809
system.cpu4: completed 50000 read accesses @19135219 system.cpu2: completed 50000 read accesses @19122329
system.cpu6: completed 50000 read accesses @19141149 system.cpu4: completed 50000 read accesses @19145469
system.cpu7: completed 50000 read accesses @19149739 system.cpu1: completed 50000 read accesses @19153539
system.cpu3: completed 50000 read accesses @19155019 system.cpu7: completed 50000 read accesses @19223169
system.cpu0: completed 50000 read accesses @19158679 system.cpu3: completed 50000 read accesses @19226049
system.cpu1: completed 50000 read accesses @19213049 system.cpu0: completed 50000 read accesses @19230099
system.cpu2: completed 50000 read accesses @19302069 system.cpu5: completed 50000 read accesses @19239419
system.cpu0: completed 60000 read accesses @22935379 system.cpu6: completed 60000 read accesses @22898929
system.cpu7: completed 60000 read accesses @22941889 system.cpu2: completed 60000 read accesses @22938119
system.cpu3: completed 60000 read accesses @22967139 system.cpu1: completed 60000 read accesses @22962849
system.cpu6: completed 60000 read accesses @22970519 system.cpu4: completed 60000 read accesses @22981819
system.cpu5: completed 60000 read accesses @22980862 system.cpu7: completed 60000 read accesses @23024057
system.cpu1: completed 60000 read accesses @23012159 system.cpu5: completed 60000 read accesses @23033999
system.cpu4: completed 60000 read accesses @23022199 system.cpu3: completed 60000 read accesses @23067579
system.cpu2: completed 60000 read accesses @23123829 system.cpu0: completed 60000 read accesses @23093579
system.cpu0: completed 70000 read accesses @26759789 system.cpu6: completed 70000 read accesses @26691269
system.cpu6: completed 70000 read accesses @26760209 system.cpu2: completed 70000 read accesses @26721679
system.cpu3: completed 70000 read accesses @26793089 system.cpu1: completed 70000 read accesses @26772899
system.cpu7: completed 70000 read accesses @26801189 system.cpu5: completed 70000 read accesses @26828129
system.cpu4: completed 70000 read accesses @26823991 system.cpu4: completed 70000 read accesses @26855529
system.cpu5: completed 70000 read accesses @26825009 system.cpu7: completed 70000 read accesses @26884089
system.cpu1: completed 70000 read accesses @26842999 system.cpu0: completed 70000 read accesses @26900219
system.cpu2: completed 70000 read accesses @26939899 system.cpu3: completed 70000 read accesses @26900829
system.cpu6: completed 80000 read accesses @30532589 system.cpu6: completed 80000 read accesses @30482859
system.cpu0: completed 80000 read accesses @30581959 system.cpu2: completed 80000 read accesses @30507709
system.cpu7: completed 80000 read accesses @30587059 system.cpu1: completed 80000 read accesses @30533719
system.cpu1: completed 80000 read accesses @30605679 system.cpu4: completed 80000 read accesses @30653069
system.cpu4: completed 80000 read accesses @30610889 system.cpu5: completed 80000 read accesses @30669589
system.cpu5: completed 80000 read accesses @30675729 system.cpu7: completed 80000 read accesses @30671399
system.cpu2: completed 80000 read accesses @30677339 system.cpu3: completed 80000 read accesses @30690249
system.cpu3: completed 80000 read accesses @30678969 system.cpu0: completed 80000 read accesses @30769769
system.cpu6: completed 90000 read accesses @34352189 system.cpu1: completed 90000 read accesses @34345799
system.cpu1: completed 90000 read accesses @34424169 system.cpu2: completed 90000 read accesses @34348669
system.cpu4: completed 90000 read accesses @34437619 system.cpu6: completed 90000 read accesses @34356669
system.cpu7: completed 90000 read accesses @34457259 system.cpu4: completed 90000 read accesses @34461309
system.cpu0: completed 90000 read accesses @34463319 system.cpu5: completed 90000 read accesses @34516129
system.cpu5: completed 90000 read accesses @34493669 system.cpu7: completed 90000 read accesses @34533379
system.cpu2: completed 90000 read accesses @34521619 system.cpu3: completed 90000 read accesses @34557649
system.cpu3: completed 90000 read accesses @34546489 system.cpu0: completed 90000 read accesses @34612149
system.cpu6: completed 100000 read accesses @38170519 system.cpu2: completed 100000 read accesses @38145419
hack: be nice to actually delete the event here hack: be nice to actually delete the event here

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:09:47 M5 compiled Apr 28 2011 15:11:39
M5 started Apr 19 2011 12:09:50 M5 started Apr 28 2011 15:12:18
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_hammer/m5.opt -d build/ALPHA_SE_MOESI_hammer/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 38170519 because maximum number of loads reached Exiting @ tick 38145419 because maximum number of loads reached

View file

@ -1,34 +1,34 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 343656 # Number of bytes of host memory used host_mem_usage 357828 # Number of bytes of host memory used
host_seconds 135.85 # Real time elapsed on the host host_seconds 324.05 # Real time elapsed on the host
host_tick_rate 280979 # Simulator tick rate (ticks/s) host_tick_rate 117713 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.038171 # Number of seconds simulated sim_seconds 0.038145 # Number of seconds simulated
sim_ticks 38170519 # Number of ticks simulated sim_ticks 38145419 # Number of ticks simulated
system.cpu0.num_copies 0 # number of copy accesses completed system.cpu0.num_copies 0 # number of copy accesses completed
system.cpu0.num_reads 99550 # number of read accesses completed system.cpu0.num_reads 99257 # number of read accesses completed
system.cpu0.num_writes 53620 # number of write accesses completed system.cpu0.num_writes 53554 # number of write accesses completed
system.cpu1.num_copies 0 # number of copy accesses completed system.cpu1.num_copies 0 # number of copy accesses completed
system.cpu1.num_reads 99842 # number of read accesses completed system.cpu1.num_reads 99995 # number of read accesses completed
system.cpu1.num_writes 53868 # number of write accesses completed system.cpu1.num_writes 53572 # number of write accesses completed
system.cpu2.num_copies 0 # number of copy accesses completed system.cpu2.num_copies 0 # number of copy accesses completed
system.cpu2.num_reads 99596 # number of read accesses completed system.cpu2.num_reads 100000 # number of read accesses completed
system.cpu2.num_writes 53926 # number of write accesses completed system.cpu2.num_writes 53729 # number of write accesses completed
system.cpu3.num_copies 0 # number of copy accesses completed system.cpu3.num_copies 0 # number of copy accesses completed
system.cpu3.num_reads 99413 # number of read accesses completed system.cpu3.num_reads 99293 # number of read accesses completed
system.cpu3.num_writes 53715 # number of write accesses completed system.cpu3.num_writes 53868 # number of write accesses completed
system.cpu4.num_copies 0 # number of copy accesses completed system.cpu4.num_copies 0 # number of copy accesses completed
system.cpu4.num_reads 99831 # number of read accesses completed system.cpu4.num_reads 99739 # number of read accesses completed
system.cpu4.num_writes 53360 # number of write accesses completed system.cpu4.num_writes 53344 # number of write accesses completed
system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_copies 0 # number of copy accesses completed
system.cpu5.num_reads 99632 # number of read accesses completed system.cpu5.num_reads 99344 # number of read accesses completed
system.cpu5.num_writes 53464 # number of write accesses completed system.cpu5.num_writes 53849 # number of write accesses completed
system.cpu6.num_copies 0 # number of copy accesses completed system.cpu6.num_copies 0 # number of copy accesses completed
system.cpu6.num_reads 100000 # number of read accesses completed system.cpu6.num_reads 99736 # number of read accesses completed
system.cpu6.num_writes 53748 # number of write accesses completed system.cpu6.num_writes 53566 # number of write accesses completed
system.cpu7.num_copies 0 # number of copy accesses completed system.cpu7.num_copies 0 # number of copy accesses completed
system.cpu7.num_reads 99672 # number of read accesses completed system.cpu7.num_reads 99487 # number of read accesses completed
system.cpu7.num_writes 53564 # number of write accesses completed system.cpu7.num_writes 53455 # number of write accesses completed
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -150,6 +150,7 @@ test=system.ruby.cpu_ruby_ports7.port[0]
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=8
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=12 directory_latency=12
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -203,6 +204,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl0.cacheMemory cacheMemory=system.l1_cntrl0.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=0
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -224,6 +226,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl1.cacheMemory cacheMemory=system.l1_cntrl1.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=1
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -245,6 +248,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl2.cacheMemory cacheMemory=system.l1_cntrl2.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=2
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -266,6 +270,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl3.cacheMemory cacheMemory=system.l1_cntrl3.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=3
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -287,6 +292,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl4.cacheMemory cacheMemory=system.l1_cntrl4.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=4
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -308,6 +314,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl5.cacheMemory cacheMemory=system.l1_cntrl5.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=5
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -329,6 +336,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl6.cacheMemory cacheMemory=system.l1_cntrl6.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=6
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -350,6 +358,7 @@ children=cacheMemory
buffer_size=0 buffer_size=0
cacheMemory=system.l1_cntrl7.cacheMemory cacheMemory=system.l1_cntrl7.cacheMemory
cache_response_latency=12 cache_response_latency=12
cntrl_id=7
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -507,164 +516,221 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 ext_links5 ext_links6 ext_links7 ext_links8 int_links0 int_links1 int_links2 int_links3 int_links4 int_links5 int_links6 int_links7 int_links8 routers0 routers1 routers2 routers3 routers4 routers5 routers6 routers7 routers8 routers9
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4 system.ruby.network.topology.ext_links5 system.ruby.network.topology.ext_links6 system.ruby.network.topology.ext_links7 system.ruby.network.topology.ext_links8
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4 system.ruby.network.topology.int_links5 system.ruby.network.topology.int_links6 system.ruby.network.topology.int_links7 system.ruby.network.topology.int_links8
num_int_nodes=10
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3 system.ruby.network.topology.routers4 system.ruby.network.topology.routers5 system.ruby.network.topology.routers6 system.ruby.network.topology.routers7 system.ruby.network.topology.routers8 system.ruby.network.topology.routers9
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl1 ext_node=system.l1_cntrl1
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl2 ext_node=system.l1_cntrl2
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.ext_links3] [system.ruby.network.topology.ext_links3]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl3 ext_node=system.l1_cntrl3
int_node=3 int_node=system.ruby.network.topology.routers3
latency=1 latency=1
link_id=3
weight=1 weight=1
[system.ruby.network.topology.ext_links4] [system.ruby.network.topology.ext_links4]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl4 ext_node=system.l1_cntrl4
int_node=4 int_node=system.ruby.network.topology.routers4
latency=1 latency=1
link_id=4
weight=1 weight=1
[system.ruby.network.topology.ext_links5] [system.ruby.network.topology.ext_links5]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl5 ext_node=system.l1_cntrl5
int_node=5 int_node=system.ruby.network.topology.routers5
latency=1 latency=1
link_id=5
weight=1 weight=1
[system.ruby.network.topology.ext_links6] [system.ruby.network.topology.ext_links6]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl6 ext_node=system.l1_cntrl6
int_node=6 int_node=system.ruby.network.topology.routers6
latency=1 latency=1
link_id=6
weight=1 weight=1
[system.ruby.network.topology.ext_links7] [system.ruby.network.topology.ext_links7]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl7 ext_node=system.l1_cntrl7
int_node=7 int_node=system.ruby.network.topology.routers7
latency=1 latency=1
link_id=7
weight=1 weight=1
[system.ruby.network.topology.ext_links8] [system.ruby.network.topology.ext_links8]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=8 int_node=system.ruby.network.topology.routers8
latency=1 latency=1
link_id=8
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=9
node_b=9 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=10
node_b=9 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=11
node_b=9 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links3] [system.ruby.network.topology.int_links3]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=3 link_id=12
node_b=9 node_a=system.ruby.network.topology.routers3
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links4] [system.ruby.network.topology.int_links4]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=4 link_id=13
node_b=9 node_a=system.ruby.network.topology.routers4
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links5] [system.ruby.network.topology.int_links5]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=5 link_id=14
node_b=9 node_a=system.ruby.network.topology.routers5
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links6] [system.ruby.network.topology.int_links6]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=6 link_id=15
node_b=9 node_a=system.ruby.network.topology.routers6
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links7] [system.ruby.network.topology.int_links7]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=7 link_id=16
node_b=9 node_a=system.ruby.network.topology.routers7
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.int_links8] [system.ruby.network.topology.int_links8]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=8 link_id=17
node_b=9 node_a=system.ruby.network.topology.routers8
node_b=system.ruby.network.topology.routers9
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.network.topology.routers4]
type=BasicRouter
router_id=4
[system.ruby.network.topology.routers5]
type=BasicRouter
router_id=5
[system.ruby.network.topology.routers6]
type=BasicRouter
router_id=6
[system.ruby.network.topology.routers7]
type=BasicRouter
router_id=7
[system.ruby.network.topology.routers8]
type=BasicRouter
router_id=8
[system.ruby.network.topology.routers9]
type=BasicRouter
router_id=9
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,29 +34,29 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 11:59:23 Real time: Apr/28/2011 14:30:39
Profiler Stats Profiler Stats
-------------- --------------
Elapsed_time_in_seconds: 48 Elapsed_time_in_seconds: 118
Elapsed_time_in_minutes: 0.8 Elapsed_time_in_minutes: 1.96667
Elapsed_time_in_hours: 0.0133333 Elapsed_time_in_hours: 0.0327778
Elapsed_time_in_days: 0.000555556 Elapsed_time_in_days: 0.00136574
Virtual_time_in_seconds: 47.95 Virtual_time_in_seconds: 118.52
Virtual_time_in_minutes: 0.799167 Virtual_time_in_minutes: 1.97533
Virtual_time_in_hours: 0.0133194 Virtual_time_in_hours: 0.0329222
Virtual_time_in_days: 0.000554977 Virtual_time_in_days: 0.00137176
Ruby_current_time: 57251340 Ruby_current_time: 57055090
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 57251340 Ruby_cycles: 57055090
mbytes_resident: 37.5156 mbytes_resident: 37.8164
mbytes_total: 335.734 mbytes_total: 349.336
resident_ratio: 0.111754 resident_ratio: 0.108275
ruby_cycles_executed: [ 57251341 57251341 57251341 57251341 57251341 57251341 57251341 57251341 ] ruby_cycles_executed: [ 57055091 57055091 57055091 57055091 57055091 57055091 57055091 57055091 ]
Busy Controller Counts: 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 L1Cache-0:0 L1Cache-1:0 L1Cache-2:0 L1Cache-3:0 L1Cache-4:0 L1Cache-5:0 L1Cache-6:0 L1Cache-7:0
@ -66,29 +66,29 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1227441 average: 15.9992 | standard deviation: 0.0898992 | 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1227321 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1223186 average: 15.9992 | standard deviation: 0.0900554 | 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1223066 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 128 max: 16170 count: 1227313 average: 5970.6 | standard deviation: 6226.1 | 0 5 5 5 5 5 5 5 3 0 6 5 4 9 28 67 117 196 325 493 850 1372 2115 2889 3474 5267 7331 8923 10961 13117 17439 19106 22197 27797 27598 30754 34950 40376 40150 37193 44218 47799 45035 44430 44397 47887 43214 42194 45299 37620 36866 36136 37155 31716 26415 28478 27184 22299 20319 18521 18170 14600 13557 13481 10233 9188 8568 8384 6564 5202 5341 4736 3697 3355 2785 2534 2139 1813 1715 1305 1213 1037 977 761 540 516 459 368 287 221 221 156 133 132 101 86 57 64 45 25 28 41 28 25 18 17 8 7 9 7 4 5 8 3 2 0 0 1 0 2 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: 16710 count: 1223058 average: 5970.81 | standard deviation: 6247.68 | 0 5 5 5 5 5 5 5 3 0 6 4 4 17 30 62 116 192 365 508 831 1304 2021 2988 3516 5462 7628 8955 10900 13254 17715 19297 22175 27647 27539 31110 34478 40126 39446 36816 44021 47568 44293 43929 44544 47606 42657 42360 44775 37578 36515 36061 36913 31421 25978 28119 27128 22462 20497 18670 18218 14995 13739 13345 10406 9212 8611 8186 6744 5154 5354 4849 3704 3156 2851 2622 1932 1766 1731 1261 1081 1005 890 710 525 543 475 355 261 252 242 193 142 160 92 103 74 79 60 55 34 49 32 25 22 28 4 16 14 6 9 11 4 2 5 4 1 2 0 3 1 0 3 2 0 0 1 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 ]
miss_latency_LD: [binsize: 128 max: 16170 count: 797864 average: 5970.96 | standard deviation: 5567.96 | 0 4 4 4 4 4 4 4 1 0 1 4 4 6 23 42 79 125 214 331 544 877 1397 1863 2231 3466 4741 5801 7112 8516 11461 12380 14439 17894 17955 19944 22577 26201 26233 24153 28751 31184 29257 28993 28655 31123 28291 27538 29428 24371 23978 23499 24308 20557 17139 18652 17606 14368 13155 11966 11765 9607 8837 8844 6659 5936 5560 5504 4210 3414 3473 3145 2395 2145 1816 1622 1380 1171 1141 849 772 673 638 482 346 347 309 240 185 140 136 95 84 85 65 59 40 42 31 15 21 23 20 16 13 11 6 3 6 5 3 3 6 3 1 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD: [binsize: 128 max: 16510 count: 795046 average: 5972.01 | standard deviation: 5587.89 | 0 4 4 4 4 4 4 4 1 0 1 3 3 10 17 39 73 121 238 323 544 870 1273 1989 2304 3514 4951 5820 7034 8605 11545 12570 14421 18015 17864 20148 22587 26062 25651 23904 28541 30856 28693 28624 28883 30953 27530 27626 29120 24340 23687 23373 23951 20582 16850 18264 17699 14690 13377 12253 11977 9671 9022 8623 6733 5927 5608 5306 4362 3395 3476 3155 2445 2019 1835 1732 1227 1138 1145 828 722 643 588 477 357 351 296 248 167 169 153 129 90 112 64 82 52 49 38 32 24 31 23 17 15 21 4 9 8 3 5 8 2 1 3 2 1 1 0 2 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST: [binsize: 128 max: 15290 count: 429449 average: 5969.93 | standard deviation: 1423.42 | 0 1 1 1 1 1 1 1 2 0 5 1 0 3 5 25 38 71 111 162 306 495 718 1026 1243 1801 2590 3122 3849 4601 5978 6726 7758 9903 9643 10810 12373 14175 13917 13040 15467 16615 15778 15437 15742 16764 14923 14656 15871 13249 12888 12637 12847 11159 9276 9826 9578 7931 7164 6555 6405 4993 4720 4637 3574 3252 3008 2880 2354 1788 1868 1591 1302 1210 969 912 759 642 574 456 441 364 339 279 194 169 150 128 102 81 85 61 49 47 36 27 17 22 14 10 7 18 8 9 5 6 2 4 3 2 1 2 2 0 1 0 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 128 max: 16710 count: 428012 average: 5968.58 | standard deviation: 1425.71 | 0 1 1 1 1 1 1 1 2 0 5 1 1 7 13 23 43 71 127 185 287 434 748 999 1212 1948 2677 3135 3866 4649 6170 6727 7754 9632 9675 10962 11891 14064 13795 12912 15480 16712 15600 15305 15661 16653 15127 14734 15655 13238 12828 12688 12962 10839 9128 9855 9429 7772 7120 6417 6241 5324 4717 4722 3673 3285 3003 2880 2382 1759 1878 1694 1259 1137 1016 890 705 628 586 433 359 362 302 233 168 192 179 107 94 83 89 64 52 48 28 21 22 30 22 23 10 18 9 8 7 7 0 7 6 3 4 3 2 1 2 2 0 1 0 1 1 0 3 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 0 0 0 ]
miss_latency_Directory: [binsize: 128 max: 16170 count: 1210799 average: 5976.91 | standard deviation: 6306.43 | 0 5 5 5 5 5 5 5 3 0 6 5 4 9 25 62 110 189 305 465 806 1312 2035 2792 3339 5094 7111 8663 10701 12775 17023 18729 21808 27255 27055 30221 34375 39759 39511 36575 43613 47122 44479 43852 43802 47301 42687 41791 44754 37147 36463 35788 36800 31395 26170 28198 26928 22083 20141 18352 18010 14477 13445 13354 10138 9095 8497 8327 6511 5159 5306 4695 3671 3321 2764 2511 2121 1803 1701 1296 1209 1028 975 758 537 511 458 365 284 218 218 156 133 132 101 86 57 62 43 25 28 41 28 25 18 17 8 7 9 7 4 5 8 3 2 0 0 1 0 2 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_Directory: [binsize: 128 max: 16710 count: 1206540 average: 5977.03 | standard deviation: 6328.62 | 0 5 5 5 5 5 5 5 3 0 6 4 3 15 29 58 108 183 348 481 792 1259 1946 2890 3403 5293 7409 8715 10621 12918 17326 18881 21750 27153 27002 30601 33899 39474 38840 36202 43398 46842 43651 43395 43924 47009 42152 41921 44315 37118 36104 35689 36547 31115 25691 27834 26879 22267 20324 18486 18065 14884 13629 13252 10303 9132 8536 8126 6678 5109 5313 4809 3673 3136 2823 2604 1918 1753 1720 1252 1072 996 883 704 520 541 472 352 260 251 239 193 141 159 91 103 73 78 59 54 32 48 32 25 22 28 4 16 14 6 9 10 4 2 5 4 1 2 0 3 1 0 3 2 0 0 1 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 ]
miss_latency_L1Cache_wCC: [binsize: 64 max: 12585 count: 16514 average: 5507.92 | standard deviation: 1405.44 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 3 2 3 4 3 4 10 10 16 12 19 25 26 34 35 45 45 52 71 64 84 89 98 122 124 136 137 123 165 177 197 219 187 190 187 202 274 268 276 267 243 290 258 317 297 320 337 302 325 293 290 315 320 357 281 275 296 282 331 264 270 316 252 275 203 200 297 248 265 208 206 197 170 178 187 168 186 135 131 114 140 140 129 127 114 102 100 78 86 83 72 88 56 67 54 58 72 55 56 39 45 48 44 27 26 31 22 31 24 19 19 16 27 14 14 12 24 10 13 8 8 15 10 8 4 6 9 5 3 6 2 2 2 7 1 1 0 3 1 2 3 2 0 1 2 1 2 1 2 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 2 ] miss_latency_L1Cache_wCC: [binsize: 128 max: 14292 count: 16518 average: 5516.81 | standard deviation: 1404.63 | 0 0 0 0 0 0 0 0 0 0 0 0 1 2 1 4 8 9 17 27 39 45 75 98 113 169 219 240 279 336 389 416 425 494 537 509 579 652 606 614 623 726 642 534 620 597 505 439 460 460 411 372 366 306 287 285 249 195 173 184 153 111 110 93 103 80 75 60 66 45 41 40 31 20 28 18 14 13 11 9 9 9 7 6 5 2 3 3 1 1 3 0 1 1 1 0 1 1 1 1 2 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 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_wCC_Times: 16514 imcomplete_wCC_Times: 16518
miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ] miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ]
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 8 average: 0 | standard deviation: 0 | 8 ]
miss_latency_dir_first_response_to_completion: [binsize: 4 max: 569 count: 8 average: 330.25 | standard deviation: 178.281 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_dir_first_response_to_completion: [binsize: 4 max: 569 count: 8 average: 330.25 | standard deviation: 178.281 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
imcomplete_dir_Times: 1210791 imcomplete_dir_Times: 1206532
miss_latency_LD_Directory: [binsize: 128 max: 16170 count: 787157 average: 5977.4 | standard deviation: 5638.59 | 0 4 4 4 4 4 4 4 1 0 1 4 4 6 20 37 73 120 198 310 520 832 1338 1800 2148 3355 4608 5614 6946 8289 11207 12142 14179 17561 17587 19588 22210 25807 25824 23747 28369 30735 28910 28603 28263 30729 27952 27268 29067 24058 23732 23284 24091 20357 16975 18458 17439 14222 13051 11864 11662 9526 8758 8751 6596 5876 5513 5476 4177 3395 3452 3117 2376 2125 1802 1609 1370 1164 1131 844 770 668 638 481 345 344 308 238 182 138 133 95 84 85 65 59 40 42 31 15 21 23 20 16 13 11 6 3 6 5 3 3 6 3 1 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD_Directory: [binsize: 128 max: 16510 count: 784313 average: 5978.03 | standard deviation: 5659.2 | 0 4 4 4 4 4 4 4 1 0 1 3 2 8 17 36 68 117 225 303 520 843 1226 1927 2239 3412 4801 5667 6831 8385 11301 12290 14152 17683 17528 19843 22213 25643 25266 23514 28132 30410 28262 28264 28495 30573 27187 27339 28820 24028 23430 23121 23711 20379 16667 18077 17534 14559 13263 12138 11874 9601 8946 8556 6658 5874 5567 5261 4316 3366 3452 3129 2425 2007 1815 1717 1221 1129 1138 820 716 637 582 474 355 349 293 245 166 168 150 129 89 111 63 82 51 49 37 31 24 31 23 17 15 21 4 9 8 3 5 7 2 1 3 2 1 1 0 2 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_LD_L1Cache_wCC: [binsize: 64 max: 11604 count: 10707 average: 5497.29 | standard deviation: 1398.22 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 3 2 2 4 2 3 10 6 11 10 12 12 21 24 26 33 30 33 43 40 49 62 62 71 90 97 85 81 109 118 117 137 123 115 124 136 167 166 175 193 160 196 158 209 187 207 224 185 212 194 180 202 215 234 180 167 201 189 218 174 184 210 163 176 141 129 197 164 169 144 128 118 105 110 104 113 120 80 90 74 101 93 83 84 71 75 61 43 49 53 49 54 38 43 42 37 49 44 36 27 27 33 26 21 9 19 11 22 10 9 12 9 20 8 11 8 14 6 9 5 6 7 5 5 4 3 6 4 3 2 1 1 1 4 0 0 0 1 0 1 2 1 0 1 2 0 2 1 2 0 1 2 ] miss_latency_LD_L1Cache_wCC: [binsize: 128 max: 14292 count: 10733 average: 5531.95 | standard deviation: 1414.69 | 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 3 5 4 13 20 24 27 47 62 65 102 150 153 203 220 244 280 269 332 336 305 374 419 385 390 409 446 431 360 388 380 343 287 300 312 257 252 240 203 183 187 165 131 114 115 103 70 76 67 75 53 41 45 46 29 24 26 20 12 20 15 6 9 7 8 6 6 6 3 2 2 3 3 1 1 3 0 1 1 1 0 1 0 1 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 0 0 0 0 ]
miss_latency_ST_Directory: [binsize: 128 max: 15290 count: 423642 average: 5976 | standard deviation: 1422.53 | 0 1 1 1 1 1 1 1 2 0 5 1 0 3 5 25 37 69 107 155 286 480 697 992 1191 1739 2503 3049 3755 4486 5816 6587 7629 9694 9468 10633 12165 13952 13687 12828 15244 16387 15569 15249 15539 16572 14735 14523 15687 13089 12731 12504 12709 11038 9195 9740 9489 7861 7090 6488 6348 4951 4687 4603 3542 3219 2984 2851 2334 1764 1854 1578 1295 1196 962 902 751 639 570 452 439 360 337 277 192 167 150 127 102 80 85 61 49 47 36 27 17 20 12 10 7 18 8 9 5 6 2 4 3 2 1 2 2 0 1 0 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST_Directory: [binsize: 128 max: 16710 count: 422227 average: 5975.16 | standard deviation: 1425.14 | 0 1 1 1 1 1 1 1 2 0 5 1 1 7 12 22 40 66 123 178 272 416 720 963 1164 1881 2608 3048 3790 4533 6025 6591 7598 9470 9474 10758 11686 13831 13574 12688 15266 16432 15389 15131 15429 16436 14965 14582 15495 13090 12674 12568 12836 10736 9024 9757 9345 7708 7061 6348 6191 5283 4683 4696 3645 3258 2969 2865 2362 1743 1861 1680 1248 1129 1008 887 697 624 582 432 356 359 301 230 165 192 179 107 94 83 89 64 52 48 28 21 22 29 22 23 8 17 9 8 7 7 0 7 6 3 4 3 2 1 2 2 0 1 0 1 1 0 3 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 0 0 0 ]
miss_latency_ST_L1Cache_wCC: [binsize: 64 max: 12585 count: 5807 average: 5527.52 | standard deviation: 1418.56 | 0 0 0 0 0 0 0 0 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 1 0 4 5 2 7 13 5 10 9 12 15 19 28 24 35 27 36 51 34 39 52 42 56 59 80 82 64 75 63 66 107 102 101 74 83 94 100 108 110 113 113 117 113 99 110 113 105 123 101 108 95 93 113 90 86 106 89 99 62 71 100 84 96 64 78 79 65 68 83 55 66 55 41 40 39 47 46 43 43 27 39 35 37 30 23 34 18 24 12 21 23 11 20 12 18 15 18 6 17 12 11 9 14 10 7 7 7 6 3 4 10 4 4 3 2 8 5 3 0 3 3 1 0 4 1 1 1 3 1 1 0 2 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 2 ] miss_latency_ST_L1Cache_wCC: [binsize: 128 max: 13038 count: 5785 average: 5488.72 | standard deviation: 1385.45 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 3 5 4 7 15 18 28 36 48 67 69 87 76 116 145 136 156 162 201 204 205 233 221 224 214 280 211 174 232 217 162 152 160 148 154 120 126 103 104 98 84 64 59 69 50 41 34 26 28 27 34 15 20 16 17 14 11 8 8 3 8 4 4 1 3 3 1 3 3 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -102,11 +102,11 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
Message Delayed Cycles Message Delayed Cycles
---------------------- ----------------------
Total_delay_cycles: [binsize: 1 max: 18 count: 2458515 average: 0.000321739 | standard deviation: 0.0752325 | 2458470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19 26 ] Total_delay_cycles: [binsize: 1 max: 24 count: 2450334 average: 0.00749367 | standard deviation: 0.176657 | 2445337 159 360 864 3577 2 1 0 0 0 0 1 1 11 1 1 0 0 12 0 0 0 6 0 1 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 18 count: 2458515 average: 0.000321739 | standard deviation: 0.0752325 | 2458470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19 26 ] Total_nonPF_delay_cycles: [binsize: 1 max: 24 count: 2450334 average: 0.00749367 | standard deviation: 0.176657 | 2445337 159 360 864 3577 2 1 0 0 0 0 1 1 11 1 1 0 0 12 0 0 0 6 0 1 ]
virtual_network_0_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_0_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 1227313 average: 0 | standard deviation: 0 | 1227313 ] virtual_network_1_delay_cycles: [binsize: 1 max: 4 count: 1223058 average: 0.000358119 | standard deviation: 0.0257982 | 1222789 117 137 13 2 ]
virtual_network_2_delay_cycles: [binsize: 1 max: 18 count: 1231202 average: 0.000642462 | standard deviation: 0.106311 | 1231157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19 26 ] virtual_network_2_delay_cycles: [binsize: 1 max: 24 count: 1227276 average: 0.0146047 | standard deviation: 0.24808 | 1222548 42 223 851 3575 2 1 0 0 0 0 1 1 11 1 1 0 0 12 0 0 0 6 0 1 ]
virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_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_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -118,337 +118,337 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 18 count: 2458515 average: 0.00032173
Resource Usage Resource Usage
-------------- --------------
page_size: 4096 page_size: 4096
user_time: 47 user_time: 118
system_time: 0 system_time: 0
page_reclaims: 9943 page_reclaims: 10946
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 104 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Control: 3681972 29455776 total_msg_count_Control: 3669213 29353704
total_msg_count_Data: 3644124 262376928 total_msg_count_Data: 3632319 261526968
total_msg_count_Response_Data: 3681939 265099608 total_msg_count_Response_Data: 3669174 264180528
total_msg_count_Writeback_Control: 3693606 29548848 total_msg_count_Writeback_Control: 3681828 29454624
total_msgs: 14701641 total_bytes: 586481160 total_msgs: 14652534 total_bytes: 584515824
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.083792 links_utilized_percent_switch_0: 1.34003
links_utilized_percent_switch_0_link_0: 0.0334493 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 1.33803 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.134135 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.34202 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 153153 11027016 [ 0 0 0 0 153153 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 152626 10989072 [ 0 0 0 0 152626 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 153635 1229080 [ 0 0 0 153635 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 153195 1225560 [ 0 0 0 153195 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Control: 153154 1225232 [ 0 0 153154 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Control: 152627 1221016 [ 0 0 152627 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Data: 151525 10909800 [ 0 0 151525 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Data: 151125 10881000 [ 0 0 151125 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Response_Data: 2111 151992 [ 0 0 0 0 2111 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Data: 2070 149040 [ 0 0 0 0 2070 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.0839004 links_utilized_percent_switch_1: 1.34729
links_utilized_percent_switch_1_link_0: 0.0334929 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.34547 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.134308 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.34911 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 153353 11041416 [ 0 0 0 0 153353 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 153480 11050560 [ 0 0 0 0 153480 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 153833 1230664 [ 0 0 0 153833 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 153999 1231992 [ 0 0 0 153999 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Control: 153355 1226840 [ 0 0 153355 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Control: 153482 1227856 [ 0 0 153482 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Data: 151790 10928880 [ 0 0 151790 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Data: 151946 10940112 [ 0 0 151946 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 2044 147168 [ 0 0 0 0 2044 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Data: 2053 147816 [ 0 0 0 0 2053 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.0839292 links_utilized_percent_switch_2: 1.33873
links_utilized_percent_switch_2_link_0: 0.0334995 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.33679 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.134359 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.34067 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 153380 11043360 [ 0 0 0 0 153380 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 152487 10979064 [ 0 0 0 0 152487 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 153895 1231160 [ 0 0 0 153895 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 153035 1224280 [ 0 0 0 153035 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Control: 153381 1227048 [ 0 0 153381 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Control: 152489 1219912 [ 0 0 152489 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Data: 151808 10930176 [ 0 0 151808 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Data: 150957 10868904 [ 0 0 150957 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 2088 150336 [ 0 0 0 0 2088 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 2082 149904 [ 0 0 0 0 2082 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 2 switch_3_inlinks: 2
switch_3_outlinks: 2 switch_3_outlinks: 2
links_utilized_percent_switch_3: 0.0839178 links_utilized_percent_switch_3: 1.34218
links_utilized_percent_switch_3_link_0: 0.0335004 bw: 640000 base_latency: 1 links_utilized_percent_switch_3_link_0: 1.34053 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.134335 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 1.34383 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 153388 11043936 [ 0 0 0 0 153388 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 152921 11010312 [ 0 0 0 0 152921 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Writeback_Control: 153864 1230912 [ 0 0 0 153864 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Control: 153389 1227112 [ 0 0 0 153389 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Control: 153389 1227112 [ 0 0 153389 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Control: 152923 1223384 [ 0 0 152923 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Data: 151791 10928952 [ 0 0 151791 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Data: 151387 10899864 [ 0 0 151387 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Data: 2074 149328 [ 0 0 0 0 2074 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Data: 2005 144360 [ 0 0 0 0 2005 0 0 0 0 0 ] base_latency: 1
switch_4_inlinks: 2 switch_4_inlinks: 2
switch_4_outlinks: 2 switch_4_outlinks: 2
links_utilized_percent_switch_4: 0.0841195 links_utilized_percent_switch_4: 1.34841
links_utilized_percent_switch_4_link_0: 0.0335808 bw: 640000 base_latency: 1 links_utilized_percent_switch_4_link_0: 1.34646 bw: 16000 base_latency: 1
links_utilized_percent_switch_4_link_1: 0.134658 bw: 160000 base_latency: 1 links_utilized_percent_switch_4_link_1: 1.35037 bw: 16000 base_latency: 1
outgoing_messages_switch_4_link_0_Response_Data: 153756 11070432 [ 0 0 0 0 153756 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_4_link_0_Response_Data: 153589 11058408 [ 0 0 0 0 153589 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_4_link_0_Writeback_Control: 154232 1233856 [ 0 0 0 154232 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_4_link_0_Writeback_Control: 154143 1233144 [ 0 0 0 154143 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_4_link_1_Control: 153758 1230064 [ 0 0 153758 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_4_link_1_Control: 153590 1228720 [ 0 0 153590 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_4_link_1_Data: 152172 10956384 [ 0 0 152172 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_4_link_1_Data: 152020 10945440 [ 0 0 152020 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_4_link_1_Response_Data: 2063 148536 [ 0 0 0 0 2063 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_4_link_1_Response_Data: 2126 153072 [ 0 0 0 0 2126 0 0 0 0 0 ] base_latency: 1
switch_5_inlinks: 2 switch_5_inlinks: 2
switch_5_outlinks: 2 switch_5_outlinks: 2
links_utilized_percent_switch_5: 0.0840452 links_utilized_percent_switch_5: 1.34312
links_utilized_percent_switch_5_link_0: 0.0335493 bw: 640000 base_latency: 1 links_utilized_percent_switch_5_link_0: 1.34131 bw: 16000 base_latency: 1
links_utilized_percent_switch_5_link_1: 0.134541 bw: 160000 base_latency: 1 links_utilized_percent_switch_5_link_1: 1.34493 bw: 16000 base_latency: 1
outgoing_messages_switch_5_link_0_Response_Data: 153611 11059992 [ 0 0 0 0 153611 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_5_link_0_Response_Data: 153006 11016432 [ 0 0 0 0 153006 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_5_link_0_Writeback_Control: 154097 1232776 [ 0 0 0 154097 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_5_link_0_Writeback_Control: 153520 1228160 [ 0 0 0 153520 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_5_link_1_Control: 153613 1228904 [ 0 0 153613 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_5_link_1_Control: 153008 1224064 [ 0 0 153008 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_5_link_1_Data: 152110 10951920 [ 0 0 152110 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_5_link_1_Data: 151445 10904040 [ 0 0 151445 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_5_link_1_Response_Data: 1992 143424 [ 0 0 0 0 1992 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_5_link_1_Response_Data: 2077 149544 [ 0 0 0 0 2077 0 0 0 0 0 ] base_latency: 1
switch_6_inlinks: 2 switch_6_inlinks: 2
switch_6_outlinks: 2 switch_6_outlinks: 2
links_utilized_percent_switch_6: 0.084233 links_utilized_percent_switch_6: 1.33595
links_utilized_percent_switch_6_link_0: 0.0336256 bw: 640000 base_latency: 1 links_utilized_percent_switch_6_link_0: 1.33418 bw: 16000 base_latency: 1
links_utilized_percent_switch_6_link_1: 0.13484 bw: 160000 base_latency: 1 links_utilized_percent_switch_6_link_1: 1.33771 bw: 16000 base_latency: 1
outgoing_messages_switch_6_link_0_Response_Data: 153961 11085192 [ 0 0 0 0 153961 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_6_link_0_Response_Data: 152193 10957896 [ 0 0 0 0 152193 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_6_link_0_Writeback_Control: 154441 1235528 [ 0 0 0 154441 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_6_link_0_Writeback_Control: 152694 1221552 [ 0 0 0 152694 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_6_link_1_Control: 153962 1231696 [ 0 0 153962 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_6_link_1_Control: 152195 1217560 [ 0 0 152195 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_6_link_1_Data: 152406 10973232 [ 0 0 152406 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_6_link_1_Data: 150638 10845936 [ 0 0 150638 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_6_link_1_Response_Data: 2038 146736 [ 0 0 0 0 2038 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_6_link_1_Response_Data: 2059 148248 [ 0 0 0 0 2059 0 0 0 0 0 ] base_latency: 1
switch_7_inlinks: 2 switch_7_inlinks: 2
switch_7_outlinks: 2 switch_7_outlinks: 2
links_utilized_percent_switch_7: 0.0835571 links_utilized_percent_switch_7: 1.34106
links_utilized_percent_switch_7_link_0: 0.033353 bw: 640000 base_latency: 1 links_utilized_percent_switch_7_link_0: 1.33915 bw: 16000 base_latency: 1
links_utilized_percent_switch_7_link_1: 0.133761 bw: 160000 base_latency: 1 links_utilized_percent_switch_7_link_1: 1.34297 bw: 16000 base_latency: 1
outgoing_messages_switch_7_link_0_Response_Data: 152711 10995192 [ 0 0 0 0 152711 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_7_link_0_Response_Data: 152756 10998432 [ 0 0 0 0 152756 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_7_link_0_Writeback_Control: 153205 1225640 [ 0 0 0 153205 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_7_link_0_Writeback_Control: 153301 1226408 [ 0 0 0 153301 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_7_link_1_Control: 152712 1221696 [ 0 0 152712 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_7_link_1_Control: 152757 1222056 [ 0 0 152757 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_7_link_1_Data: 151106 10879632 [ 0 0 151106 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_7_link_1_Data: 151255 10890360 [ 0 0 151255 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_7_link_1_Response_Data: 2104 151488 [ 0 0 0 0 2104 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_7_link_1_Response_Data: 2046 147312 [ 0 0 0 0 2046 0 0 0 0 0 ] base_latency: 1
switch_8_inlinks: 2 switch_8_inlinks: 2
switch_8_outlinks: 2 switch_8_outlinks: 2
links_utilized_percent_switch_8: 0.662356 links_utilized_percent_switch_8: 10.6065
links_utilized_percent_switch_8_link_0: 0.265489 bw: 640000 base_latency: 1 links_utilized_percent_switch_8_link_0: 10.6213 bw: 16000 base_latency: 1
links_utilized_percent_switch_8_link_1: 1.05922 bw: 160000 base_latency: 1 links_utilized_percent_switch_8_link_1: 10.5916 bw: 16000 base_latency: 1
outgoing_messages_switch_8_link_0_Control: 1227324 9818592 [ 0 0 1227324 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_8_link_0_Control: 1223071 9784568 [ 0 0 1223071 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_8_link_0_Data: 1214708 87458976 [ 0 0 1214708 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_8_link_0_Data: 1210773 87175656 [ 0 0 1210773 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_8_link_1_Response_Data: 1210799 87177528 [ 0 0 0 0 1210799 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_8_link_1_Response_Data: 1206540 86870880 [ 0 0 0 0 1206540 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_8_link_1_Writeback_Control: 1231202 9849616 [ 0 0 0 1231202 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_8_link_1_Writeback_Control: 1227276 9818208 [ 0 0 0 1227276 0 0 0 0 0 0 ] base_latency: 1
switch_9_inlinks: 9 switch_9_inlinks: 9
switch_9_outlinks: 9 switch_9_outlinks: 9
links_utilized_percent_switch_9: 0.237129 links_utilized_percent_switch_9: 2.37147
links_utilized_percent_switch_9_link_0: 0.133797 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_0: 1.33803 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_1: 0.133972 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_1: 1.34547 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_2: 0.133998 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_2: 1.33679 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_3: 0.134002 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_3: 1.34053 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_4: 0.134323 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_4: 1.34646 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_5: 0.134197 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_5: 1.34131 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_6: 0.134503 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_6: 1.33418 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_7: 0.133412 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_7: 1.33915 bw: 16000 base_latency: 1
links_utilized_percent_switch_9_link_8: 1.06196 bw: 160000 base_latency: 1 links_utilized_percent_switch_9_link_8: 10.6213 bw: 16000 base_latency: 1
outgoing_messages_switch_9_link_0_Response_Data: 153153 11027016 [ 0 0 0 0 153153 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_0_Response_Data: 152626 10989072 [ 0 0 0 0 152626 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_0_Writeback_Control: 153635 1229080 [ 0 0 0 153635 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_0_Writeback_Control: 153195 1225560 [ 0 0 0 153195 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_1_Response_Data: 153353 11041416 [ 0 0 0 0 153353 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_1_Response_Data: 153480 11050560 [ 0 0 0 0 153480 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_1_Writeback_Control: 153833 1230664 [ 0 0 0 153833 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_1_Writeback_Control: 153999 1231992 [ 0 0 0 153999 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_2_Response_Data: 153380 11043360 [ 0 0 0 0 153380 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_2_Response_Data: 152487 10979064 [ 0 0 0 0 152487 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_2_Writeback_Control: 153895 1231160 [ 0 0 0 153895 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_2_Writeback_Control: 153035 1224280 [ 0 0 0 153035 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_3_Response_Data: 153388 11043936 [ 0 0 0 0 153388 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_3_Response_Data: 152921 11010312 [ 0 0 0 0 152921 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_3_Writeback_Control: 153864 1230912 [ 0 0 0 153864 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_3_Writeback_Control: 153389 1227112 [ 0 0 0 153389 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_4_Response_Data: 153756 11070432 [ 0 0 0 0 153756 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_4_Response_Data: 153589 11058408 [ 0 0 0 0 153589 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_4_Writeback_Control: 154232 1233856 [ 0 0 0 154232 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_4_Writeback_Control: 154143 1233144 [ 0 0 0 154143 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_5_Response_Data: 153611 11059992 [ 0 0 0 0 153611 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_5_Response_Data: 153006 11016432 [ 0 0 0 0 153006 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_5_Writeback_Control: 154097 1232776 [ 0 0 0 154097 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_5_Writeback_Control: 153520 1228160 [ 0 0 0 153520 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_6_Response_Data: 153961 11085192 [ 0 0 0 0 153961 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_6_Response_Data: 152193 10957896 [ 0 0 0 0 152193 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_6_Writeback_Control: 154441 1235528 [ 0 0 0 154441 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_6_Writeback_Control: 152694 1221552 [ 0 0 0 152694 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_7_Response_Data: 152711 10995192 [ 0 0 0 0 152711 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_7_Response_Data: 152756 10998432 [ 0 0 0 0 152756 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_7_Writeback_Control: 153205 1225640 [ 0 0 0 153205 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_7_Writeback_Control: 153301 1226408 [ 0 0 0 153301 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_8_Control: 1227324 9818592 [ 0 0 1227324 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_8_Control: 1223071 9784568 [ 0 0 1223071 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_9_link_8_Data: 1214708 87458976 [ 0 0 1214708 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_9_link_8_Data: 1210773 87175656 [ 0 0 1210773 0 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.cacheMemory Cache Stats: system.l1_cntrl0.cacheMemory
system.l1_cntrl0.cacheMemory_total_misses: 153154 system.l1_cntrl0.cacheMemory_total_misses: 152627
system.l1_cntrl0.cacheMemory_total_demand_misses: 153154 system.l1_cntrl0.cacheMemory_total_demand_misses: 152627
system.l1_cntrl0.cacheMemory_total_prefetches: 0 system.l1_cntrl0.cacheMemory_total_prefetches: 0
system.l1_cntrl0.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.cacheMemory_request_type_LD: 65.2232% system.l1_cntrl0.cacheMemory_request_type_LD: 65.0344%
system.l1_cntrl0.cacheMemory_request_type_ST: 34.7768% system.l1_cntrl0.cacheMemory_request_type_ST: 34.9656%
system.l1_cntrl0.cacheMemory_access_mode_type_Supervisor: 153154 100% system.l1_cntrl0.cacheMemory_access_mode_type_Supervisor: 152627 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [99856 100002 99839 99184 99892 99648 99764 99685 ] 797870 Load [99667 99333 99231 99289 99260 100003 99030 99242 ] 795055
Ifetch [0 0 0 0 0 0 0 0 ] 0 Ifetch [0 0 0 0 0 0 0 0 ] 0
Store [53902 53611 54123 53528 53262 53707 53617 53704 ] 429454 Store [53923 53675 52964 53468 53367 53480 53459 53681 ] 428017
Data [153756 153611 153961 152711 153153 153353 153380 153388 ] 1227313 Data [153589 153006 152193 152756 152626 153480 152487 152921 ] 1223058
Fwd_GETX [2063 1992 2038 2104 2111 2044 2088 2074 ] 16514 Fwd_GETX [2126 2077 2059 2046 2070 2053 2082 2005 ] 16518
Inv [0 0 0 0 0 0 0 0 ] 0 Inv [0 0 0 0 0 0 0 0 ] 0
Replacement [153754 153609 153958 152708 153150 153351 153377 153385 ] 1227292 Replacement [153586 153004 152191 152753 152623 153479 152485 152919 ] 1223040
Writeback_Ack [151688 151612 151917 150599 151038 151306 151288 151310 ] 1210758 Writeback_Ack [151457 150926 150129 150707 150554 151425 150399 150911 ] 1206508
Writeback_Nack [481 493 486 502 486 483 519 480 ] 3930 Writeback_Nack [560 517 506 548 571 521 554 473 ] 4250
- Transitions - - Transitions -
I Load [99856 100002 99839 99184 99892 99648 99764 99685 ] 797870 I Load [99667 99333 99231 99289 99260 100003 99030 99242 ] 795055
I Ifetch [0 0 0 0 0 0 0 0 ] 0 I Ifetch [0 0 0 0 0 0 0 0 ] 0
I Store [53902 53611 54123 53528 53262 53707 53617 53704 ] 429454 I Store [53923 53675 52964 53468 53367 53480 53459 53681 ] 428017
I Inv [0 0 0 0 0 0 0 0 ] 0 I Inv [0 0 0 0 0 0 0 0 ] 0
I Replacement [1582 1499 1552 1602 1625 1561 1569 1594 ] 12584 I Replacement [1566 1559 1553 1498 1498 1532 1528 1532 ] 12266
II Writeback_Nack [481 493 486 502 486 483 519 480 ] 3930 II Writeback_Nack [560 517 506 548 571 521 554 473 ] 4250
M Load [0 0 0 0 0 0 0 0 ] 0 M Load [0 0 0 0 0 0 0 0 ] 0
M Ifetch [0 0 0 0 0 0 0 0 ] 0 M Ifetch [0 0 0 0 0 0 0 0 ] 0
M Store [0 0 0 0 0 0 0 0 ] 0 M Store [0 0 0 0 0 0 0 0 ] 0
M Fwd_GETX [1582 1499 1552 1602 1625 1561 1569 1594 ] 12584 M Fwd_GETX [1566 1560 1553 1498 1499 1532 1528 1532 ] 12268
M Inv [0 0 0 0 0 0 0 0 ] 0 M Inv [0 0 0 0 0 0 0 0 ] 0
M Replacement [152172 152110 152406 151106 151525 151790 151808 151791 ] 1214708 M Replacement [152020 151445 150638 151255 151125 151947 150957 151387 ] 1210774
MI Fwd_GETX [481 493 486 502 486 483 519 480 ] 3930 MI Fwd_GETX [560 517 506 548 571 521 554 473 ] 4250
MI Inv [0 0 0 0 0 0 0 0 ] 0 MI Inv [0 0 0 0 0 0 0 0 ] 0
MI Writeback_Ack [151688 151612 151917 150599 151038 151306 151288 151310 ] 1210758 MI Writeback_Ack [151457 150926 150129 150707 150554 151425 150399 150911 ] 1206508
MI Writeback_Nack [0 0 0 0 0 0 0 0 ] 0 MI Writeback_Nack [0 0 0 0 0 0 0 0 ] 0
MII Fwd_GETX [0 0 0 0 0 0 0 0 ] 0 MII Fwd_GETX [0 0 0 0 0 0 0 0 ] 0
IS Data [99856 100000 99838 99183 99892 99647 99764 99684 ] 797864 IS Data [99667 99333 99229 99289 99259 100000 99029 99240 ] 795046
IM Data [53900 53611 54123 53528 53261 53706 53616 53704 ] 429449 IM Data [53922 53673 52964 53467 53367 53480 53458 53681 ] 428012
Cache Stats: system.l1_cntrl1.cacheMemory Cache Stats: system.l1_cntrl1.cacheMemory
system.l1_cntrl1.cacheMemory_total_misses: 153355 system.l1_cntrl1.cacheMemory_total_misses: 153483
system.l1_cntrl1.cacheMemory_total_demand_misses: 153355 system.l1_cntrl1.cacheMemory_total_demand_misses: 153483
system.l1_cntrl1.cacheMemory_total_prefetches: 0 system.l1_cntrl1.cacheMemory_total_prefetches: 0
system.l1_cntrl1.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl1.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl1.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl1.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl1.cacheMemory_request_type_LD: 64.9786% system.l1_cntrl1.cacheMemory_request_type_LD: 65.1558%
system.l1_cntrl1.cacheMemory_request_type_ST: 35.0214% system.l1_cntrl1.cacheMemory_request_type_ST: 34.8442%
system.l1_cntrl1.cacheMemory_access_mode_type_Supervisor: 153355 100% system.l1_cntrl1.cacheMemory_access_mode_type_Supervisor: 153483 100%
Cache Stats: system.l1_cntrl2.cacheMemory Cache Stats: system.l1_cntrl2.cacheMemory
system.l1_cntrl2.cacheMemory_total_misses: 153381 system.l1_cntrl2.cacheMemory_total_misses: 152489
system.l1_cntrl2.cacheMemory_total_demand_misses: 153381 system.l1_cntrl2.cacheMemory_total_demand_misses: 152489
system.l1_cntrl2.cacheMemory_total_prefetches: 0 system.l1_cntrl2.cacheMemory_total_prefetches: 0
system.l1_cntrl2.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl2.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl2.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl2.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl2.cacheMemory_request_type_LD: 65.0433% system.l1_cntrl2.cacheMemory_request_type_LD: 64.9424%
system.l1_cntrl2.cacheMemory_request_type_ST: 34.9567% system.l1_cntrl2.cacheMemory_request_type_ST: 35.0576%
system.l1_cntrl2.cacheMemory_access_mode_type_Supervisor: 153381 100% system.l1_cntrl2.cacheMemory_access_mode_type_Supervisor: 152489 100%
Cache Stats: system.l1_cntrl3.cacheMemory Cache Stats: system.l1_cntrl3.cacheMemory
system.l1_cntrl3.cacheMemory_total_misses: 153389 system.l1_cntrl3.cacheMemory_total_misses: 152923
system.l1_cntrl3.cacheMemory_total_demand_misses: 153389 system.l1_cntrl3.cacheMemory_total_demand_misses: 152923
system.l1_cntrl3.cacheMemory_total_prefetches: 0 system.l1_cntrl3.cacheMemory_total_prefetches: 0
system.l1_cntrl3.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl3.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl3.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl3.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl3.cacheMemory_request_type_LD: 64.9884% system.l1_cntrl3.cacheMemory_request_type_LD: 64.8967%
system.l1_cntrl3.cacheMemory_request_type_ST: 35.0116% system.l1_cntrl3.cacheMemory_request_type_ST: 35.1033%
system.l1_cntrl3.cacheMemory_access_mode_type_Supervisor: 153389 100% system.l1_cntrl3.cacheMemory_access_mode_type_Supervisor: 152923 100%
Cache Stats: system.l1_cntrl4.cacheMemory Cache Stats: system.l1_cntrl4.cacheMemory
system.l1_cntrl4.cacheMemory_total_misses: 153758 system.l1_cntrl4.cacheMemory_total_misses: 153590
system.l1_cntrl4.cacheMemory_total_demand_misses: 153758 system.l1_cntrl4.cacheMemory_total_demand_misses: 153590
system.l1_cntrl4.cacheMemory_total_prefetches: 0 system.l1_cntrl4.cacheMemory_total_prefetches: 0
system.l1_cntrl4.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl4.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl4.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl4.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl4.cacheMemory_request_type_LD: 64.9436% system.l1_cntrl4.cacheMemory_request_type_LD: 64.8916%
system.l1_cntrl4.cacheMemory_request_type_ST: 35.0564% system.l1_cntrl4.cacheMemory_request_type_ST: 35.1084%
system.l1_cntrl4.cacheMemory_access_mode_type_Supervisor: 153758 100% system.l1_cntrl4.cacheMemory_access_mode_type_Supervisor: 153590 100%
Cache Stats: system.l1_cntrl5.cacheMemory Cache Stats: system.l1_cntrl5.cacheMemory
system.l1_cntrl5.cacheMemory_total_misses: 153613 system.l1_cntrl5.cacheMemory_total_misses: 153008
system.l1_cntrl5.cacheMemory_total_demand_misses: 153613 system.l1_cntrl5.cacheMemory_total_demand_misses: 153008
system.l1_cntrl5.cacheMemory_total_prefetches: 0 system.l1_cntrl5.cacheMemory_total_prefetches: 0
system.l1_cntrl5.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl5.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl5.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl5.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl5.cacheMemory_request_type_LD: 65.1% system.l1_cntrl5.cacheMemory_request_type_LD: 64.9201%
system.l1_cntrl5.cacheMemory_request_type_ST: 34.9% system.l1_cntrl5.cacheMemory_request_type_ST: 35.0799%
system.l1_cntrl5.cacheMemory_access_mode_type_Supervisor: 153613 100% system.l1_cntrl5.cacheMemory_access_mode_type_Supervisor: 153008 100%
Cache Stats: system.l1_cntrl6.cacheMemory Cache Stats: system.l1_cntrl6.cacheMemory
system.l1_cntrl6.cacheMemory_total_misses: 153962 system.l1_cntrl6.cacheMemory_total_misses: 152195
system.l1_cntrl6.cacheMemory_total_demand_misses: 153962 system.l1_cntrl6.cacheMemory_total_demand_misses: 152195
system.l1_cntrl6.cacheMemory_total_prefetches: 0 system.l1_cntrl6.cacheMemory_total_prefetches: 0
system.l1_cntrl6.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl6.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl6.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl6.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl6.cacheMemory_request_type_LD: 64.8465% system.l1_cntrl6.cacheMemory_request_type_LD: 65.1999%
system.l1_cntrl6.cacheMemory_request_type_ST: 35.1535% system.l1_cntrl6.cacheMemory_request_type_ST: 34.8001%
system.l1_cntrl6.cacheMemory_access_mode_type_Supervisor: 153962 100% system.l1_cntrl6.cacheMemory_access_mode_type_Supervisor: 152195 100%
Cache Stats: system.l1_cntrl7.cacheMemory Cache Stats: system.l1_cntrl7.cacheMemory
system.l1_cntrl7.cacheMemory_total_misses: 152712 system.l1_cntrl7.cacheMemory_total_misses: 152757
system.l1_cntrl7.cacheMemory_total_demand_misses: 152712 system.l1_cntrl7.cacheMemory_total_demand_misses: 152757
system.l1_cntrl7.cacheMemory_total_prefetches: 0 system.l1_cntrl7.cacheMemory_total_prefetches: 0
system.l1_cntrl7.cacheMemory_total_sw_prefetches: 0 system.l1_cntrl7.cacheMemory_total_sw_prefetches: 0
system.l1_cntrl7.cacheMemory_total_hw_prefetches: 0 system.l1_cntrl7.cacheMemory_total_hw_prefetches: 0
system.l1_cntrl7.cacheMemory_request_type_LD: 64.9484% system.l1_cntrl7.cacheMemory_request_type_LD: 64.998%
system.l1_cntrl7.cacheMemory_request_type_ST: 35.0516% system.l1_cntrl7.cacheMemory_request_type_ST: 35.002%
system.l1_cntrl7.cacheMemory_access_mode_type_Supervisor: 152712 100% system.l1_cntrl7.cacheMemory_access_mode_type_Supervisor: 152757 100%
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 2421588 memory_total_requests: 2413075
memory_reads: 1210803 memory_reads: 1206541
memory_writes: 1210758 memory_writes: 1206511
memory_refreshes: 119274 memory_refreshes: 118865
memory_total_request_delays: 190155514 memory_total_request_delays: 187888490
memory_delays_per_request: 78.5251 memory_delays_per_request: 77.8627
memory_delays_in_input_queue: 11307810 memory_delays_in_input_queue: 9814295
memory_delays_behind_head_of_bank_queue: 85310074 memory_delays_behind_head_of_bank_queue: 84866739
memory_delays_stalled_at_head_of_bank_queue: 93537630 memory_delays_stalled_at_head_of_bank_queue: 93207456
memory_stalls_for_bank_busy: 14384463 memory_stalls_for_bank_busy: 14333454
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 24076432 memory_stalls_for_anti_starvation: 23982519
memory_stalls_for_arbitration: 18499124 memory_stalls_for_arbitration: 18429986
memory_stalls_for_bus: 25289267 memory_stalls_for_bus: 25198677
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 9173208 memory_stalls_for_read_write_turnaround: 9154843
memory_stalls_for_read_read_turnaround: 2115136 memory_stalls_for_read_read_turnaround: 2107977
accesses_per_bank: 75973 75871 75584 75990 75871 76208 76264 75323 76082 76056 76271 75892 75688 75751 75586 75406 75587 75216 76023 75699 75573 75534 75382 75564 75891 75161 75298 74700 75598 75166 76030 75350 accesses_per_bank: 75689 75716 75340 75751 75577 76015 75888 75057 75824 75723 75944 75570 75368 75465 75339 75225 75306 74796 75693 75506 75386 75135 75159 75300 75666 74918 75094 74513 75321 74927 75681 75183
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [2497405 ] 2497405 GETX [2508342 ] 2508342
GETS [0 ] 0 GETS [0 ] 0
PUTX [1210778 ] 1210778 PUTX [1206523 ] 1206523
PUTX_NotOwner [3930 ] 3930 PUTX_NotOwner [4250 ] 4250
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
Memory_Data [1210799 ] 1210799 Memory_Data [1206540 ] 1206540
Memory_Ack [1210758 ] 1210758 Memory_Ack [1206508 ] 1206508
- Transitions - - Transitions -
I GETX [1210810 ] 1210810 I GETX [1206552 ] 1206552
I PUTX_NotOwner [0 ] 0 I PUTX_NotOwner [0 ] 0
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
M GETX [16514 ] 16514 M GETX [16518 ] 16518
M PUTX [1210778 ] 1210778 M PUTX [1206523 ] 1206523
M PUTX_NotOwner [3930 ] 3930 M PUTX_NotOwner [4250 ] 4250
M DMA_READ [0 ] 0 M DMA_READ [0 ] 0
M DMA_WRITE [0 ] 0 M DMA_WRITE [0 ] 0
@ -464,21 +464,21 @@ M_DWRI Memory_Ack [0 ] 0
M_DRDI GETX [0 ] 0 M_DRDI GETX [0 ] 0
M_DRDI Memory_Ack [0 ] 0 M_DRDI Memory_Ack [0 ] 0
IM GETX [491344 ] 491344 IM GETX [506832 ] 506832
IM GETS [0 ] 0 IM GETS [0 ] 0
IM PUTX [0 ] 0 IM PUTX [0 ] 0
IM PUTX_NotOwner [0 ] 0 IM PUTX_NotOwner [0 ] 0
IM DMA_READ [0 ] 0 IM DMA_READ [0 ] 0
IM DMA_WRITE [0 ] 0 IM DMA_WRITE [0 ] 0
IM Memory_Data [1210799 ] 1210799 IM Memory_Data [1206540 ] 1206540
MI GETX [778737 ] 778737 MI GETX [778440 ] 778440
MI GETS [0 ] 0 MI GETS [0 ] 0
MI PUTX [0 ] 0 MI PUTX [0 ] 0
MI PUTX_NotOwner [0 ] 0 MI PUTX_NotOwner [0 ] 0
MI DMA_READ [0 ] 0 MI DMA_READ [0 ] 0
MI DMA_WRITE [0 ] 0 MI DMA_WRITE [0 ] 0
MI Memory_Ack [1210758 ] 1210758 MI Memory_Ack [1206508 ] 1206508
ID GETX [0 ] 0 ID GETX [0 ] 0
ID GETS [0 ] 0 ID GETS [0 ] 0

View file

@ -1,74 +1,74 @@
system.cpu5: completed 10000 read accesses @5727250 system.cpu4: completed 10000 read accesses @5683660
system.cpu4: completed 10000 read accesses @5731690 system.cpu7: completed 10000 read accesses @5683710
system.cpu7: completed 10000 read accesses @5735040 system.cpu1: completed 10000 read accesses @5691320
system.cpu3: completed 10000 read accesses @5738300 system.cpu5: completed 10000 read accesses @5745800
system.cpu6: completed 10000 read accesses @5748590 system.cpu3: completed 10000 read accesses @5751690
system.cpu2: completed 10000 read accesses @5761080 system.cpu6: completed 10000 read accesses @5761120
system.cpu0: completed 10000 read accesses @5773280 system.cpu2: completed 10000 read accesses @5828550
system.cpu1: completed 10000 read accesses @5776650 system.cpu0: completed 10000 read accesses @5838130
system.cpu4: completed 20000 read accesses @11398130 system.cpu1: completed 20000 read accesses @11311180
system.cpu1: completed 20000 read accesses @11455110 system.cpu6: completed 20000 read accesses @11405630
system.cpu3: completed 20000 read accesses @11459820 system.cpu4: completed 20000 read accesses @11449760
system.cpu6: completed 20000 read accesses @11463230 system.cpu5: completed 20000 read accesses @11488820
system.cpu0: completed 20000 read accesses @11469310 system.cpu3: completed 20000 read accesses @11489650
system.cpu5: completed 20000 read accesses @11490080 system.cpu7: completed 20000 read accesses @11527530
system.cpu2: completed 20000 read accesses @11498750 system.cpu0: completed 20000 read accesses @11529193
system.cpu7: completed 20000 read accesses @11572610 system.cpu2: completed 20000 read accesses @11597220
system.cpu4: completed 30000 read accesses @17076120 system.cpu1: completed 30000 read accesses @16992900
system.cpu1: completed 30000 read accesses @17150670 system.cpu4: completed 30000 read accesses @17157120
system.cpu5: completed 30000 read accesses @17204690 system.cpu6: completed 30000 read accesses @17206370
system.cpu3: completed 30000 read accesses @17209580 system.cpu3: completed 30000 read accesses @17220530
system.cpu0: completed 30000 read accesses @17264545 system.cpu0: completed 30000 read accesses @17277600
system.cpu6: completed 30000 read accesses @17274220 system.cpu7: completed 30000 read accesses @17288420
system.cpu2: completed 30000 read accesses @17284860 system.cpu5: completed 30000 read accesses @17324790
system.cpu7: completed 30000 read accesses @17343350 system.cpu2: completed 30000 read accesses @17389220
system.cpu4: completed 40000 read accesses @22747010 system.cpu1: completed 40000 read accesses @22683330
system.cpu1: completed 40000 read accesses @22900920 system.cpu4: completed 40000 read accesses @22835960
system.cpu5: completed 40000 read accesses @22928450 system.cpu6: completed 40000 read accesses @22956140
system.cpu3: completed 40000 read accesses @22962360 system.cpu3: completed 40000 read accesses @22965670
system.cpu0: completed 40000 read accesses @22981310 system.cpu0: completed 40000 read accesses @22985540
system.cpu6: completed 40000 read accesses @23018750 system.cpu5: completed 40000 read accesses @23049380
system.cpu2: completed 40000 read accesses @23061180 system.cpu7: completed 40000 read accesses @23069390
system.cpu7: completed 40000 read accesses @23154824 system.cpu2: completed 40000 read accesses @23189760
system.cpu4: completed 50000 read accesses @28547090 system.cpu1: completed 50000 read accesses @28383830
system.cpu5: completed 50000 read accesses @28620310 system.cpu4: completed 50000 read accesses @28617440
system.cpu1: completed 50000 read accesses @28677730 system.cpu6: completed 50000 read accesses @28641120
system.cpu3: completed 50000 read accesses @28690730 system.cpu3: completed 50000 read accesses @28738160
system.cpu6: completed 50000 read accesses @28729220 system.cpu5: completed 50000 read accesses @28790240
system.cpu0: completed 50000 read accesses @28766380 system.cpu7: completed 50000 read accesses @28796110
system.cpu2: completed 50000 read accesses @28834360 system.cpu0: completed 50000 read accesses @28854800
system.cpu7: completed 50000 read accesses @28946860 system.cpu2: completed 50000 read accesses @28994250
system.cpu4: completed 60000 read accesses @34313400 system.cpu1: completed 60000 read accesses @34178800
system.cpu5: completed 60000 read accesses @34314670 system.cpu4: completed 60000 read accesses @34307510
system.cpu3: completed 60000 read accesses @34419440 system.cpu6: completed 60000 read accesses @34354660
system.cpu1: completed 60000 read accesses @34450630 system.cpu5: completed 60000 read accesses @34404120
system.cpu6: completed 60000 read accesses @34477780 system.cpu7: completed 60000 read accesses @34468920
system.cpu0: completed 60000 read accesses @34500340 system.cpu3: completed 60000 read accesses @34534480
system.cpu2: completed 60000 read accesses @34535810 system.cpu0: completed 60000 read accesses @34647430
system.cpu7: completed 60000 read accesses @34657810 system.cpu2: completed 60000 read accesses @34808950
system.cpu5: completed 70000 read accesses @40003670 system.cpu1: completed 70000 read accesses @39835450
system.cpu4: completed 70000 read accesses @40058990 system.cpu6: completed 70000 read accesses @40091860
system.cpu3: completed 70000 read accesses @40162430 system.cpu4: completed 70000 read accesses @40108570
system.cpu0: completed 70000 read accesses @40197610 system.cpu5: completed 70000 read accesses @40159100
system.cpu6: completed 70000 read accesses @40218844 system.cpu7: completed 70000 read accesses @40174450
system.cpu1: completed 70000 read accesses @40223070 system.cpu3: completed 70000 read accesses @40308900
system.cpu2: completed 70000 read accesses @40246640 system.cpu0: completed 70000 read accesses @40394470
system.cpu7: completed 70000 read accesses @40416250 system.cpu2: completed 70000 read accesses @40489680
system.cpu5: completed 80000 read accesses @45745700 system.cpu1: completed 80000 read accesses @45574100
system.cpu4: completed 80000 read accesses @45764460 system.cpu6: completed 80000 read accesses @45804710
system.cpu3: completed 80000 read accesses @45881080 system.cpu4: completed 80000 read accesses @45815380
system.cpu0: completed 80000 read accesses @45887290 system.cpu5: completed 80000 read accesses @45862480
system.cpu2: completed 80000 read accesses @45902430 system.cpu7: completed 80000 read accesses @45880300
system.cpu6: completed 80000 read accesses @45914170 system.cpu0: completed 80000 read accesses @46057510
system.cpu1: completed 80000 read accesses @46020320 system.cpu3: completed 80000 read accesses @46060070
system.cpu7: completed 80000 read accesses @46126230 system.cpu2: completed 80000 read accesses @46220540
system.cpu5: completed 90000 read accesses @51539850 system.cpu1: completed 90000 read accesses @51333500
system.cpu6: completed 90000 read accesses @51572100 system.cpu4: completed 90000 read accesses @51527340
system.cpu4: completed 90000 read accesses @51579370 system.cpu5: completed 90000 read accesses @51667650
system.cpu0: completed 90000 read accesses @51603670 system.cpu6: completed 90000 read accesses @51677700
system.cpu3: completed 90000 read accesses @51633670 system.cpu7: completed 90000 read accesses @51707310
system.cpu2: completed 90000 read accesses @51656890 system.cpu0: completed 90000 read accesses @51764430
system.cpu1: completed 90000 read accesses @51768690 system.cpu3: completed 90000 read accesses @51767300
system.cpu7: completed 90000 read accesses @51933040 system.cpu2: completed 90000 read accesses @51910430
system.cpu5: completed 100000 read accesses @57251340 system.cpu1: completed 100000 read accesses @57055090
hack: be nice to actually delete the event here hack: be nice to actually delete the event here

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 11:52:53 M5 compiled Apr 28 2011 14:26:41
M5 started Apr 19 2011 11:58:35 M5 started Apr 28 2011 14:28:41
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE/m5.opt -d build/ALPHA_SE/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby -re tests/run.py build/ALPHA_SE/tests/opt/quick/50.memtest/alpha/linux/memtest-ruby
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 57251340 because maximum number of loads reached Exiting @ tick 57055090 because maximum number of loads reached

View file

@ -1,34 +1,34 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 343796 # Number of bytes of host memory used host_mem_usage 357724 # Number of bytes of host memory used
host_seconds 47.85 # Real time elapsed on the host host_seconds 118.40 # Real time elapsed on the host
host_tick_rate 1196434 # Simulator tick rate (ticks/s) host_tick_rate 481891 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.057251 # Number of seconds simulated sim_seconds 0.057055 # Number of seconds simulated
sim_ticks 57251340 # Number of ticks simulated sim_ticks 57055090 # Number of ticks simulated
system.cpu0.num_copies 0 # number of copy accesses completed system.cpu0.num_copies 0 # number of copy accesses completed
system.cpu0.num_reads 99892 # number of read accesses completed system.cpu0.num_reads 99259 # number of read accesses completed
system.cpu0.num_writes 53261 # number of write accesses completed system.cpu0.num_writes 53367 # number of write accesses completed
system.cpu1.num_copies 0 # number of copy accesses completed system.cpu1.num_copies 0 # number of copy accesses completed
system.cpu1.num_reads 99647 # number of read accesses completed system.cpu1.num_reads 100000 # number of read accesses completed
system.cpu1.num_writes 53706 # number of write accesses completed system.cpu1.num_writes 53480 # number of write accesses completed
system.cpu2.num_copies 0 # number of copy accesses completed system.cpu2.num_copies 0 # number of copy accesses completed
system.cpu2.num_reads 99764 # number of read accesses completed system.cpu2.num_reads 99029 # number of read accesses completed
system.cpu2.num_writes 53616 # number of write accesses completed system.cpu2.num_writes 53458 # number of write accesses completed
system.cpu3.num_copies 0 # number of copy accesses completed system.cpu3.num_copies 0 # number of copy accesses completed
system.cpu3.num_reads 99684 # number of read accesses completed system.cpu3.num_reads 99240 # number of read accesses completed
system.cpu3.num_writes 53704 # number of write accesses completed system.cpu3.num_writes 53681 # number of write accesses completed
system.cpu4.num_copies 0 # number of copy accesses completed system.cpu4.num_copies 0 # number of copy accesses completed
system.cpu4.num_reads 99856 # number of read accesses completed system.cpu4.num_reads 99667 # number of read accesses completed
system.cpu4.num_writes 53900 # number of write accesses completed system.cpu4.num_writes 53922 # number of write accesses completed
system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_copies 0 # number of copy accesses completed
system.cpu5.num_reads 100000 # number of read accesses completed system.cpu5.num_reads 99333 # number of read accesses completed
system.cpu5.num_writes 53611 # number of write accesses completed system.cpu5.num_writes 53673 # number of write accesses completed
system.cpu6.num_copies 0 # number of copy accesses completed system.cpu6.num_copies 0 # number of copy accesses completed
system.cpu6.num_reads 99838 # number of read accesses completed system.cpu6.num_reads 99229 # number of read accesses completed
system.cpu6.num_writes 54123 # number of write accesses completed system.cpu6.num_writes 52964 # number of write accesses completed
system.cpu7.num_copies 0 # number of copy accesses completed system.cpu7.num_copies 0 # number of copy accesses completed
system.cpu7.num_reads 99183 # number of read accesses completed system.cpu7.num_reads 99289 # number of read accesses completed
system.cpu7.num_writes 53528 # number of write accesses completed system.cpu7.num_writes 53467 # number of write accesses completed
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -22,6 +22,7 @@ work_item_id=-1
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -66,6 +67,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l1_request_latency=2 l1_request_latency=2
l1_response_latency=2 l1_response_latency=2
l2_select_num_bits=0 l2_select_num_bits=0
@ -97,6 +99,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
l2_request_latency=2 l2_request_latency=2
l2_response_latency=2 l2_response_latency=2
number_of_TBEs=256 number_of_TBEs=256
@ -157,68 +160,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,29 +34,29 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:12:40 Real time: Apr/28/2011 14:32:57
Profiler Stats Profiler Stats
-------------- --------------
Elapsed_time_in_seconds: 0 Elapsed_time_in_seconds: 1
Elapsed_time_in_minutes: 0 Elapsed_time_in_minutes: 0.0166667
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0.000277778
Elapsed_time_in_days: 0 Elapsed_time_in_days: 1.15741e-05
Virtual_time_in_seconds: 0.36 Virtual_time_in_seconds: 1.07
Virtual_time_in_minutes: 0.006 Virtual_time_in_minutes: 0.0178333
Virtual_time_in_hours: 0.0001 Virtual_time_in_hours: 0.000297222
Virtual_time_in_days: 4.16667e-06 Virtual_time_in_days: 1.23843e-05
Ruby_current_time: 352261 Ruby_current_time: 363611
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 352261 Ruby_cycles: 363611
mbytes_resident: 35.7031 mbytes_resident: 36.0352
mbytes_total: 206.043 mbytes_total: 219.727
resident_ratio: 0.173299 resident_ratio: 0.164053
ruby_cycles_executed: [ 352262 ] ruby_cycles_executed: [ 363612 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -66,15 +66,15 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
sequencer_requests_outstanding: [binsize: 1 max: 16 count: 986 average: 15.8337 | standard deviation: 1.12966 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 45 927 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1005 average: 15.8269 | standard deviation: 1.12204 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 55 936 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 256 max: 33636 count: 971 average: 5617.58 | standard deviation: 7479.54 | 86 25 67 61 60 60 59 49 37 31 22 33 21 30 13 6 17 12 14 11 11 7 4 2 6 3 6 6 4 2 3 2 4 4 1 1 2 1 0 1 0 1 2 1 0 1 1 0 2 5 0 3 0 1 0 3 2 5 3 5 2 2 4 3 6 4 3 3 2 4 2 4 3 4 5 7 1 2 5 5 5 4 0 3 2 8 5 5 2 7 2 2 4 1 2 1 0 2 3 2 2 1 0 0 3 2 2 2 0 1 0 0 0 0 1 0 1 0 0 0 0 2 0 1 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency: [binsize: 256 max: 45325 count: 990 average: 5734.15 | standard deviation: 8337.32 | 76 21 69 108 63 78 75 44 25 38 32 18 17 15 12 7 10 11 13 11 7 5 7 8 2 2 3 1 3 1 4 4 4 1 1 1 4 0 1 1 1 0 1 1 1 0 2 0 2 1 3 1 1 4 3 1 2 1 3 0 2 3 2 4 5 2 5 1 3 1 1 1 0 3 4 2 3 5 2 2 3 4 6 2 5 7 8 2 5 6 4 2 0 3 4 3 4 3 0 0 4 2 2 1 0 1 2 0 2 0 1 2 0 2 1 1 1 1 1 0 0 1 0 0 0 0 1 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 1 1 1 1 1 0 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 ]
miss_latency_LD: [binsize: 256 max: 26910 count: 54 average: 5436.72 | standard deviation: 7279.79 | 4 1 3 3 5 5 2 1 3 1 2 5 1 2 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 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 ] miss_latency_LD: [binsize: 256 max: 45325 count: 45 average: 7821.33 | standard deviation: 10900.5 | 7 0 1 6 1 1 4 1 2 4 0 2 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 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 1 ]
miss_latency_ST: [binsize: 256 max: 33636 count: 871 average: 5875.94 | standard deviation: 7609.86 | 82 18 51 47 46 53 53 48 33 30 20 28 20 28 12 5 16 12 14 11 11 6 4 2 6 3 5 6 4 2 3 2 4 4 1 1 2 1 0 1 0 1 1 1 0 1 1 0 2 5 0 3 0 1 0 3 2 5 2 5 1 1 4 3 6 3 3 3 2 3 2 4 3 3 5 7 1 2 5 5 5 4 0 3 2 8 5 5 1 7 1 2 4 1 1 1 0 2 3 2 2 1 0 0 3 1 2 2 0 1 0 0 0 0 1 0 1 0 0 0 0 2 0 1 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 256 max: 43192 count: 890 average: 5921.87 | standard deviation: 8354.16 | 69 16 57 85 53 68 69 41 23 34 32 16 16 15 12 7 10 10 13 11 7 5 7 8 2 2 3 1 3 0 4 4 3 1 1 1 4 0 1 1 1 0 1 1 1 0 2 0 2 1 3 1 1 4 3 1 2 1 3 0 2 3 2 3 5 0 5 1 3 1 1 1 0 3 4 2 3 5 2 2 3 4 6 2 5 5 7 2 5 6 3 2 0 3 3 2 4 3 0 0 4 2 2 1 0 1 2 0 2 0 1 1 0 2 1 0 1 1 1 0 0 1 0 0 0 0 1 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 1 1 1 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH: [binsize: 16 max: 2135 count: 46 average: 937.935 | standard deviation: 408.53 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 2 0 0 0 0 1 1 1 0 0 2 0 1 0 0 1 0 0 0 3 3 1 0 0 0 0 2 1 1 1 0 0 2 0 0 3 0 1 2 0 0 0 0 0 0 1 2 1 0 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_IFETCH: [binsize: 16 max: 1980 count: 55 average: 988.782 | standard deviation: 366.735 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 2 0 0 0 1 1 2 3 0 0 3 0 3 3 0 2 1 1 2 0 1 0 1 0 0 0 1 1 0 0 1 0 0 3 0 0 0 2 1 0 1 1 1 1 1 0 1 0 3 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 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_NULL: [binsize: 256 max: 33636 count: 971 average: 5617.58 | standard deviation: 7479.54 | 86 25 67 61 60 60 59 49 37 31 22 33 21 30 13 6 17 12 14 11 11 7 4 2 6 3 6 6 4 2 3 2 4 4 1 1 2 1 0 1 0 1 2 1 0 1 1 0 2 5 0 3 0 1 0 3 2 5 3 5 2 2 4 3 6 4 3 3 2 4 2 4 3 4 5 7 1 2 5 5 5 4 0 3 2 8 5 5 2 7 2 2 4 1 2 1 0 2 3 2 2 1 0 0 3 2 2 2 0 1 0 0 0 0 1 0 1 0 0 0 0 2 0 1 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_NULL: [binsize: 256 max: 45325 count: 990 average: 5734.15 | standard deviation: 8337.32 | 76 21 69 108 63 78 75 44 25 38 32 18 17 15 12 7 10 11 13 11 7 5 7 8 2 2 3 1 3 1 4 4 4 1 1 1 4 0 1 1 1 0 1 1 1 0 2 0 2 1 3 1 1 4 3 1 2 1 3 0 2 3 2 4 5 2 5 1 3 1 1 1 0 3 4 2 3 5 2 2 3 4 6 2 5 7 8 2 5 6 4 2 0 3 4 3 4 3 0 0 4 2 2 1 0 1 2 0 2 0 1 2 0 2 1 1 1 1 1 0 0 1 0 0 0 0 1 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 1 1 1 1 1 0 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 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 256 max: 26910 count: 54 average: 5436.72 | standard deviation: 7279.79 | 4 1 3 3 5 5 2 1 3 1 2 5 1 2 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 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 ] miss_latency_LD_NULL: [binsize: 256 max: 45325 count: 45 average: 7821.33 | standard deviation: 10900.5 | 7 0 1 6 1 1 4 1 2 4 0 2 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 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 1 ]
miss_latency_ST_NULL: [binsize: 256 max: 33636 count: 871 average: 5875.94 | standard deviation: 7609.86 | 82 18 51 47 46 53 53 48 33 30 20 28 20 28 12 5 16 12 14 11 11 6 4 2 6 3 5 6 4 2 3 2 4 4 1 1 2 1 0 1 0 1 1 1 0 1 1 0 2 5 0 3 0 1 0 3 2 5 2 5 1 1 4 3 6 3 3 3 2 3 2 4 3 3 5 7 1 2 5 5 5 4 0 3 2 8 5 5 1 7 1 2 4 1 1 1 0 2 3 2 2 1 0 0 3 1 2 2 0 1 0 0 0 0 1 0 1 0 0 0 0 2 0 1 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST_NULL: [binsize: 256 max: 43192 count: 890 average: 5921.87 | standard deviation: 8354.16 | 69 16 57 85 53 68 69 41 23 34 32 16 16 15 12 7 10 10 13 11 7 5 7 8 2 2 3 1 3 0 4 4 3 1 1 1 4 0 1 1 1 0 1 1 1 0 2 0 2 1 3 1 1 4 3 1 2 1 3 0 2 3 2 3 5 0 5 1 3 1 1 1 0 3 4 2 3 5 2 2 3 4 6 2 5 5 7 2 5 6 3 2 0 3 3 2 4 3 0 0 4 2 2 1 0 1 2 0 2 0 1 1 0 2 1 0 1 1 1 0 0 1 0 0 0 0 1 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 1 1 1 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH_NULL: [binsize: 16 max: 2135 count: 46 average: 937.935 | standard deviation: 408.53 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 2 0 0 0 0 1 1 1 0 0 2 0 1 0 0 1 0 0 0 3 3 1 0 0 0 0 2 1 1 1 0 0 2 0 0 3 0 1 2 0 0 0 0 0 0 1 2 1 0 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_IFETCH_NULL: [binsize: 16 max: 1980 count: 55 average: 988.782 | standard deviation: 366.735 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 2 0 0 0 1 1 2 3 0 0 3 0 3 3 0 2 1 1 2 0 1 0 1 0 0 0 1 1 0 0 1 0 0 3 0 0 0 2 1 0 1 1 1 1 1 0 1 0 3 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 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -101,12 +101,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
Message Delayed Cycles Message Delayed Cycles
---------------------- ----------------------
Total_delay_cycles: [binsize: 64 max: 2190 count: 6931 average: 40.0967 | standard deviation: 160.683 | 6308 139 36 64 26 28 59 37 45 37 29 33 14 29 9 11 5 2 4 1 1 4 1 2 1 1 2 0 1 0 0 0 1 0 1 0 0 0 0 0 0 ] Total_delay_cycles: [binsize: 64 max: 1871 count: 7077 average: 36.6084 | standard deviation: 151.734 | 6477 143 39 71 25 30 49 30 38 33 27 37 15 21 8 10 2 3 2 2 2 3 1 0 4 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 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 4457 average: 0 | standard deviation: 0 | 4457 ] Total_nonPF_delay_cycles: [binsize: 1 max: 10 count: 4540 average: 0.27511 | standard deviation: 0.967186 | 4062 142 118 124 37 26 11 11 5 2 2 ]
virtual_network_0_delay_cycles: [binsize: 64 max: 2190 count: 2474 average: 112.332 | standard deviation: 253.445 | 1851 139 36 64 26 28 59 37 45 37 29 33 14 29 9 11 5 2 4 1 1 4 1 2 1 1 2 0 1 0 0 0 1 0 1 0 0 0 0 0 0 ] virtual_network_0_delay_cycles: [binsize: 64 max: 1871 count: 2537 average: 101.628 | standard deviation: 240.096 | 1937 143 39 71 25 30 49 30 38 33 27 37 15 21 8 10 2 3 2 2 2 3 1 0 4 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 ]
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 569 average: 0 | standard deviation: 0 | 569 ] virtual_network_2_delay_cycles: [binsize: 1 max: 8 count: 551 average: 0.136116 | standard deviation: 0.766337 | 529 4 3 6 4 2 1 1 1 ]
virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 3888 average: 0 | standard deviation: 0 | 3888 ] virtual_network_3_delay_cycles: [binsize: 1 max: 10 count: 3989 average: 0.294309 | standard deviation: 0.990299 | 3533 138 115 118 33 24 10 10 4 2 2 ]
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -119,83 +119,83 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9430 page_reclaims: 10465
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 48 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Control: 5232 41856 total_msg_count_Control: 5404 43232
total_msg_count_Request_Control: 1707 13656 total_msg_count_Request_Control: 1653 13224
total_msg_count_Response_Data: 7498 539856 total_msg_count_Response_Data: 7779 560088
total_msg_count_Response_Control: 7664 61312 total_msg_count_Response_Control: 7929 63432
total_msg_count_Writeback_Data: 3668 264096 total_msg_count_Writeback_Data: 3666 263952
total_msg_count_Writeback_Control: 126 1008 total_msg_count_Writeback_Control: 93 744
total_msgs: 25895 total_bytes: 921784 total_msgs: 26524 total_bytes: 944672
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.107585 links_utilized_percent_switch_0: 1.54279
links_utilized_percent_switch_0_link_0: 0.0330614 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 1.3161 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.182109 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.76947 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Request_Control: 569 4552 [ 569 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 551 4408 [ 551 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 890 64080 [ 0 890 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 918 66096 [ 0 918 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Control: 738 5904 [ 0 738 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Control: 758 6064 [ 0 758 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Control: 893 7144 [ 893 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Control: 919 7352 [ 919 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Response_Control: 888 7104 [ 0 44 844 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Control: 919 7352 [ 0 57 862 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 1223 88056 [ 698 525 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Data: 1222 87984 [ 728 494 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 42 336 [ 42 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Control: 32 256 [ 32 0 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.15911 links_utilized_percent_switch_1: 2.70619
links_utilized_percent_switch_1_link_0: 0.0756009 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.98272 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.242618 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 2.42966 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Control: 893 7144 [ 893 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Control: 918 7344 [ 918 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 849 61128 [ 0 849 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 883 63576 [ 0 883 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Control: 1731 13848 [ 0 887 844 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Control: 1798 14384 [ 0 936 862 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 1222 87984 [ 698 524 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 1222 87984 [ 728 494 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 42 336 [ 42 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 30 240 [ 30 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Control: 851 6808 [ 851 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Control: 883 7064 [ 883 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 569 4552 [ 569 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 551 4408 [ 551 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 1650 118800 [ 0 1650 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Data: 1710 123120 [ 0 1710 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Control: 823 6584 [ 0 823 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Control: 845 6760 [ 0 845 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.0740786 links_utilized_percent_switch_2: 1.16361
links_utilized_percent_switch_2_link_0: 0.0275932 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.11355 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.120564 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.21366 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Control: 851 6808 [ 851 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Control: 883 7064 [ 883 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 760 54720 [ 0 760 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 792 57024 [ 0 792 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Response_Control: 85 680 [ 0 85 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: 850 61200 [ 0 850 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 883 63576 [ 0 883 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Control: 844 6752 [ 0 844 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Control: 879 7032 [ 0 879 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.181721 links_utilized_percent_switch_3: 1.80417
links_utilized_percent_switch_3_link_0: 0.132246 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 1.3161 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.302546 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 2.98286 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.110373 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 1.11355 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Request_Control: 569 4552 [ 569 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 551 4408 [ 551 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 890 64080 [ 0 890 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 918 66096 [ 0 918 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Control: 738 5904 [ 0 738 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Control: 758 6064 [ 0 758 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Control: 893 7144 [ 893 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Control: 918 7344 [ 918 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Data: 849 61128 [ 0 849 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Data: 883 63576 [ 0 883 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Control: 1732 13856 [ 0 888 844 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Control: 1798 14384 [ 0 936 862 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 1223 88056 [ 698 525 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Data: 1222 87984 [ 728 494 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Control: 42 336 [ 42 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Control: 31 248 [ 31 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Control: 851 6808 [ 851 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Control: 883 7064 [ 883 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Response_Data: 760 54720 [ 0 760 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Response_Data: 792 57024 [ 0 792 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Response_Control: 85 680 [ 0 85 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
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 0 system.l1_cntrl0.L1IcacheMemory_total_misses: 0
@ -215,55 +215,55 @@ Cache Stats: system.l1_cntrl0.L1DcacheMemory
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [57 ] 57 Load [45 ] 45
Ifetch [361 ] 361 Ifetch [147 ] 147
Store [873 ] 873 Store [894 ] 894
Inv [569 ] 569 Inv [551 ] 551
L1_Replacement [496874 ] 496874 L1_Replacement [512283 ] 512283
Fwd_GETX [0 ] 0 Fwd_GETX [0 ] 0
Fwd_GETS [0 ] 0 Fwd_GETS [0 ] 0
Fwd_GET_INSTR [0 ] 0 Fwd_GET_INSTR [0 ] 0
Data [0 ] 0 Data [0 ] 0
Data_Exclusive [50 ] 50 Data_Exclusive [38 ] 38
DataS_fromL1 [0 ] 0 DataS_fromL1 [0 ] 0
Data_all_Acks [840 ] 840 Data_all_Acks [880 ] 880
Ack [0 ] 0 Ack [0 ] 0
Ack_all [0 ] 0 Ack_all [0 ] 0
WB_Ack [738 ] 738 WB_Ack [758 ] 758
- Transitions - - Transitions -
NP Load [52 ] 52 NP Load [39 ] 39
NP Ifetch [46 ] 46 NP Ifetch [55 ] 55
NP Store [794 ] 794 NP Store [826 ] 826
NP Inv [0 ] 0 NP Inv [3 ] 3
NP L1_Replacement [0 ] 0 NP L1_Replacement [0 ] 0
I Load [0 ] 0 I Load [0 ] 0
I Ifetch [1 ] 1 I Ifetch [0 ] 0
I Store [0 ] 0 I Store [0 ] 0
I Inv [0 ] 0 I Inv [0 ] 0
I L1_Replacement [138 ] 138 I L1_Replacement [147 ] 147
S Load [0 ] 0 S Load [0 ] 0
S Ifetch [0 ] 0 S Ifetch [0 ] 0
S Store [0 ] 0 S Store [0 ] 0
S Inv [27 ] 27 S Inv [29 ] 29
S L1_Replacement [9 ] 9 S L1_Replacement [8 ] 8
E Load [0 ] 0 E Load [0 ] 0
E Ifetch [0 ] 0 E Ifetch [0 ] 0
E Store [0 ] 0 E Store [0 ] 0
E Inv [7 ] 7 E Inv [6 ] 6
E L1_Replacement [43 ] 43 E L1_Replacement [32 ] 32
E Fwd_GETX [0 ] 0 E Fwd_GETX [0 ] 0
E Fwd_GETS [0 ] 0 E Fwd_GETS [0 ] 0
E Fwd_GET_INSTR [0 ] 0 E Fwd_GET_INSTR [0 ] 0
M Load [4 ] 4 M Load [6 ] 6
M Ifetch [0 ] 0 M Ifetch [0 ] 0
M Store [77 ] 77 M Store [66 ] 66
M Inv [96 ] 96 M Inv [95 ] 95
M L1_Replacement [697 ] 697 M L1_Replacement [728 ] 728
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_GET_INSTR [0 ] 0 M Fwd_GET_INSTR [0 ] 0
@ -271,19 +271,19 @@ M Fwd_GET_INSTR [0 ] 0
IS Load [0 ] 0 IS Load [0 ] 0
IS Ifetch [0 ] 0 IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS Inv [10 ] 10 IS Inv [19 ] 19
IS L1_Replacement [27672 ] 27672 IS L1_Replacement [23106 ] 23106
IS Data_Exclusive [50 ] 50 IS Data_Exclusive [38 ] 38
IS DataS_fromL1 [0 ] 0 IS DataS_fromL1 [0 ] 0
IS Data_all_Acks [36 ] 36 IS Data_all_Acks [37 ] 37
IM Load [0 ] 0 IM Load [0 ] 0
IM Ifetch [0 ] 0 IM Ifetch [0 ] 0
IM Store [0 ] 0 IM Store [0 ] 0
IM Inv [0 ] 0 IM Inv [0 ] 0
IM L1_Replacement [468305 ] 468305 IM L1_Replacement [488262 ] 488262
IM Data [0 ] 0 IM Data [0 ] 0
IM Data_all_Acks [794 ] 794 IM Data_all_Acks [824 ] 824
IM Ack [0 ] 0 IM Ack [0 ] 0
SM Load [0 ] 0 SM Load [0 ] 0
@ -298,32 +298,32 @@ IS_I Load [0 ] 0
IS_I Ifetch [0 ] 0 IS_I Ifetch [0 ] 0
IS_I Store [0 ] 0 IS_I Store [0 ] 0
IS_I Inv [0 ] 0 IS_I Inv [0 ] 0
IS_I L1_Replacement [10 ] 10 IS_I L1_Replacement [0 ] 0
IS_I Data_Exclusive [0 ] 0 IS_I Data_Exclusive [0 ] 0
IS_I DataS_fromL1 [0 ] 0 IS_I DataS_fromL1 [0 ] 0
IS_I Data_all_Acks [10 ] 10 IS_I Data_all_Acks [19 ] 19
M_I Load [0 ] 0 M_I Load [0 ] 0
M_I Ifetch [314 ] 314 M_I Ifetch [92 ] 92
M_I Store [0 ] 0 M_I Store [1 ] 1
M_I Inv [429 ] 429 M_I Inv [399 ] 399
M_I L1_Replacement [0 ] 0 M_I L1_Replacement [0 ] 0
M_I Fwd_GETX [0 ] 0 M_I Fwd_GETX [0 ] 0
M_I Fwd_GETS [0 ] 0 M_I Fwd_GETS [0 ] 0
M_I Fwd_GET_INSTR [0 ] 0 M_I Fwd_GET_INSTR [0 ] 0
M_I WB_Ack [311 ] 311 M_I WB_Ack [359 ] 359
E_I Load [0 ] 0 E_I Load [0 ] 0
E_I Ifetch [0 ] 0 E_I Ifetch [0 ] 0
E_I Store [0 ] 0 E_I Store [0 ] 0
E_I L1_Replacement [0 ] 0 E_I L1_Replacement [0 ] 0
SINK_WB_ACK Load [1 ] 1 SINK_WB_ACK Load [0 ] 0
SINK_WB_ACK Ifetch [0 ] 0 SINK_WB_ACK Ifetch [0 ] 0
SINK_WB_ACK Store [2 ] 2 SINK_WB_ACK Store [1 ] 1
SINK_WB_ACK Inv [0 ] 0 SINK_WB_ACK Inv [0 ] 0
SINK_WB_ACK L1_Replacement [0 ] 0 SINK_WB_ACK L1_Replacement [0 ] 0
SINK_WB_ACK WB_Ack [427 ] 427 SINK_WB_ACK WB_Ack [399 ] 399
Cache Stats: system.l2_cntrl0.L2cacheMemory Cache Stats: system.l2_cntrl0.L2cacheMemory
system.l2_cntrl0.L2cacheMemory_total_misses: 0 system.l2_cntrl0.L2cacheMemory_total_misses: 0
@ -335,70 +335,70 @@ Cache Stats: system.l2_cntrl0.L2cacheMemory
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GET_INSTR [47 ] 47 L1_GET_INSTR [55 ] 55
L1_GETS [51 ] 51 L1_GETS [39 ] 39
L1_GETX [817 ] 817 L1_GETX [824 ] 824
L1_UPGRADE [0 ] 0 L1_UPGRADE [0 ] 0
L1_PUTX [393 ] 393 L1_PUTX [383 ] 383
L1_PUTX_old [3893 ] 3893 L1_PUTX_old [3508 ] 3508
Fwd_L1_GETX [0 ] 0 Fwd_L1_GETX [0 ] 0
Fwd_L1_GETS [0 ] 0 Fwd_L1_GETS [0 ] 0
Fwd_L1_GET_INSTR [0 ] 0 Fwd_L1_GET_INSTR [0 ] 0
L2_Replacement [266 ] 266 L2_Replacement [314 ] 314
L2_Replacement_clean [24885 ] 24885 L2_Replacement_clean [23024 ] 23024
Mem_Data [849 ] 849 Mem_Data [883 ] 883
Mem_Ack [844 ] 844 Mem_Ack [879 ] 879
WB_Data [494 ] 494 WB_Data [478 ] 478
WB_Data_clean [30 ] 30 WB_Data_clean [16 ] 16
Ack [0 ] 0 Ack [0 ] 0
Ack_all [43 ] 43 Ack_all [57 ] 57
Unblock [0 ] 0 Unblock [0 ] 0
Unblock_Cancel [0 ] 0 Unblock_Cancel [0 ] 0
Exclusive_Unblock [844 ] 844 Exclusive_Unblock [861 ] 861
MEM_Inv [0 ] 0 MEM_Inv [0 ] 0
- Transitions - - Transitions -
NP L1_GET_INSTR [38 ] 38 NP L1_GET_INSTR [51 ] 51
NP L1_GETS [50 ] 50 NP L1_GETS [38 ] 38
NP L1_GETX [763 ] 763 NP L1_GETX [794 ] 794
NP L1_PUTX [0 ] 0 NP L1_PUTX [0 ] 0
NP L1_PUTX_old [167 ] 167 NP L1_PUTX_old [146 ] 146
SS L1_GET_INSTR [0 ] 0 SS L1_GET_INSTR [1 ] 1
SS L1_GETS [0 ] 0 SS L1_GETS [1 ] 1
SS L1_GETX [9 ] 9 SS L1_GETX [3 ] 3
SS L1_UPGRADE [0 ] 0 SS L1_UPGRADE [0 ] 0
SS L1_PUTX [0 ] 0 SS L1_PUTX [0 ] 0
SS L1_PUTX_old [0 ] 0 SS L1_PUTX_old [0 ] 0
SS L2_Replacement [0 ] 0 SS L2_Replacement [0 ] 0
SS L2_Replacement_clean [37 ] 37 SS L2_Replacement_clean [51 ] 51
SS MEM_Inv [0 ] 0 SS MEM_Inv [0 ] 0
M L1_GET_INSTR [9 ] 9 M L1_GET_INSTR [3 ] 3
M L1_GETS [1 ] 1 M L1_GETS [0 ] 0
M L1_GETX [22 ] 22 M L1_GETX [27 ] 27
M L1_PUTX [0 ] 0 M L1_PUTX [0 ] 0
M L1_PUTX_old [0 ] 0 M L1_PUTX_old [0 ] 0
M L2_Replacement [266 ] 266 M L2_Replacement [314 ] 314
M L2_Replacement_clean [12 ] 12 M L2_Replacement_clean [14 ] 14
M MEM_Inv [0 ] 0 M MEM_Inv [0 ] 0
MT L1_GET_INSTR [0 ] 0 MT L1_GET_INSTR [0 ] 0
MT L1_GETS [0 ] 0 MT L1_GETS [0 ] 0
MT L1_GETX [0 ] 0 MT L1_GETX [0 ] 0
MT L1_PUTX [311 ] 311 MT L1_PUTX [359 ] 359
MT L1_PUTX_old [0 ] 0 MT L1_PUTX_old [0 ] 0
MT L2_Replacement [0 ] 0 MT L2_Replacement [0 ] 0
MT L2_Replacement_clean [532 ] 532 MT L2_Replacement_clean [500 ] 500
MT MEM_Inv [0 ] 0 MT MEM_Inv [0 ] 0
M_I L1_GET_INSTR [0 ] 0 M_I L1_GET_INSTR [0 ] 0
M_I L1_GETS [0 ] 0 M_I L1_GETS [0 ] 0
M_I L1_GETX [23 ] 23 M_I L1_GETX [0 ] 0
M_I L1_UPGRADE [0 ] 0 M_I L1_UPGRADE [0 ] 0
M_I L1_PUTX [0 ] 0 M_I L1_PUTX [0 ] 0
M_I L1_PUTX_old [260 ] 260 M_I L1_PUTX_old [253 ] 253
M_I Mem_Ack [844 ] 844 M_I Mem_Ack [879 ] 879
M_I MEM_Inv [0 ] 0 M_I MEM_Inv [0 ] 0
MT_I L1_GET_INSTR [0 ] 0 MT_I L1_GET_INSTR [0 ] 0
@ -417,10 +417,10 @@ MCT_I L1_GETS [0 ] 0
MCT_I L1_GETX [0 ] 0 MCT_I L1_GETX [0 ] 0
MCT_I L1_UPGRADE [0 ] 0 MCT_I L1_UPGRADE [0 ] 0
MCT_I L1_PUTX [0 ] 0 MCT_I L1_PUTX [0 ] 0
MCT_I L1_PUTX_old [1530 ] 1530 MCT_I L1_PUTX_old [1514 ] 1514
MCT_I WB_Data [494 ] 494 MCT_I WB_Data [478 ] 478
MCT_I WB_Data_clean [30 ] 30 MCT_I WB_Data_clean [16 ] 16
MCT_I Ack_all [7 ] 7 MCT_I Ack_all [6 ] 6
I_I L1_GET_INSTR [0 ] 0 I_I L1_GET_INSTR [0 ] 0
I_I L1_GETS [0 ] 0 I_I L1_GETS [0 ] 0
@ -429,7 +429,7 @@ I_I L1_UPGRADE [0 ] 0
I_I L1_PUTX [0 ] 0 I_I L1_PUTX [0 ] 0
I_I L1_PUTX_old [0 ] 0 I_I L1_PUTX_old [0 ] 0
I_I Ack [0 ] 0 I_I Ack [0 ] 0
I_I Ack_all [36 ] 36 I_I Ack_all [51 ] 51
S_I L1_GET_INSTR [0 ] 0 S_I L1_GET_INSTR [0 ] 0
S_I L1_GETS [0 ] 0 S_I L1_GETS [0 ] 0
@ -447,8 +447,8 @@ ISS L1_GETX [0 ] 0
ISS L1_PUTX [0 ] 0 ISS L1_PUTX [0 ] 0
ISS L1_PUTX_old [0 ] 0 ISS L1_PUTX_old [0 ] 0
ISS L2_Replacement [0 ] 0 ISS L2_Replacement [0 ] 0
ISS L2_Replacement_clean [768 ] 768 ISS L2_Replacement_clean [526 ] 526
ISS Mem_Data [49 ] 49 ISS Mem_Data [38 ] 38
ISS MEM_Inv [0 ] 0 ISS MEM_Inv [0 ] 0
IS L1_GET_INSTR [0 ] 0 IS L1_GET_INSTR [0 ] 0
@ -457,8 +457,8 @@ IS L1_GETX [0 ] 0
IS L1_PUTX [0 ] 0 IS L1_PUTX [0 ] 0
IS L1_PUTX_old [0 ] 0 IS L1_PUTX_old [0 ] 0
IS L2_Replacement [0 ] 0 IS L2_Replacement [0 ] 0
IS L2_Replacement_clean [1122 ] 1122 IS L2_Replacement_clean [1318 ] 1318
IS Mem_Data [37 ] 37 IS Mem_Data [51 ] 51
IS MEM_Inv [0 ] 0 IS MEM_Inv [0 ] 0
IM L1_GET_INSTR [0 ] 0 IM L1_GET_INSTR [0 ] 0
@ -467,8 +467,8 @@ IM L1_GETX [0 ] 0
IM L1_PUTX [0 ] 0 IM L1_PUTX [0 ] 0
IM L1_PUTX_old [0 ] 0 IM L1_PUTX_old [0 ] 0
IM L2_Replacement [0 ] 0 IM L2_Replacement [0 ] 0
IM L2_Replacement_clean [10668 ] 10668 IM L2_Replacement_clean [9234 ] 9234
IM Mem_Data [763 ] 763 IM Mem_Data [794 ] 794
IM MEM_Inv [0 ] 0 IM MEM_Inv [0 ] 0
SS_MB L1_GET_INSTR [0 ] 0 SS_MB L1_GET_INSTR [0 ] 0
@ -480,19 +480,19 @@ SS_MB L1_PUTX_old [0 ] 0
SS_MB L2_Replacement [0 ] 0 SS_MB L2_Replacement [0 ] 0
SS_MB L2_Replacement_clean [0 ] 0 SS_MB L2_Replacement_clean [0 ] 0
SS_MB Unblock_Cancel [0 ] 0 SS_MB Unblock_Cancel [0 ] 0
SS_MB Exclusive_Unblock [9 ] 9 SS_MB Exclusive_Unblock [3 ] 3
SS_MB MEM_Inv [0 ] 0 SS_MB MEM_Inv [0 ] 0
MT_MB L1_GET_INSTR [0 ] 0 MT_MB L1_GET_INSTR [0 ] 0
MT_MB L1_GETS [0 ] 0 MT_MB L1_GETS [0 ] 0
MT_MB L1_GETX [0 ] 0 MT_MB L1_GETX [0 ] 0
MT_MB L1_UPGRADE [0 ] 0 MT_MB L1_UPGRADE [0 ] 0
MT_MB L1_PUTX [82 ] 82 MT_MB L1_PUTX [24 ] 24
MT_MB L1_PUTX_old [1936 ] 1936 MT_MB L1_PUTX_old [1595 ] 1595
MT_MB L2_Replacement [0 ] 0 MT_MB L2_Replacement [0 ] 0
MT_MB L2_Replacement_clean [11746 ] 11746 MT_MB L2_Replacement_clean [11381 ] 11381
MT_MB Unblock_Cancel [0 ] 0 MT_MB Unblock_Cancel [0 ] 0
MT_MB Exclusive_Unblock [835 ] 835 MT_MB Exclusive_Unblock [858 ] 858
MT_MB MEM_Inv [0 ] 0 MT_MB MEM_Inv [0 ] 0
M_MB L1_GET_INSTR [0 ] 0 M_MB L1_GET_INSTR [0 ] 0
@ -544,37 +544,37 @@ MT_SB Unblock [0 ] 0
MT_SB MEM_Inv [0 ] 0 MT_SB MEM_Inv [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1611 memory_total_requests: 1675
memory_reads: 851 memory_reads: 883
memory_writes: 760 memory_writes: 792
memory_refreshes: 734 memory_refreshes: 758
memory_total_request_delays: 1055 memory_total_request_delays: 1135
memory_delays_per_request: 0.654873 memory_delays_per_request: 0.677612
memory_delays_in_input_queue: 156 memory_delays_in_input_queue: 142
memory_delays_behind_head_of_bank_queue: 4 memory_delays_behind_head_of_bank_queue: 3
memory_delays_stalled_at_head_of_bank_queue: 895 memory_delays_stalled_at_head_of_bank_queue: 990
memory_stalls_for_bank_busy: 156 memory_stalls_for_bank_busy: 236
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 62 memory_stalls_for_arbitration: 85
memory_stalls_for_bus: 325 memory_stalls_for_bus: 355
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 273 memory_stalls_for_read_write_turnaround: 236
memory_stalls_for_read_read_turnaround: 79 memory_stalls_for_read_read_turnaround: 78
accesses_per_bank: 48 41 46 89 53 46 79 49 58 36 59 56 46 58 63 58 56 48 30 39 32 49 59 31 36 68 44 52 47 42 46 47 accesses_per_bank: 45 47 58 82 66 78 55 33 49 52 38 55 46 40 51 49 52 40 55 65 70 48 54 42 54 49 52 46 55 52 44 53
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
Fetch [851 ] 851 Fetch [883 ] 883
Data [760 ] 760 Data [792 ] 792
Memory_Data [850 ] 850 Memory_Data [883 ] 883
Memory_Ack [759 ] 759 Memory_Ack [792 ] 792
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
CleanReplacement [85 ] 85 CleanReplacement [87 ] 87
- Transitions - - Transitions -
I Fetch [851 ] 851 I Fetch [883 ] 883
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
@ -590,20 +590,20 @@ ID_W Memory_Ack [0 ] 0
ID_W DMA_READ [0 ] 0 ID_W DMA_READ [0 ] 0
ID_W DMA_WRITE [0 ] 0 ID_W DMA_WRITE [0 ] 0
M Data [760 ] 760 M Data [792 ] 792
M DMA_READ [0 ] 0 M DMA_READ [0 ] 0
M DMA_WRITE [0 ] 0 M DMA_WRITE [0 ] 0
M CleanReplacement [85 ] 85 M CleanReplacement [87 ] 87
IM Fetch [0 ] 0 IM Fetch [0 ] 0
IM Data [0 ] 0 IM Data [0 ] 0
IM Memory_Data [850 ] 850 IM Memory_Data [883 ] 883
IM DMA_READ [0 ] 0 IM DMA_READ [0 ] 0
IM DMA_WRITE [0 ] 0 IM DMA_WRITE [0 ] 0
MI Fetch [0 ] 0 MI Fetch [0 ] 0
MI Data [0 ] 0 MI Data [0 ] 0
MI Memory_Ack [759 ] 759 MI Memory_Ack [792 ] 792
MI DMA_READ [0 ] 0 MI DMA_READ [0 ] 0
MI DMA_WRITE [0 ] 0 MI DMA_WRITE [0 ] 0

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:12:36 M5 compiled Apr 28 2011 14:32:19
M5 started Apr 19 2011 12:12:40 M5 started Apr 28 2011 14:32:56
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MESI_CMP_directory/m5.opt -d build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory -re tests/run.py build/ALPHA_SE_MESI_CMP_directory/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 352261 because Ruby Tester completed Exiting @ tick 363611 because Ruby Tester completed

View file

@ -1,10 +1,10 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 210992 # Number of bytes of host memory used host_mem_usage 225004 # Number of bytes of host memory used
host_seconds 0.25 # Real time elapsed on the host host_seconds 0.76 # Real time elapsed on the host
host_tick_rate 1396782 # Simulator tick rate (ticks/s) host_tick_rate 480073 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.000352 # Number of seconds simulated sim_seconds 0.000364 # Number of seconds simulated
sim_ticks 352261 # Number of ticks simulated sim_ticks 363611 # Number of ticks simulated
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -22,6 +22,7 @@ work_item_id=-1
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=6 directory_latency=6
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -65,6 +66,7 @@ children=L1DcacheMemory L1IcacheMemory
L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
buffer_size=0 buffer_size=0
cntrl_id=0
l2_select_num_bits=0 l2_select_num_bits=0
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -94,6 +96,7 @@ type=L2Cache_Controller
children=L2cacheMemory children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cntrl_id=1
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
request_latency=2 request_latency=2
@ -153,68 +156,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:14:52 Real time: Apr/28/2011 14:49:15
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.38 Virtual_time_in_seconds: 1.04
Virtual_time_in_minutes: 0.00633333 Virtual_time_in_minutes: 0.0173333
Virtual_time_in_hours: 0.000105556 Virtual_time_in_hours: 0.000288889
Virtual_time_in_days: 4.39815e-06 Virtual_time_in_days: 1.2037e-05
Ruby_current_time: 372291 Ruby_current_time: 371241
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 372291 Ruby_cycles: 371241
mbytes_resident: 35.7773 mbytes_resident: 36.1758
mbytes_total: 206.145 mbytes_total: 219.98
resident_ratio: 0.173574 resident_ratio: 0.164503
ruby_cycles_executed: [ 372292 ] ruby_cycles_executed: [ 371242 ]
Busy Controller Counts: Busy Controller Counts:
L2Cache-0:0 L2Cache-0:0
@ -66,15 +66,15 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1034 average: 15.8404 | standard deviation: 1.10398 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 46 974 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 993 average: 15.8197 | standard deviation: 1.13014 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 60 919 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 256 max: 31997 count: 1019 average: 5668.53 | standard deviation: 8073.92 | 94 34 102 118 76 61 60 39 35 29 18 16 23 15 9 14 7 5 5 5 5 5 2 1 1 3 6 1 3 1 0 1 0 2 0 0 1 0 1 1 2 3 0 2 3 1 4 3 0 1 1 2 4 4 1 2 0 2 3 1 1 0 1 0 1 1 2 4 6 5 2 1 3 8 2 7 1 3 9 10 7 6 6 7 4 5 7 6 8 5 3 2 5 7 3 1 2 3 2 2 0 2 3 2 2 0 0 1 0 0 3 2 0 0 1 0 2 1 2 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 ] miss_latency: [binsize: 256 max: 41885 count: 980 average: 5911.29 | standard deviation: 9158.49 | 92 27 107 116 84 56 57 54 23 16 22 11 13 12 11 6 8 7 8 3 3 6 5 4 5 3 4 1 3 4 3 2 4 3 0 3 0 1 4 2 2 2 2 1 1 1 0 1 0 0 0 1 2 1 1 4 4 1 1 3 1 1 2 1 0 3 4 1 2 0 1 2 4 3 2 4 3 2 4 2 2 5 3 1 2 4 2 3 3 1 0 3 2 6 1 2 3 1 4 6 1 6 2 4 3 2 1 1 2 2 3 0 1 1 0 1 0 1 1 1 2 0 1 1 0 3 0 1 0 0 2 1 2 0 1 0 2 2 0 0 0 0 0 0 1 1 1 0 1 2 0 1 3 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 ]
miss_latency_LD: [binsize: 256 max: 28569 count: 45 average: 4874.44 | standard deviation: 7882.18 | 6 2 5 9 2 2 3 2 0 0 1 1 0 0 0 1 0 0 0 1 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 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 1 0 1 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 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 ] miss_latency_LD: [binsize: 256 max: 28410 count: 50 average: 3572.56 | standard deviation: 6675.9 | 5 1 7 5 3 6 7 5 0 1 1 0 0 0 0 1 1 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 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST: [binsize: 256 max: 31997 count: 919 average: 6006.46 | standard deviation: 8225.99 | 86 24 69 94 73 58 57 37 35 29 17 15 23 15 9 13 7 5 5 4 4 5 1 1 1 3 6 1 3 1 0 1 0 2 0 0 1 0 1 1 2 3 0 2 3 1 4 3 0 1 1 1 4 4 1 2 0 2 3 1 1 0 1 0 1 1 2 4 6 5 2 1 3 7 2 7 1 2 8 10 6 6 6 7 4 5 7 5 8 5 3 2 5 7 2 1 2 3 2 2 0 2 3 2 2 0 0 1 0 0 3 1 0 0 1 0 2 1 2 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 ] miss_latency_ST: [binsize: 256 max: 41885 count: 880 average: 6339.85 | standard deviation: 9428.49 | 84 21 77 99 75 49 50 49 23 15 21 11 13 12 11 5 7 7 8 3 3 6 5 4 4 2 4 1 3 4 3 2 4 3 0 3 0 1 4 2 2 2 2 1 1 1 0 1 0 0 0 1 2 1 0 4 3 1 1 3 1 1 2 1 0 3 4 1 2 0 1 2 4 3 2 4 3 2 4 2 2 5 3 1 2 4 2 3 3 1 0 3 2 6 1 2 3 1 4 5 1 6 2 4 3 2 1 1 2 1 2 0 1 1 0 1 0 1 1 1 2 0 1 1 0 3 0 1 0 0 2 1 2 0 1 0 2 2 0 0 0 0 0 0 1 1 1 0 1 2 0 1 3 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 ]
miss_latency_IFETCH: [binsize: 8 max: 1286 count: 55 average: 671.836 | standard deviation: 242.921 | 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 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 1 2 2 0 0 1 0 0 1 0 0 1 0 2 3 1 4 1 0 0 1 0 0 0 0 1 0 1 2 2 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 1 0 0 0 1 0 1 1 0 1 1 0 0 1 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 1 ] miss_latency_IFETCH: [binsize: 8 max: 1453 count: 50 average: 707.26 | standard deviation: 269.766 | 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 1 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 1 0 0 0 2 0 0 0 0 0 0 0 2 1 1 0 0 0 1 0 1 0 1 0 4 2 1 0 1 0 1 0 1 1 0 0 0 0 2 0 1 2 0 0 0 0 0 0 0 0 2 1 0 1 1 0 1 0 0 3 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 2 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 1 0 0 0 0 0 0 0 ]
miss_latency_NULL: [binsize: 256 max: 31997 count: 1019 average: 5668.53 | standard deviation: 8073.92 | 94 34 102 118 76 61 60 39 35 29 18 16 23 15 9 14 7 5 5 5 5 5 2 1 1 3 6 1 3 1 0 1 0 2 0 0 1 0 1 1 2 3 0 2 3 1 4 3 0 1 1 2 4 4 1 2 0 2 3 1 1 0 1 0 1 1 2 4 6 5 2 1 3 8 2 7 1 3 9 10 7 6 6 7 4 5 7 6 8 5 3 2 5 7 3 1 2 3 2 2 0 2 3 2 2 0 0 1 0 0 3 2 0 0 1 0 2 1 2 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 ] miss_latency_NULL: [binsize: 256 max: 41885 count: 980 average: 5911.29 | standard deviation: 9158.49 | 92 27 107 116 84 56 57 54 23 16 22 11 13 12 11 6 8 7 8 3 3 6 5 4 5 3 4 1 3 4 3 2 4 3 0 3 0 1 4 2 2 2 2 1 1 1 0 1 0 0 0 1 2 1 1 4 4 1 1 3 1 1 2 1 0 3 4 1 2 0 1 2 4 3 2 4 3 2 4 2 2 5 3 1 2 4 2 3 3 1 0 3 2 6 1 2 3 1 4 6 1 6 2 4 3 2 1 1 2 2 3 0 1 1 0 1 0 1 1 1 2 0 1 1 0 3 0 1 0 0 2 1 2 0 1 0 2 2 0 0 0 0 0 0 1 1 1 0 1 2 0 1 3 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 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,9 +85,9 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 0 imcomplete_dir_Times: 0
miss_latency_LD_NULL: [binsize: 256 max: 28569 count: 45 average: 4874.44 | standard deviation: 7882.18 | 6 2 5 9 2 2 3 2 0 0 1 1 0 0 0 1 0 0 0 1 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 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 1 0 1 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 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 ] miss_latency_LD_NULL: [binsize: 256 max: 28410 count: 50 average: 3572.56 | standard deviation: 6675.9 | 5 1 7 5 3 6 7 5 0 1 1 0 0 0 0 1 1 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 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_ST_NULL: [binsize: 256 max: 31997 count: 919 average: 6006.46 | standard deviation: 8225.99 | 86 24 69 94 73 58 57 37 35 29 17 15 23 15 9 13 7 5 5 4 4 5 1 1 1 3 6 1 3 1 0 1 0 2 0 0 1 0 1 1 2 3 0 2 3 1 4 3 0 1 1 1 4 4 1 2 0 2 3 1 1 0 1 0 1 1 2 4 6 5 2 1 3 7 2 7 1 2 8 10 6 6 6 7 4 5 7 5 8 5 3 2 5 7 2 1 2 3 2 2 0 2 3 2 2 0 0 1 0 0 3 1 0 0 1 0 2 1 2 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 ] miss_latency_ST_NULL: [binsize: 256 max: 41885 count: 880 average: 6339.85 | standard deviation: 9428.49 | 84 21 77 99 75 49 50 49 23 15 21 11 13 12 11 5 7 7 8 3 3 6 5 4 4 2 4 1 3 4 3 2 4 3 0 3 0 1 4 2 2 2 2 1 1 1 0 1 0 0 0 1 2 1 0 4 3 1 1 3 1 1 2 1 0 3 4 1 2 0 1 2 4 3 2 4 3 2 4 2 2 5 3 1 2 4 2 3 3 1 0 3 2 6 1 2 3 1 4 5 1 6 2 4 3 2 1 1 2 1 2 0 1 1 0 1 0 1 1 1 2 0 1 1 0 3 0 1 0 0 2 1 2 0 1 0 2 2 0 0 0 0 0 0 1 1 1 0 1 2 0 1 3 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 ]
miss_latency_IFETCH_NULL: [binsize: 8 max: 1286 count: 55 average: 671.836 | standard deviation: 242.921 | 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 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 1 2 2 0 0 1 0 0 1 0 0 1 0 2 3 1 4 1 0 0 1 0 0 0 0 1 0 1 2 2 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 1 0 0 0 1 0 1 1 0 1 1 0 0 1 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 1 ] miss_latency_IFETCH_NULL: [binsize: 8 max: 1453 count: 50 average: 707.26 | standard deviation: 269.766 | 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 1 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 1 0 0 0 2 0 0 0 0 0 0 0 2 1 1 0 0 0 1 0 1 0 1 0 4 2 1 0 1 0 1 0 1 1 0 0 0 0 2 0 1 2 0 0 0 0 0 0 0 0 2 1 0 1 1 0 1 0 0 3 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 2 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 1 0 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -119,87 +119,87 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9448 page_reclaims: 10488
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 48 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 5430 43440 total_msg_count_Request_Control: 5209 41672
total_msg_count_Response_Data: 5289 380808 total_msg_count_Response_Data: 5058 364176
total_msg_count_ResponseL2hit_Data: 138 9936 total_msg_count_ResponseL2hit_Data: 150 10800
total_msg_count_Writeback_Data: 5151 370872 total_msg_count_Writeback_Data: 4929 354888
total_msg_count_Writeback_Control: 11015 88120 total_msg_count_Writeback_Control: 10567 84536
total_msg_count_Unblock_Control: 5419 43352 total_msg_count_Unblock_Control: 5193 41544
total_msgs: 32442 total_bytes: 936528 total_msgs: 31106 total_bytes: 897616
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.0899934 links_utilized_percent_switch_0: 2.51865
links_utilized_percent_switch_0_link_0: 0.0311114 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 2.57016 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.148875 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.46713 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 881 63432 [ 0 0 881 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Request_Control: 893 7144 [ 893 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 46 3312 [ 0 0 46 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 923 7384 [ 923 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Data: 888 63936 [ 0 0 888 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 928 7424 [ 928 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 1721 13768 [ 888 833 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 923 66456 [ 0 0 923 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Unblock_Control: 890 7120 [ 0 0 890 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 923 7384 [ 923 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 843 6744 [ 0 843 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 927 7416 [ 0 0 927 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_ResponseL2hit_Data: 50 3600 [ 0 0 50 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 755 54360 [ 0 0 755 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 1802 14416 [ 888 836 78 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Unblock_Control: 841 6728 [ 0 0 841 0 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.161841 links_utilized_percent_switch_1: 1.31922
links_utilized_percent_switch_1_link_0: 0.0667992 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.20205 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.256882 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.4364 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 928 7424 [ 928 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Response_Data: 882 63504 [ 0 0 882 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_ResponseL2hit_Data: 50 3600 [ 0 0 50 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 923 66456 [ 0 0 923 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 888 7104 [ 888 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 1796 14368 [ 923 873 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 894 7152 [ 894 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Unblock_Control: 926 7408 [ 0 0 926 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 888 63936 [ 0 0 888 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 882 7056 [ 0 882 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 889 7112 [ 889 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 881 63432 [ 0 0 881 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Unblock_Control: 890 7120 [ 0 0 890 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 46 3312 [ 0 0 46 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 794 57168 [ 0 0 794 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 1876 15008 [ 923 874 79 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Unblock_Control: 880 7040 [ 0 0 880 0 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.0757203 links_utilized_percent_switch_2: 1.19949
links_utilized_percent_switch_2_link_0: 0.0331058 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.26481 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.118335 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.13417 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 882 7056 [ 0 882 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 843 6744 [ 0 843 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 794 57168 [ 0 0 794 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 755 54360 [ 0 0 755 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 952 7616 [ 0 873 79 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 912 7296 [ 0 834 78 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Unblock_Control: 880 7040 [ 0 0 880 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Unblock_Control: 841 6728 [ 0 0 841 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 882 63504 [ 0 0 882 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Writeback_Control: 873 6984 [ 0 873 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Writeback_Control: 834 6672 [ 0 834 0 0 0 0 0 0 0 0 ] base_latency: 1
switch_3_inlinks: 3 switch_3_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.174693 links_utilized_percent_switch_3: 1.67901
links_utilized_percent_switch_3_link_0: 0.124446 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 2.57016 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.267197 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 1.20205 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.132437 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 1.26481 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 881 63432 [ 0 0 881 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Request_Control: 893 7144 [ 893 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 46 3312 [ 0 0 46 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Writeback_Control: 923 7384 [ 923 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Data: 888 63936 [ 0 0 888 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 928 7424 [ 928 0 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Control: 1721 13768 [ 888 833 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Response_Data: 882 63504 [ 0 0 882 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Unblock_Control: 890 7120 [ 0 0 890 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 923 66456 [ 0 0 923 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Response_Data: 843 60696 [ 0 0 843 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Control: 1796 14368 [ 923 873 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_ResponseL2hit_Data: 50 3600 [ 0 0 50 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Unblock_Control: 926 7408 [ 0 0 926 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Control: 888 7104 [ 888 0 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 882 7056 [ 0 882 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 843 6744 [ 0 843 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 794 57168 [ 0 0 794 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 755 54360 [ 0 0 755 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 953 7624 [ 0 874 79 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Control: 912 7296 [ 0 834 78 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Unblock_Control: 880 7040 [ 0 0 880 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Unblock_Control: 841 6728 [ 0 0 841 0 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 0 system.l1_cntrl0.L1IcacheMemory_total_misses: 0
@ -219,10 +219,10 @@ Cache Stats: system.l1_cntrl0.L1DcacheMemory
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [45 ] 45 Load [50 ] 50
Ifetch [149 ] 149 Ifetch [304 ] 304
Store [1075 ] 1075 Store [970 ] 970
L1_Replacement [528774 ] 528774 L1_Replacement [527165 ] 527165
Own_GETX [0 ] 0 Own_GETX [0 ] 0
Fwd_GETX [0 ] 0 Fwd_GETX [0 ] 0
Fwd_GETS [0 ] 0 Fwd_GETS [0 ] 0
@ -230,17 +230,17 @@ Fwd_DMA [0 ] 0
Inv [0 ] 0 Inv [0 ] 0
Ack [0 ] 0 Ack [0 ] 0
Data [0 ] 0 Data [0 ] 0
Exclusive_Data [927 ] 927 Exclusive_Data [893 ] 893
Writeback_Ack [0 ] 0 Writeback_Ack [0 ] 0
Writeback_Ack_Data [923 ] 923 Writeback_Ack_Data [888 ] 888
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
All_acks [835 ] 835 All_acks [799 ] 799
Use_Timeout [926 ] 926 Use_Timeout [890 ] 890
- Transitions - - Transitions -
I Load [39 ] 39 I Load [45 ] 45
I Ifetch [53 ] 53 I Ifetch [49 ] 49
I Store [836 ] 836 I Store [800 ] 800
I L1_Replacement [0 ] 0 I L1_Replacement [0 ] 0
I Inv [0 ] 0 I Inv [0 ] 0
@ -261,51 +261,51 @@ O Fwd_GETS [0 ] 0
O Fwd_DMA [0 ] 0 O Fwd_DMA [0 ] 0
M Load [0 ] 0 M Load [0 ] 0
M Ifetch [2 ] 2 M Ifetch [1 ] 1
M Store [0 ] 0 M Store [0 ] 0
M L1_Replacement [88 ] 88 M L1_Replacement [91 ] 91
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M_W Load [0 ] 0 M_W Load [0 ] 0
M_W Ifetch [0 ] 0 M_W Ifetch [0 ] 0
M_W Store [1 ] 1 M_W Store [0 ] 0
M_W L1_Replacement [1040 ] 1040 M_W L1_Replacement [1727 ] 1727
M_W Own_GETX [0 ] 0 M_W Own_GETX [0 ] 0
M_W Fwd_GETX [0 ] 0 M_W Fwd_GETX [0 ] 0
M_W Fwd_GETS [0 ] 0 M_W Fwd_GETS [0 ] 0
M_W Fwd_DMA [0 ] 0 M_W Fwd_DMA [0 ] 0
M_W Inv [0 ] 0 M_W Inv [0 ] 0
M_W Use_Timeout [90 ] 90 M_W Use_Timeout [92 ] 92
MM Load [5 ] 5 MM Load [5 ] 5
MM Ifetch [0 ] 0 MM Ifetch [0 ] 0
MM Store [72 ] 72 MM Store [70 ] 70
MM L1_Replacement [835 ] 835 MM L1_Replacement [798 ] 798
MM Fwd_GETX [0 ] 0 MM Fwd_GETX [0 ] 0
MM Fwd_GETS [0 ] 0 MM Fwd_GETS [0 ] 0
MM Fwd_DMA [0 ] 0 MM Fwd_DMA [0 ] 0
MM_W Load [1 ] 1 MM_W Load [0 ] 0
MM_W Ifetch [0 ] 0 MM_W Ifetch [0 ] 0
MM_W Store [11 ] 11 MM_W Store [11 ] 11
MM_W L1_Replacement [30786 ] 30786 MM_W L1_Replacement [29093 ] 29093
MM_W Own_GETX [0 ] 0 MM_W Own_GETX [0 ] 0
MM_W Fwd_GETX [0 ] 0 MM_W Fwd_GETX [0 ] 0
MM_W Fwd_GETS [0 ] 0 MM_W Fwd_GETS [0 ] 0
MM_W Fwd_DMA [0 ] 0 MM_W Fwd_DMA [0 ] 0
MM_W Inv [0 ] 0 MM_W Inv [0 ] 0
MM_W Use_Timeout [836 ] 836 MM_W Use_Timeout [798 ] 798
IM Load [0 ] 0 IM Load [0 ] 0
IM Ifetch [0 ] 0 IM Ifetch [0 ] 0
IM Store [0 ] 0 IM Store [0 ] 0
IM L1_Replacement [464217 ] 464217 IM L1_Replacement [453807 ] 453807
IM Inv [0 ] 0 IM Inv [0 ] 0
IM Ack [0 ] 0 IM Ack [0 ] 0
IM Data [0 ] 0 IM Data [0 ] 0
IM Exclusive_Data [835 ] 835 IM Exclusive_Data [799 ] 799
SM Load [0 ] 0 SM Load [0 ] 0
SM Ifetch [0 ] 0 SM Ifetch [0 ] 0
@ -321,21 +321,21 @@ SM Exclusive_Data [0 ] 0
OM Load [0 ] 0 OM Load [0 ] 0
OM Ifetch [0 ] 0 OM Ifetch [0 ] 0
OM Store [0 ] 0 OM Store [0 ] 0
OM L1_Replacement [13588 ] 13588 OM L1_Replacement [14583 ] 14583
OM Own_GETX [0 ] 0 OM Own_GETX [0 ] 0
OM Fwd_GETX [0 ] 0 OM Fwd_GETX [0 ] 0
OM Fwd_GETS [0 ] 0 OM Fwd_GETS [0 ] 0
OM Fwd_DMA [0 ] 0 OM Fwd_DMA [0 ] 0
OM Ack [0 ] 0 OM Ack [0 ] 0
OM All_acks [835 ] 835 OM All_acks [799 ] 799
IS Load [0 ] 0 IS Load [0 ] 0
IS Ifetch [0 ] 0 IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS L1_Replacement [18220 ] 18220 IS L1_Replacement [27066 ] 27066
IS Inv [0 ] 0 IS Inv [0 ] 0
IS Data [0 ] 0 IS Data [0 ] 0
IS Exclusive_Data [92 ] 92 IS Exclusive_Data [94 ] 94
SI Load [0 ] 0 SI Load [0 ] 0
SI Ifetch [0 ] 0 SI Ifetch [0 ] 0
@ -360,14 +360,14 @@ OI Writeback_Ack_Data [0 ] 0
OI Writeback_Nack [0 ] 0 OI Writeback_Nack [0 ] 0
MI Load [0 ] 0 MI Load [0 ] 0
MI Ifetch [94 ] 94 MI Ifetch [254 ] 254
MI Store [155 ] 155 MI Store [89 ] 89
MI L1_Replacement [0 ] 0 MI L1_Replacement [0 ] 0
MI Fwd_GETX [0 ] 0 MI Fwd_GETX [0 ] 0
MI Fwd_GETS [0 ] 0 MI Fwd_GETS [0 ] 0
MI Fwd_DMA [0 ] 0 MI Fwd_DMA [0 ] 0
MI Writeback_Ack [0 ] 0 MI Writeback_Ack [0 ] 0
MI Writeback_Ack_Data [923 ] 923 MI Writeback_Ack_Data [888 ] 888
MI Writeback_Nack [0 ] 0 MI Writeback_Nack [0 ] 0
II Load [0 ] 0 II Load [0 ] 0
@ -389,10 +389,10 @@ Cache Stats: system.l2_cntrl0.L2cacheMemory
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GETS [141 ] 141 L1_GETS [157 ] 157
L1_GETX [855 ] 855 L1_GETX [842 ] 842
L1_PUTO [0 ] 0 L1_PUTO [0 ] 0
L1_PUTX [2239 ] 2239 L1_PUTX [2111 ] 2111
L1_PUTS_only [0 ] 0 L1_PUTS_only [0 ] 0
L1_PUTS [0 ] 0 L1_PUTS [0 ] 0
Fwd_GETX [0 ] 0 Fwd_GETX [0 ] 0
@ -402,21 +402,21 @@ Own_GETX [0 ] 0
Inv [0 ] 0 Inv [0 ] 0
IntAck [0 ] 0 IntAck [0 ] 0
ExtAck [0 ] 0 ExtAck [0 ] 0
All_Acks [795 ] 795 All_Acks [759 ] 759
Data [795 ] 795 Data [759 ] 759
Data_Exclusive [86 ] 86 Data_Exclusive [84 ] 84
L1_WBCLEANDATA [83 ] 83 L1_WBCLEANDATA [82 ] 82
L1_WBDIRTYDATA [840 ] 840 L1_WBDIRTYDATA [806 ] 806
Writeback_Ack [873 ] 873 Writeback_Ack [833 ] 833
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Exclusive_Unblock [926 ] 926 Exclusive_Unblock [890 ] 890
DmaAck [0 ] 0 DmaAck [0 ] 0
L2_Replacement [874 ] 874 L2_Replacement [836 ] 836
- Transitions - - Transitions -
NP L1_GETS [86 ] 86 NP L1_GETS [84 ] 84
NP L1_GETX [796 ] 796 NP L1_GETX [759 ] 759
NP L1_PUTO [0 ] 0 NP L1_PUTO [0 ] 0
NP L1_PUTX [0 ] 0 NP L1_PUTX [0 ] 0
NP L1_PUTS [0 ] 0 NP L1_PUTS [0 ] 0
@ -442,7 +442,7 @@ ILS L2_Replacement [0 ] 0
ILX L1_GETS [0 ] 0 ILX L1_GETS [0 ] 0
ILX L1_GETX [0 ] 0 ILX L1_GETX [0 ] 0
ILX L1_PUTO [0 ] 0 ILX L1_PUTO [0 ] 0
ILX L1_PUTX [923 ] 923 ILX L1_PUTX [888 ] 888
ILX L1_PUTS_only [0 ] 0 ILX L1_PUTS_only [0 ] 0
ILX L1_PUTS [0 ] 0 ILX L1_PUTS [0 ] 0
ILX Fwd_GETX [0 ] 0 ILX Fwd_GETX [0 ] 0
@ -541,7 +541,7 @@ SLS L1_PUTS [0 ] 0
SLS Inv [0 ] 0 SLS Inv [0 ] 0
SLS L2_Replacement [0 ] 0 SLS L2_Replacement [0 ] 0
M L1_GETS [6 ] 6 M L1_GETS [10 ] 10
M L1_GETX [40 ] 40 M L1_GETX [40 ] 40
M L1_PUTO [0 ] 0 M L1_PUTO [0 ] 0
M L1_PUTX [0 ] 0 M L1_PUTX [0 ] 0
@ -549,7 +549,7 @@ M L1_PUTS [0 ] 0
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Fwd_GETS [0 ] 0 M Fwd_GETS [0 ] 0
M Fwd_DMA [0 ] 0 M Fwd_DMA [0 ] 0
M L2_Replacement [874 ] 874 M L2_Replacement [836 ] 836
IFGX L1_GETS [0 ] 0 IFGX L1_GETS [0 ] 0
IFGX L1_GETX [0 ] 0 IFGX L1_GETX [0 ] 0
@ -798,8 +798,8 @@ OLSXW Inv [0 ] 0
OLSXW Unblock [0 ] 0 OLSXW Unblock [0 ] 0
OLSXW L2_Replacement [0 ] 0 OLSXW L2_Replacement [0 ] 0
ILXW L1_GETS [49 ] 49 ILXW L1_GETS [63 ] 63
ILXW L1_GETX [1 ] 1 ILXW L1_GETX [23 ] 23
ILXW L1_PUTO [0 ] 0 ILXW L1_PUTO [0 ] 0
ILXW L1_PUTX [0 ] 0 ILXW L1_PUTX [0 ] 0
ILXW L1_PUTS_only [0 ] 0 ILXW L1_PUTS_only [0 ] 0
@ -809,8 +809,8 @@ ILXW Fwd_GETS [0 ] 0
ILXW Fwd_DMA [0 ] 0 ILXW Fwd_DMA [0 ] 0
ILXW Inv [0 ] 0 ILXW Inv [0 ] 0
ILXW Data [0 ] 0 ILXW Data [0 ] 0
ILXW L1_WBCLEANDATA [83 ] 83 ILXW L1_WBCLEANDATA [82 ] 82
ILXW L1_WBDIRTYDATA [840 ] 840 ILXW L1_WBDIRTYDATA [806 ] 806
ILXW Unblock [0 ] 0 ILXW Unblock [0 ] 0
ILXW L2_Replacement [0 ] 0 ILXW L2_Replacement [0 ] 0
@ -898,7 +898,7 @@ IFLXO L2_Replacement [0 ] 0
IGS L1_GETS [0 ] 0 IGS L1_GETS [0 ] 0
IGS L1_GETX [0 ] 0 IGS L1_GETX [0 ] 0
IGS L1_PUTO [0 ] 0 IGS L1_PUTO [0 ] 0
IGS L1_PUTX [62 ] 62 IGS L1_PUTX [99 ] 99
IGS L1_PUTS_only [0 ] 0 IGS L1_PUTS_only [0 ] 0
IGS L1_PUTS [0 ] 0 IGS L1_PUTS [0 ] 0
IGS Fwd_GETX [0 ] 0 IGS Fwd_GETX [0 ] 0
@ -907,9 +907,9 @@ IGS Fwd_DMA [0 ] 0
IGS Own_GETX [0 ] 0 IGS Own_GETX [0 ] 0
IGS Inv [0 ] 0 IGS Inv [0 ] 0
IGS Data [0 ] 0 IGS Data [0 ] 0
IGS Data_Exclusive [86 ] 86 IGS Data_Exclusive [84 ] 84
IGS Unblock [0 ] 0 IGS Unblock [0 ] 0
IGS Exclusive_Unblock [85 ] 85 IGS Exclusive_Unblock [83 ] 83
IGS L2_Replacement [0 ] 0 IGS L2_Replacement [0 ] 0
IGM L1_GETS [0 ] 0 IGM L1_GETS [0 ] 0
@ -924,7 +924,7 @@ IGM Fwd_DMA [0 ] 0
IGM Own_GETX [0 ] 0 IGM Own_GETX [0 ] 0
IGM Inv [0 ] 0 IGM Inv [0 ] 0
IGM ExtAck [0 ] 0 IGM ExtAck [0 ] 0
IGM Data [795 ] 795 IGM Data [759 ] 759
IGM Data_Exclusive [0 ] 0 IGM Data_Exclusive [0 ] 0
IGM L2_Replacement [0 ] 0 IGM L2_Replacement [0 ] 0
@ -945,7 +945,7 @@ IGMLS L2_Replacement [0 ] 0
IGMO L1_GETS [0 ] 0 IGMO L1_GETS [0 ] 0
IGMO L1_GETX [0 ] 0 IGMO L1_GETX [0 ] 0
IGMO L1_PUTO [0 ] 0 IGMO L1_PUTO [0 ] 0
IGMO L1_PUTX [1243 ] 1243 IGMO L1_PUTX [1113 ] 1113
IGMO L1_PUTS_only [0 ] 0 IGMO L1_PUTS_only [0 ] 0
IGMO L1_PUTS [0 ] 0 IGMO L1_PUTS [0 ] 0
IGMO Fwd_GETX [0 ] 0 IGMO Fwd_GETX [0 ] 0
@ -953,8 +953,8 @@ IGMO Fwd_GETS [0 ] 0
IGMO Fwd_DMA [0 ] 0 IGMO Fwd_DMA [0 ] 0
IGMO Own_GETX [0 ] 0 IGMO Own_GETX [0 ] 0
IGMO ExtAck [0 ] 0 IGMO ExtAck [0 ] 0
IGMO All_Acks [795 ] 795 IGMO All_Acks [759 ] 759
IGMO Exclusive_Unblock [795 ] 795 IGMO Exclusive_Unblock [758 ] 758
IGMO L2_Replacement [0 ] 0 IGMO L2_Replacement [0 ] 0
IGMIO L1_GETS [0 ] 0 IGMIO L1_GETS [0 ] 0
@ -1061,7 +1061,7 @@ OO Fwd_GETS [0 ] 0
OO Fwd_DMA [0 ] 0 OO Fwd_DMA [0 ] 0
OO Inv [0 ] 0 OO Inv [0 ] 0
OO Unblock [0 ] 0 OO Unblock [0 ] 0
OO Exclusive_Unblock [6 ] 6 OO Exclusive_Unblock [9 ] 9
OO L2_Replacement [0 ] 0 OO L2_Replacement [0 ] 0
OLSS L1_GETS [0 ] 0 OLSS L1_GETS [0 ] 0
@ -1117,7 +1117,7 @@ OI Writeback_Nack [0 ] 0
OI L2_Replacement [0 ] 0 OI L2_Replacement [0 ] 0
MI L1_GETS [0 ] 0 MI L1_GETS [0 ] 0
MI L1_GETX [18 ] 18 MI L1_GETX [20 ] 20
MI L1_PUTO [0 ] 0 MI L1_PUTO [0 ] 0
MI L1_PUTX [0 ] 0 MI L1_PUTX [0 ] 0
MI L1_PUTS_only [0 ] 0 MI L1_PUTS_only [0 ] 0
@ -1125,7 +1125,7 @@ MI L1_PUTS [0 ] 0
MI Fwd_GETX [0 ] 0 MI Fwd_GETX [0 ] 0
MI Fwd_GETS [0 ] 0 MI Fwd_GETS [0 ] 0
MI Fwd_DMA [0 ] 0 MI Fwd_DMA [0 ] 0
MI Writeback_Ack [873 ] 873 MI Writeback_Ack [833 ] 833
MI L2_Replacement [0 ] 0 MI L2_Replacement [0 ] 0
MII L1_GETS [0 ] 0 MII L1_GETS [0 ] 0
@ -1232,51 +1232,51 @@ ILOXD DmaAck [0 ] 0
ILOXD L2_Replacement [0 ] 0 ILOXD L2_Replacement [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1676 memory_total_requests: 1598
memory_reads: 882 memory_reads: 843
memory_writes: 794 memory_writes: 755
memory_refreshes: 776 memory_refreshes: 774
memory_total_request_delays: 684 memory_total_request_delays: 711
memory_delays_per_request: 0.408115 memory_delays_per_request: 0.444931
memory_delays_in_input_queue: 96 memory_delays_in_input_queue: 99
memory_delays_behind_head_of_bank_queue: 16 memory_delays_behind_head_of_bank_queue: 1
memory_delays_stalled_at_head_of_bank_queue: 572 memory_delays_stalled_at_head_of_bank_queue: 611
memory_stalls_for_bank_busy: 161 memory_stalls_for_bank_busy: 192
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 32 memory_stalls_for_arbitration: 42
memory_stalls_for_bus: 229 memory_stalls_for_bus: 230
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 92 memory_stalls_for_read_write_turnaround: 69
memory_stalls_for_read_read_turnaround: 58 memory_stalls_for_read_read_turnaround: 78
accesses_per_bank: 47 54 48 87 71 72 66 51 62 62 38 48 48 50 38 58 54 41 58 48 53 30 45 51 53 45 55 52 44 43 42 62 accesses_per_bank: 55 50 42 77 67 66 60 47 44 55 47 36 56 64 44 42 45 36 61 44 58 41 44 55 46 43 43 50 49 41 48 42
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [807 ] 807 GETX [761 ] 761
GETS [86 ] 86 GETS [84 ] 84
PUTX [873 ] 873 PUTX [834 ] 834
PUTO [0 ] 0 PUTO [0 ] 0
PUTO_SHARERS [0 ] 0 PUTO_SHARERS [0 ] 0
Unblock [0 ] 0 Unblock [0 ] 0
Last_Unblock [0 ] 0 Last_Unblock [0 ] 0
Exclusive_Unblock [880 ] 880 Exclusive_Unblock [841 ] 841
Clean_Writeback [79 ] 79 Clean_Writeback [78 ] 78
Dirty_Writeback [794 ] 794 Dirty_Writeback [755 ] 755
Memory_Data [882 ] 882 Memory_Data [843 ] 843
Memory_Ack [793 ] 793 Memory_Ack [754 ] 754
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
DMA_ACK [0 ] 0 DMA_ACK [0 ] 0
Data [0 ] 0 Data [0 ] 0
- Transitions - - Transitions -
I GETX [796 ] 796 I GETX [759 ] 759
I GETS [86 ] 86 I GETS [84 ] 84
I PUTX [0 ] 0 I PUTX [0 ] 0
I PUTO [0 ] 0 I PUTO [0 ] 0
I Memory_Data [0 ] 0 I Memory_Data [0 ] 0
I Memory_Ack [791 ] 791 I Memory_Ack [750 ] 750
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
@ -1301,7 +1301,7 @@ O DMA_WRITE [0 ] 0
M GETX [0 ] 0 M GETX [0 ] 0
M GETS [0 ] 0 M GETS [0 ] 0
M PUTX [873 ] 873 M PUTX [834 ] 834
M PUTO [0 ] 0 M PUTO [0 ] 0
M PUTO_SHARERS [0 ] 0 M PUTO_SHARERS [0 ] 0
M Memory_Data [0 ] 0 M Memory_Data [0 ] 0
@ -1315,8 +1315,8 @@ IS PUTX [0 ] 0
IS PUTO [0 ] 0 IS PUTO [0 ] 0
IS PUTO_SHARERS [0 ] 0 IS PUTO_SHARERS [0 ] 0
IS Unblock [0 ] 0 IS Unblock [0 ] 0
IS Exclusive_Unblock [85 ] 85 IS Exclusive_Unblock [83 ] 83
IS Memory_Data [86 ] 86 IS Memory_Data [84 ] 84
IS Memory_Ack [1 ] 1 IS Memory_Ack [1 ] 1
IS DMA_READ [0 ] 0 IS DMA_READ [0 ] 0
IS DMA_WRITE [0 ] 0 IS DMA_WRITE [0 ] 0
@ -1362,21 +1362,21 @@ MM GETS [0 ] 0
MM PUTX [0 ] 0 MM PUTX [0 ] 0
MM PUTO [0 ] 0 MM PUTO [0 ] 0
MM PUTO_SHARERS [0 ] 0 MM PUTO_SHARERS [0 ] 0
MM Exclusive_Unblock [795 ] 795 MM Exclusive_Unblock [758 ] 758
MM Memory_Data [796 ] 796 MM Memory_Data [759 ] 759
MM Memory_Ack [1 ] 1 MM Memory_Ack [3 ] 3
MM DMA_READ [0 ] 0 MM DMA_READ [0 ] 0
MM DMA_WRITE [0 ] 0 MM DMA_WRITE [0 ] 0
MI GETX [11 ] 11 MI GETX [2 ] 2
MI GETS [0 ] 0 MI GETS [0 ] 0
MI PUTX [0 ] 0 MI PUTX [0 ] 0
MI PUTO [0 ] 0 MI PUTO [0 ] 0
MI PUTO_SHARERS [0 ] 0 MI PUTO_SHARERS [0 ] 0
MI Unblock [0 ] 0 MI Unblock [0 ] 0
MI Clean_Writeback [79 ] 79 MI Clean_Writeback [78 ] 78
MI Dirty_Writeback [794 ] 794 MI Dirty_Writeback [755 ] 755
MI Memory_Data [0 ] 0 MI Memory_Data [0 ] 0
MI Memory_Ack [0 ] 0 MI Memory_Ack [0 ] 0
MI DMA_READ [0 ] 0 MI DMA_READ [0 ] 0

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:14:48 M5 compiled Apr 28 2011 14:48:31
M5 started Apr 19 2011 12:14:52 M5 started Apr 28 2011 14:49:14
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_CMP_directory/m5.opt -d build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory -re tests/run.py build/ALPHA_SE_MOESI_CMP_directory/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_directory
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 372291 because Ruby Tester completed Exiting @ tick 371241 because Ruby Tester completed

View file

@ -1,10 +1,10 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 211096 # Number of bytes of host memory used host_mem_usage 225264 # Number of bytes of host memory used
host_seconds 0.28 # Real time elapsed on the host host_seconds 0.74 # Real time elapsed on the host
host_tick_rate 1336063 # Simulator tick rate (ticks/s) host_tick_rate 500630 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.000372 # Number of seconds simulated sim_seconds 0.000371 # Number of seconds simulated
sim_ticks 372291 # Number of ticks simulated sim_ticks 371241 # Number of ticks simulated
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -22,6 +22,7 @@ work_item_id=-1
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=2
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=5 directory_latency=5
distributed_persistent=true distributed_persistent=true
@ -69,6 +70,7 @@ L1DcacheMemory=system.l1_cntrl0.L1DcacheMemory
L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory L1IcacheMemory=system.l1_cntrl0.L1IcacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=0
dynamic_timeout_enabled=true dynamic_timeout_enabled=true
fixed_timeout_latency=300 fixed_timeout_latency=300
l1_request_latency=2 l1_request_latency=2
@ -104,6 +106,7 @@ children=L2cacheMemory
L2cacheMemory=system.l2_cntrl0.L2cacheMemory L2cacheMemory=system.l2_cntrl0.L2cacheMemory
N_tokens=2 N_tokens=2
buffer_size=0 buffer_size=0
cntrl_id=1
filtering_enabled=true filtering_enabled=true
l2_request_latency=5 l2_request_latency=5
l2_response_latency=5 l2_response_latency=5
@ -164,68 +167,89 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 children=ext_links0 ext_links1 ext_links2 int_links0 int_links1 int_links2 routers0 routers1 routers2 routers3
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2
num_int_nodes=4
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l2_cntrl0 ext_node=system.l2_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.ext_links2] [system.ruby.network.topology.ext_links2]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=2 int_node=system.ruby.network.topology.routers2
latency=1 latency=1
link_id=2
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=3
node_b=3 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=4
node_b=3 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.int_links2] [system.ruby.network.topology.int_links2]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=2 link_id=5
node_b=3 node_a=system.ruby.network.topology.routers2
node_b=system.ruby.network.topology.routers3
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.network.topology.routers3]
type=BasicRouter
router_id=3
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:17:16 Real time: Apr/28/2011 15:03:52
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.19 Virtual_time_in_seconds: 0.59
Virtual_time_in_minutes: 0.00316667 Virtual_time_in_minutes: 0.00983333
Virtual_time_in_hours: 5.27778e-05 Virtual_time_in_hours: 0.000163889
Virtual_time_in_days: 2.19907e-06 Virtual_time_in_days: 6.8287e-06
Ruby_current_time: 268001 Ruby_current_time: 254811
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 268001 Ruby_cycles: 254811
mbytes_resident: 35.6602 mbytes_resident: 36.1211
mbytes_total: 205.984 mbytes_total: 219.867
resident_ratio: 0.17314 resident_ratio: 0.164339
ruby_cycles_executed: [ 268002 ] ruby_cycles_executed: [ 254812 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -66,17 +66,17 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
sequencer_requests_outstanding: [binsize: 1 max: 16 count: 991 average: 15.8113 | standard deviation: 1.1344 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 2 66 910 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 968 average: 15.8223 | standard deviation: 1.1424 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 53 901 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 64 max: 7191 count: 977 average: 4347.37 | standard deviation: 1873.72 | 65 10 4 2 10 4 11 8 8 10 4 4 5 3 3 2 3 1 0 2 0 0 3 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 2 0 0 0 0 1 0 1 0 2 3 1 4 11 9 14 15 17 20 30 32 30 37 40 32 35 26 42 36 36 35 33 31 25 28 28 22 21 22 13 11 14 6 7 10 5 5 5 5 2 1 1 1 0 1 0 1 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 ] miss_latency: [binsize: 64 max: 6786 count: 953 average: 4217 | standard deviation: 1907.02 | 76 12 1 4 2 6 12 15 5 9 2 8 6 3 1 0 1 2 3 0 0 0 3 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 1 0 0 1 2 0 5 2 0 2 7 8 5 15 14 23 19 28 37 33 34 37 54 51 30 34 31 30 25 32 21 23 24 23 23 15 17 15 6 6 8 9 3 6 5 4 1 0 1 4 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_LD: [binsize: 64 max: 6460 count: 50 average: 4586.28 | standard deviation: 1763.78 | 3 2 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 1 0 1 2 0 1 3 0 1 0 0 2 1 2 1 3 1 1 3 0 3 1 1 1 1 1 1 1 2 0 3 2 0 2 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD: [binsize: 32 max: 6374 count: 48 average: 4227.06 | standard deviation: 2103.17 | 8 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 1 1 0 1 0 1 2 0 0 0 2 3 1 0 1 1 0 4 0 1 0 0 1 0 1 2 0 0 1 0 0 1 1 0 0 0 1 1 0 2 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 ]
miss_latency_ST: [binsize: 64 max: 7191 count: 877 average: 4552.04 | standard deviation: 1688.95 | 60 8 2 1 4 2 3 5 3 1 2 1 2 1 2 1 2 1 0 2 0 0 3 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 2 0 0 0 0 1 0 1 0 2 2 1 3 9 9 13 12 17 19 30 32 28 36 38 31 32 25 41 33 36 32 32 30 24 27 27 21 20 20 13 8 12 6 5 10 4 5 5 4 2 1 1 1 0 1 0 1 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 ] miss_latency_ST: [binsize: 64 max: 6786 count: 853 average: 4438.8 | standard deviation: 1719.13 | 68 11 0 2 1 3 3 6 0 2 1 3 1 1 1 0 0 2 3 0 0 0 2 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 1 0 0 1 2 0 5 2 0 2 6 7 5 15 14 21 19 27 36 32 31 37 52 47 29 33 27 29 24 31 19 22 24 21 23 14 16 12 6 6 6 8 3 6 5 3 1 0 1 4 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_IFETCH: [binsize: 8 max: 1070 count: 50 average: 518.7 | standard deviation: 237.384 | 2 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 1 0 0 0 0 0 0 5 1 0 0 2 0 0 0 0 0 0 0 1 2 1 2 2 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 0 0 2 2 1 3 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 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 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 ] miss_latency_IFETCH: [binsize: 8 max: 1410 count: 52 average: 569.423 | standard deviation: 218.615 | 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 3 1 2 2 0 0 1 0 0 1 1 2 0 2 3 2 0 1 1 0 0 1 0 0 1 1 1 1 2 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1 1 2 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 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 ]
miss_latency_L1Cache: [binsize: 1 max: 118 count: 74 average: 15.527 | standard deviation: 35.3032 | 0 19 12 16 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 1 0 0 0 1 0 0 0 2 0 1 ] miss_latency_L1Cache: [binsize: 1 max: 116 count: 88 average: 17.0114 | standard deviation: 36.8762 | 0 22 14 23 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 1 0 1 2 1 0 1 1 1 0 1 1 ]
miss_latency_L2Cache: [binsize: 32 max: 6258 count: 47 average: 3122.72 | standard deviation: 2249.67 | 0 0 1 0 2 0 1 0 1 2 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 3 0 0 1 1 1 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 0 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 1 0 0 1 1 0 0 1 1 0 0 2 0 0 0 2 0 1 0 1 1 0 0 2 0 0 1 0 0 0 0 1 0 3 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 ] miss_latency_L2Cache: [binsize: 32 max: 6374 count: 41 average: 3115.78 | standard deviation: 2260.77 | 0 0 0 0 0 0 0 2 0 1 2 1 0 1 4 0 0 0 1 0 1 1 0 0 1 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 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 2 0 1 0 0 3 1 0 2 0 1 2 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 ]
miss_latency_Directory: [binsize: 64 max: 7191 count: 856 average: 4789.1 | standard deviation: 1354.03 | 0 0 2 1 7 3 10 6 8 10 4 4 4 0 3 0 2 1 0 0 0 0 3 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 2 0 0 0 0 1 0 1 0 2 3 1 3 10 8 13 14 16 19 28 32 28 36 39 31 33 26 41 36 35 32 33 31 24 27 28 21 21 22 13 11 14 5 6 10 4 5 5 5 2 1 1 1 0 1 0 1 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 ] miss_latency_Directory: [binsize: 64 max: 6786 count: 824 average: 4720.34 | standard deviation: 1325.89 | 0 0 1 2 1 3 11 11 5 8 0 8 5 2 1 0 1 2 2 0 0 0 3 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 1 0 0 1 2 0 5 2 0 2 6 8 4 14 14 21 19 27 35 32 31 36 52 48 30 33 31 30 25 32 21 23 23 23 23 15 16 15 6 5 8 8 3 6 5 3 1 0 1 4 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_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -86,16 +86,15 @@ miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average:
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 856 imcomplete_dir_Times: 824
miss_latency_LD_L1Cache: [binsize: 1 max: 118 count: 5 average: 46.6 | standard deviation: 58.5747 | 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 ] miss_latency_LD_L1Cache: [binsize: 1 max: 111 count: 9 average: 14.2222 | standard deviation: 36.3043 | 0 3 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ]
miss_latency_LD_L2Cache: [binsize: 32 max: 6110 count: 3 average: 5432.67 | standard deviation: 624.405 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 ] miss_latency_LD_L2Cache: [binsize: 32 max: 6374 count: 2 average: 5575 | standard deviation: 1129.96 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_LD_Directory: [binsize: 64 max: 6460 count: 42 average: 5066.26 | standard deviation: 947.048 | 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 1 0 1 2 0 1 3 0 1 0 0 2 1 2 0 3 1 1 3 0 2 1 1 1 1 1 1 1 2 0 3 2 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_LD_Directory: [binsize: 32 max: 6097 count: 37 average: 5178.95 | standard deviation: 519.569 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 1 1 0 1 0 1 1 0 0 0 2 3 1 0 1 1 0 4 0 1 0 0 1 0 1 2 0 0 1 0 0 1 1 0 0 0 1 1 0 2 1 0 0 0 0 1 1 1 ]
miss_latency_ST_L1Cache: [binsize: 1 max: 116 count: 67 average: 13.6119 | standard deviation: 32.9867 | 0 18 12 15 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 1 0 0 0 2 ] miss_latency_ST_L1Cache: [binsize: 1 max: 116 count: 79 average: 17.3291 | standard deviation: 37.1563 | 0 19 13 19 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 1 0 1 2 1 0 0 1 1 0 1 1 ]
miss_latency_ST_L2Cache: [binsize: 32 max: 6258 count: 39 average: 3264.08 | standard deviation: 2198.62 | 0 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 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 0 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 1 0 0 1 1 0 0 1 1 0 0 2 0 0 0 2 0 1 0 1 0 0 0 2 0 0 1 0 0 0 0 1 0 2 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 ] miss_latency_ST_L2Cache: [binsize: 32 max: 6128 count: 33 average: 3448.85 | standard deviation: 2129.45 | 0 0 0 0 0 0 0 1 0 1 1 1 0 1 2 0 0 0 0 0 0 1 0 0 1 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 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 2 0 1 0 0 2 1 0 2 0 1 2 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 1 0 0 0 0 1 ]
miss_latency_ST_Directory: [binsize: 64 max: 7191 count: 771 average: 5011.58 | standard deviation: 958.595 | 0 0 1 0 2 1 2 3 3 1 2 1 1 0 2 0 1 1 0 0 0 0 3 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 2 0 0 0 0 1 0 1 0 2 2 1 2 8 8 12 11 16 18 28 32 26 35 37 31 30 25 40 33 35 30 32 30 23 26 27 20 20 20 13 8 12 5 5 10 3 5 5 4 2 1 1 1 0 1 0 1 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 ] miss_latency_ST_Directory: [binsize: 64 max: 6786 count: 741 average: 4954.27 | standard deviation: 899.825 | 0 0 0 1 0 1 2 4 0 2 0 3 0 0 1 0 0 2 2 0 0 0 2 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 1 0 0 1 2 0 5 2 0 2 5 7 4 14 14 19 19 26 34 31 29 36 50 44 29 32 27 29 24 31 19 22 23 21 23 14 15 12 6 5 6 7 3 6 5 3 1 0 1 4 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_IFETCH_L1Cache: [binsize: 1 max: 3 count: 2 average: 2 | standard deviation: 1.41421 | 0 1 0 1 ] miss_latency_IFETCH_L2Cache: [binsize: 4 max: 669 count: 6 average: 464.167 | standard deviation: 153.369 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_IFETCH_L2Cache: [binsize: 8 max: 960 count: 5 average: 634.2 | standard deviation: 383.132 | 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 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 1 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 ] miss_latency_IFETCH_Directory: [binsize: 8 max: 1410 count: 46 average: 583.152 | standard deviation: 223.341 | 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 3 1 2 2 0 0 1 0 0 0 0 2 0 2 3 2 0 1 1 0 0 1 0 0 0 1 1 1 2 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1 1 2 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 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 ]
miss_latency_IFETCH_Directory: [binsize: 8 max: 1070 count: 43 average: 529.302 | standard deviation: 193.252 | 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 1 0 0 0 0 0 0 4 1 0 0 2 0 0 0 0 0 0 0 1 2 1 2 2 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 0 0 2 2 1 3 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 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 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 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -127,125 +126,125 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9422 page_reclaims: 10466
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 56 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 5307 42456 total_msg_count_Request_Control: 5091 40728
total_msg_count_Response_Data: 2667 192024 total_msg_count_Response_Data: 2586 186192
total_msg_count_ResponseL2hit_Data: 120 8640 total_msg_count_ResponseL2hit_Data: 120 8640
total_msg_count_Response_Control: 3 24 total_msg_count_Response_Control: 9 72
total_msg_count_Writeback_Data: 5190 373680 total_msg_count_Writeback_Data: 4998 359856
total_msg_count_Writeback_Control: 207 1656 total_msg_count_Writeback_Control: 210 1680
total_msg_count_Persistent_Control: 2148 17184 total_msg_count_Persistent_Control: 2100 16800
total_msgs: 15642 total_bytes: 635664 total_msgs: 15114 total_bytes: 613968
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.114279 links_utilized_percent_switch_0: 1.82645
links_utilized_percent_switch_0_link_0: 0.0424765 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 1.74522 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.186081 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.90769 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 876 63072 [ 0 0 0 0 876 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 844 60768 [ 0 0 0 0 844 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Control: 3 24 [ 0 0 0 0 3 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Data: 56 4032 [ 0 0 0 0 56 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Data: 65 4680 [ 0 0 0 0 65 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 904 7232 [ 0 904 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 867 6936 [ 0 867 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Response_Data: 13 936 [ 0 0 0 0 13 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Response_Data: 18 1296 [ 0 0 0 0 18 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 955 68760 [ 0 0 0 0 955 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Data: 927 66744 [ 0 0 0 0 927 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.100049 links_utilized_percent_switch_1: 1.66584
links_utilized_percent_switch_1_link_0: 0.0436239 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.76111 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.156473 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.57058 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 904 7232 [ 0 904 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 867 6936 [ 0 867 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 899 64728 [ 0 0 0 0 899 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 862 62064 [ 0 0 0 0 862 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Request_Control: 865 6920 [ 0 0 865 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Request_Control: 830 6640 [ 0 0 830 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 20 1440 [ 0 0 0 0 20 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Data: 17 1224 [ 0 0 0 0 17 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Control: 1 8 [ 0 0 0 0 1 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Control: 3 24 [ 0 0 0 0 3 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Data: 768 55296 [ 0 0 0 0 768 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Data: 732 52704 [ 0 0 0 0 732 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 69 552 [ 0 0 0 0 69 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 70 560 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.0920053 links_utilized_percent_switch_2: 1.5275
links_utilized_percent_switch_2_link_0: 0.0391043 bw: 640000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.58215 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.144906 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.47286 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Request_Control: 865 6920 [ 0 0 865 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Request_Control: 830 6640 [ 0 0 830 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 13 936 [ 0 0 0 0 13 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 18 1296 [ 0 0 0 0 18 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Data: 775 55800 [ 0 0 0 0 775 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Data: 739 53208 [ 0 0 0 0 739 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 69 552 [ 0 0 0 0 69 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 70 560 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Response_Data: 856 61632 [ 0 0 0 0 856 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Response_Data: 827 59544 [ 0 0 0 0 827 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 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_inlinks: 3
switch_3_outlinks: 3 switch_3_outlinks: 3
links_utilized_percent_switch_3: 0.164713 links_utilized_percent_switch_3: 1.67327
links_utilized_percent_switch_3_link_0: 0.163227 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_0: 1.67654 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_1: 0.174496 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_1: 1.76111 bw: 16000 base_latency: 1
links_utilized_percent_switch_3_link_2: 0.156417 bw: 160000 base_latency: 1 links_utilized_percent_switch_3_link_2: 1.58215 bw: 16000 base_latency: 1
outgoing_messages_switch_3_link_0_Response_Data: 876 63072 [ 0 0 0 0 876 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Response_Data: 844 60768 [ 0 0 0 0 844 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_ResponseL2hit_Data: 40 2880 [ 0 0 0 0 40 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_0_Response_Control: 1 8 [ 0 0 0 0 1 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_Writeback_Data: 56 4032 [ 0 0 0 0 56 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_0_Writeback_Data: 65 4680 [ 0 0 0 0 65 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Request_Control: 904 7232 [ 0 904 0 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Request_Control: 867 6936 [ 0 867 0 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Writeback_Data: 899 64728 [ 0 0 0 0 899 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Writeback_Data: 862 62064 [ 0 0 0 0 862 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_1_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_1_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Request_Control: 865 6920 [ 0 0 865 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Request_Control: 830 6640 [ 0 0 830 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Response_Data: 13 936 [ 0 0 0 0 13 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Response_Data: 18 1296 [ 0 0 0 0 18 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Data: 775 55800 [ 0 0 0 0 775 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Data: 739 53208 [ 0 0 0 0 739 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Writeback_Control: 69 552 [ 0 0 0 0 69 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Writeback_Control: 70 560 [ 0 0 0 0 70 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_3_link_2_Persistent_Control: 358 2864 [ 0 0 0 358 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_3_link_2_Persistent_Control: 350 2800 [ 0 0 0 350 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.l1_cntrl0.L1IcacheMemory Cache Stats: system.l1_cntrl0.L1IcacheMemory
system.l1_cntrl0.L1IcacheMemory_total_misses: 48 system.l1_cntrl0.L1IcacheMemory_total_misses: 52
system.l1_cntrl0.L1IcacheMemory_total_demand_misses: 48 system.l1_cntrl0.L1IcacheMemory_total_demand_misses: 52
system.l1_cntrl0.L1IcacheMemory_total_prefetches: 0 system.l1_cntrl0.L1IcacheMemory_total_prefetches: 0
system.l1_cntrl0.L1IcacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.L1IcacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.L1IcacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.L1IcacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.L1IcacheMemory_request_type_IFETCH: 100% system.l1_cntrl0.L1IcacheMemory_request_type_IFETCH: 100%
system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 48 100% system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 52 100%
Cache Stats: system.l1_cntrl0.L1DcacheMemory Cache Stats: system.l1_cntrl0.L1DcacheMemory
system.l1_cntrl0.L1DcacheMemory_total_misses: 856 system.l1_cntrl0.L1DcacheMemory_total_misses: 815
system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 856 system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 815
system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.L1DcacheMemory_request_type_LD: 5.25701% system.l1_cntrl0.L1DcacheMemory_request_type_LD: 4.78528%
system.l1_cntrl0.L1DcacheMemory_request_type_ST: 94.743% system.l1_cntrl0.L1DcacheMemory_request_type_ST: 95.2147%
system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 856 100% system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 815 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [50 ] 50 Load [48 ] 48
Ifetch [50 ] 50 Ifetch [52 ] 52
Store [878 ] 878 Store [855 ] 855
Atomic [0 ] 0 Atomic [0 ] 0
L1_Replacement [19825 ] 19825 L1_Replacement [18483 ] 18483
Data_Shared [5 ] 5 Data_Shared [8 ] 8
Data_Owner [1 ] 1 Data_Owner [3 ] 3
Data_All_Tokens [966 ] 966 Data_All_Tokens [937 ] 937
Ack [0 ] 0 Ack [0 ] 0
Ack_All_Tokens [1 ] 1 Ack_All_Tokens [3 ] 3
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
Transient_Local_GETX [0 ] 0 Transient_Local_GETX [0 ] 0
Transient_GETS [0 ] 0 Transient_GETS [0 ] 0
@ -255,21 +254,21 @@ Transient_Local_GETS_Last_Token [0 ] 0
Persistent_GETX [0 ] 0 Persistent_GETX [0 ] 0
Persistent_GETS [0 ] 0 Persistent_GETS [0 ] 0
Persistent_GETS_Last_Token [0 ] 0 Persistent_GETS_Last_Token [0 ] 0
Own_Lock_or_Unlock [358 ] 358 Own_Lock_or_Unlock [350 ] 350
Request_Timeout [599 ] 599 Request_Timeout [565 ] 565
Use_TimeoutStarverX [0 ] 0 Use_TimeoutStarverX [0 ] 0
Use_TimeoutStarverS [0 ] 0 Use_TimeoutStarverS [0 ] 0
Use_TimeoutNoStarvers [896 ] 896 Use_TimeoutNoStarvers [856 ] 856
Use_TimeoutNoStarvers_NoMig [0 ] 0 Use_TimeoutNoStarvers_NoMig [0 ] 0
- Transitions - - Transitions -
NP Load [45 ] 45 NP Load [39 ] 39
NP Ifetch [48 ] 48 NP Ifetch [52 ] 52
NP Store [811 ] 811 NP Store [776 ] 776
NP Atomic [0 ] 0 NP Atomic [0 ] 0
NP Data_Shared [0 ] 0 NP Data_Shared [0 ] 0
NP Data_Owner [0 ] 0 NP Data_Owner [0 ] 0
NP Data_All_Tokens [69 ] 69 NP Data_All_Tokens [83 ] 83
NP Ack [0 ] 0 NP Ack [0 ] 0
NP Transient_GETX [0 ] 0 NP Transient_GETX [0 ] 0
NP Transient_Local_GETX [0 ] 0 NP Transient_Local_GETX [0 ] 0
@ -278,7 +277,7 @@ NP Transient_Local_GETS [0 ] 0
NP Persistent_GETX [0 ] 0 NP Persistent_GETX [0 ] 0
NP Persistent_GETS [0 ] 0 NP Persistent_GETS [0 ] 0
NP Persistent_GETS_Last_Token [0 ] 0 NP Persistent_GETS_Last_Token [0 ] 0
NP Own_Lock_or_Unlock [176 ] 176 NP Own_Lock_or_Unlock [168 ] 168
I Load [0 ] 0 I Load [0 ] 0
I Ifetch [0 ] 0 I Ifetch [0 ] 0
@ -304,7 +303,7 @@ S Load [0 ] 0
S Ifetch [0 ] 0 S Ifetch [0 ] 0
S Store [0 ] 0 S Store [0 ] 0
S Atomic [0 ] 0 S Atomic [0 ] 0
S L1_Replacement [5 ] 5 S L1_Replacement [8 ] 8
S Data_Shared [0 ] 0 S Data_Shared [0 ] 0
S Data_Owner [0 ] 0 S Data_Owner [0 ] 0
S Data_All_Tokens [0 ] 0 S Data_All_Tokens [0 ] 0
@ -341,36 +340,36 @@ O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M Load [0 ] 0 M Load [0 ] 0
M Ifetch [2 ] 2 M Ifetch [0 ] 0
M Store [0 ] 0 M Store [0 ] 0
M Atomic [0 ] 0 M Atomic [0 ] 0
M L1_Replacement [85 ] 85 M L1_Replacement [80 ] 80
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_Local_GETX [0 ] 0 M Transient_Local_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
M Transient_Local_GETS [0 ] 0 M Transient_Local_GETS [0 ] 0
M Persistent_GETX [0 ] 0 M Persistent_GETX [0 ] 0
M Persistent_GETS [0 ] 0 M Persistent_GETS [0 ] 0
M Own_Lock_or_Unlock [11 ] 11 M Own_Lock_or_Unlock [14 ] 14
MM Load [4 ] 4 MM Load [9 ] 9
MM Ifetch [0 ] 0 MM Ifetch [0 ] 0
MM Store [59 ] 59 MM Store [68 ] 68
MM Atomic [0 ] 0 MM Atomic [0 ] 0
MM L1_Replacement [809 ] 809 MM L1_Replacement [774 ] 774
MM Transient_GETX [0 ] 0 MM Transient_GETX [0 ] 0
MM Transient_Local_GETX [0 ] 0 MM Transient_Local_GETX [0 ] 0
MM Transient_GETS [0 ] 0 MM Transient_GETS [0 ] 0
MM Transient_Local_GETS [0 ] 0 MM Transient_Local_GETS [0 ] 0
MM Persistent_GETX [0 ] 0 MM Persistent_GETX [0 ] 0
MM Persistent_GETS [0 ] 0 MM Persistent_GETS [0 ] 0
MM Own_Lock_or_Unlock [13 ] 13 MM Own_Lock_or_Unlock [17 ] 17
M_W Load [0 ] 0 M_W Load [0 ] 0
M_W Ifetch [0 ] 0 M_W Ifetch [0 ] 0
M_W Store [1 ] 1 M_W Store [1 ] 1
M_W Atomic [0 ] 0 M_W Atomic [0 ] 0
M_W L1_Replacement [376 ] 376 M_W L1_Replacement [353 ] 353
M_W Transient_GETX [0 ] 0 M_W Transient_GETX [0 ] 0
M_W Transient_Local_GETX [0 ] 0 M_W Transient_Local_GETX [0 ] 0
M_W Transient_GETS [0 ] 0 M_W Transient_GETS [0 ] 0
@ -380,34 +379,34 @@ M_W Persistent_GETS [0 ] 0
M_W Own_Lock_or_Unlock [3 ] 3 M_W Own_Lock_or_Unlock [3 ] 3
M_W Use_TimeoutStarverX [0 ] 0 M_W Use_TimeoutStarverX [0 ] 0
M_W Use_TimeoutStarverS [0 ] 0 M_W Use_TimeoutStarverS [0 ] 0
M_W Use_TimeoutNoStarvers [86 ] 86 M_W Use_TimeoutNoStarvers [81 ] 81
M_W Use_TimeoutNoStarvers_NoMig [0 ] 0 M_W Use_TimeoutNoStarvers_NoMig [0 ] 0
MM_W Load [1 ] 1 MM_W Load [0 ] 0
MM_W Ifetch [0 ] 0 MM_W Ifetch [0 ] 0
MM_W Store [7 ] 7 MM_W Store [10 ] 10
MM_W Atomic [0 ] 0 MM_W Atomic [0 ] 0
MM_W L1_Replacement [7825 ] 7825 MM_W L1_Replacement [7103 ] 7103
MM_W Transient_GETX [0 ] 0 MM_W Transient_GETX [0 ] 0
MM_W Transient_Local_GETX [0 ] 0 MM_W Transient_Local_GETX [0 ] 0
MM_W Transient_GETS [0 ] 0 MM_W Transient_GETS [0 ] 0
MM_W Transient_Local_GETS [0 ] 0 MM_W Transient_Local_GETS [0 ] 0
MM_W Persistent_GETX [0 ] 0 MM_W Persistent_GETX [0 ] 0
MM_W Persistent_GETS [0 ] 0 MM_W Persistent_GETS [0 ] 0
MM_W Own_Lock_or_Unlock [18 ] 18 MM_W Own_Lock_or_Unlock [22 ] 22
MM_W Use_TimeoutStarverX [0 ] 0 MM_W Use_TimeoutStarverX [0 ] 0
MM_W Use_TimeoutStarverS [0 ] 0 MM_W Use_TimeoutStarverS [0 ] 0
MM_W Use_TimeoutNoStarvers [810 ] 810 MM_W Use_TimeoutNoStarvers [775 ] 775
MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0 MM_W Use_TimeoutNoStarvers_NoMig [0 ] 0
IM Load [0 ] 0 IM Load [0 ] 0
IM Ifetch [0 ] 0 IM Ifetch [0 ] 0
IM Store [0 ] 0 IM Store [0 ] 0
IM Atomic [0 ] 0 IM Atomic [0 ] 0
IM L1_Replacement [10209 ] 10209 IM L1_Replacement [9674 ] 9674
IM Data_Shared [0 ] 0 IM Data_Shared [0 ] 0
IM Data_Owner [1 ] 1 IM Data_Owner [3 ] 3
IM Data_All_Tokens [809 ] 809 IM Data_All_Tokens [771 ] 771
IM Ack [0 ] 0 IM Ack [0 ] 0
IM Transient_GETX [0 ] 0 IM Transient_GETX [0 ] 0
IM Transient_Local_GETX [0 ] 0 IM Transient_Local_GETX [0 ] 0
@ -418,8 +417,8 @@ IM Transient_Local_GETS_Last_Token [0 ] 0
IM Persistent_GETX [0 ] 0 IM Persistent_GETX [0 ] 0
IM Persistent_GETS [0 ] 0 IM Persistent_GETS [0 ] 0
IM Persistent_GETS_Last_Token [0 ] 0 IM Persistent_GETS_Last_Token [0 ] 0
IM Own_Lock_or_Unlock [122 ] 122 IM Own_Lock_or_Unlock [104 ] 104
IM Request_Timeout [523 ] 523 IM Request_Timeout [466 ] 466
SM Load [0 ] 0 SM Load [0 ] 0
SM Ifetch [0 ] 0 SM Ifetch [0 ] 0
@ -450,7 +449,7 @@ OM L1_Replacement [0 ] 0
OM Data_Shared [0 ] 0 OM Data_Shared [0 ] 0
OM Data_All_Tokens [0 ] 0 OM Data_All_Tokens [0 ] 0
OM Ack [0 ] 0 OM Ack [0 ] 0
OM Ack_All_Tokens [1 ] 1 OM Ack_All_Tokens [3 ] 3
OM Transient_GETX [0 ] 0 OM Transient_GETX [0 ] 0
OM Transient_Local_GETX [0 ] 0 OM Transient_Local_GETX [0 ] 0
OM Transient_GETS [0 ] 0 OM Transient_GETS [0 ] 0
@ -460,17 +459,17 @@ OM Transient_Local_GETS_Last_Token [0 ] 0
OM Persistent_GETX [0 ] 0 OM Persistent_GETX [0 ] 0
OM Persistent_GETS [0 ] 0 OM Persistent_GETS [0 ] 0
OM Persistent_GETS_Last_Token [0 ] 0 OM Persistent_GETS_Last_Token [0 ] 0
OM Own_Lock_or_Unlock [1 ] 1 OM Own_Lock_or_Unlock [3 ] 3
OM Request_Timeout [1 ] 1 OM Request_Timeout [24 ] 24
IS Load [0 ] 0 IS Load [0 ] 0
IS Ifetch [0 ] 0 IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS Atomic [0 ] 0 IS Atomic [0 ] 0
IS L1_Replacement [516 ] 516 IS L1_Replacement [491 ] 491
IS Data_Shared [5 ] 5 IS Data_Shared [8 ] 8
IS Data_Owner [0 ] 0 IS Data_Owner [0 ] 0
IS Data_All_Tokens [88 ] 88 IS Data_All_Tokens [83 ] 83
IS Ack [0 ] 0 IS Ack [0 ] 0
IS Transient_GETX [0 ] 0 IS Transient_GETX [0 ] 0
IS Transient_Local_GETX [0 ] 0 IS Transient_Local_GETX [0 ] 0
@ -481,7 +480,7 @@ IS Transient_Local_GETS_Last_Token [0 ] 0
IS Persistent_GETX [0 ] 0 IS Persistent_GETX [0 ] 0
IS Persistent_GETS [0 ] 0 IS Persistent_GETS [0 ] 0
IS Persistent_GETS_Last_Token [0 ] 0 IS Persistent_GETS_Last_Token [0 ] 0
IS Own_Lock_or_Unlock [14 ] 14 IS Own_Lock_or_Unlock [19 ] 19
IS Request_Timeout [75 ] 75 IS Request_Timeout [75 ] 75
I_L Load [0 ] 0 I_L Load [0 ] 0
@ -586,50 +585,50 @@ IS_L Own_Lock_or_Unlock [0 ] 0
IS_L Request_Timeout [0 ] 0 IS_L Request_Timeout [0 ] 0
Cache Stats: system.l2_cntrl0.L2cacheMemory Cache Stats: system.l2_cntrl0.L2cacheMemory
system.l2_cntrl0.L2cacheMemory_total_misses: 865 system.l2_cntrl0.L2cacheMemory_total_misses: 830
system.l2_cntrl0.L2cacheMemory_total_demand_misses: 865 system.l2_cntrl0.L2cacheMemory_total_demand_misses: 830
system.l2_cntrl0.L2cacheMemory_total_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0 system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0
system.l2_cntrl0.L2cacheMemory_request_type_GETS: 10.1734% system.l2_cntrl0.L2cacheMemory_request_type_GETS: 10%
system.l2_cntrl0.L2cacheMemory_request_type_GETX: 89.8266% system.l2_cntrl0.L2cacheMemory_request_type_GETX: 90%
system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 865 100% system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 830 100%
--- L2Cache --- --- L2Cache ---
- Event Counts - - Event Counts -
L1_GETS [93 ] 93 L1_GETS [91 ] 91
L1_GETS_Last_Token [0 ] 0 L1_GETS_Last_Token [0 ] 0
L1_GETX [811 ] 811 L1_GETX [776 ] 776
L1_INV [0 ] 0 L1_INV [0 ] 0
Transient_GETX [0 ] 0 Transient_GETX [0 ] 0
Transient_GETS [0 ] 0 Transient_GETS [0 ] 0
Transient_GETS_Last_Token [0 ] 0 Transient_GETS_Last_Token [0 ] 0
L2_Replacement [807 ] 807 L2_Replacement [762 ] 762
Writeback_Tokens [0 ] 0 Writeback_Tokens [0 ] 0
Writeback_Shared_Data [2 ] 2 Writeback_Shared_Data [4 ] 4
Writeback_All_Tokens [897 ] 897 Writeback_All_Tokens [858 ] 858
Writeback_Owned [0 ] 0 Writeback_Owned [0 ] 0
Data_Shared [0 ] 0 Data_Shared [0 ] 0
Data_Owner [0 ] 0 Data_Owner [0 ] 0
Data_All_Tokens [0 ] 0 Data_All_Tokens [0 ] 0
Ack [0 ] 0 Ack [0 ] 0
Ack_All_Tokens [0 ] 0 Ack_All_Tokens [0 ] 0
Persistent_GETX [160 ] 160 Persistent_GETX [152 ] 152
Persistent_GETS [19 ] 19 Persistent_GETS [23 ] 23
Persistent_GETS_Last_Token [0 ] 0 Persistent_GETS_Last_Token [0 ] 0
Own_Lock_or_Unlock [179 ] 179 Own_Lock_or_Unlock [175 ] 175
- Transitions - - Transitions -
NP L1_GETS [85 ] 85 NP L1_GETS [83 ] 83
NP L1_GETX [774 ] 774 NP L1_GETX [744 ] 744
NP L1_INV [0 ] 0 NP L1_INV [0 ] 0
NP Transient_GETX [0 ] 0 NP Transient_GETX [0 ] 0
NP Transient_GETS [0 ] 0 NP Transient_GETS [0 ] 0
NP Writeback_Tokens [0 ] 0 NP Writeback_Tokens [0 ] 0
NP Writeback_Shared_Data [1 ] 1 NP Writeback_Shared_Data [0 ] 0
NP Writeback_All_Tokens [810 ] 810 NP Writeback_All_Tokens [766 ] 766
NP Writeback_Owned [0 ] 0 NP Writeback_Owned [0 ] 0
NP Data_Shared [0 ] 0 NP Data_Shared [0 ] 0
NP Data_Owner [0 ] 0 NP Data_Owner [0 ] 0
@ -638,25 +637,25 @@ NP Ack [0 ] 0
NP Persistent_GETX [0 ] 0 NP Persistent_GETX [0 ] 0
NP Persistent_GETS [0 ] 0 NP Persistent_GETS [0 ] 0
NP Persistent_GETS_Last_Token [0 ] 0 NP Persistent_GETS_Last_Token [0 ] 0
NP Own_Lock_or_Unlock [159 ] 159 NP Own_Lock_or_Unlock [154 ] 154
I L1_GETS [3 ] 3 I L1_GETS [0 ] 0
I L1_GETS_Last_Token [0 ] 0 I L1_GETS_Last_Token [0 ] 0
I L1_GETX [2 ] 2 I L1_GETX [0 ] 0
I L1_INV [0 ] 0 I L1_INV [0 ] 0
I Transient_GETX [0 ] 0 I Transient_GETX [0 ] 0
I Transient_GETS [0 ] 0 I Transient_GETS [0 ] 0
I Transient_GETS_Last_Token [0 ] 0 I Transient_GETS_Last_Token [0 ] 0
I L2_Replacement [18 ] 18 I L2_Replacement [18 ] 18
I Writeback_Tokens [0 ] 0 I Writeback_Tokens [0 ] 0
I Writeback_Shared_Data [1 ] 1 I Writeback_Shared_Data [3 ] 3
I Writeback_All_Tokens [35 ] 35 I Writeback_All_Tokens [30 ] 30
I Writeback_Owned [0 ] 0 I Writeback_Owned [0 ] 0
I Data_Shared [0 ] 0 I Data_Shared [0 ] 0
I Data_Owner [0 ] 0 I Data_Owner [0 ] 0
I Data_All_Tokens [0 ] 0 I Data_All_Tokens [0 ] 0
I Ack [0 ] 0 I Ack [0 ] 0
I Persistent_GETX [0 ] 0 I Persistent_GETX [1 ] 1
I Persistent_GETS [0 ] 0 I Persistent_GETS [0 ] 0
I Persistent_GETS_Last_Token [0 ] 0 I Persistent_GETS_Last_Token [0 ] 0
I Own_Lock_or_Unlock [0 ] 0 I Own_Lock_or_Unlock [0 ] 0
@ -668,7 +667,7 @@ S L1_INV [0 ] 0
S Transient_GETX [0 ] 0 S Transient_GETX [0 ] 0
S Transient_GETS [0 ] 0 S Transient_GETS [0 ] 0
S Transient_GETS_Last_Token [0 ] 0 S Transient_GETS_Last_Token [0 ] 0
S L2_Replacement [1 ] 1 S L2_Replacement [0 ] 0
S Writeback_Tokens [0 ] 0 S Writeback_Tokens [0 ] 0
S Writeback_Shared_Data [0 ] 0 S Writeback_Shared_Data [0 ] 0
S Writeback_All_Tokens [0 ] 0 S Writeback_All_Tokens [0 ] 0
@ -677,22 +676,22 @@ S Data_Shared [0 ] 0
S Data_Owner [0 ] 0 S Data_Owner [0 ] 0
S Data_All_Tokens [0 ] 0 S Data_All_Tokens [0 ] 0
S Ack [0 ] 0 S Ack [0 ] 0
S Persistent_GETX [1 ] 1 S Persistent_GETX [3 ] 3
S Persistent_GETS [0 ] 0 S Persistent_GETS [0 ] 0
S Persistent_GETS_Last_Token [0 ] 0 S Persistent_GETS_Last_Token [0 ] 0
S Own_Lock_or_Unlock [0 ] 0 S Own_Lock_or_Unlock [0 ] 0
O L1_GETS [0 ] 0 O L1_GETS [1 ] 1
O L1_GETS_Last_Token [0 ] 0 O L1_GETS_Last_Token [0 ] 0
O L1_GETX [1 ] 1 O L1_GETX [3 ] 3
O L1_INV [0 ] 0 O L1_INV [0 ] 0
O Transient_GETX [0 ] 0 O Transient_GETX [0 ] 0
O Transient_GETS [0 ] 0 O Transient_GETS [0 ] 0
O Transient_GETS_Last_Token [0 ] 0 O Transient_GETS_Last_Token [0 ] 0
O L2_Replacement [1 ] 1 O L2_Replacement [0 ] 0
O Writeback_Tokens [0 ] 0 O Writeback_Tokens [0 ] 0
O Writeback_Shared_Data [0 ] 0 O Writeback_Shared_Data [1 ] 1
O Writeback_All_Tokens [3 ] 3 O Writeback_All_Tokens [4 ] 4
O Data_Shared [0 ] 0 O Data_Shared [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Ack [0 ] 0 O Ack [0 ] 0
@ -702,14 +701,14 @@ O Persistent_GETS [0 ] 0
O Persistent_GETS_Last_Token [0 ] 0 O Persistent_GETS_Last_Token [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
M L1_GETS [5 ] 5 M L1_GETS [7 ] 7
M L1_GETX [34 ] 34 M L1_GETX [29 ] 29
M L1_INV [0 ] 0 M L1_INV [0 ] 0
M Transient_GETX [0 ] 0 M Transient_GETX [0 ] 0
M Transient_GETS [0 ] 0 M Transient_GETS [0 ] 0
M L2_Replacement [786 ] 786 M L2_Replacement [744 ] 744
M Persistent_GETX [17 ] 17 M Persistent_GETX [15 ] 15
M Persistent_GETS [3 ] 3 M Persistent_GETS [2 ] 2
M Own_Lock_or_Unlock [0 ] 0 M Own_Lock_or_Unlock [0 ] 0
I_L L1_GETS [0 ] 0 I_L L1_GETS [0 ] 0
@ -718,18 +717,18 @@ I_L L1_INV [0 ] 0
I_L Transient_GETX [0 ] 0 I_L Transient_GETX [0 ] 0
I_L Transient_GETS [0 ] 0 I_L Transient_GETS [0 ] 0
I_L Transient_GETS_Last_Token [0 ] 0 I_L Transient_GETS_Last_Token [0 ] 0
I_L L2_Replacement [1 ] 1 I_L L2_Replacement [0 ] 0
I_L Writeback_Tokens [0 ] 0 I_L Writeback_Tokens [0 ] 0
I_L Writeback_Shared_Data [0 ] 0 I_L Writeback_Shared_Data [0 ] 0
I_L Writeback_All_Tokens [49 ] 49 I_L Writeback_All_Tokens [58 ] 58
I_L Writeback_Owned [0 ] 0 I_L Writeback_Owned [0 ] 0
I_L Data_Shared [0 ] 0 I_L Data_Shared [0 ] 0
I_L Data_Owner [0 ] 0 I_L Data_Owner [0 ] 0
I_L Data_All_Tokens [0 ] 0 I_L Data_All_Tokens [0 ] 0
I_L Ack [0 ] 0 I_L Ack [0 ] 0
I_L Persistent_GETX [142 ] 142 I_L Persistent_GETX [133 ] 133
I_L Persistent_GETS [16 ] 16 I_L Persistent_GETS [21 ] 21
I_L Own_Lock_or_Unlock [20 ] 20 I_L Own_Lock_or_Unlock [21 ] 21
S_L L1_GETS [0 ] 0 S_L L1_GETS [0 ] 0
S_L L1_GETS_Last_Token [0 ] 0 S_L L1_GETS_Last_Token [0 ] 0
@ -753,71 +752,71 @@ S_L Persistent_GETS_Last_Token [0 ] 0
S_L Own_Lock_or_Unlock [0 ] 0 S_L Own_Lock_or_Unlock [0 ] 0
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1638 memory_total_requests: 1574
memory_reads: 857 memory_reads: 826
memory_writes: 781 memory_writes: 748
memory_refreshes: 559 memory_refreshes: 531
memory_total_request_delays: 1137 memory_total_request_delays: 1037
memory_delays_per_request: 0.694139 memory_delays_per_request: 0.658831
memory_delays_in_input_queue: 178 memory_delays_in_input_queue: 141
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 2
memory_delays_stalled_at_head_of_bank_queue: 959 memory_delays_stalled_at_head_of_bank_queue: 894
memory_stalls_for_bank_busy: 158 memory_stalls_for_bank_busy: 217
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 113 memory_stalls_for_arbitration: 83
memory_stalls_for_bus: 401 memory_stalls_for_bus: 353
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 205 memory_stalls_for_read_write_turnaround: 169
memory_stalls_for_read_read_turnaround: 82 memory_stalls_for_read_read_turnaround: 72
accesses_per_bank: 43 36 45 82 56 68 39 49 63 53 46 57 46 44 30 48 52 45 51 51 50 54 52 58 33 59 64 54 43 63 43 61 accesses_per_bank: 45 29 60 82 68 54 61 51 42 44 37 39 45 54 39 49 42 55 46 41 46 48 53 59 44 62 49 35 51 49 60 35
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [796 ] 796 GETX [768 ] 768
GETS [88 ] 88 GETS [83 ] 83
Lockdown [179 ] 179 Lockdown [175 ] 175
Unlockdown [179 ] 179 Unlockdown [175 ] 175
Own_Lock_or_Unlock [0 ] 0 Own_Lock_or_Unlock [0 ] 0
Own_Lock_or_Unlock_Tokens [0 ] 0 Own_Lock_or_Unlock_Tokens [0 ] 0
Data_Owner [1 ] 1 Data_Owner [0 ] 0
Data_All_Tokens [787 ] 787 Data_All_Tokens [757 ] 757
Ack_Owner [0 ] 0 Ack_Owner [0 ] 0
Ack_Owner_All_Tokens [68 ] 68 Ack_Owner_All_Tokens [70 ] 70
Tokens [0 ] 0 Tokens [0 ] 0
Ack_All_Tokens [1 ] 1 Ack_All_Tokens [0 ] 0
Request_Timeout [0 ] 0 Request_Timeout [0 ] 0
Memory_Data [856 ] 856 Memory_Data [825 ] 825
Memory_Ack [781 ] 781 Memory_Ack [748 ] 748
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
DMA_WRITE_All_Tokens [0 ] 0 DMA_WRITE_All_Tokens [0 ] 0
- Transitions - - Transitions -
O GETX [766 ] 766 O GETX [739 ] 739
O GETS [85 ] 85 O GETS [83 ] 83
O Lockdown [6 ] 6 O Lockdown [4 ] 4
O Unlockdown [0 ] 0 O Unlockdown [0 ] 0
O Own_Lock_or_Unlock [0 ] 0 O Own_Lock_or_Unlock [0 ] 0
O Own_Lock_or_Unlock_Tokens [0 ] 0 O Own_Lock_or_Unlock_Tokens [0 ] 0
O Data_Owner [0 ] 0 O Data_Owner [0 ] 0
O Data_All_Tokens [0 ] 0 O Data_All_Tokens [0 ] 0
O Tokens [0 ] 0 O Tokens [0 ] 0
O Ack_All_Tokens [1 ] 1 O Ack_All_Tokens [0 ] 0
O DMA_READ [0 ] 0 O DMA_READ [0 ] 0
O DMA_WRITE [0 ] 0 O DMA_WRITE [0 ] 0
O DMA_WRITE_All_Tokens [0 ] 0 O DMA_WRITE_All_Tokens [0 ] 0
NO GETX [9 ] 9 NO GETX [6 ] 6
NO GETS [3 ] 3 NO GETS [0 ] 0
NO Lockdown [162 ] 162 NO Lockdown [159 ] 159
NO Unlockdown [0 ] 0 NO Unlockdown [0 ] 0
NO Own_Lock_or_Unlock [0 ] 0 NO Own_Lock_or_Unlock [0 ] 0
NO Own_Lock_or_Unlock_Tokens [0 ] 0 NO Own_Lock_or_Unlock_Tokens [0 ] 0
NO Data_Owner [1 ] 1 NO Data_Owner [0 ] 0
NO Data_All_Tokens [780 ] 780 NO Data_All_Tokens [748 ] 748
NO Ack_Owner [0 ] 0 NO Ack_Owner [0 ] 0
NO Ack_Owner_All_Tokens [68 ] 68 NO Ack_Owner_All_Tokens [70 ] 70
NO Tokens [0 ] 0 NO Tokens [0 ] 0
NO DMA_READ [0 ] 0 NO DMA_READ [0 ] 0
NO DMA_WRITE [0 ] 0 NO DMA_WRITE [0 ] 0
@ -825,11 +824,11 @@ NO DMA_WRITE [0 ] 0
L GETX [2 ] 2 L GETX [2 ] 2
L GETS [0 ] 0 L GETS [0 ] 0
L Lockdown [0 ] 0 L Lockdown [0 ] 0
L Unlockdown [179 ] 179 L Unlockdown [173 ] 173
L Own_Lock_or_Unlock [0 ] 0 L Own_Lock_or_Unlock [0 ] 0
L Own_Lock_or_Unlock_Tokens [0 ] 0 L Own_Lock_or_Unlock_Tokens [0 ] 0
L Data_Owner [0 ] 0 L Data_Owner [0 ] 0
L Data_All_Tokens [7 ] 7 L Data_All_Tokens [9 ] 9
L Ack_Owner [0 ] 0 L Ack_Owner [0 ] 0
L Ack_Owner_All_Tokens [0 ] 0 L Ack_Owner_All_Tokens [0 ] 0
L Tokens [0 ] 0 L Tokens [0 ] 0
@ -839,7 +838,7 @@ L DMA_WRITE_All_Tokens [0 ] 0
O_W GETX [0 ] 0 O_W GETX [0 ] 0
O_W GETS [0 ] 0 O_W GETS [0 ] 0
O_W Lockdown [0 ] 0 O_W Lockdown [2 ] 2
O_W Unlockdown [0 ] 0 O_W Unlockdown [0 ] 0
O_W Own_Lock_or_Unlock [0 ] 0 O_W Own_Lock_or_Unlock [0 ] 0
O_W Own_Lock_or_Unlock_Tokens [0 ] 0 O_W Own_Lock_or_Unlock_Tokens [0 ] 0
@ -849,15 +848,15 @@ O_W Ack_Owner [0 ] 0
O_W Tokens [0 ] 0 O_W Tokens [0 ] 0
O_W Ack_All_Tokens [0 ] 0 O_W Ack_All_Tokens [0 ] 0
O_W Memory_Data [0 ] 0 O_W Memory_Data [0 ] 0
O_W Memory_Ack [781 ] 781 O_W Memory_Ack [748 ] 748
O_W DMA_READ [0 ] 0 O_W DMA_READ [0 ] 0
O_W DMA_WRITE [0 ] 0 O_W DMA_WRITE [0 ] 0
O_W DMA_WRITE_All_Tokens [0 ] 0 O_W DMA_WRITE_All_Tokens [0 ] 0
L_O_W GETX [19 ] 19 L_O_W GETX [21 ] 21
L_O_W GETS [0 ] 0 L_O_W GETS [0 ] 0
L_O_W Lockdown [0 ] 0 L_O_W Lockdown [0 ] 0
L_O_W Unlockdown [0 ] 0 L_O_W Unlockdown [2 ] 2
L_O_W Own_Lock_or_Unlock [0 ] 0 L_O_W Own_Lock_or_Unlock [0 ] 0
L_O_W Own_Lock_or_Unlock_Tokens [0 ] 0 L_O_W Own_Lock_or_Unlock_Tokens [0 ] 0
L_O_W Data_Owner [0 ] 0 L_O_W Data_Owner [0 ] 0
@ -865,7 +864,7 @@ L_O_W Data_All_Tokens [0 ] 0
L_O_W Ack_Owner [0 ] 0 L_O_W Ack_Owner [0 ] 0
L_O_W Tokens [0 ] 0 L_O_W Tokens [0 ] 0
L_O_W Ack_All_Tokens [0 ] 0 L_O_W Ack_All_Tokens [0 ] 0
L_O_W Memory_Data [6 ] 6 L_O_W Memory_Data [4 ] 4
L_O_W Memory_Ack [0 ] 0 L_O_W Memory_Ack [0 ] 0
L_O_W DMA_READ [0 ] 0 L_O_W DMA_READ [0 ] 0
L_O_W DMA_WRITE [0 ] 0 L_O_W DMA_WRITE [0 ] 0
@ -882,7 +881,7 @@ L_NO_W Data_All_Tokens [0 ] 0
L_NO_W Ack_Owner [0 ] 0 L_NO_W Ack_Owner [0 ] 0
L_NO_W Tokens [0 ] 0 L_NO_W Tokens [0 ] 0
L_NO_W Ack_All_Tokens [0 ] 0 L_NO_W Ack_All_Tokens [0 ] 0
L_NO_W Memory_Data [11 ] 11 L_NO_W Memory_Data [10 ] 10
L_NO_W DMA_READ [0 ] 0 L_NO_W DMA_READ [0 ] 0
L_NO_W DMA_WRITE [0 ] 0 L_NO_W DMA_WRITE [0 ] 0
L_NO_W DMA_WRITE_All_Tokens [0 ] 0 L_NO_W DMA_WRITE_All_Tokens [0 ] 0
@ -923,7 +922,7 @@ DW_L_W DMA_WRITE_All_Tokens [0 ] 0
NO_W GETX [0 ] 0 NO_W GETX [0 ] 0
NO_W GETS [0 ] 0 NO_W GETS [0 ] 0
NO_W Lockdown [11 ] 11 NO_W Lockdown [10 ] 10
NO_W Unlockdown [0 ] 0 NO_W Unlockdown [0 ] 0
NO_W Own_Lock_or_Unlock [0 ] 0 NO_W Own_Lock_or_Unlock [0 ] 0
NO_W Own_Lock_or_Unlock_Tokens [0 ] 0 NO_W Own_Lock_or_Unlock_Tokens [0 ] 0
@ -932,7 +931,7 @@ NO_W Data_All_Tokens [0 ] 0
NO_W Ack_Owner [0 ] 0 NO_W Ack_Owner [0 ] 0
NO_W Tokens [0 ] 0 NO_W Tokens [0 ] 0
NO_W Ack_All_Tokens [0 ] 0 NO_W Ack_All_Tokens [0 ] 0
NO_W Memory_Data [839 ] 839 NO_W Memory_Data [811 ] 811
NO_W DMA_READ [0 ] 0 NO_W DMA_READ [0 ] 0
NO_W DMA_WRITE [0 ] 0 NO_W DMA_WRITE [0 ] 0
NO_W DMA_WRITE_All_Tokens [0 ] 0 NO_W DMA_WRITE_All_Tokens [0 ] 0

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:17:10 M5 compiled Apr 28 2011 15:03:17
M5 started Apr 19 2011 12:17:16 M5 started Apr 28 2011 15:03:52
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_CMP_token/m5.opt -d build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token -re tests/run.py build/ALPHA_SE_MOESI_CMP_token/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_CMP_token
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 268001 because Ruby Tester completed Exiting @ tick 254811 because Ruby Tester completed

View file

@ -1,10 +1,10 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 210932 # Number of bytes of host memory used host_mem_usage 225148 # Number of bytes of host memory used
host_seconds 0.09 # Real time elapsed on the host host_seconds 0.20 # Real time elapsed on the host
host_tick_rate 3091502 # Simulator tick rate (ticks/s) host_tick_rate 1244529 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.000268 # Number of seconds simulated sim_seconds 0.000255 # Number of seconds simulated
sim_ticks 268001 # Number of ticks simulated sim_ticks 254811 # Number of ticks simulated
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -22,6 +22,7 @@ work_item_id=-1
type=Directory_Controller type=Directory_Controller
children=directory memBuffer probeFilter children=directory memBuffer probeFilter
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
full_bit_dir_enabled=false full_bit_dir_enabled=false
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -78,6 +79,7 @@ L1IcacheMemory=system.ruby.cpu_ruby_ports.icache
L2cacheMemory=system.l1_cntrl0.L2cacheMemory L2cacheMemory=system.l1_cntrl0.L2cacheMemory
buffer_size=0 buffer_size=0
cache_response_latency=10 cache_response_latency=10
cntrl_id=0
issue_latency=2 issue_latency=2
l2_cache_hit_latency=10 l2_cache_hit_latency=10
no_mig_atomic=true no_mig_atomic=true
@ -156,52 +158,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 12:09:50 Real time: Apr/28/2011 15:12:18
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.17 Virtual_time_in_seconds: 0.47
Virtual_time_in_minutes: 0.00283333 Virtual_time_in_minutes: 0.00783333
Virtual_time_in_hours: 4.72222e-05 Virtual_time_in_hours: 0.000130556
Virtual_time_in_days: 1.96759e-06 Virtual_time_in_days: 5.43981e-06
Ruby_current_time: 210961 Ruby_current_time: 218861
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 210961 Ruby_cycles: 218861
mbytes_resident: 35.4336 mbytes_resident: 35.7695
mbytes_total: 205.836 mbytes_total: 219.633
resident_ratio: 0.172164 resident_ratio: 0.162914
ruby_cycles_executed: [ 210962 ] ruby_cycles_executed: [ 218862 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -65,17 +65,17 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
sequencer_requests_outstanding: [binsize: 1 max: 16 count: 978 average: 15.8016 | standard deviation: 1.14461 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 3 71 891 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 1005 average: 15.808 | standard deviation: 1.13264 | 0 1 1 1 1 1 1 1 1 1 1 1 1 2 4 65 922 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
miss_latency: [binsize: 64 max: 8993 count: 963 average: 3469.42 | standard deviation: 1599.67 | 72 11 5 3 10 7 13 12 7 12 1 8 4 1 1 2 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 2 3 2 0 5 2 2 5 6 10 12 7 16 18 17 32 34 24 31 26 29 36 35 35 28 41 44 32 34 21 30 17 25 22 20 20 10 10 6 8 9 7 5 2 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: 15144 count: 990 average: 3497.61 | standard deviation: 1761.96 | 94 4 26 34 22 11 5 2 0 0 2 0 0 2 0 0 1 0 1 0 0 1 3 1 3 8 16 24 44 55 84 62 81 68 73 52 45 41 35 22 24 22 9 3 1 2 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 ]
miss_latency_LD: [binsize: 32 max: 5235 count: 48 average: 3979.79 | standard deviation: 1306.56 | 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 2 1 0 1 0 0 1 0 1 0 1 0 2 3 2 2 1 4 0 1 0 1 1 2 0 0 1 0 2 1 1 0 0 0 0 0 0 1 0 1 0 3 0 2 0 0 0 3 0 1 ] miss_latency_LD: [binsize: 32 max: 5449 count: 40 average: 3885.72 | standard deviation: 1329.57 | 1 0 0 1 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 2 0 0 2 1 0 4 1 0 0 1 1 0 1 0 0 0 0 2 0 1 0 0 1 0 1 1 0 0 0 3 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 ]
miss_latency_ST: [binsize: 64 max: 8993 count: 863 average: 3621.56 | standard deviation: 1476.69 | 66 9 4 1 5 2 6 6 3 6 0 0 2 1 1 2 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 2 3 2 0 5 2 2 5 5 10 11 7 16 18 17 32 31 23 31 25 28 35 30 31 23 40 43 29 34 20 27 16 25 22 19 19 7 8 6 5 8 7 5 2 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_ST: [binsize: 128 max: 15144 count: 890 average: 3688.06 | standard deviation: 1639.42 | 83 2 16 13 12 4 3 1 0 0 2 0 0 2 0 0 1 0 1 0 0 1 3 1 2 8 14 24 42 51 78 60 80 66 71 50 42 38 34 21 22 21 8 3 1 2 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 ]
miss_latency_IFETCH: [binsize: 8 max: 1126 count: 52 average: 473.327 | standard deviation: 221.338 | 0 2 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 2 1 1 0 0 0 1 0 1 0 1 0 0 2 5 1 1 0 0 0 0 0 0 0 0 0 1 0 3 2 2 1 0 1 0 0 0 0 1 2 0 0 2 0 1 0 1 0 0 0 0 0 0 0 2 2 2 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_IFETCH: [binsize: 8 max: 999 count: 60 average: 413.883 | standard deviation: 232.639 | 6 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 5 1 1 0 0 1 0 1 0 0 0 0 0 1 3 4 3 0 2 1 0 0 1 0 0 0 2 1 1 2 0 1 1 0 1 0 0 0 0 1 2 1 3 0 0 0 0 1 0 0 0 0 1 2 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_L1Cache: [binsize: 1 max: 117 count: 71 average: 13.3803 | standard deviation: 32.5601 | 0 10 15 23 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 2 1 0 0 0 1 1 ] miss_latency_L1Cache: [binsize: 1 max: 115 count: 78 average: 13.2051 | standard deviation: 32.1294 | 0 21 15 17 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 0 1 1 0 0 0 0 1 0 1 ]
miss_latency_L2Cache: [binsize: 64 max: 8993 count: 33 average: 2589.88 | standard deviation: 2554.56 | 8 4 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 1 1 0 0 1 1 4 2 2 1 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 1 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 ] miss_latency_L2Cache: [binsize: 128 max: 15144 count: 38 average: 3161.37 | standard deviation: 3572.78 | 16 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 2 1 2 1 1 2 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 ]
miss_latency_Directory: [binsize: 32 max: 6151 count: 859 average: 3788.87 | standard deviation: 1226.92 | 0 0 0 0 0 5 1 1 8 2 2 5 13 0 0 12 6 0 4 8 1 0 7 1 1 3 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 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 2 2 1 2 0 0 0 5 0 1 1 2 0 2 3 3 3 6 3 4 7 4 3 6 10 11 6 4 12 14 14 15 17 13 9 17 13 7 19 18 10 17 19 20 15 17 17 8 20 25 16 22 22 14 18 15 19 10 10 19 11 9 8 14 11 15 7 12 8 9 11 5 5 4 6 3 3 3 5 4 5 2 5 2 3 1 1 1 0 0 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 ] miss_latency_Directory: [binsize: 32 max: 5926 count: 874 average: 3823.2 | standard deviation: 1334.21 | 0 0 0 0 0 2 2 0 9 7 2 8 16 4 3 11 4 1 10 6 1 5 4 1 0 2 3 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 2 0 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 0 0 0 0 0 1 0 0 1 2 0 0 1 0 1 0 1 1 2 1 1 4 3 2 6 4 2 7 7 8 8 9 15 10 13 13 8 20 17 18 24 23 18 9 19 15 21 21 16 22 24 8 21 13 24 18 15 15 16 12 12 10 9 11 11 12 12 5 11 13 7 10 10 8 2 9 8 3 5 10 6 3 9 4 5 4 6 1 2 0 2 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -85,14 +85,15 @@ miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average:
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 859 imcomplete_dir_Times: 874
miss_latency_LD_L1Cache: [binsize: 1 max: 3 count: 4 average: 2 | standard deviation: 0.816497 | 0 1 2 1 ] miss_latency_LD_L1Cache: [binsize: 1 max: 115 count: 2 average: 59 | standard deviation: 79.196 | 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 0 0 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 ]
miss_latency_LD_Directory: [binsize: 32 max: 5235 count: 44 average: 4341.41 | standard deviation: 510.099 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 2 1 0 1 0 0 1 0 1 0 1 0 2 3 2 2 1 4 0 1 0 1 1 2 0 0 1 0 2 1 1 0 0 0 0 0 0 1 0 1 0 3 0 2 0 0 0 3 0 1 ] miss_latency_LD_Directory: [binsize: 32 max: 5449 count: 38 average: 4087.13 | standard deviation: 1014.85 | 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 1 0 1 0 2 0 0 2 1 0 4 1 0 0 1 1 0 1 0 0 0 0 2 0 1 0 0 1 0 1 1 0 0 0 3 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 ]
miss_latency_ST_L1Cache: [binsize: 1 max: 117 count: 67 average: 14.0597 | standard deviation: 33.4075 | 0 9 13 22 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 2 1 0 0 0 1 1 ] miss_latency_ST_L1Cache: [binsize: 1 max: 113 count: 75 average: 12.1333 | standard deviation: 30.4935 | 0 21 14 16 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 0 1 1 0 0 0 0 1 ]
miss_latency_ST_L2Cache: [binsize: 64 max: 8993 count: 29 average: 2938.52 | standard deviation: 2533.58 | 6 2 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 1 1 0 0 1 1 4 2 2 1 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 1 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 ] miss_latency_ST_L2Cache: [binsize: 128 max: 15144 count: 30 average: 3999.4 | standard deviation: 3582.58 | 8 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 2 1 2 1 1 2 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 ]
miss_latency_ST_Directory: [binsize: 32 max: 6151 count: 767 average: 3962.52 | standard deviation: 973.04 | 0 0 0 0 0 4 0 0 4 1 0 2 6 0 0 6 2 0 1 5 0 0 0 0 0 2 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 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 2 2 1 2 0 0 0 5 0 1 1 2 0 2 3 3 2 6 3 4 6 4 3 6 10 11 6 4 12 14 14 13 16 13 8 17 13 6 19 17 10 16 19 18 12 15 15 7 16 25 15 22 21 13 16 15 19 9 10 17 10 8 8 14 11 15 7 12 7 9 10 5 2 4 4 3 3 3 2 4 4 2 5 2 3 1 1 1 0 0 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 ] miss_latency_ST_Directory: [binsize: 32 max: 5926 count: 785 average: 4027.37 | standard deviation: 1077.58 | 0 0 0 0 0 1 1 0 3 5 1 7 6 1 2 4 2 0 6 3 0 2 2 0 0 1 2 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 2 0 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 0 0 0 0 0 1 0 0 1 2 0 0 1 0 0 0 1 1 2 1 1 4 2 2 5 4 2 7 7 8 7 9 14 10 11 13 8 18 16 18 20 22 18 9 18 14 21 20 16 22 24 8 19 13 23 18 15 14 16 11 11 10 9 11 8 12 11 4 10 13 7 9 10 8 2 9 8 2 5 9 5 3 9 3 5 4 6 1 1 0 2 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 ]
miss_latency_IFETCH_L2Cache: [binsize: 1 max: 117 count: 4 average: 62.25 | standard deviation: 62.0725 | 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 0 0 0 0 0 0 0 0 0 0 0 0 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 ] miss_latency_IFETCH_L1Cache: [binsize: 1 max: 2 count: 1 average: 2 | standard deviation: 0 | 0 0 1 ]
miss_latency_IFETCH_Directory: [binsize: 8 max: 1126 count: 48 average: 507.583 | standard deviation: 193.22 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 2 1 1 0 0 0 1 0 1 0 1 0 0 2 5 1 1 0 0 0 0 0 0 0 0 0 1 0 3 2 2 1 0 1 0 0 0 0 1 2 0 0 2 0 1 0 1 0 0 0 0 0 0 0 2 2 2 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] miss_latency_IFETCH_L2Cache: [binsize: 1 max: 108 count: 8 average: 18.75 | standard deviation: 36.0912 | 0 0 0 0 1 2 2 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 0 0 0 0 0 0 0 0 0 0 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 ]
miss_latency_IFETCH_Directory: [binsize: 8 max: 999 count: 51 average: 483.941 | standard deviation: 174.07 | 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 1 0 0 0 0 0 0 0 0 5 1 1 0 0 1 0 1 0 0 0 0 0 1 3 4 3 0 2 1 0 0 1 0 0 0 2 1 1 2 0 1 1 0 1 0 0 0 0 1 2 1 3 0 0 0 0 1 0 0 0 0 1 2 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -124,107 +125,107 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9364 page_reclaims: 10373
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 56 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Request_Control: 2577 20616 total_msg_count_Request_Control: 2625 21000
total_msg_count_Response_Data: 2577 185544 total_msg_count_Response_Data: 2622 188784
total_msg_count_Writeback_Data: 2301 165672 total_msg_count_Writeback_Data: 2342 168624
total_msg_count_Writeback_Control: 5367 42936 total_msg_count_Writeback_Control: 5451 43608
total_msg_count_Unblock_Control: 2574 20592 total_msg_count_Unblock_Control: 2615 20920
total_msgs: 15396 total_bytes: 435360 total_msgs: 15655 total_bytes: 442936
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.138684 links_utilized_percent_switch_0: 2.10979
links_utilized_percent_switch_0_link_0: 0.0508566 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 1.99487 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.226511 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 2.2247 bw: 16000 base_latency: 1
outgoing_messages_switch_0_link_0_Response_Data: 859 61848 [ 0 0 0 0 859 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Response_Data: 874 62928 [ 0 0 0 0 874 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_0_Writeback_Control: 852 6816 [ 0 0 0 852 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_0_Writeback_Control: 866 6928 [ 0 0 0 866 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Request_Control: 859 6872 [ 0 0 859 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Request_Control: 876 7008 [ 0 0 876 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Data: 767 55224 [ 0 0 0 0 0 767 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Data: 782 56304 [ 0 0 0 0 0 782 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_0_link_1_Writeback_Control: 937 7496 [ 0 0 852 0 0 85 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_0_link_1_Writeback_Control: 951 7608 [ 0 0 867 0 0 84 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 outgoing_messages_switch_0_link_1_Unblock_Control: 873 6984 [ 0 0 0 0 0 873 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.130027 links_utilized_percent_switch_1: 2.10727
links_utilized_percent_switch_1_link_0: 0.0566278 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 2.21967 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.203426 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.99487 bw: 16000 base_latency: 1
outgoing_messages_switch_1_link_0_Request_Control: 859 6872 [ 0 0 859 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Request_Control: 874 6992 [ 0 0 874 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Data: 767 55224 [ 0 0 0 0 0 767 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Data: 780 56160 [ 0 0 0 0 0 780 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_0_Writeback_Control: 937 7496 [ 0 0 852 0 0 85 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_0_Writeback_Control: 951 7608 [ 0 0 867 0 0 84 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_0_Unblock_Control: 871 6968 [ 0 0 0 0 0 871 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Response_Data: 859 61848 [ 0 0 0 0 859 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Response_Data: 874 62928 [ 0 0 0 0 874 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_1_link_1_Writeback_Control: 852 6816 [ 0 0 0 852 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_1_link_1_Writeback_Control: 866 6928 [ 0 0 0 866 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.214969 links_utilized_percent_switch_2: 2.10739
links_utilized_percent_switch_2_link_0: 0.203426 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.99487 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.226511 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 2.2199 bw: 16000 base_latency: 1
outgoing_messages_switch_2_link_0_Response_Data: 859 61848 [ 0 0 0 0 859 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Response_Data: 874 62928 [ 0 0 0 0 874 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_0_Writeback_Control: 852 6816 [ 0 0 0 852 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_0_Writeback_Control: 866 6928 [ 0 0 0 866 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Request_Control: 859 6872 [ 0 0 859 0 0 0 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Request_Control: 875 7000 [ 0 0 875 0 0 0 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Writeback_Data: 767 55224 [ 0 0 0 0 0 767 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Writeback_Data: 780 56160 [ 0 0 0 0 0 780 0 0 0 0 ] base_latency: 1
outgoing_messages_switch_2_link_1_Writeback_Control: 937 7496 [ 0 0 852 0 0 85 0 0 0 0 ] base_latency: 1 outgoing_messages_switch_2_link_1_Writeback_Control: 951 7608 [ 0 0 867 0 0 84 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 outgoing_messages_switch_2_link_1_Unblock_Control: 871 6968 [ 0 0 0 0 0 871 0 0 0 0 ] base_latency: 1
Cache Stats: system.ruby.cpu_ruby_ports.icache Cache Stats: system.ruby.cpu_ruby_ports.icache
system.ruby.cpu_ruby_ports.icache_total_misses: 52 system.ruby.cpu_ruby_ports.icache_total_misses: 59
system.ruby.cpu_ruby_ports.icache_total_demand_misses: 52 system.ruby.cpu_ruby_ports.icache_total_demand_misses: 59
system.ruby.cpu_ruby_ports.icache_total_prefetches: 0 system.ruby.cpu_ruby_ports.icache_total_prefetches: 0
system.ruby.cpu_ruby_ports.icache_total_sw_prefetches: 0 system.ruby.cpu_ruby_ports.icache_total_sw_prefetches: 0
system.ruby.cpu_ruby_ports.icache_total_hw_prefetches: 0 system.ruby.cpu_ruby_ports.icache_total_hw_prefetches: 0
system.ruby.cpu_ruby_ports.icache_request_type_IFETCH: 100% system.ruby.cpu_ruby_ports.icache_request_type_IFETCH: 100%
system.ruby.cpu_ruby_ports.icache_access_mode_type_Supervisor: 52 100% system.ruby.cpu_ruby_ports.icache_access_mode_type_Supervisor: 59 100%
Cache Stats: system.ruby.cpu_ruby_ports.dcache Cache Stats: system.ruby.cpu_ruby_ports.dcache
system.ruby.cpu_ruby_ports.dcache_total_misses: 852 system.ruby.cpu_ruby_ports.dcache_total_misses: 872
system.ruby.cpu_ruby_ports.dcache_total_demand_misses: 852 system.ruby.cpu_ruby_ports.dcache_total_demand_misses: 872
system.ruby.cpu_ruby_ports.dcache_total_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_total_sw_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_sw_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_total_hw_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_hw_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_request_type_LD: 5.28169% system.ruby.cpu_ruby_ports.dcache_request_type_LD: 4.58716%
system.ruby.cpu_ruby_ports.dcache_request_type_ST: 94.7183% system.ruby.cpu_ruby_ports.dcache_request_type_ST: 95.4128%
system.ruby.cpu_ruby_ports.dcache_access_mode_type_Supervisor: 852 100% system.ruby.cpu_ruby_ports.dcache_access_mode_type_Supervisor: 872 100%
Cache Stats: system.l1_cntrl0.L2cacheMemory Cache Stats: system.l1_cntrl0.L2cacheMemory
system.l1_cntrl0.L2cacheMemory_total_misses: 904 system.l1_cntrl0.L2cacheMemory_total_misses: 931
system.l1_cntrl0.L2cacheMemory_total_demand_misses: 904 system.l1_cntrl0.L2cacheMemory_total_demand_misses: 931
system.l1_cntrl0.L2cacheMemory_total_prefetches: 0 system.l1_cntrl0.L2cacheMemory_total_prefetches: 0
system.l1_cntrl0.L2cacheMemory_total_sw_prefetches: 0 system.l1_cntrl0.L2cacheMemory_total_sw_prefetches: 0
system.l1_cntrl0.L2cacheMemory_total_hw_prefetches: 0 system.l1_cntrl0.L2cacheMemory_total_hw_prefetches: 0
system.l1_cntrl0.L2cacheMemory_request_type_LD: 4.97788% system.l1_cntrl0.L2cacheMemory_request_type_LD: 4.29646%
system.l1_cntrl0.L2cacheMemory_request_type_ST: 89.2699% system.l1_cntrl0.L2cacheMemory_request_type_ST: 89.3663%
system.l1_cntrl0.L2cacheMemory_request_type_IFETCH: 5.75221% system.l1_cntrl0.L2cacheMemory_request_type_IFETCH: 6.33727%
system.l1_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 904 100% system.l1_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 931 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [48 ] 48 Load [42 ] 42
Ifetch [53 ] 53 Ifetch [61 ] 61
Store [888 ] 888 Store [922 ] 922
L2_Replacement [854 ] 854 L2_Replacement [869 ] 869
L1_to_L2 [16074 ] 16074 L1_to_L2 [16473 ] 16473
Trigger_L2_to_L1D [39 ] 39 Trigger_L2_to_L1D [47 ] 47
Trigger_L2_to_L1I [4 ] 4 Trigger_L2_to_L1I [8 ] 8
Complete_L2_to_L1 [43 ] 43 Complete_L2_to_L1 [55 ] 55
Other_GETX [0 ] 0 Other_GETX [0 ] 0
Other_GETS [0 ] 0 Other_GETS [0 ] 0
Merged_GETS [0 ] 0 Merged_GETS [0 ] 0
@ -235,18 +236,18 @@ Ack [0 ] 0
Shared_Ack [0 ] 0 Shared_Ack [0 ] 0
Data [0 ] 0 Data [0 ] 0
Shared_Data [0 ] 0 Shared_Data [0 ] 0
Exclusive_Data [859 ] 859 Exclusive_Data [874 ] 874
Writeback_Ack [852 ] 852 Writeback_Ack [866 ] 866
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
All_acks [0 ] 0 All_acks [0 ] 0
All_acks_no_sharers [859 ] 859 All_acks_no_sharers [873 ] 873
Flush_line [0 ] 0 Flush_line [0 ] 0
Block_Ack [0 ] 0 Block_Ack [0 ] 0
- Transitions - - Transitions -
I Load [44 ] 44 I Load [39 ] 39
I Ifetch [48 ] 48 I Ifetch [51 ] 51
I Store [769 ] 769 I Store [786 ] 786
I L2_Replacement [0 ] 0 I L2_Replacement [0 ] 0
I L1_to_L2 [0 ] 0 I L1_to_L2 [0 ] 0
I Trigger_L2_to_L1D [0 ] 0 I Trigger_L2_to_L1D [0 ] 0
@ -289,10 +290,10 @@ O Flush_line [0 ] 0
M Load [0 ] 0 M Load [0 ] 0
M Ifetch [0 ] 0 M Ifetch [0 ] 0
M Store [3 ] 3 M Store [2 ] 2
M L2_Replacement [85 ] 85 M L2_Replacement [85 ] 85
M L1_to_L2 [95 ] 95 M L1_to_L2 [93 ] 93
M Trigger_L2_to_L1D [9 ] 9 M Trigger_L2_to_L1D [8 ] 8
M Trigger_L2_to_L1I [0 ] 0 M Trigger_L2_to_L1I [0 ] 0
M Other_GETX [0 ] 0 M Other_GETX [0 ] 0
M Other_GETS [0 ] 0 M Other_GETS [0 ] 0
@ -302,13 +303,13 @@ M NC_DMA_GETS [0 ] 0
M Invalidate [0 ] 0 M Invalidate [0 ] 0
M Flush_line [0 ] 0 M Flush_line [0 ] 0
MM Load [4 ] 4 MM Load [2 ] 2
MM Ifetch [4 ] 4 MM Ifetch [9 ] 9
MM Store [92 ] 92 MM Store [102 ] 102
MM L2_Replacement [769 ] 769 MM L2_Replacement [784 ] 784
MM L1_to_L2 [804 ] 804 MM L1_to_L2 [833 ] 833
MM Trigger_L2_to_L1D [30 ] 30 MM Trigger_L2_to_L1D [39 ] 39
MM Trigger_L2_to_L1I [4 ] 4 MM Trigger_L2_to_L1I [8 ] 8
MM Other_GETX [0 ] 0 MM Other_GETX [0 ] 0
MM Other_GETS [0 ] 0 MM Other_GETS [0 ] 0
MM Merged_GETS [0 ] 0 MM Merged_GETS [0 ] 0
@ -321,7 +322,7 @@ IM Load [0 ] 0
IM Ifetch [0 ] 0 IM Ifetch [0 ] 0
IM Store [0 ] 0 IM Store [0 ] 0
IM L2_Replacement [0 ] 0 IM L2_Replacement [0 ] 0
IM L1_to_L2 [9842 ] 9842 IM L1_to_L2 [10256 ] 10256
IM Other_GETX [0 ] 0 IM Other_GETX [0 ] 0
IM Other_GETS [0 ] 0 IM Other_GETS [0 ] 0
IM Other_GETS_No_Mig [0 ] 0 IM Other_GETS_No_Mig [0 ] 0
@ -329,7 +330,7 @@ IM NC_DMA_GETS [0 ] 0
IM Invalidate [0 ] 0 IM Invalidate [0 ] 0
IM Ack [0 ] 0 IM Ack [0 ] 0
IM Data [0 ] 0 IM Data [0 ] 0
IM Exclusive_Data [767 ] 767 IM Exclusive_Data [785 ] 785
IM Flush_line [0 ] 0 IM Flush_line [0 ] 0
SM Load [0 ] 0 SM Load [0 ] 0
@ -374,27 +375,27 @@ ISM Flush_line [0 ] 0
M_W Load [0 ] 0 M_W Load [0 ] 0
M_W Ifetch [0 ] 0 M_W Ifetch [0 ] 0
M_W Store [1 ] 1 M_W Store [0 ] 0
M_W L2_Replacement [0 ] 0 M_W L2_Replacement [0 ] 0
M_W L1_to_L2 [310 ] 310 M_W L1_to_L2 [292 ] 292
M_W Ack [0 ] 0 M_W Ack [0 ] 0
M_W All_acks_no_sharers [91 ] 91 M_W All_acks_no_sharers [88 ] 88
M_W Flush_line [0 ] 0 M_W Flush_line [0 ] 0
MM_W Load [0 ] 0 MM_W Load [0 ] 0
MM_W Ifetch [0 ] 0 MM_W Ifetch [0 ] 0
MM_W Store [0 ] 0 MM_W Store [1 ] 1
MM_W L2_Replacement [0 ] 0 MM_W L2_Replacement [0 ] 0
MM_W L1_to_L2 [4284 ] 4284 MM_W L1_to_L2 [4281 ] 4281
MM_W Ack [0 ] 0 MM_W Ack [0 ] 0
MM_W All_acks_no_sharers [768 ] 768 MM_W All_acks_no_sharers [785 ] 785
MM_W Flush_line [0 ] 0 MM_W Flush_line [0 ] 0
IS Load [0 ] 0 IS Load [0 ] 0
IS Ifetch [0 ] 0 IS Ifetch [0 ] 0
IS Store [0 ] 0 IS Store [0 ] 0
IS L2_Replacement [0 ] 0 IS L2_Replacement [0 ] 0
IS L1_to_L2 [621 ] 621 IS L1_to_L2 [576 ] 576
IS Other_GETX [0 ] 0 IS Other_GETX [0 ] 0
IS Other_GETS [0 ] 0 IS Other_GETS [0 ] 0
IS Other_GETS_No_Mig [0 ] 0 IS Other_GETS_No_Mig [0 ] 0
@ -404,7 +405,7 @@ IS Ack [0 ] 0
IS Shared_Ack [0 ] 0 IS Shared_Ack [0 ] 0
IS Data [0 ] 0 IS Data [0 ] 0
IS Shared_Data [0 ] 0 IS Shared_Data [0 ] 0
IS Exclusive_Data [92 ] 92 IS Exclusive_Data [89 ] 89
IS Flush_line [0 ] 0 IS Flush_line [0 ] 0
SS Load [0 ] 0 SS Load [0 ] 0
@ -433,8 +434,8 @@ OI Writeback_Ack [0 ] 0
OI Flush_line [0 ] 0 OI Flush_line [0 ] 0
MI Load [0 ] 0 MI Load [0 ] 0
MI Ifetch [1 ] 1 MI Ifetch [0 ] 0
MI Store [0 ] 0 MI Store [2 ] 2
MI L2_Replacement [0 ] 0 MI L2_Replacement [0 ] 0
MI L1_to_L2 [0 ] 0 MI L1_to_L2 [0 ] 0
MI Other_GETX [0 ] 0 MI Other_GETX [0 ] 0
@ -443,7 +444,7 @@ MI Merged_GETS [0 ] 0
MI Other_GETS_No_Mig [0 ] 0 MI Other_GETS_No_Mig [0 ] 0
MI NC_DMA_GETS [0 ] 0 MI NC_DMA_GETS [0 ] 0
MI Invalidate [0 ] 0 MI Invalidate [0 ] 0
MI Writeback_Ack [852 ] 852 MI Writeback_Ack [866 ] 866
MI Flush_line [0 ] 0 MI Flush_line [0 ] 0
II Load [0 ] 0 II Load [0 ] 0
@ -502,12 +503,12 @@ OT NC_DMA_GETS [0 ] 0
OT Invalidate [0 ] 0 OT Invalidate [0 ] 0
OT Flush_line [0 ] 0 OT Flush_line [0 ] 0
MT Load [0 ] 0 MT Load [1 ] 1
MT Ifetch [0 ] 0 MT Ifetch [0 ] 0
MT Store [2 ] 2 MT Store [1 ] 1
MT L2_Replacement [0 ] 0 MT L2_Replacement [0 ] 0
MT L1_to_L2 [39 ] 39 MT L1_to_L2 [25 ] 25
MT Complete_L2_to_L1 [9 ] 9 MT Complete_L2_to_L1 [8 ] 8
MT Other_GETX [0 ] 0 MT Other_GETX [0 ] 0
MT Other_GETS [0 ] 0 MT Other_GETS [0 ] 0
MT Merged_GETS [0 ] 0 MT Merged_GETS [0 ] 0
@ -517,11 +518,11 @@ MT Invalidate [0 ] 0
MT Flush_line [0 ] 0 MT Flush_line [0 ] 0
MMT Load [0 ] 0 MMT Load [0 ] 0
MMT Ifetch [0 ] 0 MMT Ifetch [1 ] 1
MMT Store [21 ] 21 MMT Store [28 ] 28
MMT L2_Replacement [0 ] 0 MMT L2_Replacement [0 ] 0
MMT L1_to_L2 [79 ] 79 MMT L1_to_L2 [117 ] 117
MMT Complete_L2_to_L1 [34 ] 34 MMT Complete_L2_to_L1 [47 ] 47
MMT Other_GETX [0 ] 0 MMT Other_GETX [0 ] 0
MMT Other_GETS [0 ] 0 MMT Other_GETS [0 ] 0
MMT Merged_GETS [0 ] 0 MMT Merged_GETS [0 ] 0
@ -626,42 +627,42 @@ Cache Stats: system.dir_cntrl0.probeFilter
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1626 memory_total_requests: 1654
memory_reads: 859 memory_reads: 874
memory_writes: 767 memory_writes: 780
memory_refreshes: 440 memory_refreshes: 456
memory_total_request_delays: 1086 memory_total_request_delays: 1201
memory_delays_per_request: 0.667897 memory_delays_per_request: 0.726119
memory_delays_in_input_queue: 156 memory_delays_in_input_queue: 157
memory_delays_behind_head_of_bank_queue: 0 memory_delays_behind_head_of_bank_queue: 3
memory_delays_stalled_at_head_of_bank_queue: 930 memory_delays_stalled_at_head_of_bank_queue: 1041
memory_stalls_for_bank_busy: 238 memory_stalls_for_bank_busy: 197
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 61 memory_stalls_for_arbitration: 94
memory_stalls_for_bus: 358 memory_stalls_for_bus: 428
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 169 memory_stalls_for_read_write_turnaround: 194
memory_stalls_for_read_read_turnaround: 104 memory_stalls_for_read_read_turnaround: 128
accesses_per_bank: 41 42 40 76 63 66 54 43 49 56 52 46 53 60 61 57 50 44 44 42 48 49 42 47 53 52 49 52 50 47 41 57 accesses_per_bank: 53 40 52 100 61 73 71 45 32 60 50 44 54 57 43 49 54 47 51 56 44 55 51 40 46 56 45 41 40 49 48 47
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [767 ] 767 GETX [785 ] 785
GETS [93 ] 93 GETS [89 ] 89
PUT [907 ] 907 PUT [923 ] 923
Unblock [0 ] 0 Unblock [0 ] 0
UnblockS [0 ] 0 UnblockS [0 ] 0
UnblockM [856 ] 856 UnblockM [871 ] 871
Writeback_Clean [0 ] 0 Writeback_Clean [0 ] 0
Writeback_Dirty [0 ] 0 Writeback_Dirty [0 ] 0
Writeback_Exclusive_Clean [85 ] 85 Writeback_Exclusive_Clean [84 ] 84
Writeback_Exclusive_Dirty [767 ] 767 Writeback_Exclusive_Dirty [780 ] 780
Pf_Replacement [0 ] 0 Pf_Replacement [0 ] 0
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
Memory_Data [859 ] 859 Memory_Data [874 ] 874
Memory_Ack [767 ] 767 Memory_Ack [780 ] 780
Ack [0 ] 0 Ack [0 ] 0
Shared_Ack [0 ] 0 Shared_Ack [0 ] 0
Shared_Data [0 ] 0 Shared_Data [0 ] 0
@ -685,7 +686,7 @@ NX GETF [0 ] 0
NO GETX [0 ] 0 NO GETX [0 ] 0
NO GETS [0 ] 0 NO GETS [0 ] 0
NO PUT [852 ] 852 NO PUT [867 ] 867
NO Pf_Replacement [0 ] 0 NO Pf_Replacement [0 ] 0
NO DMA_READ [0 ] 0 NO DMA_READ [0 ] 0
NO DMA_WRITE [0 ] 0 NO DMA_WRITE [0 ] 0
@ -707,8 +708,8 @@ O DMA_READ [0 ] 0
O DMA_WRITE [0 ] 0 O DMA_WRITE [0 ] 0
O GETF [0 ] 0 O GETF [0 ] 0
E GETX [767 ] 767 E GETX [785 ] 785
E GETS [92 ] 92 E GETS [89 ] 89
E PUT [0 ] 0 E PUT [0 ] 0
E DMA_READ [0 ] 0 E DMA_READ [0 ] 0
E DMA_WRITE [0 ] 0 E DMA_WRITE [0 ] 0
@ -749,9 +750,9 @@ NO_R GETF [0 ] 0
NO_B GETX [0 ] 0 NO_B GETX [0 ] 0
NO_B GETS [0 ] 0 NO_B GETS [0 ] 0
NO_B PUT [55 ] 55 NO_B PUT [56 ] 56
NO_B UnblockS [0 ] 0 NO_B UnblockS [0 ] 0
NO_B UnblockM [856 ] 856 NO_B UnblockM [871 ] 871
NO_B Pf_Replacement [0 ] 0 NO_B Pf_Replacement [0 ] 0
NO_B DMA_READ [0 ] 0 NO_B DMA_READ [0 ] 0
NO_B DMA_WRITE [0 ] 0 NO_B DMA_WRITE [0 ] 0
@ -805,7 +806,7 @@ NO_B_W UnblockM [0 ] 0
NO_B_W Pf_Replacement [0 ] 0 NO_B_W Pf_Replacement [0 ] 0
NO_B_W DMA_READ [0 ] 0 NO_B_W DMA_READ [0 ] 0
NO_B_W DMA_WRITE [0 ] 0 NO_B_W DMA_WRITE [0 ] 0
NO_B_W Memory_Data [859 ] 859 NO_B_W Memory_Data [874 ] 874
NO_B_W GETF [0 ] 0 NO_B_W GETF [0 ] 0
O_B_W GETX [0 ] 0 O_B_W GETX [0 ] 0
@ -932,8 +933,8 @@ WB PUT [0 ] 0
WB Unblock [0 ] 0 WB Unblock [0 ] 0
WB Writeback_Clean [0 ] 0 WB Writeback_Clean [0 ] 0
WB Writeback_Dirty [0 ] 0 WB Writeback_Dirty [0 ] 0
WB Writeback_Exclusive_Clean [85 ] 85 WB Writeback_Exclusive_Clean [84 ] 84
WB Writeback_Exclusive_Dirty [767 ] 767 WB Writeback_Exclusive_Dirty [780 ] 780
WB Pf_Replacement [0 ] 0 WB Pf_Replacement [0 ] 0
WB DMA_READ [0 ] 0 WB DMA_READ [0 ] 0
WB DMA_WRITE [0 ] 0 WB DMA_WRITE [0 ] 0
@ -949,12 +950,12 @@ WB_O_W Memory_Ack [0 ] 0
WB_O_W GETF [0 ] 0 WB_O_W GETF [0 ] 0
WB_E_W GETX [0 ] 0 WB_E_W GETX [0 ] 0
WB_E_W GETS [1 ] 1 WB_E_W GETS [0 ] 0
WB_E_W PUT [0 ] 0 WB_E_W PUT [0 ] 0
WB_E_W Pf_Replacement [0 ] 0 WB_E_W Pf_Replacement [0 ] 0
WB_E_W DMA_READ [0 ] 0 WB_E_W DMA_READ [0 ] 0
WB_E_W DMA_WRITE [0 ] 0 WB_E_W DMA_WRITE [0 ] 0
WB_E_W Memory_Ack [767 ] 767 WB_E_W Memory_Ack [780 ] 780
WB_E_W GETF [0 ] 0 WB_E_W GETF [0 ] 0
NO_F GETX [0 ] 0 NO_F GETX [0 ] 0

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 12:09:47 M5 compiled Apr 28 2011 15:11:39
M5 started Apr 19 2011 12:09:50 M5 started Apr 28 2011 15:12:18
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE_MOESI_hammer/m5.opt -d build/ALPHA_SE_MOESI_hammer/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer -re tests/run.py build/ALPHA_SE_MOESI_hammer/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby-MOESI_hammer
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 210961 because Ruby Tester completed Exiting @ tick 218861 because Ruby Tester completed

View file

@ -1,10 +1,10 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 210780 # Number of bytes of host memory used host_mem_usage 224908 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host host_seconds 0.15 # Real time elapsed on the host
host_tick_rate 3205678 # Simulator tick rate (ticks/s) host_tick_rate 1412316 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.000211 # Number of seconds simulated sim_seconds 0.000219 # Number of seconds simulated
sim_ticks 210961 # Number of ticks simulated sim_ticks 218861 # Number of ticks simulated
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------

View file

@ -22,6 +22,7 @@ work_item_id=-1
type=Directory_Controller type=Directory_Controller
children=directory memBuffer children=directory memBuffer
buffer_size=0 buffer_size=0
cntrl_id=1
directory=system.dir_cntrl0.directory directory=system.dir_cntrl0.directory
directory_latency=12 directory_latency=12
memBuffer=system.dir_cntrl0.memBuffer memBuffer=system.dir_cntrl0.memBuffer
@ -64,6 +65,7 @@ type=L1Cache_Controller
buffer_size=0 buffer_size=0
cacheMemory=system.ruby.cpu_ruby_ports.dcache cacheMemory=system.ruby.cpu_ruby_ports.dcache
cache_response_latency=12 cache_response_latency=12
cntrl_id=0
issue_latency=2 issue_latency=2
number_of_TBEs=256 number_of_TBEs=256
recycle_latency=10 recycle_latency=10
@ -124,52 +126,67 @@ children=topology
adaptive_routing=false adaptive_routing=false
buffer_size=0 buffer_size=0
control_msg_size=8 control_msg_size=8
endpoint_bandwidth=10000 endpoint_bandwidth=1000
link_latency=1
number_of_virtual_networks=10 number_of_virtual_networks=10
topology=system.ruby.network.topology topology=system.ruby.network.topology
[system.ruby.network.topology] [system.ruby.network.topology]
type=Topology type=Topology
children=ext_links0 ext_links1 int_links0 int_links1 children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
description=Crossbar description=Crossbar
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
num_int_nodes=3
print_config=false print_config=false
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
[system.ruby.network.topology.ext_links0] [system.ruby.network.topology.ext_links0]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.l1_cntrl0 ext_node=system.l1_cntrl0
int_node=0 int_node=system.ruby.network.topology.routers0
latency=1 latency=1
link_id=0
weight=1 weight=1
[system.ruby.network.topology.ext_links1] [system.ruby.network.topology.ext_links1]
type=ExtLink type=SimpleExtLink
bw_multiplier=64 bandwidth_factor=16
ext_node=system.dir_cntrl0 ext_node=system.dir_cntrl0
int_node=1 int_node=system.ruby.network.topology.routers1
latency=1 latency=1
link_id=1
weight=1 weight=1
[system.ruby.network.topology.int_links0] [system.ruby.network.topology.int_links0]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=0 link_id=2
node_b=2 node_a=system.ruby.network.topology.routers0
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.int_links1] [system.ruby.network.topology.int_links1]
type=IntLink type=SimpleIntLink
bw_multiplier=16 bandwidth_factor=16
latency=1 latency=1
node_a=1 link_id=3
node_b=2 node_a=system.ruby.network.topology.routers1
node_b=system.ruby.network.topology.routers2
weight=1 weight=1
[system.ruby.network.topology.routers0]
type=BasicRouter
router_id=0
[system.ruby.network.topology.routers1]
type=BasicRouter
router_id=1
[system.ruby.network.topology.routers2]
type=BasicRouter
router_id=2
[system.ruby.profiler] [system.ruby.profiler]
type=RubyProfiler type=RubyProfiler
all_instructions=false all_instructions=false

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================ ================ End RubySystem Configuration Print ================
Real time: Apr/19/2011 11:58:24 Real time: Apr/28/2011 14:31:22
Profiler Stats Profiler Stats
-------------- --------------
@ -43,20 +43,20 @@ Elapsed_time_in_minutes: 0
Elapsed_time_in_hours: 0 Elapsed_time_in_hours: 0
Elapsed_time_in_days: 0 Elapsed_time_in_days: 0
Virtual_time_in_seconds: 0.16 Virtual_time_in_seconds: 0.36
Virtual_time_in_minutes: 0.00266667 Virtual_time_in_minutes: 0.006
Virtual_time_in_hours: 4.44444e-05 Virtual_time_in_hours: 0.0001
Virtual_time_in_days: 1.85185e-06 Virtual_time_in_days: 4.16667e-06
Ruby_current_time: 281031 Ruby_current_time: 277351
Ruby_start_time: 0 Ruby_start_time: 0
Ruby_cycles: 281031 Ruby_cycles: 277351
mbytes_resident: 35.2539 mbytes_resident: 35.5195
mbytes_total: 205.707 mbytes_total: 219.27
resident_ratio: 0.171398 resident_ratio: 0.162044
ruby_cycles_executed: [ 281032 ] ruby_cycles_executed: [ 277352 ]
Busy Controller Counts: Busy Controller Counts:
L1Cache-0:0 L1Cache-0:0
@ -65,16 +65,16 @@ Directory-0:0
Busy Bank Count:0 Busy Bank Count:0
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 ] sequencer_requests_outstanding: [binsize: 1 max: 16 count: 997 average: 15.7763 | standard deviation: 1.14597 | 0 1 1 1 1 1 1 1 1 1 1 1 1 1 8 90 886 ]
All Non-Zero Cycle Demand Cache Accesses All Non-Zero Cycle Demand Cache Accesses
---------------------------------------- ----------------------------------------
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: [binsize: 32 max: 6224 count: 983 average: 4476.87 | standard deviation: 570.324 | 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 1 0 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 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 2 0 2 0 2 3 0 2 1 4 3 2 4 9 5 6 7 2 0 12 12 1 15 9 13 19 15 17 26 15 14 15 22 15 27 26 24 26 29 18 22 28 28 18 36 21 21 25 22 24 27 21 26 29 13 19 18 6 19 19 15 12 5 10 11 10 8 5 7 4 4 3 0 2 0 0 0 2 0 0 1 2 0 1 1 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_LD: [binsize: 32 max: 5245 count: 48 average: 4523.02 | standard deviation: 319.516 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 2 1 1 2 3 1 2 1 1 0 4 1 0 2 1 2 4 2 0 1 1 0 1 1 2 4 1 1 0 0 0 0 0 1 0 1 ] miss_latency_LD: [binsize: 32 max: 5442 count: 42 average: 4462.83 | standard deviation: 536.15 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 1 0 0 0 0 1 0 3 0 1 0 1 1 0 2 1 0 0 0 0 3 1 4 1 0 0 1 0 0 2 1 4 1 0 0 0 0 2 0 0 2 0 0 0 0 1 0 0 1 2 0 0 0 1 1 0 1 ]
miss_latency_ST: [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 ] miss_latency_ST: [binsize: 32 max: 6224 count: 883 average: 4472.62 | standard deviation: 577.868 | 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 1 0 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 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 2 0 1 3 0 2 0 4 2 1 4 9 5 4 7 2 0 11 10 1 12 9 11 19 14 15 26 13 11 15 21 14 24 23 21 19 28 17 20 26 28 18 29 20 17 21 21 19 24 19 24 24 12 17 15 6 18 18 14 11 5 9 8 10 8 4 6 3 4 2 0 2 0 0 0 2 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_IFETCH: [binsize: 32 max: 5702 count: 52 average: 4674.27 | standard deviation: 454.241 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 2 0 0 1 3 4 0 0 0 0 1 0 1 1 1 0 0 1 0 1 0 2 2 0 3 2 0 3 0 3 1 3 3 1 1 3 2 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 ] miss_latency_IFETCH: [binsize: 32 max: 5789 count: 58 average: 4551.81 | standard deviation: 472.973 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 2 0 1 1 3 0 2 3 0 1 2 1 0 0 5 0 0 3 1 5 3 2 0 5 1 0 3 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_L1Cache: [binsize: 32 max: 4572 count: 43 average: 3768.3 | standard deviation: 359.401 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 1 0 1 0 2 2 0 3 1 0 2 2 1 1 3 1 2 1 1 0 4 1 3 0 2 0 0 1 0 0 0 0 0 0 0 2 0 0 0 2 ] miss_latency_L1Cache: [binsize: 32 max: 5122 count: 40 average: 3916 | standard deviation: 434.926 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 2 0 0 0 0 1 0 1 0 2 0 0 1 2 0 3 1 1 0 1 1 0 0 0 2 3 3 2 3 0 1 1 0 0 0 2 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 ]
miss_latency_Directory: [binsize: 32 max: 6068 count: 956 average: 4484.53 | standard deviation: 514.797 | 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 3 0 1 0 2 4 1 5 4 3 3 5 7 10 10 16 8 16 17 11 22 23 29 23 21 22 25 31 27 31 37 35 22 20 37 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_Directory: [binsize: 32 max: 6224 count: 943 average: 4500.67 | standard deviation: 563.316 | 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 1 0 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 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 2 2 0 1 1 2 3 2 3 7 5 3 6 1 0 11 11 1 15 9 11 16 12 15 23 15 13 14 22 15 27 24 23 25 27 18 22 28 28 18 36 21 21 25 22 24 27 21 26 29 13 18 18 6 19 19 15 11 5 10 11 10 8 5 7 4 4 3 0 2 0 0 0 2 0 0 1 2 0 1 1 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -84,13 +84,13 @@ miss_latency_dir_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average:
miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
imcomplete_dir_Times: 956 imcomplete_dir_Times: 943
miss_latency_LD_L1Cache: [binsize: 32 max: 3964 count: 1 average: 3964 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ] miss_latency_LD_L1Cache: [binsize: 16 max: 3058 count: 1 average: 3058 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ]
miss_latency_LD_Directory: [binsize: 32 max: 5245 count: 47 average: 4534.91 | standard deviation: 312.044 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 2 1 1 2 3 1 2 1 1 0 4 1 0 2 1 2 4 2 0 1 1 0 1 1 2 4 1 1 0 0 0 0 0 1 0 1 ] miss_latency_LD_Directory: [binsize: 32 max: 5442 count: 41 average: 4497.1 | standard deviation: 494.066 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 1 0 3 0 1 0 1 1 0 2 1 0 0 0 0 3 1 4 1 0 0 1 0 0 2 1 4 1 0 0 0 0 2 0 0 2 0 0 0 0 1 0 0 1 2 0 0 0 1 1 0 1 ]
miss_latency_ST_L1Cache: [binsize: 32 max: 4572 count: 41 average: 3757.34 | standard deviation: 364.607 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 1 0 1 0 2 2 0 3 1 0 2 2 1 1 3 1 2 1 1 0 3 1 2 0 2 0 0 1 0 0 0 0 0 0 0 2 0 0 0 2 ] miss_latency_ST_L1Cache: [binsize: 32 max: 5122 count: 38 average: 3945.16 | standard deviation: 420.627 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 1 0 1 0 2 0 0 1 2 0 2 1 1 0 1 1 0 0 0 2 3 3 2 3 0 1 1 0 0 0 2 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 ]
miss_latency_ST_Directory: [binsize: 32 max: 6068 count: 858 average: 4469.73 | standard deviation: 524.902 | 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 3 0 1 0 2 4 1 5 3 3 3 5 6 10 9 15 8 14 16 10 19 19 24 21 18 21 23 29 26 30 32 33 22 18 35 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 ] miss_latency_ST_Directory: [binsize: 32 max: 6224 count: 845 average: 4496.34 | standard deviation: 572.818 | 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 1 0 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 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 1 2 0 1 0 2 2 1 3 7 5 2 6 1 0 10 9 1 12 9 9 16 11 13 23 13 10 14 21 14 24 21 20 18 26 17 20 26 28 18 29 20 17 21 21 19 24 19 24 24 12 16 15 6 18 18 14 10 5 9 8 10 8 4 6 3 4 2 0 2 0 0 0 2 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 ]
miss_latency_IFETCH_L1Cache: [binsize: 32 max: 4022 count: 1 average: 4022 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ] miss_latency_IFETCH_L1Cache: [binsize: 32 max: 3666 count: 1 average: 3666 | standard deviation: 0 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 ]
miss_latency_IFETCH_Directory: [binsize: 32 max: 5702 count: 51 average: 4687.06 | standard deviation: 449.206 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 1 3 4 0 0 0 0 1 0 1 1 1 0 0 1 0 1 0 2 2 0 3 2 0 3 0 3 1 3 3 1 1 3 2 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 ] miss_latency_IFETCH_Directory: [binsize: 32 max: 5789 count: 57 average: 4567.35 | standard deviation: 461.996 | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 2 0 1 1 3 0 2 3 0 1 2 1 0 0 5 0 0 3 1 5 3 2 0 5 1 0 3 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ]
All Non-Zero Cycle SW Prefetch Requests All Non-Zero Cycle SW Prefetch Requests
------------------------------------ ------------------------------------
@ -104,11 +104,11 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
Message Delayed Cycles Message Delayed Cycles
---------------------- ----------------------
Total_delay_cycles: [binsize: 1 max: 0 count: 1909 average: 0 | standard deviation: 0 | 1909 ] Total_delay_cycles: [binsize: 1 max: 8 count: 1883 average: 0.143919 | standard deviation: 0.683804 | 1778 27 30 26 12 5 3 1 1 ]
Total_nonPF_delay_cycles: [binsize: 1 max: 0 count: 1909 average: 0 | standard deviation: 0 | 1909 ] Total_nonPF_delay_cycles: [binsize: 1 max: 8 count: 1883 average: 0.143919 | standard deviation: 0.683804 | 1778 27 30 26 12 5 3 1 1 ]
virtual_network_0_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_0_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 956 average: 0 | standard deviation: 0 | 956 ] virtual_network_1_delay_cycles: [binsize: 1 max: 6 count: 943 average: 0.19088 | standard deviation: 0.752914 | 867 25 22 15 7 4 3 ]
virtual_network_2_delay_cycles: [binsize: 1 max: 0 count: 953 average: 0 | standard deviation: 0 | 953 ] virtual_network_2_delay_cycles: [binsize: 1 max: 8 count: 940 average: 0.0968085 | standard deviation: 0.604386 | 911 2 8 11 5 1 0 1 1 ]
virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_3_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ] virtual_network_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_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
@ -122,83 +122,83 @@ Resource Usage
page_size: 4096 page_size: 4096
user_time: 0 user_time: 0
system_time: 0 system_time: 0
page_reclaims: 9324 page_reclaims: 10312
page_faults: 0 page_faults: 0
swaps: 0 swaps: 0
block_inputs: 0 block_inputs: 0
block_outputs: 48 block_outputs: 0
Network Stats Network Stats
------------- -------------
total_msg_count_Control: 2871 22968 total_msg_count_Control: 2829 22632
total_msg_count_Data: 2862 206064 total_msg_count_Data: 2820 203040
total_msg_count_Response_Data: 2870 206640 total_msg_count_Response_Data: 2829 203688
total_msg_count_Writeback_Control: 2861 22888 total_msg_count_Writeback_Control: 2820 22560
total_msgs: 11464 total_bytes: 458560 total_msgs: 11298 total_bytes: 451920
switch_0_inlinks: 2 switch_0_inlinks: 2
switch_0_outlinks: 2 switch_0_outlinks: 2
links_utilized_percent_switch_0: 0.106147 links_utilized_percent_switch_0: 1.69731
links_utilized_percent_switch_0_link_0: 0.0425087 bw: 640000 base_latency: 1 links_utilized_percent_switch_0_link_0: 1.69947 bw: 16000 base_latency: 1
links_utilized_percent_switch_0_link_1: 0.169786 bw: 160000 base_latency: 1 links_utilized_percent_switch_0_link_1: 1.69514 bw: 16000 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_Response_Data: 943 67896 [ 0 0 0 0 943 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_0_Writeback_Control: 940 7520 [ 0 0 0 940 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_Control: 943 7544 [ 0 0 943 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 outgoing_messages_switch_0_link_1_Data: 940 67680 [ 0 0 940 0 0 0 0 0 0 0 ] base_latency: 1
switch_1_inlinks: 2 switch_1_inlinks: 2
switch_1_outlinks: 2 switch_1_outlinks: 2
links_utilized_percent_switch_1: 0.106329 links_utilized_percent_switch_1: 1.69731
links_utilized_percent_switch_1_link_0: 0.0424464 bw: 640000 base_latency: 1 links_utilized_percent_switch_1_link_0: 1.69514 bw: 16000 base_latency: 1
links_utilized_percent_switch_1_link_1: 0.170213 bw: 160000 base_latency: 1 links_utilized_percent_switch_1_link_1: 1.69947 bw: 16000 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_Control: 943 7544 [ 0 0 943 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_0_Data: 940 67680 [ 0 0 940 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_Response_Data: 943 67896 [ 0 0 0 0 943 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 outgoing_messages_switch_1_link_1_Writeback_Control: 940 7520 [ 0 0 0 940 0 0 0 0 0 0 ] base_latency: 1
switch_2_inlinks: 2 switch_2_inlinks: 2
switch_2_outlinks: 2 switch_2_outlinks: 2
links_utilized_percent_switch_2: 0.169999 links_utilized_percent_switch_2: 1.69731
links_utilized_percent_switch_2_link_0: 0.170213 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_0: 1.69947 bw: 16000 base_latency: 1
links_utilized_percent_switch_2_link_1: 0.169786 bw: 160000 base_latency: 1 links_utilized_percent_switch_2_link_1: 1.69514 bw: 16000 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_Response_Data: 943 67896 [ 0 0 0 0 943 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_0_Writeback_Control: 940 7520 [ 0 0 0 940 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_Control: 943 7544 [ 0 0 943 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 outgoing_messages_switch_2_link_1_Data: 940 67680 [ 0 0 940 0 0 0 0 0 0 0 ] base_latency: 1
Cache Stats: system.ruby.cpu_ruby_ports.dcache Cache Stats: system.ruby.cpu_ruby_ports.dcache
system.ruby.cpu_ruby_ports.dcache_total_misses: 957 system.ruby.cpu_ruby_ports.dcache_total_misses: 945
system.ruby.cpu_ruby_ports.dcache_total_demand_misses: 957 system.ruby.cpu_ruby_ports.dcache_total_demand_misses: 945
system.ruby.cpu_ruby_ports.dcache_total_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_total_sw_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_sw_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_total_hw_prefetches: 0 system.ruby.cpu_ruby_ports.dcache_total_hw_prefetches: 0
system.ruby.cpu_ruby_ports.dcache_request_type_LD: 4.91118% system.ruby.cpu_ruby_ports.dcache_request_type_LD: 4.33862%
system.ruby.cpu_ruby_ports.dcache_request_type_ST: 89.7597% system.ruby.cpu_ruby_ports.dcache_request_type_ST: 89.5238%
system.ruby.cpu_ruby_ports.dcache_request_type_IFETCH: 5.32915% system.ruby.cpu_ruby_ports.dcache_request_type_IFETCH: 6.13757%
system.ruby.cpu_ruby_ports.dcache_access_mode_type_Supervisor: 957 100% system.ruby.cpu_ruby_ports.dcache_access_mode_type_Supervisor: 945 100%
--- L1Cache --- --- L1Cache ---
- Event Counts - - Event Counts -
Load [48 ] 48 Load [42 ] 42
Ifetch [52 ] 52 Ifetch [59 ] 59
Store [900 ] 900 Store [884 ] 884
Data [956 ] 956 Data [943 ] 943
Fwd_GETX [0 ] 0 Fwd_GETX [0 ] 0
Inv [0 ] 0 Inv [0 ] 0
Replacement [954 ] 954 Replacement [942 ] 942
Writeback_Ack [953 ] 953 Writeback_Ack [940 ] 940
Writeback_Nack [0 ] 0 Writeback_Nack [0 ] 0
- Transitions - - Transitions -
I Load [47 ] 47 I Load [41 ] 41
I Ifetch [51 ] 51 I Ifetch [58 ] 58
I Store [859 ] 859 I Store [846 ] 846
I Inv [0 ] 0 I Inv [0 ] 0
I Replacement [0 ] 0 I Replacement [0 ] 0
@ -206,61 +206,61 @@ II Writeback_Nack [0 ] 0
M Load [1 ] 1 M Load [1 ] 1
M Ifetch [1 ] 1 M Ifetch [1 ] 1
M Store [41 ] 41 M Store [38 ] 38
M Fwd_GETX [0 ] 0 M Fwd_GETX [0 ] 0
M Inv [0 ] 0 M Inv [0 ] 0
M Replacement [954 ] 954 M Replacement [942 ] 942
MI Fwd_GETX [0 ] 0 MI Fwd_GETX [0 ] 0
MI Inv [0 ] 0 MI Inv [0 ] 0
MI Writeback_Ack [953 ] 953 MI Writeback_Ack [940 ] 940
MI Writeback_Nack [0 ] 0 MI Writeback_Nack [0 ] 0
MII Fwd_GETX [0 ] 0 MII Fwd_GETX [0 ] 0
IS Data [98 ] 98 IS Data [98 ] 98
IM Data [858 ] 858 IM Data [845 ] 845
Memory controller: system.dir_cntrl0.memBuffer: Memory controller: system.dir_cntrl0.memBuffer:
memory_total_requests: 1911 memory_total_requests: 1883
memory_reads: 957 memory_reads: 943
memory_writes: 954 memory_writes: 940
memory_refreshes: 586 memory_refreshes: 578
memory_total_request_delays: 3005 memory_total_request_delays: 2832
memory_delays_per_request: 1.57248 memory_delays_per_request: 1.50398
memory_delays_in_input_queue: 744 memory_delays_in_input_queue: 707
memory_delays_behind_head_of_bank_queue: 13 memory_delays_behind_head_of_bank_queue: 5
memory_delays_stalled_at_head_of_bank_queue: 2248 memory_delays_stalled_at_head_of_bank_queue: 2120
memory_stalls_for_bank_busy: 342 memory_stalls_for_bank_busy: 238
memory_stalls_for_random_busy: 0 memory_stalls_for_random_busy: 0
memory_stalls_for_anti_starvation: 0 memory_stalls_for_anti_starvation: 0
memory_stalls_for_arbitration: 295 memory_stalls_for_arbitration: 276
memory_stalls_for_bus: 949 memory_stalls_for_bus: 930
memory_stalls_for_tfaw: 0 memory_stalls_for_tfaw: 0
memory_stalls_for_read_write_turnaround: 550 memory_stalls_for_read_write_turnaround: 552
memory_stalls_for_read_read_turnaround: 112 memory_stalls_for_read_read_turnaround: 124
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 accesses_per_bank: 58 56 64 106 113 56 57 46 52 52 46 52 62 66 52 50 52 62 56 50 76 64 47 60 68 62 44 56 48 58 48 44
--- Directory --- --- Directory ---
- Event Counts - - Event Counts -
GETX [957 ] 957 GETX [943 ] 943
GETS [0 ] 0 GETS [0 ] 0
PUTX [954 ] 954 PUTX [940 ] 940
PUTX_NotOwner [0 ] 0 PUTX_NotOwner [0 ] 0
DMA_READ [0 ] 0 DMA_READ [0 ] 0
DMA_WRITE [0 ] 0 DMA_WRITE [0 ] 0
Memory_Data [957 ] 957 Memory_Data [943 ] 943
Memory_Ack [954 ] 954 Memory_Ack [940 ] 940
- Transitions - - Transitions -
I GETX [957 ] 957 I GETX [943 ] 943
I PUTX_NotOwner [0 ] 0 I PUTX_NotOwner [0 ] 0
I DMA_READ [0 ] 0 I DMA_READ [0 ] 0
I DMA_WRITE [0 ] 0 I DMA_WRITE [0 ] 0
M GETX [0 ] 0 M GETX [0 ] 0
M PUTX [954 ] 954 M PUTX [940 ] 940
M PUTX_NotOwner [0 ] 0 M PUTX_NotOwner [0 ] 0
M DMA_READ [0 ] 0 M DMA_READ [0 ] 0
M DMA_WRITE [0 ] 0 M DMA_WRITE [0 ] 0
@ -283,7 +283,7 @@ IM PUTX [0 ] 0
IM PUTX_NotOwner [0 ] 0 IM PUTX_NotOwner [0 ] 0
IM DMA_READ [0 ] 0 IM DMA_READ [0 ] 0
IM DMA_WRITE [0 ] 0 IM DMA_WRITE [0 ] 0
IM Memory_Data [957 ] 957 IM Memory_Data [943 ] 943
MI GETX [0 ] 0 MI GETX [0 ] 0
MI GETS [0 ] 0 MI GETS [0 ] 0
@ -291,7 +291,7 @@ MI PUTX [0 ] 0
MI PUTX_NotOwner [0 ] 0 MI PUTX_NotOwner [0 ] 0
MI DMA_READ [0 ] 0 MI DMA_READ [0 ] 0
MI DMA_WRITE [0 ] 0 MI DMA_WRITE [0 ] 0
MI Memory_Ack [954 ] 954 MI Memory_Ack [940 ] 940
ID GETX [0 ] 0 ID GETX [0 ] 0
ID GETS [0 ] 0 ID GETS [0 ] 0

View file

@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved All Rights Reserved
M5 compiled Apr 19 2011 11:52:53 M5 compiled Apr 28 2011 14:26:41
M5 started Apr 19 2011 11:58:24 M5 started Apr 28 2011 14:31:22
M5 executing on maize M5 executing on SC2B0617
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 command line: build/ALPHA_SE/m5.opt -d build/ALPHA_SE/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby -re tests/run.py build/ALPHA_SE/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby
Global frequency set at 1000000000 ticks per second Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation... info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 281031 because Ruby Tester completed Exiting @ tick 277351 because Ruby Tester completed

View file

@ -1,10 +1,10 @@
---------- Begin Simulation Statistics ---------- ---------- Begin Simulation Statistics ----------
host_mem_usage 210648 # Number of bytes of host memory used host_mem_usage 224536 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host host_seconds 0.11 # Real time elapsed on the host
host_tick_rate 5633491 # Simulator tick rate (ticks/s) host_tick_rate 2428366 # Simulator tick rate (ticks/s)
sim_freq 1000000000 # Frequency of simulated ticks sim_freq 1000000000 # Frequency of simulated ticks
sim_seconds 0.000281 # Number of seconds simulated sim_seconds 0.000277 # Number of seconds simulated
sim_ticks 281031 # Number of ticks simulated sim_ticks 277351 # Number of ticks simulated
---------- End Simulation Statistics ---------- ---------- End Simulation Statistics ----------