- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
amplxe: Error: [Instrumentation Engine]: Pin is out of memory amplxe: Collection failed. amplxe: Internal Error
Environment:
- Ubuntu 18.04, both in VirtualBox and bare metal
- vtune_amplifier_2019.6.0.602217
- 128GB system RAM, not remotely close to exhausted
Source Code:
Run
scripts/eosio_build.sh -o RelWithDebInfo
Run
scripts/eosio_install.sh
Run
H=`pwd` DATE=`which date` TIMESTAMP=`$DATE +"%Y-%m-%d-%H-%M-%S"` NODEOS=~/eosio/2.0/bin/nodeos NVER=`$NODEOS --version` /opt/intel/vtune_amplifier/bin64/amplxe-cl -c hotspots -app-working-dir=$H -data-limit=2048 -finalization-mode=full \ -inline-mode=on -mrte-mode=native -target-duration-type=veryshort \ -r $H/hotspots-$NVER-$TIMESTAMP -- \ ~/eosio/2.0/bin/nodeos --data-dir "$H/data" --config-dir "$H/config" \ --wasm-runtime eos-vm --eos-vm-oc-enable --force-all-checks --disable-replay-opts \ --terminate-at-block 1000 \ > "$H/stdout.txt" 2> "$H/stderr.txt"
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jonathan,
Can you please upgrade to the recently released VTune Profiler 2020 version (available at Intel Registration Center) and verify if the problem is reproducible? Try on bare metal first.
If the problem persists, please set the debug variables below and then re-run the amplxe-cl collection.
TPSS_DEBUG=1
AMPLXE_LOG_LEVEL=TRACE
Once collection failed, please zip the result folder and share here for further exploration on our side.
Regards, Katya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page