stats.txt (9568:cd1351d4d850) stats.txt (9575:6c4d6fdf3644)
1
2---------- Begin Simulation Statistics ----------
3sim_seconds 0.517371 # Number of seconds simulated
4sim_ticks 517371024000 # Number of ticks simulated
5final_tick 517371024000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6sim_freq 1000000000000 # Frequency of simulated ticks
1
2---------- Begin Simulation Statistics ----------
3sim_seconds 0.517371 # Number of seconds simulated
4sim_ticks 517371024000 # Number of ticks simulated
5final_tick 517371024000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6sim_freq 1000000000000 # Frequency of simulated ticks
7host_inst_rate 170437 # Simulator instruction rate (inst/s)
8host_op_rate 190135 # Simulator op (including micro ops) rate (op/s)
9host_tick_rate 57090080 # Simulator tick rate (ticks/s)
10host_mem_usage 485276 # Number of bytes of host memory used
11host_seconds 9062.36 # Real time elapsed on the host
7host_inst_rate 139447 # Simulator instruction rate (inst/s)
8host_op_rate 155563 # Simulator op (including micro ops) rate (op/s)
9host_tick_rate 46709499 # Simulator tick rate (ticks/s)
10host_mem_usage 485516 # Number of bytes of host memory used
11host_seconds 11076.36 # Real time elapsed on the host
12sim_insts 1544563023 # Number of instructions simulated
13sim_ops 1723073835 # Number of ops (including micro ops) simulated
14system.physmem.bytes_read::cpu.inst 48064 # Number of bytes read from this memory
15system.physmem.bytes_read::cpu.data 143734144 # Number of bytes read from this memory
16system.physmem.bytes_read::total 143782208 # Number of bytes read from this memory
17system.physmem.bytes_inst_read::cpu.inst 48064 # Number of instructions bytes read from this memory
18system.physmem.bytes_inst_read::total 48064 # Number of instructions bytes read from this memory
19system.physmem.bytes_written::writebacks 70446784 # Number of bytes written to this memory

--- 152 unchanged lines hidden (view full) ---

172system.physmem.busUtil 3.23 # Data bus utilization in percentage
173system.physmem.avgRdQLen 0.25 # Average read queue length over time
174system.physmem.avgWrQLen 10.92 # Average write queue length over time
175system.physmem.readRowHits 827855 # Number of row buffer hits during reads
176system.physmem.writeRowHits 271156 # Number of row buffer hits during writes
177system.physmem.readRowHitRate 36.86 # Row buffer hit rate for reads
178system.physmem.writeRowHitRate 24.63 # Row buffer hit rate for writes
179system.physmem.avgGap 154562.37 # Average gap between requests
12sim_insts 1544563023 # Number of instructions simulated
13sim_ops 1723073835 # Number of ops (including micro ops) simulated
14system.physmem.bytes_read::cpu.inst 48064 # Number of bytes read from this memory
15system.physmem.bytes_read::cpu.data 143734144 # Number of bytes read from this memory
16system.physmem.bytes_read::total 143782208 # Number of bytes read from this memory
17system.physmem.bytes_inst_read::cpu.inst 48064 # Number of instructions bytes read from this memory
18system.physmem.bytes_inst_read::total 48064 # Number of instructions bytes read from this memory
19system.physmem.bytes_written::writebacks 70446784 # Number of bytes written to this memory

--- 152 unchanged lines hidden (view full) ---

172system.physmem.busUtil 3.23 # Data bus utilization in percentage
173system.physmem.avgRdQLen 0.25 # Average read queue length over time
174system.physmem.avgWrQLen 10.92 # Average write queue length over time
175system.physmem.readRowHits 827855 # Number of row buffer hits during reads
176system.physmem.writeRowHits 271156 # Number of row buffer hits during writes
177system.physmem.readRowHitRate 36.86 # Row buffer hit rate for reads
178system.physmem.writeRowHitRate 24.63 # Row buffer hit rate for writes
179system.physmem.avgGap 154562.37 # Average gap between requests
180system.cpu.branchPred.lookups 303290886 # Number of BP lookups
180system.cpu.branchPred.lookups 303290873 # Number of BP lookups
181system.cpu.branchPred.condPredicted 249488582 # Number of conditional branches predicted
182system.cpu.branchPred.condIncorrect 15222231 # Number of conditional branches incorrect
181system.cpu.branchPred.condPredicted 249488582 # Number of conditional branches predicted
182system.cpu.branchPred.condIncorrect 15222231 # Number of conditional branches incorrect
183system.cpu.branchPred.BTBLookups 174596646 # Number of BTB lookups
183system.cpu.branchPred.BTBLookups 174596633 # Number of BTB lookups
184system.cpu.branchPred.BTBHits 161469311 # Number of BTB hits
185system.cpu.branchPred.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly.
184system.cpu.branchPred.BTBHits 161469311 # Number of BTB hits
185system.cpu.branchPred.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly.
186system.cpu.branchPred.BTBHitPct 92.481336 # BTB Hit Percentage
186system.cpu.branchPred.BTBHitPct 92.481343 # BTB Hit Percentage
187system.cpu.branchPred.usedRAS 17557313 # Number of times the RAS was used to get a target.
188system.cpu.branchPred.RASInCorrect 202 # Number of incorrect RAS predictions.
189system.cpu.dtb.inst_hits 0 # ITB inst hits
190system.cpu.dtb.inst_misses 0 # ITB inst misses
191system.cpu.dtb.read_hits 0 # DTB read hits
192system.cpu.dtb.read_misses 0 # DTB read misses
193system.cpu.dtb.write_hits 0 # DTB write hits
194system.cpu.dtb.write_misses 0 # DTB write misses

--- 34 unchanged lines hidden (view full) ---

229system.cpu.itb.misses 0 # DTB misses
230system.cpu.itb.accesses 0 # DTB accesses
231system.cpu.workload.num_syscalls 46 # Number of system calls
232system.cpu.numCycles 1034742049 # number of cpu cycles simulated
233system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
234system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
235system.cpu.fetch.icacheStallCycles 298209547 # Number of cycles fetch is stalled on an Icache miss
236system.cpu.fetch.Insts 2186343540 # Number of instructions fetch has processed
187system.cpu.branchPred.usedRAS 17557313 # Number of times the RAS was used to get a target.
188system.cpu.branchPred.RASInCorrect 202 # Number of incorrect RAS predictions.
189system.cpu.dtb.inst_hits 0 # ITB inst hits
190system.cpu.dtb.inst_misses 0 # ITB inst misses
191system.cpu.dtb.read_hits 0 # DTB read hits
192system.cpu.dtb.read_misses 0 # DTB read misses
193system.cpu.dtb.write_hits 0 # DTB write hits
194system.cpu.dtb.write_misses 0 # DTB write misses

--- 34 unchanged lines hidden (view full) ---

229system.cpu.itb.misses 0 # DTB misses
230system.cpu.itb.accesses 0 # DTB accesses
231system.cpu.workload.num_syscalls 46 # Number of system calls
232system.cpu.numCycles 1034742049 # number of cpu cycles simulated
233system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
234system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
235system.cpu.fetch.icacheStallCycles 298209547 # Number of cycles fetch is stalled on an Icache miss
236system.cpu.fetch.Insts 2186343540 # Number of instructions fetch has processed
237system.cpu.fetch.Branches 303290886 # Number of branches that fetch encountered
237system.cpu.fetch.Branches 303290873 # Number of branches that fetch encountered
238system.cpu.fetch.predictedBranches 179026624 # Number of branches that fetch has predicted taken
239system.cpu.fetch.Cycles 435120674 # Number of cycles fetch has run and was not squashing or blocked
240system.cpu.fetch.SquashCycles 87852250 # Number of cycles fetch has spent squashing
241system.cpu.fetch.BlockedCycles 155399906 # Number of cycles fetch has spent blocked
242system.cpu.fetch.MiscStallCycles 6 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs
243system.cpu.fetch.PendingTrapStallCycles 380 # Number of stall cycles due to pending traps
244system.cpu.fetch.CacheLines 288562414 # Number of cache lines fetched
245system.cpu.fetch.IcacheSquashes 5732154 # Number of outstanding Icache misses that were squashed

--- 179 unchanged lines hidden (view full) ---

425system.cpu.iew.predictedNotTakenIncorrect 9617829 # Number of branches that were predicted not taken incorrectly
426system.cpu.iew.branchMispredicts 17774207 # Number of branch mispredicts detected at execute
427system.cpu.iew.iewExecutedInsts 1988116656 # Number of executed instructions
428system.cpu.iew.iewExecLoadInsts 573901246 # Number of load instructions executed
429system.cpu.iew.iewExecSquashedInsts 29996171 # Number of squashed instructions skipped in execute
430system.cpu.iew.exec_swp 0 # number of swp insts executed
431system.cpu.iew.exec_nop 130 # number of nop insts executed
432system.cpu.iew.exec_refs 764045166 # number of memory reference insts executed
238system.cpu.fetch.predictedBranches 179026624 # Number of branches that fetch has predicted taken
239system.cpu.fetch.Cycles 435120674 # Number of cycles fetch has run and was not squashing or blocked
240system.cpu.fetch.SquashCycles 87852250 # Number of cycles fetch has spent squashing
241system.cpu.fetch.BlockedCycles 155399906 # Number of cycles fetch has spent blocked
242system.cpu.fetch.MiscStallCycles 6 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs
243system.cpu.fetch.PendingTrapStallCycles 380 # Number of stall cycles due to pending traps
244system.cpu.fetch.CacheLines 288562414 # Number of cache lines fetched
245system.cpu.fetch.IcacheSquashes 5732154 # Number of outstanding Icache misses that were squashed

--- 179 unchanged lines hidden (view full) ---

425system.cpu.iew.predictedNotTakenIncorrect 9617829 # Number of branches that were predicted not taken incorrectly
426system.cpu.iew.branchMispredicts 17774207 # Number of branch mispredicts detected at execute
427system.cpu.iew.iewExecutedInsts 1988116656 # Number of executed instructions
428system.cpu.iew.iewExecLoadInsts 573901246 # Number of load instructions executed
429system.cpu.iew.iewExecSquashedInsts 29996171 # Number of squashed instructions skipped in execute
430system.cpu.iew.exec_swp 0 # number of swp insts executed
431system.cpu.iew.exec_nop 130 # number of nop insts executed
432system.cpu.iew.exec_refs 764045166 # number of memory reference insts executed
433system.cpu.iew.exec_branches 238330381 # Number of branches executed
433system.cpu.iew.exec_branches 238330373 # Number of branches executed
434system.cpu.iew.exec_stores 190143920 # Number of stores executed
435system.cpu.iew.exec_rate 1.921365 # Inst execution rate
436system.cpu.iew.wb_sent 1965882705 # cumulative count of insts sent to commit
437system.cpu.iew.wb_count 1957438221 # cumulative count of insts written-back
438system.cpu.iew.wb_producers 1296419261 # num instructions producing a value
439system.cpu.iew.wb_consumers 2061223018 # num instructions consuming a value
440system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
441system.cpu.iew.wb_rate 1.891716 # insts written-back per cycle

--- 410 unchanged lines hidden ---
434system.cpu.iew.exec_stores 190143920 # Number of stores executed
435system.cpu.iew.exec_rate 1.921365 # Inst execution rate
436system.cpu.iew.wb_sent 1965882705 # cumulative count of insts sent to commit
437system.cpu.iew.wb_count 1957438221 # cumulative count of insts written-back
438system.cpu.iew.wb_producers 1296419261 # num instructions producing a value
439system.cpu.iew.wb_consumers 2061223018 # num instructions consuming a value
440system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
441system.cpu.iew.wb_rate 1.891716 # insts written-back per cycle

--- 410 unchanged lines hidden ---