sim: command line: ./bin/sim-outorder -config ./configs/lab1-task1/base1.txt -redir:sim ./configs/lab1-task1/Stats_base1.txt_jpeg-cjpeg.txt ./apps/jpeg-cjpeg/cjpeg -dct int -progressive -opt -outfile ./configs/lab1-task1/jpeg-cjpeg_output_small_encode.jpeg ./apps/jpeg-cjpeg/input_small.ppm 

sim: simulation started @ Thu Sep 19 00:02:25 2019

sim: ** starting performance simulation **

sim: ** simulation statistics **

# Statistics on Performance:

sim_IPC                      0.1699 # instructions per cycle
sim_CPI                      5.8863 # cycles per instruction
sim_cycle                 160455533 # total simulation time in cycles
sim_elapsed_time                 20 # total simulation time in seconds
sim_inst_rate          1362952.7000 # simulation speed (in insts/sec)
sim_exec_BW                  0.1699 # total instructions (mis-spec + committed) per cycle
sim_IPB                      6.5923 # instruction per branch

# Statistics on  Commited and Executed instructions:

sim_num_insn               27259054 # total number of instructions committed
sim_total_insn             27259053 # total number of instructions executed
sim_num_icmp               15508182 # total number of integer insts committed
sim_total_icmp             15508197 # 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                7615823 # total number of loads and stores committed
sim_total_refs              7615823 # total number of loads and stores executed
sim_num_branches            4135001 # total number of branches committed
sim_total_branches          4135001 # total number of branches executed
freq_icmp_exe          56.89 # Freqeuncy (%) of executed integer instructions
freq_fcmp_exe           0.00 # Freqeuncy (%) of executed FP instructions
freq_refs_exe          27.94 # Freqeuncy (%) of executed loads and stores
freq_branches_exe      15.17 # Freqeuncy (%) of executed branch instructions

# Statistics on Processor Core :

busy_int_alu               18944099 # Cyles integer ALU(s) is busy
busy_int_mul                 376460 # 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                 268923375 # cumulative IFQ occupancy
IFQ_fcount                 54924117 # cumulative IFQ full count
ifq_occupancy                1.6760 # avg IFQ occupancy (insn's)
ifq_rate                     0.1699 # avg IFQ dispatch rate (insn/cycle)
ifq_latency                  9.8655 # avg IFQ occupant latency (cycle's)
ifq_full                     0.3423 # fraction of time (cycle's) IFQ was full
RUU_count                 232735439 # cumulative RUU occupancy
RUU_fcount                    22828 # cumulative RUU full count
ruu_occupancy                1.4505 # avg RUU occupancy (insn's)
ruu_rate                     0.1699 # avg RUU dispatch rate (insn/cycle)
ruu_latency                  8.5379 # avg RUU occupant latency (cycle's)
ruu_full                     0.0001 # fraction of time (cycle's) RUU was full
LSQ_count                  92225309 # cumulative LSQ occupancy
LSQ_fcount                   171088 # cumulative LSQ full count
lsq_occupancy                0.5748 # avg LSQ occupancy (insn's)
lsq_rate                     0.1699 # avg LSQ dispatch rate (insn/cycle)
lsq_latency                  3.3833 # avg LSQ occupant latency (cycle's)
lsq_full                     0.0011 # fraction of time (cycle's) LSQ was full

# Statistics on Branch Predictors :

bpred_nottaken.lookups      6275974 # total number of bpred lookups
bpred_nottaken.updates      4135001 # total number of updates
bpred_nottaken.addr_hits       751718 # total number of address-predicted hits
bpred_nottaken.dir_hits       751718 # total number of direction-predicted hits (includes addr-hits)
bpred_nottaken.misses       3383283 # total number of misses
bpred_nottaken.pred_accuracy    0.4609 # branch prediction rate
bpred_nottaken.bpred_addr_rate    0.1818 # branch address-prediction rate (i.e., addr-hits/updates)
bpred_nottaken.bpred_dir_rate    0.1818 # branch direction-prediction rate (i.e., all-hits/updates)
bpred_nottaken.used_ras.PP            0 # total number of RAS predictions used
bpred_nottaken.ras_hits.PP            0 # total number of RAS hits
bpred_nottaken.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               38100563 # total number of accesses
il1.hits                   37700002 # total number of hits
il1.misses                   400561 # total number of misses
il1.miss_rate           0.01 # miss rate (i.e., misses/ref)
dl1.accesses                7615821 # total number of accesses
dl1.hits                    7325623 # total number of hits
dl1.misses                   290198 # total number of misses
dl1.miss_rate           0.04 # miss rate (i.e., misses/ref)

