Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5201 Discussions

advisor: Cannot load data file (.trace)- data file is corrupted error

Johnnyjax
Beginner
1,628 Views

Hello,

 

I tried using intel advisor to profile my application by performing a roofline analysis. The survey analysis works well but running the trip-counts analysis fails. 

 

advisor: Opening result 59 % Loading 'tripcounts_404916_0.tcs' file
advisor: Error: Cannot load data file `/home/j152s822/reml-project/reml/hardware_project/advi/e000/hs000/data.1/tripcounts_404772_0.tcs' (Data file is corrupted).
advisor: Error: Cannot load data file `/home/j152s822/reml-project/reml/hardware_project/advi/e000/hs000/data.1/tripcounts_404777_0.tcs' (Data file is corrupted).
advisor: Opening result 74 % Processing information for light dynamic instructi

 

I also tried running the self-checker using "python3 adv_self_check.py" and I see a similar error. I have attached the log file from the self-checker.

Labels (1)
(Virus scan in progress ...)
0 Kudos
3 Replies
JyothisV_Intel
Employee
1,542 Views

Hi,

 

Good day to you.

 

Thanks for posting in Intel Communities.

 

We tried running Survey and Trip Counts using Intel Advisor on a matrix multiplication binary file in a Ubuntu machine and did not observe the issue reported by you. (log attached for reference)

 

To assist you better and to replicate the issue from our side, kindly get back to us with the following information

1. Sample reproducer code/binary along with the exact steps/commands that you used to reach to the error

2. OS and Kernal version along with the CPU information

 

$ cat /etc/os-release
$ uname -r
$ lscpu

 

 

Regards,

Jyothis V James

 

(Virus scan in progress ...)
0 Kudos
Johnnyjax
Beginner
1,535 Views

I attached a sample python application since I get the same behavior with that.

To run: sudo advisor --collect=roofline --project-dir=./advi -- python test-app.py

 

cat /etc/os-release: 

PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu

uname-r:
5.15.0-87-generic

lscpu:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 57 bits virtual
Byte Order: Little Endian
CPU(s): 80
On-line CPU(s) list: 0-39
Off-line CPU(s) list: 40-79
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Silver 4416+
CPU family: 6
Model: 143
Thread(s) per core: 1
Core(s) per socket: 20
Socket(s): 2
Stepping: 8
Frequency boost: enabled
CPU max MHz: 2001.0000
CPU min MHz: 800.0000
BogoMIPS: 4000.00

 

Advisor version: Intel(R) Advisor 2023.2 (build 614264)

 

Thanks. Let me know if there's anything else you need.

(Virus scan in progress ...)
0 Kudos
JyothisV_Intel
Employee
1,362 Views

Hi,


Good day to you.


Thanks for getting back to us with more information. We tried replicating the issue from our side and observed a similar behavior with python code profiling using Intel Advisor. We are checking on this internally with get back to with you an update soon.


Regards,

Jyothis V James


0 Kudos
Reply