Advertisement
MrHitch

Untitled

Jun 8th, 2020
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.71 KB | None | 0 0
  1. make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main Empty.txt input/WorstCase/Grammars/Brackets_cnf.txt input/WorstCase/Queries/worstcase_8/Construct/brute.txt &> log.txt
  2.  
  3. ==25295== Memcheck, a memory error detector
  4. ==25295== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  5. ==25295== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
  6. ==25295== Command: ./main Empty.txt input/WorstCase/Grammars/Brackets_cnf.txt input/WorstCase/Queries/worstcase_8/Construct/brute.txt
  7. ==25295==
  8. Iteration count: 2
  9. Iteration count: 2
  10. Iteration count: 2
  11. Iteration count: 2
  12. Iteration count: 2
  13. Iteration count: 2
  14. Iteration count: 4
  15. Iteration count: 4
  16. Iteration count: 4
  17. Iteration count: 42
  18. Total time: 0.279402 s
  19. ==25295==
  20. ==25295== HEAP SUMMARY:
  21. ==25295==     in use at exit: 408 bytes in 3 blocks
  22. ==25295==   total heap usage: 6,174 allocs, 6,171 frees, 9,124,863 bytes allocated
  23. ==25295==
  24. ==25295== 8 bytes in 1 blocks are still reachable in loss record 1 of 3
  25. ==25295==    at 0x483A7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
  26. ==25295==    by 0x49BB2EC: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  27. ==25295==    by 0x49CC80A: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  28. ==25295==    by 0x49B9744: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  29. ==25295==    by 0x4011029: call_init.part.0 (dl-init.c:72)
  30. ==25295==    by 0x4011130: call_init (dl-init.c:30)
  31. ==25295==    by 0x4011130: _dl_init (dl-init.c:119)
  32. ==25295==    by 0x4001139: ??? (in /usr/lib/x86_64-linux-gnu/ld-2.30.so)
  33. ==25295==    by 0x3: ???
  34. ==25295==    by 0x1FFEFFFCC2: ???
  35. ==25295==    by 0x1FFEFFFCC9: ???
  36. ==25295==    by 0x1FFEFFFCD3: ???
  37. ==25295==    by 0x1FFEFFFCFD: ???
  38. ==25295==
  39. ==25295== 192 bytes in 1 blocks are still reachable in loss record 2 of 3
  40. ==25295==    at 0x483A7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
  41. ==25295==    by 0x49BB2EC: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  42. ==25295==    by 0x49CA530: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  43. ==25295==    by 0x49C0E79: GOMP_parallel (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  44. ==25295==    by 0x15AA02: GB_add_phase0 (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  45. ==25295==    by 0x158A53: GB_add (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  46. ==25295==    by 0x1305E1: GB_ewise (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  47. ==25295==    by 0x12EC69: GrB_eWiseAdd_Matrix_BinaryOp (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  48. ==25295==    by 0x127E6B: cfpq_static (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  49. ==25295==    by 0x127A17: main (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  50. ==25295==
  51. ==25295== 208 bytes in 1 blocks are still reachable in loss record 3 of 3
  52. ==25295==    at 0x483A7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
  53. ==25295==    by 0x49BB2EC: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  54. ==25295==    by 0x49CBCEE: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  55. ==25295==    by 0x49BB8E4: omp_set_nested (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  56. ==25295==    by 0x131072: GB_init (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  57. ==25295==    by 0x12F393: GrB_init (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  58. ==25295==    by 0x12795E: main (in /home/viabzalov/GitReps/CFPQ_Algo/main)
  59. ==25295==
  60. ==25295== LEAK SUMMARY:
  61. ==25295==    definitely lost: 0 bytes in 0 blocks
  62. ==25295==    indirectly lost: 0 bytes in 0 blocks
  63. ==25295==      possibly lost: 0 bytes in 0 blocks
  64. ==25295==    still reachable: 408 bytes in 3 blocks
  65. ==25295==         suppressed: 0 bytes in 0 blocks
  66. ==25295==
  67. ==25295== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement