sim: command line: ./bin/sim-outorder -config ./configs/l2t1_step3-comb-default-BTB-8,8_RAS-1024//base2.txt -redir:sim ./configs/l2t1_step3-comb-default-BTB-8,8_RAS-1024//Stats_base2_dijkstra.txt ./apps/dijkstra/dijkstra_small ./apps/dijkstra/input.dat 

sim: simulation started @ Wed Sep 25 16:38:03 2019

sim: ** starting performance simulation **

sim: ** simulation statistics **

# Statistics on Performance:

sim_IPC                      0.5475 # instructions per cycle
sim_CPI                      1.8265 # cycles per instruction
sim_cycle                 100243897 # total simulation time in cycles
sim_elapsed_time                 19 # total simulation time in seconds
sim_inst_rate          2888514.1579 # simulation speed (in insts/sec)
sim_exec_BW                  0.5475 # total instructions (mis-spec + committed) per cycle
sim_IPB                      5.5893 # instruction per branch

# Statistics on  Commited and Executed instructions:

sim_num_insn               54881769 # total number of instructions committed
sim_total_insn             54881768 # total number of instructions executed
sim_num_icmp               25930278 # total number of integer insts committed
sim_total_icmp             25930509 # total number of integer insts executed
sim_num_fcmp                      0 # total number of FP insts committed
sim_total_fcmp                    0 # total number of FP insts executed
sim_num_refs               19131943 # total number of loads and stores committed
sim_total_refs             19131943 # total number of loads and stores executed
sim_num_branches            9819077 # total number of branches committed
sim_total_branches          9819077 # total number of branches executed
freq_icmp_exe          47.25 # Freqeuncy (%) of executed integer instructions
freq_fcmp_exe           0.00 # Freqeuncy (%) of executed FP instructions
freq_refs_exe          34.86 # Freqeuncy (%) of executed loads and stores
freq_branches_exe      17.89 # Freqeuncy (%) of executed branch instructions

# Statistics on Processor Core :

busy_int_alu               35399476 # Cyles integer ALU(s) is busy
busy_int_mul                 293256 # Cyles integer MULT/DIV(s) is busy
busy_fp_alu                       0 # Cyles FP ALU(s) is busy
busy_fp_mul                       0 # Cyles FP MULT/DIV(s) is busy
IFQ_count                 388297339 # cumulative IFQ occupancy
IFQ_fcount                 95668308 # cumulative IFQ full count
ifq_occupancy                3.8735 # avg IFQ occupancy (insn's)
ifq_rate                     0.5475 # avg IFQ dispatch rate (insn/cycle)
ifq_latency                  7.0752 # avg IFQ occupant latency (cycle's)
ifq_full                     0.9544 # fraction of time (cycle's) IFQ was full
RUU_count                 270496536 # cumulative RUU occupancy
RUU_fcount                        0 # cumulative RUU full count
ruu_occupancy                2.6984 # avg RUU occupancy (insn's)
ruu_rate                     0.5475 # avg RUU dispatch rate (insn/cycle)
ruu_latency                  4.9287 # avg RUU occupant latency (cycle's)
ruu_full                     0.0000 # fraction of time (cycle's) RUU was full
LSQ_count                 118723629 # cumulative LSQ occupancy
LSQ_fcount                      187 # cumulative LSQ full count
lsq_occupancy                1.1843 # avg LSQ occupancy (insn's)
lsq_rate                     0.5475 # avg LSQ dispatch rate (insn/cycle)
lsq_latency                  2.1633 # avg LSQ occupant latency (cycle's)
lsq_full                     0.0000 # fraction of time (cycle's) LSQ was full

# Statistics on Branch Predictors :

bpred_comb.lookups          9840266 # total number of bpred lookups
bpred_comb.updates          9819077 # total number of updates
bpred_comb.addr_hits        9353301 # total number of address-predicted hits
bpred_comb.dir_hits         9768332 # total number of direction-predicted hits (includes addr-hits)
bpred_comb.used_bimod       8155803 # total number of bimodal predictions used
bpred_comb.used_2lev        1225357 # total number of 2-level predictions used
bpred_comb.misses             50745 # total number of misses
bpred_comb.pred_accuracy    0.9948 # branch prediction rate
bpred_comb.bpred_addr_rate    0.9526 # branch address-prediction rate (i.e., addr-hits/updates)
bpred_comb.bpred_dir_rate    0.9948 # branch direction-prediction rate (i.e., all-hits/updates)
bpred_comb.used_ras.PP       120004 # total number of RAS predictions used
bpred_comb.ras_hits.PP       119564 # total number of RAS hits
bpred_comb.ras_rate.PP    0.9963 # RAS prediction rate (i.e., RAS hits/used RAS)

# Statistics on Level-1 and Level-2 Caches :

il1.accesses               55083074 # total number of accesses
il1.hits                   55082596 # total number of hits
il1.misses                      478 # total number of misses
il1.miss_rate           0.00 # miss rate (i.e., misses/ref)
dl1.accesses               19121925 # total number of accesses
dl1.hits                   19095770 # total number of hits
dl1.misses                    26155 # total number of misses
dl1.miss_rate           0.00 # miss rate (i.e., misses/ref)

