I am using the docker, yeah.
It's running on our server cluster which is a Xeon Gold 5117 @ (2.0 - 2.8
GHz) which might make up some of the difference, the r5 3600 has a faster
clock (3.6-4.2 GHz).

I've hesitated to update my branch because in the Dockerfile it
specifically checks this branch out and applies a patch, though the patch
isn't very extensive.
This was from a while back (November maybe?) and I know you guys have been
integrating things into the main branch (thanks!)
I was thinking I would wait until it's fully merged into the mainline gem5
branch and rebase onto that and try to merge my changes in.

Last I checked the GCN3 stuff is in the dev branch not the master right?

But if it will help maybe I should update to the head of this branch. Will
I need to update the docker as well?

As for the debug vs release rocm I think I'm using the release version.
This is what the dockerfile built:

ARG rocm_ver=1.6.2
RUN wget -qO- repo.radeon.com/rocm/archive/apt_${rocm_ver}.tar.bz2 \
    | tar -xjv \
    && cd apt_${rocm_ver}/pool/main/ \
    && dpkg -i h/hsakmt-roct-dev/* \
    && dpkg -i h/hsa-ext-rocr-dev/* \
    && dpkg -i h/hsa-rocr-dev/* \
    && dpkg -i r/rocm-utils/* \
    && dpkg -i h/hcc/* \
    && dpkg -i h/hip_base/* \
    && dpkg -i h/hip_hcc/* \
    && dpkg -i h/hip_samples/*


I ran a benchmark that prints that it entered main and returns immediately,
this took 9 minutes.
I've attached a debug trace with debug flags = "GPUDriver,SyscallVerbose"
There's a lot of weird things going on, "syscall open: failed", "syscall
brk: break point changed to [...]", and lots of ignored system calls.

head of Stats for reference:
---------- Begin Simulation Statistics ----------
sim_seconds                                  0.096192
# Number of seconds simulated
sim_ticks                                 96192368500
# Number of ticks simulated
final_tick                                96192368500
# Number of ticks from beginning of simulation (restored from checkpoints
and never reset)
sim_freq                                 1000000000000
  # Frequency of simulated ticks
host_inst_rate                                 175209
# Simulator instruction rate (inst/s)
host_op_rate                                   338409
# Simulator op (including micro ops) rate (op/s)
host_tick_rate                              175362515
# Simulator tick rate (ticks/s)
host_mem_usage                                1628608
# Number of bytes of host memory used
host_seconds                                   548.53
# Real time elapsed on the host
sim_insts                                    96108256
# Number of instructions simulated
sim_ops                                     185628785
# Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1
# Voltage in Volts
system.clk_domain.clock                          1000
# Clock period in ticks

Maybe something in the attached file explains it better than I can express.

Many thanks for your help and hard work!

Dan





On Thu, Jun 11, 2020 at 3:32 AM Kyle Roarty <kroa...@wisc.edu> wrote:

> Running through a few applications, it took me about 2.5 minutes or less
> each time using docker to start executing the program on an r5 3600.
>
> I ran square, dynamic_shared, and MatrixTranspose (All from HIP) which
> took about 1-1.5 mins.
>
> I ran conv_bench and rnn_bench from DeepBench which took just about 2
> minutes.
>
> Because of that, it's possible the size of the app has an effect on setup
> time, as the HIP apps are extremely small.
>
> Also, the commit Dan is checked out on is d0945dc
> <https://gem5.googlesource.com/amd/gem5/+/d0945dc285cf146de160808d7e6d4c1fd3f73639>
>  mem-ruby:
> add cache hit/miss statistics for TCP and TCC
> <https://gem5.googlesource.com/amd/gem5/+/d0945dc285cf146de160808d7e6d4c1fd3f73639>,
> which isn't the most recent commit. I don't believe that that would account
> for such a large slowdown, but it doesn't hurt to try the newest commit
> unless it breaks something.
>
> Kyle
> ------------------------------
> *From:* mattdsincl...@gmail.com <mattdsincl...@gmail.com>
> *Sent:* Thursday, June 11, 2020 1:15 AM
> *To:* gem5 users mailing list <gem5-users@gem5.org>
> *Cc:* Daniel Gerzhoy <daniel.gerz...@gmail.com>; GAURAV JAIN <
> gja...@wisc.edu>; Kyle Roarty <kroa...@wisc.edu>
> *Subject:* Re: [gem5-users] GCN3 GPU Simulation Start-Up Time
>
> Gaurav & Kyle, do you know if this is the case?
>
> Dan, I believe the short answer is yes although 7-8 minutes seems a little
> long.  Are you running this in Kyle's Docker, or separately?  If in the
> Docker, that does increase the overhead somewhat, so running it directly on
> a system would likely reduce the overhead somewhat.  Also, are you running
> with the release or debug version of the ROCm drivers?  Again, debug
> version will likely add some time to this.
>
> Matt
>
> On Wed, Jun 10, 2020 at 2:00 PM Daniel Gerzhoy via gem5-users <
> gem5-users@gem5.org> wrote:
>
> I've been running simulations using the GCN3 branch:
>
> rocm_ver=1.6.2
> $git branch
>    * (HEAD detached at d0945dc)
>       agutierr/master-gcn3-staging
>
> And I've noticed that it takes roughly 7-8 minutes to get to main()
>
> I'm guessing that this is the simulator setting up drivers?
> Is that correct? Is there other stuff going on?
>
> *Has anyone found a way to speed this up? *
>
> I am trying to get some of the rodinia benchmarks from the HIP-Examples
> running and debugging takes a long time as a result.
>
> I suspect that this is unavoidable but I won't know if I don't ask!
>
> Cheers,
>
> Dan Gerzhoy
> _______________________________________________
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>
>
gem5 Simulator System.  http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.

gem5 compiled May 21 2020 01:24:20
gem5 started Jun 11 2020 14:02:23
gem5 executing on dfe2abc3624e, pid 1
command line: build/GCN3_X86/gem5.opt --outdir=/tmp --redirect-stdout 
--debug-flags=GPUDriver,SyscallVerbose configs/example/apu_se.py 
--cpu-type=TimingSimpleCPU --num-cpus=4 --CPUClock=2GHz --gpu-clock=2GHz 
--ruby-clock=2GHz --mem-type=DDR4_2400_4x16 --l3_size=16MB --l3_assoc=16 
--l2_size=2048kB --l1d_size=32kB --l1i_size=32kB --tcc-size=2048kB 
--tcc-assoc=16 --tcp-size=16kB --hsapp_wakeupDelay=1 --hsapp_pktProcessDelay=1 
--benchmark-root=/gem5/benchmarks/HIP-Examples/rodinia_3.0/hip/kmeans -ckmeans 
-o '-i benchmarks/HIP-Examples/rodinia_3.0/data/kmeans/inpuGen/100_34.txt -m 5 
-n 5 -t 0.001 -l 1 -o'

Global frequency set at 1000000000000 ticks per second
warn: system.ruby.network adopting orphan SimObject param 'int_links'
warn: system.ruby.network adopting orphan SimObject param 'ext_links'
warn: DRAM device capacity (4096 Mbytes) does not match the address range 
assigned (512 Mbytes)
      0: system.cpu0.workload.drivers: Constructing KFD: device
      0: system.cpu0: Constructing CPU with id 0, socket id 0
      0: system.cpu1: Constructing CPU with id 1, socket id 0
      0: system.cpu2: Constructing CPU with id 2, socket id 0
      0: system.cpu3: Constructing CPU with id 3, socket id 0
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
Forcing maxCoalescedReqs to 32 (TLB assoc.) 
0: system.remote_gdb: listening for remote gdb on port 7000
0: system.remote_gdb: listening for remote gdb on port 7001
0: system.remote_gdb: listening for remote gdb on port 7002
0: system.remote_gdb: listening for remote gdb on port 7003
      0: global: vma: creating region (stack) [0x7fffff7ff000 - 0x7fffffffefff]
      0: global: vma: creating region (vsyscall) [0xffffffffff600000 - 
0xffffffffff600fff]
info: Entering event queue @ 0.  Starting simulation...
warn: Replacement policy updates recently became the responsibility of SLICC 
state machines. Make sure to setMRU() near callbacks in .sm files!
warn: x86 cpuid family 0x0000: unimplemented function 7
warn: ignoring syscall access(...)
72343500: system.cpu0: T0 : syscall  mmap range is 0x7ffff7dd6000 - 
0x7ffff7dd6fff
72343500: global: vma: creating region (anon) [0x7ffff7dd6000 - 0x7ffff7dd6fff]
warn: ignoring syscall access(...)
77863000: system.cpu0: T0 : syscall open: failed -> path:/etc/ld.so.preload 
(inferred from:/etc/ld.so.preload)
90445000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/opt/rocm/hip/lib/libhip_hcc.so
(inferred from:/opt/rocm/hip/lib/libhip_hcc.so)
102887000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7b31000 - 
0x7ffff7dd5fff
102887000: global: vma: creating region (/opt/rocm/hip/lib/libhip_hcc.so) 
[0x7ffff7b31000 - 0x7ffff7dd5fff]
warn: ignoring syscall mprotect(...)
104416000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7dc8000 - 
0x7ffff7dd5fff
104416000: global: vma: resizing region [0x7ffff7b31000 - 0x7ffff7dd5fff] into 
[0x7ffff7b31000 - 0x7ffff7dc7fff]
104416000: global: vma: creating region (/opt/rocm/hip/lib/libhip_hcc.so) 
[0x7ffff7dc8000 - 0x7ffff7dd5fff]
116975500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libdl.so.2 (inferred from:/opt/rocm/hip/lib/libdl.so.2)
117537000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libdl.so.2 (inferred from:/opt/rocm/hcc/lib/libdl.so.2)
118910000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libdl.so.2 (inferred from:/opt/rocm/lib/libdl.so.2)
119096500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libdl.so.2 (inferred from:/opt/rocm/hcc/lib/libdl.so.2)
119250000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libdl.so.2 (inferred from:/opt/rocm/hip/lib/libdl.so.2)
119403500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libdl.so.2 (inferred from:/opt/rocm/hsa/lib/libdl.so.2)
119591000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libdl.so.2 (inferred 
from:/opt/rocm/libhsakmt/lib/libdl.so.2)
119783000: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libdl.so.2 (inferred 
from:/usr/lib/x86_64-linux-gnu/libdl.so.2)
119972000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/miopen/lib/libdl.so.2 (inferred 
from:/opt/rocm/miopen/lib/libdl.so.2)
120314500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/miopengemm/lib/libdl.so.2 (inferred 
from:/opt/rocm/miopengemm/lib/libdl.so.2)
120498000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hipblas/lib/libdl.so.2 (inferred 
from:/opt/rocm/hipblas/lib/libdl.so.2)
120682000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/rocblas/lib/libdl.so.2 (inferred 
from:/opt/rocm/rocblas/lib/libdl.so.2)
121774500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/etc/ld.so.cache
(inferred from:/etc/ld.so.cache)
121973000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7b29000 - 
0x7ffff7b30fff
121973000: global: vma: creating region (/etc/ld.so.cache) [0x7ffff7b29000 - 
0x7ffff7b30fff]
warn: ignoring syscall access(...)
129112000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libdl.so.2
(inferred from:/lib/x86_64-linux-gnu/libdl.so.2)
132100000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7925000 - 
0x7ffff7b28fff
132100000: global: vma: creating region (/lib/x86_64-linux-gnu/libdl.so.2) 
[0x7ffff7925000 - 0x7ffff7b28fff]
warn: ignoring syscall mprotect(...)
132202500: system.cpu0: T0 : syscall  mmap range is 0x7ffff7b27000 - 
0x7ffff7b28fff
132202500: global: vma: resizing region [0x7ffff7925000 - 0x7ffff7b28fff] into 
[0x7ffff7925000 - 0x7ffff7b26fff]
132202500: global: vma: creating region (/lib/x86_64-linux-gnu/libdl.so.2) 
[0x7ffff7b27000 - 0x7ffff7b28fff]
137358500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libm.so.6 (inferred from:/opt/rocm/hip/lib/libm.so.6)
137509500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libm.so.6 (inferred from:/opt/rocm/hcc/lib/libm.so.6)
137737000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libm.so.6 (inferred from:/opt/rocm/lib/libm.so.6)
137888000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libm.so.6 (inferred from:/opt/rocm/hcc/lib/libm.so.6)
138039000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libm.so.6 (inferred from:/opt/rocm/hip/lib/libm.so.6)
138190000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libm.so.6 (inferred from:/opt/rocm/hsa/lib/libm.so.6)
138341000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libm.so.6 (inferred 
from:/opt/rocm/libhsakmt/lib/libm.so.6)
138497000: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libm.so.6 (inferred 
from:/usr/lib/x86_64-linux-gnu/libm.so.6)
warn: ignoring syscall access(...)
141498500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libm.so.6
(inferred from:/lib/x86_64-linux-gnu/libm.so.6)
144507500: system.cpu0: T0 : syscall  mmap range is 0x7ffff761c000 - 
0x7ffff7924fff
144507500: global: vma: creating region (/lib/x86_64-linux-gnu/libm.so.6) 
[0x7ffff761c000 - 0x7ffff7924fff]
warn: ignoring syscall mprotect(...)
144610000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7923000 - 
0x7ffff7924fff
144610000: global: vma: resizing region [0x7ffff761c000 - 0x7ffff7924fff] into 
[0x7ffff761c000 - 0x7ffff7922fff]
144610000: global: vma: creating region (/lib/x86_64-linux-gnu/libm.so.6) 
[0x7ffff7923000 - 0x7ffff7924fff]
149791000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libpthread.so.0 (inferred 
from:/opt/rocm/hip/lib/libpthread.so.0)
149941000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libpthread.so.0 (inferred 
from:/opt/rocm/hcc/lib/libpthread.so.0)
150168000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libpthread.so.0 (inferred from:/opt/rocm/lib/libpthread.so.0)
150318000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libpthread.so.0 (inferred 
from:/opt/rocm/hcc/lib/libpthread.so.0)
150468000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libpthread.so.0 (inferred 
from:/opt/rocm/hip/lib/libpthread.so.0)
150618000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libpthread.so.0 (inferred 
from:/opt/rocm/hsa/lib/libpthread.so.0)
150768500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libpthread.so.0 (inferred 
from:/opt/rocm/libhsakmt/lib/libpthread.so.0)
150923500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libpthread.so.0 (inferred 
from:/usr/lib/x86_64-linux-gnu/libpthread.so.0)
warn: ignoring syscall access(...)
154402000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libpthread.so.0
(inferred from:/lib/x86_64-linux-gnu/libpthread.so.0)
154880500: system.cpu0: T0 : syscall  mmap range is 0x7ffff761b000 - 
0x7ffff761bfff
154880500: global: vma: creating region (anon) [0x7ffff761b000 - 0x7ffff761bfff]
157607000: system.cpu0: T0 : syscall  mmap range is 0x7ffff73fe000 - 
0x7ffff761afff
157607000: global: vma: creating region (/lib/x86_64-linux-gnu/libpthread.so.0) 
[0x7ffff73fe000 - 0x7ffff761afff]
warn: ignoring syscall mprotect(...)
157691500: system.cpu0: T0 : syscall  mmap range is 0x7ffff7615000 - 
0x7ffff7616fff
157691500: global: vma: split region [0x7ffff73fe000 - 0x7ffff761afff] into 
[0x7ffff73fe000 - 0x7ffff7614fff] and [0x7ffff7617000 - 0x7ffff761afff]
157691500: global: vma: creating region (/lib/x86_64-linux-gnu/libpthread.so.0) 
[0x7ffff7615000 - 0x7ffff7616fff]
167158000: system.cpu0: T0 : syscall  mmap range is 0x7ffff7617000 - 
0x7ffff761afff
167158000: global: vma: destroying region [0x7ffff7617000 - 0x7ffff761afff]
167158000: global: vma: creating region (anon) [0x7ffff7617000 - 0x7ffff761afff]
172553000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libunwind.so.8 (inferred 
from:/opt/rocm/hip/lib/libunwind.so.8)
172710000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libunwind.so.8 (inferred 
from:/opt/rocm/hcc/lib/libunwind.so.8)
172944000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libunwind.so.8 (inferred from:/opt/rocm/lib/libunwind.so.8)
173101000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libunwind.so.8 (inferred 
from:/opt/rocm/hcc/lib/libunwind.so.8)
173258000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libunwind.so.8 (inferred 
from:/opt/rocm/hip/lib/libunwind.so.8)
173415000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libunwind.so.8 (inferred 
from:/opt/rocm/hsa/lib/libunwind.so.8)
173572500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libunwind.so.8 (inferred 
from:/opt/rocm/libhsakmt/lib/libunwind.so.8)
173734500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/usr/lib/x86_64-linux-gnu/libunwind.so.8
(inferred from:/usr/lib/x86_64-linux-gnu/libunwind.so.8)
176764000: system.cpu0: T0 : syscall  mmap range is 0x7ffff71e3000 - 
0x7ffff73fdfff
176764000: global: vma: creating region 
(/usr/lib/x86_64-linux-gnu/libunwind.so.8) [0x7ffff71e3000 - 0x7ffff73fdfff]
warn: ignoring syscall mprotect(...)
176866500: system.cpu0: T0 : syscall  mmap range is 0x7ffff73ee000 - 
0x7ffff73effff
176866500: global: vma: split region [0x7ffff71e3000 - 0x7ffff73fdfff] into 
[0x7ffff71e3000 - 0x7ffff73edfff] and [0x7ffff73f0000 - 0x7ffff73fdfff]
176866500: global: vma: creating region 
(/usr/lib/x86_64-linux-gnu/libunwind.so.8) [0x7ffff73ee000 - 0x7ffff73effff]
187520500: system.cpu0: T0 : syscall  mmap range is 0x7ffff73f0000 - 
0x7ffff73fdfff
187520500: global: vma: destroying region [0x7ffff73f0000 - 0x7ffff73fdfff]
187520500: global: vma: creating region (anon) [0x7ffff73f0000 - 0x7ffff73fdfff]
191946000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-runtime64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-runtime64.so.1)
192103500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-runtime64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-runtime64.so.1)
192338500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libhsa-runtime64.so.1 (inferred 
from:/opt/rocm/lib/libhsa-runtime64.so.1)
192496000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-runtime64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-runtime64.so.1)
192653500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-runtime64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-runtime64.so.1)
192811000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/opt/rocm/hsa/lib/libhsa-runtime64.so.1
(inferred from:/opt/rocm/hsa/lib/libhsa-runtime64.so.1)
195192500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6f4c000 - 
0x7ffff71e2fff
195192500: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-runtime64.so.1) [0x7ffff6f4c000 - 0x7ffff71e2fff]
warn: ignoring syscall mprotect(...)
195295000: system.cpu0: T0 : syscall  mmap range is 0x7ffff71dc000 - 
0x7ffff71e1fff
195295000: global: vma: split region [0x7ffff6f4c000 - 0x7ffff71e2fff] into 
[0x7ffff6f4c000 - 0x7ffff71dbfff] and [0x7ffff71e2000 - 0x7ffff71e2fff]
195295000: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-runtime64.so.1) [0x7ffff71dc000 - 0x7ffff71e1fff]
201572000: system.cpu0: T0 : syscall  mmap range is 0x7ffff71e2000 - 
0x7ffff71e2fff
201572000: global: vma: destroying region [0x7ffff71e2000 - 0x7ffff71e2fff]
201572000: global: vma: creating region (anon) [0x7ffff71e2000 - 0x7ffff71e2fff]
207206000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhc_am.so (inferred from:/opt/rocm/hip/lib/libhc_am.so)
207356500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/opt/rocm/hcc/lib/libhc_am.so
(inferred from:/opt/rocm/hcc/lib/libhc_am.so)
208053000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6f4b000 - 
0x7ffff6f4bfff
208053000: global: vma: creating region (anon) [0x7ffff6f4b000 - 0x7ffff6f4bfff]
209970500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6d29000 - 
0x7ffff6f4afff
209970500: global: vma: creating region (/opt/rocm/hcc/lib/libhc_am.so) 
[0x7ffff6d29000 - 0x7ffff6f4afff]
warn: ignoring syscall mprotect(...)
210073000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6f32000 - 
0x7ffff6f4afff
210073000: global: vma: resizing region [0x7ffff6d29000 - 0x7ffff6f4afff] into 
[0x7ffff6d29000 - 0x7ffff6f31fff]
210073000: global: vma: creating region (/opt/rocm/hcc/lib/libhc_am.so) 
[0x7ffff6f32000 - 0x7ffff6f4afff]
215793000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsakmt.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsakmt.so.1)
215950000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsakmt.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsakmt.so.1)
216184000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libhsakmt.so.1 (inferred from:/opt/rocm/lib/libhsakmt.so.1)
216341000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsakmt.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsakmt.so.1)
216498000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsakmt.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsakmt.so.1)
216655000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libhsakmt.so.1 (inferred 
from:/opt/rocm/hsa/lib/libhsakmt.so.1)
216830500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/opt/rocm/libhsakmt/lib/libhsakmt.so.1
(inferred from:/opt/rocm/libhsakmt/lib/libhsakmt.so.1)
219891000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6b0b000 - 
0x7ffff6d28fff
219891000: global: vma: creating region 
(/opt/rocm/libhsakmt/lib/libhsakmt.so.1) [0x7ffff6b0b000 - 0x7ffff6d28fff]
warn: ignoring syscall mprotect(...)
219993500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6d1e000 - 
0x7ffff6d28fff
219993500: global: vma: resizing region [0x7ffff6b0b000 - 0x7ffff6d28fff] into 
[0x7ffff6b0b000 - 0x7ffff6d1dfff]
219993500: global: vma: creating region 
(/opt/rocm/libhsakmt/lib/libhsakmt.so.1) [0x7ffff6d1e000 - 0x7ffff6d28fff]
227607500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/hip/lib/libstdc++.so.6)
227765000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/hcc/lib/libstdc++.so.6)
227999500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libstdc++.so.6 (inferred from:/opt/rocm/lib/libstdc++.so.6)
228157000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/hcc/lib/libstdc++.so.6)
228314500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/hip/lib/libstdc++.so.6)
228472000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/hsa/lib/libstdc++.so.6)
228630000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libstdc++.so.6 (inferred 
from:/opt/rocm/libhsakmt/lib/libstdc++.so.6)
228810500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/usr/lib/x86_64-linux-gnu/libstdc++.so.6
(inferred from:/usr/lib/x86_64-linux-gnu/libstdc++.so.6)
231939500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6789000 - 
0x7ffff6b0afff
231939500: global: vma: creating region 
(/usr/lib/x86_64-linux-gnu/libstdc++.so.6) [0x7ffff6789000 - 0x7ffff6b0afff]
warn: ignoring syscall mprotect(...)
232042000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6afb000 - 
0x7ffff6b06fff
232042000: global: vma: split region [0x7ffff6789000 - 0x7ffff6b0afff] into 
[0x7ffff6789000 - 0x7ffff6afafff] and [0x7ffff6b07000 - 0x7ffff6b0afff]
232042000: global: vma: creating region 
(/usr/lib/x86_64-linux-gnu/libstdc++.so.6) [0x7ffff6afb000 - 0x7ffff6b06fff]
234905500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6b07000 - 
0x7ffff6b0afff
234905500: global: vma: destroying region [0x7ffff6b07000 - 0x7ffff6b0afff]
234905500: global: vma: creating region (anon) [0x7ffff6b07000 - 0x7ffff6b0afff]
244345500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/hip/lib/libgcc_s.so.1)
244499500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/hcc/lib/libgcc_s.so.1)
244730500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libgcc_s.so.1 (inferred from:/opt/rocm/lib/libgcc_s.so.1)
244884500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/hcc/lib/libgcc_s.so.1)
245038500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/hip/lib/libgcc_s.so.1)
245192500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/hsa/lib/libgcc_s.so.1)
245347500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libgcc_s.so.1 (inferred 
from:/opt/rocm/libhsakmt/lib/libgcc_s.so.1)
245506500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (inferred 
from:/usr/lib/x86_64-linux-gnu/libgcc_s.so.1)
warn: ignoring syscall access(...)
248906000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libgcc_s.so.1
(inferred from:/lib/x86_64-linux-gnu/libgcc_s.so.1)
249451000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6788000 - 
0x7ffff6788fff
249451000: global: vma: creating region (anon) [0x7ffff6788000 - 0x7ffff6788fff]
251549000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6572000 - 
0x7ffff6787fff
251549000: global: vma: creating region (/lib/x86_64-linux-gnu/libgcc_s.so.1) 
[0x7ffff6572000 - 0x7ffff6787fff]
warn: ignoring syscall mprotect(...)
251651500: system.cpu0: T0 : syscall  mmap range is 0x7ffff6787000 - 
0x7ffff6787fff
251651500: global: vma: resizing region [0x7ffff6572000 - 0x7ffff6787fff] into 
[0x7ffff6572000 - 0x7ffff6786fff]
251651500: global: vma: creating region (/lib/x86_64-linux-gnu/libgcc_s.so.1) 
[0x7ffff6787000 - 0x7ffff6787fff]
259045500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libc.so.6 (inferred from:/opt/rocm/hip/lib/libc.so.6)
259205500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libc.so.6 (inferred from:/opt/rocm/hcc/lib/libc.so.6)
259433000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libc.so.6 (inferred from:/opt/rocm/lib/libc.so.6)
259584000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libc.so.6 (inferred from:/opt/rocm/hcc/lib/libc.so.6)
259735000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libc.so.6 (inferred from:/opt/rocm/hip/lib/libc.so.6)
259895000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libc.so.6 (inferred from:/opt/rocm/hsa/lib/libc.so.6)
260046000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libc.so.6 (inferred 
from:/opt/rocm/libhsakmt/lib/libc.so.6)
260210500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libc.so.6 (inferred 
from:/usr/lib/x86_64-linux-gnu/libc.so.6)
warn: ignoring syscall access(...)
262612500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libc.so.6
(inferred from:/lib/x86_64-linux-gnu/libc.so.6)
265881500: system.cpu0: T0 : syscall  mmap range is 0x7ffff61a8000 - 
0x7ffff6571fff
265881500: global: vma: creating region (/lib/x86_64-linux-gnu/libc.so.6) 
[0x7ffff61a8000 - 0x7ffff6571fff]
warn: ignoring syscall mprotect(...)
265966000: system.cpu0: T0 : syscall  mmap range is 0x7ffff6568000 - 
0x7ffff656dfff
265966000: global: vma: split region [0x7ffff61a8000 - 0x7ffff6571fff] into 
[0x7ffff61a8000 - 0x7ffff6567fff] and [0x7ffff656e000 - 0x7ffff6571fff]
265966000: global: vma: creating region (/lib/x86_64-linux-gnu/libc.so.6) 
[0x7ffff6568000 - 0x7ffff656dfff]
272084500: system.cpu0: T0 : syscall  mmap range is 0x7ffff656e000 - 
0x7ffff6571fff
272084500: global: vma: destroying region [0x7ffff656e000 - 0x7ffff6571fff]
272084500: global: vma: creating region (anon) [0x7ffff656e000 - 0x7ffff6571fff]
306867000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/liblzma.so.5 (inferred 
from:/opt/rocm/hip/lib/liblzma.so.5)
307020500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/liblzma.so.5 (inferred 
from:/opt/rocm/hcc/lib/liblzma.so.5)
307251000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/liblzma.so.5 (inferred from:/opt/rocm/lib/liblzma.so.5)
307404500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/liblzma.so.5 (inferred 
from:/opt/rocm/hcc/lib/liblzma.so.5)
307558000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/liblzma.so.5 (inferred 
from:/opt/rocm/hip/lib/liblzma.so.5)
307711500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/liblzma.so.5 (inferred 
from:/opt/rocm/hsa/lib/liblzma.so.5)
307865500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/liblzma.so.5 (inferred 
from:/opt/rocm/libhsakmt/lib/liblzma.so.5)
308041500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/liblzma.so.5 (inferred 
from:/usr/lib/x86_64-linux-gnu/liblzma.so.5)
warn: ignoring syscall access(...)
310503500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/liblzma.so.5
(inferred from:/lib/x86_64-linux-gnu/liblzma.so.5)
313801500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5f86000 - 
0x7ffff61a7fff
313801500: global: vma: creating region (/lib/x86_64-linux-gnu/liblzma.so.5) 
[0x7ffff5f86000 - 0x7ffff61a7fff]
warn: ignoring syscall mprotect(...)
313904000: system.cpu0: T0 : syscall  mmap range is 0x7ffff61a6000 - 
0x7ffff61a7fff
313904000: global: vma: resizing region [0x7ffff5f86000 - 0x7ffff61a7fff] into 
[0x7ffff5f86000 - 0x7ffff61a5fff]
313904000: global: vma: creating region (/lib/x86_64-linux-gnu/liblzma.so.5) 
[0x7ffff61a6000 - 0x7ffff61a7fff]
317340500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5f85000 - 
0x7ffff5f85fff
317340500: global: vma: creating region (anon) [0x7ffff5f85000 - 0x7ffff5f85fff]
321908000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libelf.so.1 (inferred from:/opt/rocm/hip/lib/libelf.so.1)
322058000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libelf.so.1 (inferred from:/opt/rocm/hcc/lib/libelf.so.1)
322285000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libelf.so.1 (inferred from:/opt/rocm/lib/libelf.so.1)
322435000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libelf.so.1 (inferred from:/opt/rocm/hcc/lib/libelf.so.1)
322585000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libelf.so.1 (inferred from:/opt/rocm/hip/lib/libelf.so.1)
322735000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libelf.so.1 (inferred from:/opt/rocm/hsa/lib/libelf.so.1)
322885500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libelf.so.1 (inferred 
from:/opt/rocm/libhsakmt/lib/libelf.so.1)
323058000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/usr/lib/x86_64-linux-gnu/libelf.so.1
(inferred from:/usr/lib/x86_64-linux-gnu/libelf.so.1)
325825000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5d6d000 - 
0x7ffff5f84fff
325825000: global: vma: creating region (/usr/lib/x86_64-linux-gnu/libelf.so.1) 
[0x7ffff5d6d000 - 0x7ffff5f84fff]
warn: ignoring syscall mprotect(...)
325927500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5f83000 - 
0x7ffff5f84fff
325927500: global: vma: resizing region [0x7ffff5d6d000 - 0x7ffff5f84fff] into 
[0x7ffff5d6d000 - 0x7ffff5f82fff]
325927500: global: vma: creating region (/usr/lib/x86_64-linux-gnu/libelf.so.1) 
[0x7ffff5f83000 - 0x7ffff5f84fff]
334091000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/librt.so.1 (inferred from:/opt/rocm/hip/lib/librt.so.1)
334244500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/librt.so.1 (inferred from:/opt/rocm/hcc/lib/librt.so.1)
334475000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/librt.so.1 (inferred from:/opt/rocm/lib/librt.so.1)
334628500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/librt.so.1 (inferred from:/opt/rocm/hcc/lib/librt.so.1)
334782000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/librt.so.1 (inferred from:/opt/rocm/hip/lib/librt.so.1)
334935500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/librt.so.1 (inferred from:/opt/rocm/hsa/lib/librt.so.1)
335090000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/librt.so.1 (inferred 
from:/opt/rocm/libhsakmt/lib/librt.so.1)
335249000: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/librt.so.1 (inferred 
from:/usr/lib/x86_64-linux-gnu/librt.so.1)
warn: ignoring syscall access(...)
338793500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/librt.so.1
(inferred from:/lib/x86_64-linux-gnu/librt.so.1)
341316000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5b65000 - 
0x7ffff5d6cfff
341316000: global: vma: creating region (/lib/x86_64-linux-gnu/librt.so.1) 
[0x7ffff5b65000 - 0x7ffff5d6cfff]
warn: ignoring syscall mprotect(...)
341418500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5d6b000 - 
0x7ffff5d6cfff
341418500: global: vma: resizing region [0x7ffff5b65000 - 0x7ffff5d6cfff] into 
[0x7ffff5b65000 - 0x7ffff5d6afff]
341418500: global: vma: creating region (/lib/x86_64-linux-gnu/librt.so.1) 
[0x7ffff5d6b000 - 0x7ffff5d6cfff]
374972000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libpci.so.3 (inferred from:/opt/rocm/hip/lib/libpci.so.3)
375123000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libpci.so.3 (inferred from:/opt/rocm/hcc/lib/libpci.so.3)
375351000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libpci.so.3 (inferred from:/opt/rocm/lib/libpci.so.3)
375502000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libpci.so.3 (inferred from:/opt/rocm/hcc/lib/libpci.so.3)
375653000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libpci.so.3 (inferred from:/opt/rocm/hip/lib/libpci.so.3)
375804000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libpci.so.3 (inferred from:/opt/rocm/hsa/lib/libpci.so.3)
375955000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libpci.so.3 (inferred 
from:/opt/rocm/libhsakmt/lib/libpci.so.3)
376128500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libpci.so.3 (inferred 
from:/usr/lib/x86_64-linux-gnu/libpci.so.3)
warn: ignoring syscall access(...)
377372500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libpci.so.3
(inferred from:/lib/x86_64-linux-gnu/libpci.so.3)
377994500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5b64000 - 
0x7ffff5b64fff
377994500: global: vma: creating region (anon) [0x7ffff5b64000 - 0x7ffff5b64fff]
380263000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5957000 - 
0x7ffff5b63fff
380263000: global: vma: creating region (/lib/x86_64-linux-gnu/libpci.so.3) 
[0x7ffff5957000 - 0x7ffff5b63fff]
warn: ignoring syscall mprotect(...)
380365500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5b62000 - 
0x7ffff5b63fff
380365500: global: vma: resizing region [0x7ffff5957000 - 0x7ffff5b63fff] into 
[0x7ffff5957000 - 0x7ffff5b61fff]
380365500: global: vma: creating region (/lib/x86_64-linux-gnu/libpci.so.3) 
[0x7ffff5b62000 - 0x7ffff5b63fff]
401065000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libz.so.1 (inferred from:/opt/rocm/hip/lib/libz.so.1)
401215500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libz.so.1 (inferred from:/opt/rocm/hcc/lib/libz.so.1)
401452000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libz.so.1 (inferred from:/opt/rocm/lib/libz.so.1)
401602500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libz.so.1 (inferred from:/opt/rocm/hcc/lib/libz.so.1)
401753000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libz.so.1 (inferred from:/opt/rocm/hip/lib/libz.so.1)
401912500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libz.so.1 (inferred from:/opt/rocm/hsa/lib/libz.so.1)
402063500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libz.so.1 (inferred 
from:/opt/rocm/libhsakmt/lib/libz.so.1)
402236500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libz.so.1 (inferred 
from:/usr/lib/x86_64-linux-gnu/libz.so.1)
warn: ignoring syscall access(...)
405371000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libz.so.1
(inferred from:/lib/x86_64-linux-gnu/libz.so.1)
408102000: system.cpu0: T0 : syscall  mmap range is 0x7ffff573d000 - 
0x7ffff5956fff
408102000: global: vma: creating region (/lib/x86_64-linux-gnu/libz.so.1) 
[0x7ffff573d000 - 0x7ffff5956fff]
warn: ignoring syscall mprotect(...)
408204500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5955000 - 
0x7ffff5956fff
408204500: global: vma: resizing region [0x7ffff573d000 - 0x7ffff5956fff] into 
[0x7ffff573d000 - 0x7ffff5954fff]
408204500: global: vma: creating region (/lib/x86_64-linux-gnu/libz.so.1) 
[0x7ffff5955000 - 0x7ffff5956fff]
422565500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libresolv.so.2 (inferred 
from:/opt/rocm/hip/lib/libresolv.so.2)
422731500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libresolv.so.2 (inferred 
from:/opt/rocm/hcc/lib/libresolv.so.2)
422974500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libresolv.so.2 (inferred from:/opt/rocm/lib/libresolv.so.2)
423131500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libresolv.so.2 (inferred 
from:/opt/rocm/hcc/lib/libresolv.so.2)
423288500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libresolv.so.2 (inferred 
from:/opt/rocm/hip/lib/libresolv.so.2)
423454500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libresolv.so.2 (inferred 
from:/opt/rocm/hsa/lib/libresolv.so.2)
423612000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libresolv.so.2 (inferred 
from:/opt/rocm/libhsakmt/lib/libresolv.so.2)
423791500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libresolv.so.2 (inferred 
from:/usr/lib/x86_64-linux-gnu/libresolv.so.2)
warn: ignoring syscall access(...)
425765500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libresolv.so.2
(inferred from:/lib/x86_64-linux-gnu/libresolv.so.2)
426438500: system.cpu0: T0 : syscall  mmap range is 0x7ffff573c000 - 
0x7ffff573cfff
426438500: global: vma: creating region (anon) [0x7ffff573c000 - 0x7ffff573cfff]
429074500: system.cpu0: T0 : syscall  mmap range is 0x7ffff5521000 - 
0x7ffff573bfff
429074500: global: vma: creating region (/lib/x86_64-linux-gnu/libresolv.so.2) 
[0x7ffff5521000 - 0x7ffff573bfff]
warn: ignoring syscall mprotect(...)
429177000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5738000 - 
0x7ffff5739fff
429177000: global: vma: split region [0x7ffff5521000 - 0x7ffff573bfff] into 
[0x7ffff5521000 - 0x7ffff5737fff] and [0x7ffff573a000 - 0x7ffff573bfff]
429177000: global: vma: creating region (/lib/x86_64-linux-gnu/libresolv.so.2) 
[0x7ffff5738000 - 0x7ffff5739fff]
438677500: system.cpu0: T0 : syscall  mmap range is 0x7ffff573a000 - 
0x7ffff573bfff
438677500: global: vma: destroying region [0x7ffff573a000 - 0x7ffff573bfff]
438677500: global: vma: creating region (anon) [0x7ffff573a000 - 0x7ffff573bfff]
445804000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libudev.so.1 (inferred 
from:/opt/rocm/hip/lib/libudev.so.1)
445975500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libudev.so.1 (inferred 
from:/opt/rocm/hcc/lib/libudev.so.1)
446215000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libudev.so.1 (inferred from:/opt/rocm/lib/libudev.so.1)
446368500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libudev.so.1 (inferred 
from:/opt/rocm/hcc/lib/libudev.so.1)
446522000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libudev.so.1 (inferred 
from:/opt/rocm/hip/lib/libudev.so.1)
446684500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hsa/lib/libudev.so.1 (inferred 
from:/opt/rocm/hsa/lib/libudev.so.1)
446839000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/libhsakmt/lib/libudev.so.1 (inferred 
from:/opt/rocm/libhsakmt/lib/libudev.so.1)
447006500: system.cpu0: T0 : syscall open: failed -> 
path:/usr/lib/x86_64-linux-gnu/libudev.so.1 (inferred 
from:/usr/lib/x86_64-linux-gnu/libudev.so.1)
warn: ignoring syscall access(...)
449671500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/lib/x86_64-linux-gnu/libudev.so.1
(inferred from:/lib/x86_64-linux-gnu/libudev.so.1)
453025000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5501000 - 
0x7ffff5520fff
453025000: global: vma: creating region (/lib/x86_64-linux-gnu/libudev.so.1) 
[0x7ffff5501000 - 0x7ffff5520fff]
453095000: system.cpu0: T0 : syscall  mmap range is 0x7ffff551f000 - 
0x7ffff5520fff
453095000: global: vma: resizing region [0x7ffff5501000 - 0x7ffff5520fff] into 
[0x7ffff5501000 - 0x7ffff551efff]
453095000: global: vma: creating region (/lib/x86_64-linux-gnu/libudev.so.1) 
[0x7ffff551f000 - 0x7ffff5520fff]
528854000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5500000 - 
0x7ffff5500fff
528854000: global: vma: creating region (anon) [0x7ffff5500000 - 0x7ffff5500fff]
594171000: system.cpu0: T0 : syscall  mmap range is 0x7ffff54ff000 - 
0x7ffff54fffff
594171000: global: vma: creating region (anon) [0x7ffff54ff000 - 0x7ffff54fffff]
637169500: system.cpu0: T0 : syscall  mmap range is 0x7ffff54fe000 - 
0x7ffff54fefff
637169500: global: vma: creating region (anon) [0x7ffff54fe000 - 0x7ffff54fefff]
640563500: system.cpu0: T0 : syscall  mmap range is 0x7ffff54fc000 - 
0x7ffff54fdfff
640563500: global: vma: creating region (anon) [0x7ffff54fc000 - 0x7ffff54fdfff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
4550320500: system.cpu0: T0 : syscall  mmap range is 0x7ffff54fb000 - 
0x7ffff54fbfff
4550320500: global: vma: creating region (anon) [0x7ffff54fb000 - 
0x7ffff54fbfff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
5359377000: global: vma: destroying region [0x7ffff7b29000 - 0x7ffff7b30fff]
warn: ignoring syscall set_robust_list(...)
warn: ignoring syscall rt_sigaction(...)
      (further warnings will be suppressed)
warn: ignoring syscall rt_sigprocmask(...)
      (further warnings will be suppressed)
5597462000: global: vma: creating region (heap) [0xa73000 - 0xaa4fff]
5597462000: system.cpu0: T0 : syscall brk: break point changed to: 0XAA5000
16427305500: system.cpu0: T0 : syscall open: failed -> 
path:/home/jenkins/jenkins-root/workspace/compute-rocm-rel-1.6/out/build/hcc/lib/libmcwamp_hsa.so
 (inferred 
from:/home/jenkins/jenkins-root/workspace/compute-rocm-rel-1.6/out/build/hcc/lib/libmcwamp_hsa.so)
16428077500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libmcwamp_hsa.so (inferred 
from:/opt/rocm/hip/lib/libmcwamp_hsa.so)
16428240000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[3] -> 
path:/opt/rocm/hcc/lib/libmcwamp_hsa.so
(inferred from:/opt/rocm/hcc/lib/libmcwamp_hsa.so)
16435382000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5272000 - 
0x7ffff54fafff
16435382000: global: vma: creating region (/opt/rocm/hcc/lib/libmcwamp_hsa.so) 
[0x7ffff5272000 - 0x7ffff54fafff]
warn: ignoring syscall mprotect(...)
16435565500: system.cpu0: T0 : syscall  mmap range is 0x7ffff54c6000 - 
0x7ffff54fafff
16435565500: global: vma: resizing region [0x7ffff5272000 - 0x7ffff54fafff] 
into [0x7ffff5272000 - 0x7ffff54c5fff]
16435565500: global: vma: creating region (/opt/rocm/hcc/lib/libmcwamp_hsa.so) 
[0x7ffff54c6000 - 0x7ffff54fafff]
warn: ignoring syscall mprotect(...)
17903172000: system.cpu0: T0 : syscall open: passing call to driver open with 
path[/dev/kfd]
17916270500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[4] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/system_properties
(inferred from:/sys/devices/virtual/kfd/kfd/topology/system_properties)
17965935500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes)
warn: ignoring syscall access(...)
18033257000: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[4] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes/0/gpu_id
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes/0/gpu_id)
18045558500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[4] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes/0/properties
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes/0/properties)
18104972000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/proc/cpuinfo
(inferred from:/proc/cpuinfo)
18151838000: system.cpu0: T0 : syscall ioctl(3, 0xc0104b19, ...)
18151838000: system.cpu0.workload.drivers: ioctl: Running on core 0
18151838000: system.cpu0.workload.drivers: ioctl: 
AMDKFD_IOC_GET_PROCESS_APERTURES_NEW
18159365500: system.cpu0: T0 : syscall open: failed -> 
path:/tmp/fs/sys/bus/event_source/devices/amd_iommu/events (inferred 
from:/sys/bus/event_source/devices/amd_iommu/events)
18175378000: system.cpu0: T0 : syscall open: failed -> 
path:/dev/shm/0/gem5_1/sem.hsakmt_semaphore (inferred 
from:/dev/shm/sem.hsakmt_semaphore)
18182246500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[4] -> 
path:/dev/shm/0/gem5_1/3Rq7tc
(inferred from:/dev/shm/3Rq7tc)
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
18185454000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5271000 - 
0x7ffff5271fff
18185454000: global: vma: creating region (/dev/shm/3Rq7tc) [0x7ffff5271000 - 
0x7ffff5271fff]
18221034500: system.cpu0: T0 : syscall open: sim_fd[10], target_fd[4] -> 
path:/dev/shm/0/gem5_1/hsakmt_shared_mem
(inferred from:/dev/shm/hsakmt_shared_mem)
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
18226335000: system.cpu0: T0 : syscall  mmap range is 0x7ffff5270000 - 
0x7ffff5270fff
18226335000: global: vma: creating region (/dev/shm/hsakmt_shared_mem) 
[0x7ffff5270000 - 0x7ffff5270fff]
18235197500: system.cpu0: T0 : syscall ioctl(3, 0x80084b01, ...)
18235197500: system.cpu0.workload.drivers: ioctl: Running on core 0
18235197500: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_GET_VERSION
18242210000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/proc/cpuinfo
(inferred from:/proc/cpuinfo)
18263783000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/generation_id
(inferred from:/sys/devices/virtual/kfd/kfd/topology/generation_id)
18266622000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/system_properties
(inferred from:/sys/devices/virtual/kfd/kfd/topology/system_properties)
18274008500: system.cpu0: T0 : syscall open: sim_fd[12], target_fd[6] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes)
18277613000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/system/cpu/online
(inferred from:/sys/devices/system/cpu/online)
warn: ignoring syscall sched_getaffinity(...)
warn: ignoring syscall sched_setaffinity(...)
warn: x86 cpuid family 0x0000: unimplemented function 4 returning 0x0, 0x0, 
0x0, 0x0.
warn: ignoring syscall sched_setaffinity(...)
warn: x86 cpuid family 0x0000: unimplemented function 4 returning 0x0, 0x0, 
0x0, 0x0.
warn: ignoring syscall sched_setaffinity(...)
warn: x86 cpuid family 0x0000: unimplemented function 4 returning 0x0, 0x0, 
0x0, 0x0.
warn: ignoring syscall sched_setaffinity(...)
warn: x86 cpuid family 0x0000: unimplemented function 4 returning 0x0, 0x0, 
0x0, 0x0.
warn: ignoring syscall sched_setaffinity(...)
warn: ignoring syscall access(...)
18294895000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes/0/gpu_id
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes/0/gpu_id)
18300827500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/nodes/0/properties
(inferred from:/sys/devices/virtual/kfd/kfd/topology/nodes/0/properties)
18345231000: system.cpu0: T0 : syscall open: sim_fd[12], target_fd[6] -> 
path:/tmp/fs/proc/cpuinfo
(inferred from:/proc/cpuinfo)
18367354500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/tmp/fs/sys/devices/virtual/kfd/kfd/topology/generation_id
(inferred from:/sys/devices/virtual/kfd/kfd/topology/generation_id)
18410806500: system.cpu0: T0 : syscall ioctl(3, 0xc0284b05, ...)
18410806500: system.cpu0.workload.drivers: ioctl: Running on core 0
18410806500: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_GET_CLOCK_COUNTERS
18413997500: system.cpu0: T0 : syscall ioctl(3, 0xc0284b05, ...)
18413997500: system.cpu0.workload.drivers: ioctl: Running on core 0
18413997500: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_GET_CLOCK_COUNTERS
18470861000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-ext-finalize64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-ext-finalize64.so.1)
18471077000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-ext-finalize64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-ext-finalize64.so.1)
18471370000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libhsa-ext-finalize64.so.1 (inferred 
from:/opt/rocm/lib/libhsa-ext-finalize64.so.1)
18471532000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-ext-finalize64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-ext-finalize64.so.1)
18471694000: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-ext-finalize64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-ext-finalize64.so.1)
18471865000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/opt/rocm/hsa/lib/libhsa-ext-finalize64.so.1
(inferred from:/opt/rocm/hsa/lib/libhsa-ext-finalize64.so.1)
18477253500: system.cpu0: T0 : syscall  mmap range is 0x7ffff45de000 - 
0x7ffff526ffff
18477253500: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-ext-finalize64.so.1) [0x7ffff45de000 - 0x7ffff526ffff]
warn: ignoring syscall mprotect(...)
18477437000: system.cpu0: T0 : syscall  mmap range is 0x7ffff50aa000 - 
0x7ffff524afff
18477437000: global: vma: split region [0x7ffff45de000 - 0x7ffff526ffff] into 
[0x7ffff45de000 - 0x7ffff50a9fff] and [0x7ffff524b000 - 0x7ffff526ffff]
18477437000: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-ext-finalize64.so.1) [0x7ffff50aa000 - 0x7ffff524afff]
18482292000: system.cpu0: T0 : syscall  mmap range is 0x7ffff524b000 - 
0x7ffff526ffff
18482292000: global: vma: destroying region [0x7ffff524b000 - 0x7ffff526ffff]
18482292000: global: vma: creating region (anon) [0x7ffff524b000 - 
0x7ffff526ffff]
warn: ignoring syscall mprotect(...)
30514278500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-ext-image64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-ext-image64.so.1)
30515546500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-ext-image64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-ext-image64.so.1)
30516732500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/lib/libhsa-ext-image64.so.1 (inferred 
from:/opt/rocm/lib/libhsa-ext-image64.so.1)
30516887500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hcc/lib/libhsa-ext-image64.so.1 (inferred 
from:/opt/rocm/hcc/lib/libhsa-ext-image64.so.1)
30517042500: system.cpu0: T0 : syscall open: failed -> 
path:/opt/rocm/hip/lib/libhsa-ext-image64.so.1 (inferred 
from:/opt/rocm/hip/lib/libhsa-ext-image64.so.1)
30517356500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/opt/rocm/hsa/lib/libhsa-ext-image64.so.1
(inferred from:/opt/rocm/hsa/lib/libhsa-ext-image64.so.1)
30538291500: system.cpu0: T0 : syscall  mmap range is 0x7ffff4390000 - 
0x7ffff45ddfff
30538291500: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-ext-image64.so.1) [0x7ffff4390000 - 0x7ffff45ddfff]
warn: ignoring syscall mprotect(...)
30539675000: system.cpu0: T0 : syscall  mmap range is 0x7ffff45d1000 - 
0x7ffff45ddfff
30539675000: global: vma: resizing region [0x7ffff4390000 - 0x7ffff45ddfff] 
into [0x7ffff4390000 - 0x7ffff45d0fff]
30539675000: global: vma: creating region 
(/opt/rocm/hsa/lib/libhsa-ext-image64.so.1) [0x7ffff45d1000 - 0x7ffff45ddfff]
warn: ignoring syscall mprotect(...)
30810230000: system.cpu0: T0 : syscall  mmap range is 0x7ffef4381000 - 
0x7ffff438ffff
30810230000: global: vma: creating region (anon) [0x7ffef4381000 - 
0x7ffff438ffff]
30815807000: global: vma: resizing region [0x7ffef4381000 - 0x7ffff438ffff] 
into [0x7ffef4390000 - 0x7ffff438ffff]
30816793000: system.cpu0: T0 : syscall ioctl(3, 0xc0184b15, ...)
30816793000: system.cpu0.workload.drivers: ioctl: Running on core 0
warn: unimplemented ioctl: AMDKFD_IOC_ALLOC_MEMORY_OF_SCRATCH
30899860500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/shm/0/gem5_1/100
(inferred from:/dev/shm/100)
30907573500: system.cpu0: T0 : syscall  mmap range is 0x7ffef4301000 - 
0x7ffef4380fff
30907573500: global: vma: creating region (anon) [0x7ffef4301000 - 
0x7ffef4380fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
30907923500: system.cpu0: T0 : syscall  mmap range is 0x7ffef4301000 - 
0x7ffef4340fff
30907923500: global: vma: resizing region [0x7ffef4301000 - 0x7ffef4380fff] 
into [0x7ffef4341000 - 0x7ffef4380fff]
30907923500: global: vma: creating region (/dev/shm/100) [0x7ffef4301000 - 
0x7ffef4340fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
30907954000: system.cpu0: T0 : syscall  mmap range is 0x7ffef4341000 - 
0x7ffef4380fff
30907954000: global: vma: destroying region [0x7ffef4341000 - 0x7ffef4380fff]
30907954000: global: vma: creating region (/dev/shm/100) [0x7ffef4341000 - 
0x7ffef4380fff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
31647209000: system.cpu0: T0 : syscall  mmap range is 0x7ffef405d000 - 
0x7ffef4300fff
31647209000: global: vma: creating region (anon) [0x7ffef405d000 - 
0x7ffef4300fff]
warn: ignoring syscall mprotect(...)
39115660000: system.cpu0: T0 : syscall ioctl(3, 0xc0584b02, ...)
39115660000: system.cpu0.workload.drivers: ioctl: Running on core 0
39115660000: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_CREATE_QUEUE
39115660000: system.cpu0.workload.drivers: Creating queue 1
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
39226622500: system.cpu0: T0 : syscall  mmap range is 0x7ffef385b000 - 
0x7ffef405bfff
39226622500: global: vma: creating region (anon) [0x7ffef385b000 - 
0x7ffef405bfff]
warn: ignoring syscall mprotect(...)
warn: ClockedObject: Already in the requested power state, request ignored
warn: ignoring syscall set_robust_list(...)
warn: ignoring syscall mprotect(...)
39286724500: system.cpu1: T0 : syscall  mmap range is 0x7ffeeb85b000 - 
0x7ffef385afff
39286724500: global: vma: creating region (anon) [0x7ffeeb85b000 - 
0x7ffef385afff]
39286900500: global: vma: resizing region [0x7ffeeb85b000 - 0x7ffef385afff] 
into [0x7ffeec000000 - 0x7ffef385afff]
39287068500: global: vma: resizing region [0x7ffeec000000 - 0x7ffef385afff] 
into [0x7ffeec000000 - 0x7ffeefffffff]
warn: ignoring syscall mprotect(...)
39287702500: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb7f9000 - 
0x7ffeeb85afff
39287702500: global: vma: creating region (anon) [0x7ffeeb7f9000 - 
0x7ffeeb85afff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
39592757500: global: vma: creating region (heap) [0xaa5000 - 0xac6fff]
39592757500: system.cpu0: T0 : syscall brk: break point changed to: 0XAC7000
39621634000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/shm/0/gem5_1/100
(inferred from:/dev/shm/100)
39622672000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb779000 - 
0x7ffeeb7f8fff
39622672000: global: vma: creating region (anon) [0x7ffeeb779000 - 
0x7ffeeb7f8fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
39623022000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb779000 - 
0x7ffeeb7b8fff
39623022000: global: vma: resizing region [0x7ffeeb779000 - 0x7ffeeb7f8fff] 
into [0x7ffeeb7b9000 - 0x7ffeeb7f8fff]
39623022000: global: vma: creating region (/dev/shm/100) [0x7ffeeb779000 - 
0x7ffeeb7b8fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
39623052500: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb7b9000 - 
0x7ffeeb7f8fff
39623052500: global: vma: destroying region [0x7ffeeb7b9000 - 0x7ffeeb7f8fff]
39623052500: global: vma: creating region (/dev/shm/100) [0x7ffeeb7b9000 - 
0x7ffeeb7f8fff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
40339072000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb4d5000 - 
0x7ffeeb778fff
40339072000: global: vma: creating region (anon) [0x7ffeeb4d5000 - 
0x7ffeeb778fff]
warn: ignoring syscall mprotect(...)
47806397000: system.cpu0: T0 : syscall ioctl(3, 0xc0584b02, ...)
47806397000: system.cpu0.workload.drivers: ioctl: Running on core 0
47806397000: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_CREATE_QUEUE
47806397000: system.cpu0.workload.drivers: Creating queue 2
warn: ignoring syscall mprotect(...)
47877841000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb473000 - 
0x7ffeeb4d4fff
47877841000: global: vma: creating region (anon) [0x7ffeeb473000 - 
0x7ffeeb4d4fff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
47983896500: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb411000 - 
0x7ffeeb472fff
47983896500: global: vma: creating region (anon) [0x7ffeeb411000 - 
0x7ffeeb472fff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
48150218500: global: vma: creating region (heap) [0xac7000 - 0xae7fff]
48150218500: system.cpu0: T0 : syscall brk: break point changed to: 0XAE8000
48223691000: global: vma: creating region (heap) [0xae8000 - 0xb09fff]
48223691000: system.cpu0: T0 : syscall brk: break point changed to: 0XB0A000
48294344000: global: vma: creating region (heap) [0xb0a000 - 0xb2bfff]
48294344000: system.cpu0: T0 : syscall brk: break point changed to: 0XB2C000
48365930500: global: vma: creating region (heap) [0xb2c000 - 0xb4dfff]
48365930500: system.cpu0: T0 : syscall brk: break point changed to: 0XB4E000
48437775500: global: vma: creating region (heap) [0xb4e000 - 0xb6ffff]
48437775500: system.cpu0: T0 : syscall brk: break point changed to: 0XB70000
48507661500: global: vma: creating region (heap) [0xb70000 - 0xb91fff]
48507661500: system.cpu0: T0 : syscall brk: break point changed to: 0XB92000
48577877500: global: vma: creating region (heap) [0xb92000 - 0xbb3fff]
48577877500: system.cpu0: T0 : syscall brk: break point changed to: 0XBB4000
48648244500: global: vma: creating region (heap) [0xbb4000 - 0xbd5fff]
48648244500: system.cpu0: T0 : syscall brk: break point changed to: 0XBD6000
48720039500: global: vma: creating region (heap) [0xbd6000 - 0xbf7fff]
48720039500: system.cpu0: T0 : syscall brk: break point changed to: 0XBF8000
48789919000: global: vma: creating region (heap) [0xbf8000 - 0xc19fff]
48789919000: system.cpu0: T0 : syscall brk: break point changed to: 0XC1A000
48859822500: global: vma: creating region (heap) [0xc1a000 - 0xc3bfff]
48859822500: system.cpu0: T0 : syscall brk: break point changed to: 0XC3C000
48930237000: global: vma: creating region (heap) [0xc3c000 - 0xc5dfff]
48930237000: system.cpu0: T0 : syscall brk: break point changed to: 0XC5E000
49000929000: global: vma: creating region (heap) [0xc5e000 - 0xc7ffff]
49000929000: system.cpu0: T0 : syscall brk: break point changed to: 0XC80000
49071157500: global: vma: creating region (heap) [0xc80000 - 0xca1fff]
49071157500: system.cpu0: T0 : syscall brk: break point changed to: 0XCA2000
49141399000: global: vma: creating region (heap) [0xca2000 - 0xcc3fff]
49141399000: system.cpu0: T0 : syscall brk: break point changed to: 0XCC4000
49215375000: global: vma: creating region (heap) [0xcc4000 - 0xce4fff]
49215375000: system.cpu0: T0 : syscall brk: break point changed to: 0XCE5000
49282238000: global: vma: creating region (heap) [0xce5000 - 0xd06fff]
49282238000: system.cpu0: T0 : syscall brk: break point changed to: 0XD07000
49354662000: global: vma: creating region (heap) [0xd07000 - 0xd28fff]
49354662000: system.cpu0: T0 : syscall brk: break point changed to: 0XD29000
49427093000: global: vma: creating region (heap) [0xd29000 - 0xd4afff]
49427093000: system.cpu0: T0 : syscall brk: break point changed to: 0XD4B000
49500210000: global: vma: creating region (heap) [0xd4b000 - 0xd6cfff]
49500210000: system.cpu0: T0 : syscall brk: break point changed to: 0XD6D000
49573439500: global: vma: creating region (heap) [0xd6d000 - 0xd8efff]
49573439500: system.cpu0: T0 : syscall brk: break point changed to: 0XD8F000
49646714500: global: vma: creating region (heap) [0xd8f000 - 0xdb0fff]
49646714500: system.cpu0: T0 : syscall brk: break point changed to: 0XDB1000
49720853500: global: vma: creating region (heap) [0xdb1000 - 0xdd2fff]
49720853500: system.cpu0: T0 : syscall brk: break point changed to: 0XDD3000
49794636000: global: vma: creating region (heap) [0xdd3000 - 0xdf4fff]
49794636000: system.cpu0: T0 : syscall brk: break point changed to: 0XDF5000
49868812000: global: vma: creating region (heap) [0xdf5000 - 0xe16fff]
49868812000: system.cpu0: T0 : syscall brk: break point changed to: 0XE17000
49942991000: global: vma: creating region (heap) [0xe17000 - 0xe38fff]
49942991000: system.cpu0: T0 : syscall brk: break point changed to: 0XE39000
50016914500: global: vma: creating region (heap) [0xe39000 - 0xe5afff]
50016914500: system.cpu0: T0 : syscall brk: break point changed to: 0XE5B000
50091546500: global: vma: creating region (heap) [0xe5b000 - 0xe7cfff]
50091546500: system.cpu0: T0 : syscall brk: break point changed to: 0XE7D000
50165207500: global: vma: creating region (heap) [0xe7d000 - 0xe9efff]
50165207500: system.cpu0: T0 : syscall brk: break point changed to: 0XE9F000
50240341000: global: vma: creating region (heap) [0xe9f000 - 0xec0fff]
50240341000: system.cpu0: T0 : syscall brk: break point changed to: 0XEC1000
50314481500: global: vma: creating region (heap) [0xec1000 - 0xee2fff]
50314481500: system.cpu0: T0 : syscall brk: break point changed to: 0XEE3000
50399808000: global: vma: creating region (heap) [0xee3000 - 0xf04fff]
50399808000: system.cpu0: T0 : syscall brk: break point changed to: 0XF05000
50474327500: global: vma: creating region (heap) [0xf05000 - 0xf26fff]
50474327500: system.cpu0: T0 : syscall brk: break point changed to: 0XF27000
50549439500: global: vma: creating region (heap) [0xf27000 - 0xf48fff]
50549439500: system.cpu0: T0 : syscall brk: break point changed to: 0XF49000
50624742000: global: vma: creating region (heap) [0xf49000 - 0xf6afff]
50624742000: system.cpu0: T0 : syscall brk: break point changed to: 0XF6B000
50699880500: global: vma: creating region (heap) [0xf6b000 - 0xf8cfff]
50699880500: system.cpu0: T0 : syscall brk: break point changed to: 0XF8D000
50775253000: global: vma: creating region (heap) [0xf8d000 - 0xfaefff]
50775253000: system.cpu0: T0 : syscall brk: break point changed to: 0XFAF000
50849685500: global: vma: creating region (heap) [0xfaf000 - 0xfd0fff]
50849685500: system.cpu0: T0 : syscall brk: break point changed to: 0XFD1000
50924719000: global: vma: creating region (heap) [0xfd1000 - 0xff2fff]
50924719000: system.cpu0: T0 : syscall brk: break point changed to: 0XFF3000
50999929000: global: vma: creating region (heap) [0xff3000 - 0x1014fff]
50999929000: system.cpu0: T0 : syscall brk: break point changed to: 0X1015000
51075397500: global: vma: creating region (heap) [0x1015000 - 0x1036fff]
51075397500: system.cpu0: T0 : syscall brk: break point changed to: 0X1037000
51150263500: global: vma: creating region (heap) [0x1037000 - 0x1058fff]
51150263500: system.cpu0: T0 : syscall brk: break point changed to: 0X1059000
51226211500: global: vma: creating region (heap) [0x1059000 - 0x107afff]
51226211500: system.cpu0: T0 : syscall brk: break point changed to: 0X107B000
51301007500: global: vma: creating region (heap) [0x107b000 - 0x109cfff]
51301007500: system.cpu0: T0 : syscall brk: break point changed to: 0X109D000
51376596500: global: vma: creating region (heap) [0x109d000 - 0x10befff]
51376596500: system.cpu0: T0 : syscall brk: break point changed to: 0X10BF000
51452350000: global: vma: creating region (heap) [0x10bf000 - 0x10e0fff]
51452350000: system.cpu0: T0 : syscall brk: break point changed to: 0X10E1000
51527948000: global: vma: creating region (heap) [0x10e1000 - 0x1102fff]
51527948000: system.cpu0: T0 : syscall brk: break point changed to: 0X1103000
51602645500: global: vma: creating region (heap) [0x1103000 - 0x1124fff]
51602645500: system.cpu0: T0 : syscall brk: break point changed to: 0X1125000
51678638000: global: vma: creating region (heap) [0x1125000 - 0x1146fff]
51678638000: system.cpu0: T0 : syscall brk: break point changed to: 0X1147000
51754495000: global: vma: creating region (heap) [0x1147000 - 0x1168fff]
51754495000: system.cpu0: T0 : syscall brk: break point changed to: 0X1169000
51830029000: global: vma: creating region (heap) [0x1169000 - 0x118afff]
51830029000: system.cpu0: T0 : syscall brk: break point changed to: 0X118B000
51905979000: global: vma: creating region (heap) [0x118b000 - 0x11acfff]
51905979000: system.cpu0: T0 : syscall brk: break point changed to: 0X11AD000
51981541500: global: vma: creating region (heap) [0x11ad000 - 0x11cefff]
51981541500: system.cpu0: T0 : syscall brk: break point changed to: 0X11CF000
52056233000: global: vma: creating region (heap) [0x11cf000 - 0x11f0fff]
52056233000: system.cpu0: T0 : syscall brk: break point changed to: 0X11F1000
52130733000: global: vma: creating region (heap) [0x11f1000 - 0x1212fff]
52130733000: system.cpu0: T0 : syscall brk: break point changed to: 0X1213000
52205587000: global: vma: creating region (heap) [0x1213000 - 0x1234fff]
52205587000: system.cpu0: T0 : syscall brk: break point changed to: 0X1235000
52280134000: global: vma: creating region (heap) [0x1235000 - 0x1256fff]
52280134000: system.cpu0: T0 : syscall brk: break point changed to: 0X1257000
52355644500: global: vma: creating region (heap) [0x1257000 - 0x1278fff]
52355644500: system.cpu0: T0 : syscall brk: break point changed to: 0X1279000
52431095000: global: vma: creating region (heap) [0x1279000 - 0x129afff]
52431095000: system.cpu0: T0 : syscall brk: break point changed to: 0X129B000
52506453500: global: vma: creating region (heap) [0x129b000 - 0x12bcfff]
52506453500: system.cpu0: T0 : syscall brk: break point changed to: 0X12BD000
52582248500: global: vma: creating region (heap) [0x12bd000 - 0x12defff]
52582248500: system.cpu0: T0 : syscall brk: break point changed to: 0X12DF000
52660650000: global: vma: creating region (heap) [0x12df000 - 0x1306fff]
52660650000: system.cpu0: T0 : syscall brk: break point changed to: 0X1307000
52696874000: global: vma: creating region (heap) [0x1307000 - 0x1330fff]
52696874000: system.cpu0: T0 : syscall brk: break point changed to: 0X1331000
52791393500: global: vma: creating region (heap) [0x1331000 - 0x1352fff]
52791393500: system.cpu0: T0 : syscall brk: break point changed to: 0X1353000
52861338500: global: vma: creating region (heap) [0x1353000 - 0x1374fff]
52861338500: system.cpu0: T0 : syscall brk: break point changed to: 0X1375000
52930381000: global: vma: creating region (heap) [0x1375000 - 0x1396fff]
52930381000: system.cpu0: T0 : syscall brk: break point changed to: 0X1397000
53001817000: global: vma: creating region (heap) [0x1397000 - 0x13b8fff]
53001817000: system.cpu0: T0 : syscall brk: break point changed to: 0X13B9000
53068477000: global: vma: creating region (heap) [0x13b9000 - 0x13dafff]
53068477000: system.cpu0: T0 : syscall brk: break point changed to: 0X13DB000
53137736000: global: vma: creating region (heap) [0x13db000 - 0x13fcfff]
53137736000: system.cpu0: T0 : syscall brk: break point changed to: 0X13FD000
53206212000: global: vma: creating region (heap) [0x13fd000 - 0x141efff]
53206212000: system.cpu0: T0 : syscall brk: break point changed to: 0X141F000
53275587500: global: vma: creating region (heap) [0x141f000 - 0x1440fff]
53275587500: system.cpu0: T0 : syscall brk: break point changed to: 0X1441000
53343962500: global: vma: creating region (heap) [0x1441000 - 0x1462fff]
53343962500: system.cpu0: T0 : syscall brk: break point changed to: 0X1463000
53412613000: global: vma: creating region (heap) [0x1463000 - 0x1484fff]
53412613000: system.cpu0: T0 : syscall brk: break point changed to: 0X1485000
53481356000: global: vma: creating region (heap) [0x1485000 - 0x14a6fff]
53481356000: system.cpu0: T0 : syscall brk: break point changed to: 0X14A7000
53550304500: global: vma: creating region (heap) [0x14a7000 - 0x14c8fff]
53550304500: system.cpu0: T0 : syscall brk: break point changed to: 0X14C9000
53619686500: global: vma: creating region (heap) [0x14c9000 - 0x14eafff]
53619686500: system.cpu0: T0 : syscall brk: break point changed to: 0X14EB000
53689137500: global: vma: creating region (heap) [0x14eb000 - 0x150cfff]
53689137500: system.cpu0: T0 : syscall brk: break point changed to: 0X150D000
53757995500: global: vma: creating region (heap) [0x150d000 - 0x152efff]
53757995500: system.cpu0: T0 : syscall brk: break point changed to: 0X152F000
53825218500: global: vma: creating region (heap) [0x152f000 - 0x1550fff]
53825218500: system.cpu0: T0 : syscall brk: break point changed to: 0X1551000
53895551000: global: vma: creating region (heap) [0x1551000 - 0x1572fff]
53895551000: system.cpu0: T0 : syscall brk: break point changed to: 0X1573000
53964438000: global: vma: creating region (heap) [0x1573000 - 0x1594fff]
53964438000: system.cpu0: T0 : syscall brk: break point changed to: 0X1595000
54032713000: global: vma: creating region (heap) [0x1595000 - 0x15b6fff]
54032713000: system.cpu0: T0 : syscall brk: break point changed to: 0X15B7000
54101148500: global: vma: creating region (heap) [0x15b7000 - 0x15d8fff]
54101148500: system.cpu0: T0 : syscall brk: break point changed to: 0X15D9000
54171361000: global: vma: creating region (heap) [0x15d9000 - 0x15fafff]
54171361000: system.cpu0: T0 : syscall brk: break point changed to: 0X15FB000
54239202500: global: vma: creating region (heap) [0x15fb000 - 0x161cfff]
54239202500: system.cpu0: T0 : syscall brk: break point changed to: 0X161D000
54309361500: global: vma: creating region (heap) [0x161d000 - 0x163efff]
54309361500: system.cpu0: T0 : syscall brk: break point changed to: 0X163F000
54377852000: global: vma: creating region (heap) [0x163f000 - 0x1660fff]
54377852000: system.cpu0: T0 : syscall brk: break point changed to: 0X1661000
54448571000: global: vma: creating region (heap) [0x1661000 - 0x1682fff]
54448571000: system.cpu0: T0 : syscall brk: break point changed to: 0X1683000
54516622500: global: vma: creating region (heap) [0x1683000 - 0x16a4fff]
54516622500: system.cpu0: T0 : syscall brk: break point changed to: 0X16A5000
54585067000: global: vma: creating region (heap) [0x16a5000 - 0x16c6fff]
54585067000: system.cpu0: T0 : syscall brk: break point changed to: 0X16C7000
54653568500: global: vma: creating region (heap) [0x16c7000 - 0x16e8fff]
54653568500: system.cpu0: T0 : syscall brk: break point changed to: 0X16E9000
54738618500: global: vma: creating region (heap) [0x16e9000 - 0x170afff]
54738618500: system.cpu0: T0 : syscall brk: break point changed to: 0X170B000
54830345000: global: vma: creating region (heap) [0x170b000 - 0x172cfff]
54830345000: system.cpu0: T0 : syscall brk: break point changed to: 0X172D000
55058695500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/shm/0/gem5_1/100
(inferred from:/dev/shm/100)
55059724500: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb211000 - 
0x7ffeeb410fff
55059724500: global: vma: creating region (anon) [0x7ffeeb211000 - 
0x7ffeeb410fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
55060074500: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb211000 - 
0x7ffeeb310fff
55060074500: global: vma: resizing region [0x7ffeeb211000 - 0x7ffeeb410fff] 
into [0x7ffeeb311000 - 0x7ffeeb410fff]
55060074500: global: vma: creating region (/dev/shm/100) [0x7ffeeb211000 - 
0x7ffeeb310fff]
warn: mmap: writing to shared mmap region is currently unsupported. The write 
succeeds on the target, but it will not be propagated to the host or shared 
mappings
55060105000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeb311000 - 
0x7ffeeb410fff
55060105000: global: vma: destroying region [0x7ffeeb311000 - 0x7ffeeb410fff]
55060105000: global: vma: creating region (/dev/shm/100) [0x7ffeeb311000 - 
0x7ffeeb410fff]
warn: ignoring syscall mprotect(...)
warn: ignoring syscall mprotect(...)
57861903000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeaf6d000 - 
0x7ffeeb210fff
57861903000: global: vma: creating region (anon) [0x7ffeeaf6d000 - 
0x7ffeeb210fff]
warn: ignoring syscall mprotect(...)
65330361500: system.cpu0: T0 : syscall ioctl(3, 0xc0584b02, ...)
65330361500: system.cpu0.workload.drivers: ioctl: Running on core 0
65330361500: system.cpu0.workload.drivers: ioctl: AMDKFD_IOC_CREATE_QUEUE
65330361500: system.cpu0.workload.drivers: Creating queue 3
warn: ignoring syscall mprotect(...)
65872977500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
65876488000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66039880500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66040082500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66277287500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66277649500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66327964000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeaf6a000 - 
0x7ffeeaf6cfff
66327964000: global: vma: creating region (anon) [0x7ffeeaf6a000 - 
0x7ffeeaf6cfff]
66698239000: global: vma: creating region (heap) [0x172d000 - 0x174ffff]
66698239000: system.cpu0: T0 : syscall brk: break point changed to: 0X1750000
66810432000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66810643000: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
66826166500: system.cpu0: T0 : syscall brk: break point changed to: 0X174B000
66826837500: system.cpu0: T0 : syscall brk: break point changed to: 0X1748000
67000426500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
67000638500: system.cpu0: T0 : syscall open: sim_fd[11], target_fd[5] -> 
path:/dev/random
(inferred from:/dev/random)
warn: ignoring syscall sched_yield(...)
67011499000: system.cpu0: T0 : syscall  mmap range is 0x7ffeeaf66000 - 
0x7ffeeaf69fff
67011499000: global: vma: creating region (anon) [0x7ffeeaf66000 - 
0x7ffeeaf69fff]
Entering Main
91268189500: global: vma: destroying region [0x7ffeeaf6a000 - 0x7ffeeaf6cfff]
91292954000: global: vma: destroying region [0x7ffeeaf66000 - 0x7ffeeaf69fff]
warn: ignoring syscall madvise(...)
95937642500: global: vma: destroying region [0x7ffeeb473000 - 0x7ffeeb4d4fff]
95948395500: global: vma: destroying region [0x7ffeeb411000 - 0x7ffeeb472fff]
95956394500: global: vma: destroying region [0x7ffeeb7f9000 - 0x7ffeeb85afff]
95963874500: system.cpu0: T0 : syscall ioctl(3, 0xc0084b03, ...)
95963874500: system.cpu0.workload.drivers: ioctl: Running on core 0
95963874500: system.cpu0.workload.drivers: ioctl: 
AMDKFD_IOC_DESTROY_QUEUE;queue offset 0
95966248500: global: vma: destroying region [0x7ffef405d000 - 0x7ffef4300fff]
95966732000: global: vma: destroying region [0x7ffef4301000 - 0x7ffef4340fff]
95966732000: global: vma: destroying region [0x7ffef4341000 - 0x7ffef4380fff]
95979181000: system.cpu0: T0 : syscall ioctl(3, 0xc0084b03, ...)
95979181000: system.cpu0.workload.drivers: ioctl: Running on core 0
95979181000: system.cpu0.workload.drivers: ioctl: 
AMDKFD_IOC_DESTROY_QUEUE;queue offset 1
95980108000: global: vma: destroying region [0x7ffeeb4d5000 - 0x7ffeeb778fff]
95980405500: global: vma: destroying region [0x7ffeeb779000 - 0x7ffeeb7b8fff]
95980405500: global: vma: destroying region [0x7ffeeb7b9000 - 0x7ffeeb7f8fff]
95990276500: global: vma: destroying region [0x7ffef4390000 - 0x7ffff438ffff]
96002603500: global: vma: destroying region [0x7ffff5270000 - 0x7ffff5270fff]
96034730500: global: vma: destroying region [0x7ffff5271000 - 0x7ffff5271fff]
Ticks: 96192368500
Exiting because  exiting with last active thread context
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to