Stats: Update the x86 stats to reflect changing stupd to a store and update.
This commit is contained in:
parent
eabbdbee63
commit
54f88d84c2
36 changed files with 195 additions and 171 deletions
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -52,7 +54,7 @@ type=ExeTracer
|
||||||
[system.cpu.workload]
|
[system.cpu.workload]
|
||||||
type=LiveProcess
|
type=LiveProcess
|
||||||
cmd=gzip input.log 1
|
cmd=gzip input.log 1
|
||||||
cwd=build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic
|
cwd=build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic
|
||||||
egid=100
|
egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
|
|
|
@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
spec_init
|
spec_init
|
||||||
|
@ -44,4 +44,4 @@ Uncompressing Data
|
||||||
Uncompressed data 1048576 bytes in length
|
Uncompressed data 1048576 bytes in length
|
||||||
Uncompressed data compared correctly
|
Uncompressed data compared correctly
|
||||||
Tested 1MB buffer: OK!
|
Tested 1MB buffer: OK!
|
||||||
Exiting @ tick 962929106000 because target called exit()
|
Exiting @ tick 963992704000 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 3183370 # Simulator instruction rate (inst/s)
|
host_inst_rate 1409865 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 217548 # Number of bytes of host memory used
|
host_mem_usage 219780 # Number of bytes of host memory used
|
||||||
host_seconds 508.70 # Real time elapsed on the host
|
host_seconds 1150.11 # Real time elapsed on the host
|
||||||
host_tick_rate 1892936287 # Simulator tick rate (ticks/s)
|
host_tick_rate 838177430 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 1619366787 # Number of instructions simulated
|
sim_insts 1621493983 # Number of instructions simulated
|
||||||
sim_seconds 0.962929 # Number of seconds simulated
|
sim_seconds 0.963993 # Number of seconds simulated
|
||||||
sim_ticks 962929106000 # Number of ticks simulated
|
sim_ticks 963992704000 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 1925858213 # number of cpu cycles simulated
|
system.cpu.numCycles 1927985409 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 1619366787 # Number of instructions executed
|
system.cpu.num_insts 1621493983 # Number of instructions executed
|
||||||
system.cpu.num_refs 607228182 # Number of memory references
|
system.cpu.num_refs 607228182 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -157,7 +159,7 @@ egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
euid=100
|
euid=100
|
||||||
executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/gzip
|
executable=/dist/m5/cpu2000/binaries/x86/linux/gzip
|
||||||
gid=100
|
gid=100
|
||||||
input=cin
|
input=cin
|
||||||
max_stack_size=67108864
|
max_stack_size=67108864
|
||||||
|
|
|
@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Sep 20 2010 15:04:49
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 0c4a7d867247 7686 default qtip print-identical tip
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Sep 20 2010 15:29:10
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on phenom
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1292356 # Simulator instruction rate (inst/s)
|
host_inst_rate 1099985 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 195556 # Number of bytes of host memory used
|
host_mem_usage 227480 # Number of bytes of host memory used
|
||||||
host_seconds 1253.03 # Real time elapsed on the host
|
host_seconds 1474.11 # Real time elapsed on the host
|
||||||
host_tick_rate 1439113315 # Simulator tick rate (ticks/s)
|
host_tick_rate 1223290364 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 1619366787 # Number of instructions simulated
|
sim_insts 1621493983 # Number of instructions simulated
|
||||||
sim_seconds 1.803259 # Number of seconds simulated
|
sim_seconds 1.803259 # Number of seconds simulated
|
||||||
sim_ticks 1803258587000 # Number of ticks simulated
|
sim_ticks 1803258587000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 419042125 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 419042125 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||||
system.cpu.l2cache.writebacks 58007 # number of writebacks
|
system.cpu.l2cache.writebacks 58007 # number of writebacks
|
||||||
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 3606517174 # number of cpu cycles simulated
|
system.cpu.numCycles 3606517174 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 1619366787 # Number of instructions executed
|
system.cpu.num_insts 1621493983 # Number of instructions executed
|
||||||
system.cpu.num_refs 607228182 # Number of memory references
|
system.cpu.num_refs 607228182 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -52,7 +54,7 @@ type=ExeTracer
|
||||||
[system.cpu.workload]
|
[system.cpu.workload]
|
||||||
type=LiveProcess
|
type=LiveProcess
|
||||||
cmd=mcf mcf.in
|
cmd=mcf mcf.in
|
||||||
cwd=build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic
|
cwd=build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic
|
||||||
egid=100
|
egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
|
|
|
@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
||||||
|
@ -28,4 +28,4 @@ simplex iterations : 2663
|
||||||
flow value : 3080014995
|
flow value : 3080014995
|
||||||
checksum : 68389
|
checksum : 68389
|
||||||
optimal
|
optimal
|
||||||
Exiting @ tick 164701817000 because target called exit()
|
Exiting @ tick 168950072000 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 3001240 # Simulator instruction rate (inst/s)
|
host_inst_rate 938582 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 352084 # Number of bytes of host memory used
|
host_mem_usage 354336 # Number of bytes of host memory used
|
||||||
host_seconds 89.86 # Real time elapsed on the host
|
host_seconds 296.40 # Real time elapsed on the host
|
||||||
host_tick_rate 1832836403 # Simulator tick rate (ticks/s)
|
host_tick_rate 570013222 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 269696010 # Number of instructions simulated
|
sim_insts 278192520 # Number of instructions simulated
|
||||||
sim_seconds 0.164702 # Number of seconds simulated
|
sim_seconds 0.168950 # Number of seconds simulated
|
||||||
sim_ticks 164701817000 # Number of ticks simulated
|
sim_ticks 168950072000 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 329403635 # number of cpu cycles simulated
|
system.cpu.numCycles 337900145 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 269696010 # Number of instructions executed
|
system.cpu.num_insts 278192520 # Number of instructions executed
|
||||||
system.cpu.num_refs 122219139 # Number of memory references
|
system.cpu.num_refs 122219139 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -157,9 +159,9 @@ egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
euid=100
|
euid=100
|
||||||
executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/mcf
|
executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
|
||||||
gid=100
|
gid=100
|
||||||
input=/home/stever/m5/dist/cpu2000/data/mcf/smred/input/mcf.in
|
input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
|
||||||
max_stack_size=67108864
|
max_stack_size=67108864
|
||||||
output=cout
|
output=cout
|
||||||
pid=100
|
pid=100
|
||||||
|
|
|
@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Sep 20 2010 15:04:49
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 0c4a7d867247 7686 default qtip print-identical tip
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Sep 20 2010 15:29:54
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on phenom
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1130440 # Simulator instruction rate (inst/s)
|
host_inst_rate 734335 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 330088 # Number of bytes of host memory used
|
host_mem_usage 362052 # Number of bytes of host memory used
|
||||||
host_seconds 238.58 # Real time elapsed on the host
|
host_seconds 378.84 # Real time elapsed on the host
|
||||||
host_tick_rate 1550911771 # Simulator tick rate (ticks/s)
|
host_tick_rate 976703915 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 269696010 # Number of instructions simulated
|
sim_insts 278192520 # Number of instructions simulated
|
||||||
sim_seconds 0.370011 # Number of seconds simulated
|
sim_seconds 0.370011 # Number of seconds simulated
|
||||||
sim_ticks 370010840000 # Number of ticks simulated
|
sim_ticks 370010840000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 90779450 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 90779450 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||||
system.cpu.l2cache.writebacks 29460 # number of writebacks
|
system.cpu.l2cache.writebacks 29460 # number of writebacks
|
||||||
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 740021680 # number of cpu cycles simulated
|
system.cpu.numCycles 740021680 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 269696010 # Number of instructions executed
|
system.cpu.num_insts 278192520 # Number of instructions executed
|
||||||
system.cpu.num_refs 122219139 # Number of memory references
|
system.cpu.num_refs 122219139 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -52,7 +54,7 @@ type=ExeTracer
|
||||||
[system.cpu.workload]
|
[system.cpu.workload]
|
||||||
type=LiveProcess
|
type=LiveProcess
|
||||||
cmd=parser 2.1.dict -batch
|
cmd=parser 2.1.dict -batch
|
||||||
cwd=build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic
|
cwd=build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-atomic
|
||||||
egid=100
|
egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
|
|
|
@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-atomic
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
||||||
|
@ -74,4 +74,4 @@ info: Increasing stack size by one page.
|
||||||
about 2 million people attended
|
about 2 million people attended
|
||||||
the five best costumes got prizes
|
the five best costumes got prizes
|
||||||
No errors!
|
No errors!
|
||||||
Exiting @ tick 868585242000 because target called exit()
|
Exiting @ tick 885229360000 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 3246924 # Simulator instruction rate (inst/s)
|
host_inst_rate 1495739 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 221228 # Number of bytes of host memory used
|
host_mem_usage 223620 # Number of bytes of host memory used
|
||||||
host_seconds 460.65 # Real time elapsed on the host
|
host_seconds 1022.23 # Real time elapsed on the host
|
||||||
host_tick_rate 1885557129 # Simulator tick rate (ticks/s)
|
host_tick_rate 865978759 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 1495700521 # Number of instructions simulated
|
sim_insts 1528988757 # Number of instructions simulated
|
||||||
sim_seconds 0.868585 # Number of seconds simulated
|
sim_seconds 0.885229 # Number of seconds simulated
|
||||||
sim_ticks 868585242000 # Number of ticks simulated
|
sim_ticks 885229360000 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 1737170485 # number of cpu cycles simulated
|
system.cpu.numCycles 1770458721 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 1495700521 # Number of instructions executed
|
system.cpu.num_insts 1528988757 # Number of instructions executed
|
||||||
system.cpu.num_refs 533262345 # Number of memory references
|
system.cpu.num_refs 533262345 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -157,9 +159,9 @@ egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
euid=100
|
euid=100
|
||||||
executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/parser
|
executable=/dist/m5/cpu2000/binaries/x86/linux/parser
|
||||||
gid=100
|
gid=100
|
||||||
input=/home/stever/m5/dist/cpu2000/data/parser/mdred/input/parser.in
|
input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
|
||||||
max_stack_size=67108864
|
max_stack_size=67108864
|
||||||
output=cout
|
output=cout
|
||||||
pid=100
|
pid=100
|
||||||
|
|
|
@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Sep 20 2010 15:04:49
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 0c4a7d867247 7686 default qtip print-identical tip
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Sep 20 2010 15:23:05
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on phenom
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/20.parser/x86/linux/simple-timing
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1334580 # Simulator instruction rate (inst/s)
|
host_inst_rate 1108188 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 199248 # Number of bytes of host memory used
|
host_mem_usage 231336 # Number of bytes of host memory used
|
||||||
host_seconds 1120.73 # Real time elapsed on the host
|
host_seconds 1379.72 # Real time elapsed on the host
|
||||||
host_tick_rate 1480046497 # Simulator tick rate (ticks/s)
|
host_tick_rate 1202222105 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 1495700521 # Number of instructions simulated
|
sim_insts 1528988757 # Number of instructions simulated
|
||||||
sim_seconds 1.658730 # Number of seconds simulated
|
sim_seconds 1.658730 # Number of seconds simulated
|
||||||
sim_ticks 1658729604000 # Number of ticks simulated
|
sim_ticks 1658729604000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 384102189 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 384102189 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 896565143000 # Cy
|
||||||
system.cpu.l2cache.writebacks 411709 # number of writebacks
|
system.cpu.l2cache.writebacks 411709 # number of writebacks
|
||||||
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 3317459208 # number of cpu cycles simulated
|
system.cpu.numCycles 3317459208 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 1495700521 # Number of instructions executed
|
system.cpu.num_insts 1528988757 # Number of instructions executed
|
||||||
system.cpu.num_refs 533262345 # Number of memory references
|
system.cpu.num_refs 533262345 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -52,7 +54,7 @@ type=ExeTracer
|
||||||
[system.cpu.workload]
|
[system.cpu.workload]
|
||||||
type=LiveProcess
|
type=LiveProcess
|
||||||
cmd=bzip2 input.source 1
|
cmd=bzip2 input.source 1
|
||||||
cwd=build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic
|
cwd=build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic
|
||||||
egid=100
|
egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
|
|
|
@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
spec_init
|
spec_init
|
||||||
|
@ -29,4 +29,4 @@ Uncompressing Data
|
||||||
Uncompressed data 1048576 bytes in length
|
Uncompressed data 1048576 bytes in length
|
||||||
Uncompressed data compared correctly
|
Uncompressed data compared correctly
|
||||||
Tested 1MB buffer: OK!
|
Tested 1MB buffer: OK!
|
||||||
Exiting @ tick 2829239906500 because target called exit()
|
Exiting @ tick 2846007259500 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 2905658 # Simulator instruction rate (inst/s)
|
host_inst_rate 1732973 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 217444 # Number of bytes of host memory used
|
host_mem_usage 219700 # Number of bytes of host memory used
|
||||||
host_seconds 1601.47 # Real time elapsed on the host
|
host_seconds 2704.52 # Real time elapsed on the host
|
||||||
host_tick_rate 1766650252 # Simulator tick rate (ticks/s)
|
host_tick_rate 1052314398 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 4653327945 # Number of instructions simulated
|
sim_insts 4686862651 # Number of instructions simulated
|
||||||
sim_seconds 2.829240 # Number of seconds simulated
|
sim_seconds 2.846007 # Number of seconds simulated
|
||||||
sim_ticks 2829239906500 # Number of ticks simulated
|
sim_ticks 2846007259500 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 5658479814 # number of cpu cycles simulated
|
system.cpu.numCycles 5692014520 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 4653327945 # Number of instructions executed
|
system.cpu.num_insts 4686862651 # Number of instructions executed
|
||||||
system.cpu.num_refs 1677713086 # Number of memory references
|
system.cpu.num_refs 1677713086 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -157,7 +159,7 @@ egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
euid=100
|
euid=100
|
||||||
executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/bzip2
|
executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2
|
||||||
gid=100
|
gid=100
|
||||||
input=cin
|
input=cin
|
||||||
max_stack_size=67108864
|
max_stack_size=67108864
|
||||||
|
|
|
@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Sep 20 2010 15:04:49
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 0c4a7d867247 7686 default qtip print-identical tip
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Sep 20 2010 15:23:28
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on phenom
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-timing
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1201976 # Simulator instruction rate (inst/s)
|
host_inst_rate 845010 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 195452 # Number of bytes of host memory used
|
host_mem_usage 227416 # Number of bytes of host memory used
|
||||||
host_seconds 3871.40 # Real time elapsed on the host
|
host_seconds 5546.52 # Real time elapsed on the host
|
||||||
host_tick_rate 1530079593 # Simulator tick rate (ticks/s)
|
host_tick_rate 1067976230 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 4653327945 # Number of instructions simulated
|
sim_insts 4686862651 # Number of instructions simulated
|
||||||
sim_seconds 5.923548 # Number of seconds simulated
|
sim_seconds 5.923548 # Number of seconds simulated
|
||||||
sim_ticks 5923548078000 # Number of ticks simulated
|
sim_ticks 5923548078000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 1239184749 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 1239184749 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 1324806325000 # C
|
||||||
system.cpu.l2cache.writebacks 1174631 # number of writebacks
|
system.cpu.l2cache.writebacks 1174631 # number of writebacks
|
||||||
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 11847096156 # number of cpu cycles simulated
|
system.cpu.numCycles 11847096156 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 4653327945 # Number of instructions executed
|
system.cpu.num_insts 4686862651 # Number of instructions executed
|
||||||
system.cpu.num_refs 1677713086 # Number of memory references
|
system.cpu.num_refs 1677713086 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -52,7 +54,7 @@ type=ExeTracer
|
||||||
[system.cpu.workload]
|
[system.cpu.workload]
|
||||||
type=LiveProcess
|
type=LiveProcess
|
||||||
cmd=twolf smred
|
cmd=twolf smred
|
||||||
cwd=build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic
|
cwd=build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic
|
||||||
egid=100
|
egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
|
|
|
@ -5,13 +5,13 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic
|
||||||
Couldn't unlink build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic/smred.sav
|
Couldn't unlink build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic/smred.sav
|
||||||
Couldn't unlink build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic/smred.sv2
|
Couldn't unlink build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic/smred.sv2
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ info: Increasing stack size by one page.
|
||||||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
||||||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
||||||
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
||||||
122 123 124 Exiting @ tick 130427103000 because target called exit()
|
122 123 124 Exiting @ tick 131393100000 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1941332 # Simulator instruction rate (inst/s)
|
host_inst_rate 925477 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 224824 # Number of bytes of host memory used
|
host_mem_usage 227168 # Number of bytes of host memory used
|
||||||
host_seconds 113.03 # Real time elapsed on the host
|
host_seconds 239.19 # Real time elapsed on the host
|
||||||
host_tick_rate 1153901611 # Simulator tick rate (ticks/s)
|
host_tick_rate 549329374 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 219431024 # Number of instructions simulated
|
sim_insts 221363018 # Number of instructions simulated
|
||||||
sim_seconds 0.130427 # Number of seconds simulated
|
sim_seconds 0.131393 # Number of seconds simulated
|
||||||
sim_ticks 130427103000 # Number of ticks simulated
|
sim_ticks 131393100000 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 260854207 # number of cpu cycles simulated
|
system.cpu.numCycles 262786201 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 219431024 # Number of instructions executed
|
system.cpu.num_insts 221363018 # Number of instructions executed
|
||||||
system.cpu.num_refs 77165306 # Number of memory references
|
system.cpu.num_refs 77165306 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
@ -157,7 +159,7 @@ egid=100
|
||||||
env=
|
env=
|
||||||
errout=cerr
|
errout=cerr
|
||||||
euid=100
|
euid=100
|
||||||
executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/twolf
|
executable=/dist/m5/cpu2000/binaries/x86/linux/twolf
|
||||||
gid=100
|
gid=100
|
||||||
input=cin
|
input=cin
|
||||||
max_stack_size=67108864
|
max_stack_size=67108864
|
||||||
|
|
|
@ -5,11 +5,13 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Sep 20 2010 15:04:49
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 0c4a7d867247 7686 default qtip print-identical tip
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Sep 20 2010 15:26:56
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on phenom
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing
|
||||||
|
Couldn't unlink build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing/smred.sav
|
||||||
|
Couldn't unlink build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-timing/smred.sv2
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 1231791 # Simulator instruction rate (inst/s)
|
host_inst_rate 704710 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 202836 # Number of bytes of host memory used
|
host_mem_usage 234884 # Number of bytes of host memory used
|
||||||
host_seconds 178.14 # Real time elapsed on the host
|
host_seconds 314.12 # Real time elapsed on the host
|
||||||
host_tick_rate 1408783027 # Simulator tick rate (ticks/s)
|
host_tick_rate 798933117 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 219431024 # Number of instructions simulated
|
sim_insts 221363018 # Number of instructions simulated
|
||||||
sim_seconds 0.250961 # Number of seconds simulated
|
sim_seconds 0.250961 # Number of seconds simulated
|
||||||
sim_ticks 250960631000 # Number of ticks simulated
|
sim_ticks 250960631000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 56682008 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 56682008 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||||
system.cpu.l2cache.writebacks 0 # number of writebacks
|
system.cpu.l2cache.writebacks 0 # number of writebacks
|
||||||
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 501921262 # number of cpu cycles simulated
|
system.cpu.numCycles 501921262 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 219431024 # Number of instructions executed
|
system.cpu.num_insts 221363018 # Number of instructions executed
|
||||||
system.cpu.num_refs 77165306 # Number of memory references
|
system.cpu.num_refs 77165306 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
|
|
@ -5,12 +5,12 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled May 2 2010 23:23:01
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started May 2 2010 23:23:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on burrito
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-atomic
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
Hello world!
|
Hello world!
|
||||||
Exiting @ tick 5526500 because target called exit()
|
Exiting @ tick 5651000 because target called exit()
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 940026 # Simulator instruction rate (inst/s)
|
host_inst_rate 137874 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 213000 # Number of bytes of host memory used
|
host_mem_usage 215488 # Number of bytes of host memory used
|
||||||
host_seconds 0.01 # Real time elapsed on the host
|
host_seconds 0.07 # Real time elapsed on the host
|
||||||
host_tick_rate 529916579 # Simulator tick rate (ticks/s)
|
host_tick_rate 79078853 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 9561 # Number of instructions simulated
|
sim_insts 9810 # Number of instructions simulated
|
||||||
sim_seconds 0.000006 # Number of seconds simulated
|
sim_seconds 0.000006 # Number of seconds simulated
|
||||||
sim_ticks 5526500 # Number of ticks simulated
|
sim_ticks 5651000 # Number of ticks simulated
|
||||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||||
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 11054 # number of cpu cycles simulated
|
system.cpu.numCycles 11303 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 9561 # Number of instructions executed
|
system.cpu.num_insts 9810 # Number of instructions executed
|
||||||
system.cpu.num_refs 1990 # Number of memory references
|
system.cpu.num_refs 1990 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[root]
|
[root]
|
||||||
type=Root
|
type=Root
|
||||||
children=system
|
children=system
|
||||||
dummy=0
|
time_sync_enable=false
|
||||||
|
time_sync_period=100000000000
|
||||||
|
time_sync_spin_threshold=100000000
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
type=System
|
type=System
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
Redirecting stdout to build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing/simout
|
|
||||||
Redirecting stderr to build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing/simerr
|
|
||||||
M5 Simulator System
|
M5 Simulator System
|
||||||
|
|
||||||
Copyright (c) 2001-2008
|
Copyright (c) 2001-2008
|
||||||
|
@ -7,10 +5,10 @@ The Regents of The University of Michigan
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
|
|
||||||
M5 compiled Aug 26 2010 13:20:12
|
M5 compiled Jan 31 2011 14:03:49
|
||||||
M5 revision 85cafc6ccb42 7662 default qtip tip sc-fail-fix
|
M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
|
||||||
M5 started Aug 26 2010 13:33:02
|
M5 started Jan 31 2011 14:03:51
|
||||||
M5 executing on zizzer
|
M5 executing on burrito
|
||||||
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing
|
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-timing
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
host_inst_rate 397795 # Simulator instruction rate (inst/s)
|
host_inst_rate 101671 # Simulator instruction rate (inst/s)
|
||||||
host_mem_usage 205892 # Number of bytes of host memory used
|
host_mem_usage 223168 # Number of bytes of host memory used
|
||||||
host_seconds 0.02 # Real time elapsed on the host
|
host_seconds 0.10 # Real time elapsed on the host
|
||||||
host_tick_rate 1184355702 # Simulator tick rate (ticks/s)
|
host_tick_rate 297579540 # Simulator tick rate (ticks/s)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
sim_insts 9561 # Number of instructions simulated
|
sim_insts 9810 # Number of instructions simulated
|
||||||
sim_seconds 0.000029 # Number of seconds simulated
|
sim_seconds 0.000029 # Number of seconds simulated
|
||||||
sim_ticks 28768000 # Number of ticks simulated
|
sim_ticks 28768000 # Number of ticks simulated
|
||||||
system.cpu.dcache.ReadReq_accesses 1056 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses 1056 # number of ReadReq accesses(hits+misses)
|
||||||
|
@ -195,7 +195,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||||
system.cpu.l2cache.writebacks 0 # number of writebacks
|
system.cpu.l2cache.writebacks 0 # number of writebacks
|
||||||
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 57536 # number of cpu cycles simulated
|
system.cpu.numCycles 57536 # number of cpu cycles simulated
|
||||||
system.cpu.num_insts 9561 # Number of instructions executed
|
system.cpu.num_insts 9810 # Number of instructions executed
|
||||||
system.cpu.num_refs 1990 # Number of memory references
|
system.cpu.num_refs 1990 # Number of memory references
|
||||||
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue