Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ==4428== Cachegrind, a cache and branch-prediction profiler
  2. ==4428== Copyright (C) 2002-2011, and GNU GPL'd, by Nicholas Nethercote et al.
  3. ==4428== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  4. ==4428== Command: bin/tbb_crs_cg matrices/oscil_dcop_07.mtx
  5. ==4428==
  6. --4428-- warning: L3 cache found, using its data for the LL simulation.
  7. vex amd64->IR: unhandled instruction bytes: 0xC5 0xF8 0xAE 0x1C 0x24 0xBF 0x10 0xA6
  8. ==4428== valgrind: Unrecognised instruction at address 0x4067d5.
  9. ==4428== at 0x4067D5: ??? (in /home/dobson/git/spmvmult/bin/tbb_crs_cg)
  10. ==4428== by 0x60C638C: (below main) (in /lib/libc-2.15.so)
  11. ==4428== Your program just tried to execute an instruction that Valgrind
  12. ==4428== did not recognise. There are two possible reasons for this.
  13. ==4428== 1. Your program has a bug and erroneously jumped to a non-code
  14. ==4428== location. If you are running Memcheck and you just saw a
  15. ==4428== warning about a bad jump, it's probably your program's fault.
  16. ==4428== 2. The instruction is legitimate but Valgrind doesn't handle it,
  17. ==4428== i.e. it's Valgrind's fault. If you think this is the case or
  18. ==4428== you are not sure, please let us know and we'll try to fix it.
  19. ==4428== Either way, Valgrind will now raise a SIGILL signal which will
  20. ==4428== probably kill your program.
  21. ==4428==
  22. ==4428== Process terminating with default action of signal 4 (SIGILL)
  23. ==4428== Illegal opcode at address 0x4067D5
  24. ==4428== at 0x4067D5: ??? (in /home/dobson/git/spmvmult/bin/tbb_crs_cg)
  25. ==4428== by 0x60C638C: (below main) (in /lib/libc-2.15.so)
  26. ==4428==
  27. ==4428== I refs: 3,852,215
  28. ==4428== I1 misses: 1,713
  29. ==4428== LLi misses: 1,560
  30. ==4428== I1 miss rate: 0.04%
  31. ==4428== LLi miss rate: 0.04%
  32. ==4428==
  33. ==4428== D refs: 1,131,770 (864,940 rd + 266,830 wr)
  34. ==4428== D1 misses: 21,075 ( 18,590 rd + 2,485 wr)
  35. ==4428== LLd misses: 10,171 ( 8,378 rd + 1,793 wr)
  36. ==4428== D1 miss rate: 1.8% ( 2.1% + 0.9% )
  37. ==4428== LLd miss rate: 0.8% ( 0.9% + 0.6% )
  38. ==4428==
  39. ==4428== LL refs: 22,788 ( 20,303 rd + 2,485 wr)
  40. ==4428== LL misses: 11,731 ( 9,938 rd + 1,793 wr)
  41. ==4428== LL miss rate: 0.2% ( 0.2% + 0.6% )
Add Comment
Please, Sign In to add comment