sim: command line: ./bin/sim-outorder -config ./configs/l2t1-bimod-default/base2.txt -redir:sim ./configs/l2t1-bimod-default/Stats_base2_qsort.txt ./apps/qsort/qsort_small ./apps/qsort/input_small.dat 

sim: simulation started @ Wed Sep 25 15:46:21 2019

sim: ** starting performance simulation **

sim: ** simulation statistics **

# Statistics on Performance:

sim_IPC                      0.3961 # instructions per cycle
sim_CPI                      2.5246 # cycles per instruction
sim_cycle                 105777360 # total simulation time in cycles
sim_elapsed_time                 18 # total simulation time in seconds
sim_inst_rate          2327702.4444 # simulation speed (in insts/sec)
sim_exec_BW                  0.3961 # total instructions (mis-spec + committed) per cycle
sim_IPB                      6.2317 # instruction per branch

# Statistics on  Commited and Executed instructions:

sim_num_insn               41898644 # total number of instructions committed
sim_total_insn             41898643 # total number of instructions executed
sim_num_icmp               13253882 # total number of integer insts committed
sim_total_icmp             13253893 # 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               21921253 # total number of loads and stores committed
sim_total_refs             21921253 # total number of loads and stores executed
sim_num_branches            6723479 # total number of branches committed
sim_total_branches          6723479 # total number of branches executed
freq_icmp_exe          31.63 # Freqeuncy (%) of executed integer instructions
freq_fcmp_exe           0.00 # Freqeuncy (%) of executed FP instructions
freq_refs_exe          52.32 # Freqeuncy (%) of executed loads and stores
freq_branches_exe      16.05 # Freqeuncy (%) of executed branch instructions

# Statistics on Processor Core :

busy_int_alu               18406090 # Cyles integer ALU(s) is busy
busy_int_mul                  73759 # 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                 337946356 # cumulative IFQ occupancy
IFQ_fcount                 75887163 # cumulative IFQ full count
ifq_occupancy                3.1949 # avg IFQ occupancy (insn's)
ifq_rate                     0.3961 # avg IFQ dispatch rate (insn/cycle)
ifq_latency                  8.0658 # avg IFQ occupant latency (cycle's)
ifq_full                     0.7174 # fraction of time (cycle's) IFQ was full
RUU_count                 344167627 # cumulative RUU occupancy
RUU_fcount                    12771 # cumulative RUU full count
ruu_occupancy                3.2537 # avg RUU occupancy (insn's)
ruu_rate                     0.3961 # avg RUU dispatch rate (insn/cycle)
ruu_latency                  8.2143 # avg RUU occupant latency (cycle's)
ruu_full                     0.0001 # fraction of time (cycle's) RUU was full
LSQ_count                 231983781 # cumulative LSQ occupancy
LSQ_fcount                    74796 # cumulative LSQ full count
lsq_occupancy                2.1931 # avg LSQ occupancy (insn's)
lsq_rate                     0.3961 # avg LSQ dispatch rate (insn/cycle)
lsq_latency                  5.5368 # avg LSQ occupant latency (cycle's)
lsq_full                     0.0007 # fraction of time (cycle's) LSQ was full

# Statistics on Branch Predictors :

bpred_bimod.lookups         6893549 # total number of bpred lookups
bpred_bimod.updates         6723479 # total number of updates
bpred_bimod.addr_hits       3637839 # total number of address-predicted hits
bpred_bimod.dir_hits        6276958 # total number of direction-predicted hits (includes addr-hits)
bpred_bimod.misses           446521 # total number of misses
bpred_bimod.pred_accuracy    0.9352 # branch prediction rate
bpred_bimod.bpred_addr_rate    0.5411 # branch address-prediction rate (i.e., addr-hits/updates)
bpred_bimod.bpred_dir_rate    0.9336 # branch direction-prediction rate (i.e., all-hits/updates)
bpred_bimod.used_ras.PP            0 # total number of RAS predictions used
bpred_bimod.ras_hits.PP            0 # total number of RAS hits
bpred_bimod.ras_rate.PP <error: divide by zero> # RAS prediction rate (i.e., RAS hits/used RAS)

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

il1.accesses               43225487 # total number of accesses
il1.hits                   43225225 # total number of hits
il1.misses                      262 # total number of misses
il1.miss_rate           0.00 # miss rate (i.e., misses/ref)
dl1.accesses               21911252 # total number of accesses
dl1.hits                   21617885 # total number of hits
dl1.misses                   293367 # total number of misses
dl1.miss_rate           0.01 # miss rate (i.e., misses/ref)

