Skip to content

Commit

Permalink
upload memtest results
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Aug 18, 2024
1 parent 704dc84 commit 0d02dcf
Show file tree
Hide file tree
Showing 400 changed files with 28,911 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
==25040== Memcheck, a memory error detector
==25040== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==25040== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==25040== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/pde/test/Test1D3DLinearEllipticSolver -malloc_debug -malloc_dump -memory_info
==25040== Parent PID: 24026
==25040==
==25040==
==25040== FILE DESCRIPTORS: 9 open (3 std) at exit.
==25040== Open file descriptor 12:
==25040== at 0x84E707D: pipe (pipe.c:29)
==25040== by 0x104D507D: ???
==25040== by 0xC36C4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==25040== by 0x8B4C418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==25040== by 0x8AE5D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==25040== by 0x6AACD38: PetscInitialize (pinit.c:924)
==25040== by 0x69831D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==25040== by 0x6983227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==25040== by 0x165094: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==25040== by 0x15FF33: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==25040== by 0x162CEC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==25040== by 0x162BE7: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==25040== by 0x1631FB: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==25040== by 0x15E735: main (Test1D3DLinearEllipticSolver.cpp:18)
==25040==
==25040== Open file descriptor 8: /dev/shm/open_mpi.0000
==25040== at 0x84EBA1C: __open_nocancel (open64_nocancel.c:39)
==25040== by 0x846FBCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
==25040== by 0x7D3B822: ???
==25040== by 0x7D3B96F: ???
==25040== by 0xC4116DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==25040== by 0xC411938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==25040== by 0xC3C7922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==25040== by 0xC36C2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==25040== by 0x8B4C418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==25040== by 0x8AE5D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==25040== by 0x6AACD38: PetscInitialize (pinit.c:924)
==25040== by 0x69831D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==25040== by 0x6983227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==25040== by 0x165094: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==25040== by 0x15FF33: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==25040== by 0x162CEC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==25040== by 0x162BE7: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==25040== by 0x1631FB: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==25040== by 0x15E735: main (Test1D3DLinearEllipticSolver.cpp:18)
==25040==
==25040== Open file descriptor 113:
==25040== <inherited from parent>
==25040==
==25040== Open file descriptor 110:
==25040== <inherited from parent>
==25040==
==25040== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test1D3DLinearEllipticSolver_valgrind.txt
==25040== <inherited from parent>
==25040==
==25040== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==25040== <inherited from parent>
==25040==
==25040==
==25040== HEAP SUMMARY:
==25040== in use at exit: 618,274 bytes in 8,238 blocks
==25040== total heap usage: 51,121 allocs, 42,883 frees, 1,339,258,905 bytes allocated
==25040==
==25040== LEAK SUMMARY:
==25040== definitely lost: 0 bytes in 0 blocks
==25040== indirectly lost: 0 bytes in 0 blocks
==25040== possibly lost: 0 bytes in 0 blocks
==25040== still reachable: 24 bytes in 2 blocks
==25040== suppressed: 618,250 bytes in 8,236 blocks
==25040== Reachable blocks (those to which a pointer was found) are not shown.
==25040== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==25040==
==25040== For lists of detected and suppressed errors, rerun with: -s
==25040== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 34 from 34)
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
==43380== Memcheck, a memory error detector
==43380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==43380== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==43380== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/heart/test/Test1dMonodomainShannonCvodeBenchmarks -malloc_debug -malloc_dump -memory_info
==43380== Parent PID: 24026
==43380==
==43380==
==43380== FILE DESCRIPTORS: 9 open (3 std) at exit.
==43380== Open file descriptor 12:
==43380== at 0xA7C307D: pipe (pipe.c:29)
==43380== by 0x1432407D: ???
==43380== by 0xFB2B4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==43380== by 0xBEBC418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==43380== by 0xBE55D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==43380== by 0xAB4CD38: PetscInitialize (pinit.c:924)
==43380== by 0xA0AA1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==43380== by 0xA0AA227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==43380== by 0x1220FC: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==43380== by 0x11D313: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==43380== by 0x11F5E6: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==43380== by 0x11F4E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==43380== by 0x11FAF5: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==43380== by 0x11BB15: main (Test1dMonodomainShannonCvodeBenchmarks.cpp:18)
==43380==
==43380== Open file descriptor 8: /dev/shm/open_mpi.0000
==43380== at 0xA7C7A1C: __open_nocancel (open64_nocancel.c:39)
==43380== by 0xA74BBCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
==43380== by 0xA0E4822: ???
==43380== by 0xA0E496F: ???
==43380== by 0xFBD06DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==43380== by 0xFBD0938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==43380== by 0xFB86922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==43380== by 0xFB2B2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==43380== by 0xBEBC418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==43380== by 0xBE55D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==43380== by 0xAB4CD38: PetscInitialize (pinit.c:924)
==43380== by 0xA0AA1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==43380== by 0xA0AA227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==43380== by 0x1220FC: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==43380== by 0x11D313: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==43380== by 0x11F5E6: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==43380== by 0x11F4E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==43380== by 0x11FAF5: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==43380== by 0x11BB15: main (Test1dMonodomainShannonCvodeBenchmarks.cpp:18)
==43380==
==43380== Open file descriptor 113:
==43380== <inherited from parent>
==43380==
==43380== Open file descriptor 110:
==43380== <inherited from parent>
==43380==
==43380== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test1dMonodomainShannonCvodeBenchmarks_valgrind.txt
==43380== <inherited from parent>
==43380==
==43380== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==43380== <inherited from parent>
==43380==
==43380==
==43380== HEAP SUMMARY:
==43380== in use at exit: 618,761 bytes in 8,244 blocks
==43380== total heap usage: 319,599 allocs, 311,355 frees, 1,398,098,658 bytes allocated
==43380==
==43380== LEAK SUMMARY:
==43380== definitely lost: 0 bytes in 0 blocks
==43380== indirectly lost: 0 bytes in 0 blocks
==43380== possibly lost: 0 bytes in 0 blocks
==43380== still reachable: 24 bytes in 2 blocks
==43380== suppressed: 618,737 bytes in 8,242 blocks
==43380== Reachable blocks (those to which a pointer was found) are not shown.
==43380== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==43380==
==43380== For lists of detected and suppressed errors, rerun with: -s
==43380== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 42 from 34)
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
==26212== Memcheck, a memory error detector
==26212== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==26212== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==26212== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/cell_based/test/Test2dVertexBasedSimulationWithSrnModels -malloc_debug -malloc_dump -memory_info
==26212== Parent PID: 24026
==26212==
==26212==
==26212== FILE DESCRIPTORS: 9 open (3 std) at exit.
==26212== Open file descriptor 12:
==26212== at 0xF7F707D: pipe (pipe.c:29)
==26212== by 0x196AB07D: ???
==26212== by 0x14CB14CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==26212== by 0x11497418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==26212== by 0x11430D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==26212== by 0x10125D38: PetscInitialize (pinit.c:924)
==26212== by 0xF0FA1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==26212== by 0xF0FA227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==26212== by 0x1221C2: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==26212== by 0x11D90D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==26212== by 0x11FCFC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==26212== by 0x11FB9C: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==26212== by 0x120233: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==26212== by 0x11BD35: main (Test2dVertexBasedSimulationWithSrnModels.cpp:19)
==26212==
==26212== Open file descriptor 8: /dev/shm/open_mpi.0000
==26212== at 0xF7FBA1C: __open_nocancel (open64_nocancel.c:39)
==26212== by 0xF77FBCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
==26212== by 0xF134822: ???
==26212== by 0xF13496F: ???
==26212== by 0x14D566DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==26212== by 0x14D56938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==26212== by 0x14D0C922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==26212== by 0x14CB12DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==26212== by 0x11497418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==26212== by 0x11430D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==26212== by 0x10125D38: PetscInitialize (pinit.c:924)
==26212== by 0xF0FA1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==26212== by 0xF0FA227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==26212== by 0x1221C2: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==26212== by 0x11D90D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==26212== by 0x11FCFC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==26212== by 0x11FB9C: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==26212== by 0x120233: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==26212== by 0x11BD35: main (Test2dVertexBasedSimulationWithSrnModels.cpp:19)
==26212==
==26212== Open file descriptor 113:
==26212== <inherited from parent>
==26212==
==26212== Open file descriptor 110:
==26212== <inherited from parent>
==26212==
==26212== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test2dVertexBasedSimulationWithSrnModels_valgrind.txt
==26212== <inherited from parent>
==26212==
==26212== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==26212== <inherited from parent>
==26212==
==26212==
==26212== HEAP SUMMARY:
==26212== in use at exit: 618,370 bytes in 8,239 blocks
==26212== total heap usage: 1,124,534 allocs, 1,116,295 frees, 1,415,927,852 bytes allocated
==26212==
==26212== LEAK SUMMARY:
==26212== definitely lost: 0 bytes in 0 blocks
==26212== indirectly lost: 0 bytes in 0 blocks
==26212== possibly lost: 0 bytes in 0 blocks
==26212== still reachable: 56 bytes in 3 blocks
==26212== suppressed: 618,314 bytes in 8,236 blocks
==26212== Reachable blocks (those to which a pointer was found) are not shown.
==26212== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==26212==
==26212== For lists of detected and suppressed errors, rerun with: -s
==26212== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 37 from 37)
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
==24957== Memcheck, a memory error detector
==24957== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==24957== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==24957== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/ode/test/TestAbstractAnalyticJacobian -malloc_debug -malloc_dump -memory_info
==24957== Parent PID: 24026
==24957==
==24957==
==24957== FILE DESCRIPTORS: 9 open (3 std) at exit.
==24957== Open file descriptor 12:
==24957== at 0x4F1007D: pipe (pipe.c:29)
==24957== by 0xB1E607D: ???
==24957== by 0x8CDE4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==24957== by 0x6678418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==24957== by 0x6611D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==24957== by 0x5308D38: PetscInitialize (pinit.c:924)
==24957== by 0x4B3C1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==24957== by 0x4B3C227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==24957== by 0x117D7C: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==24957== by 0x11320F: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==24957== by 0x11560C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==24957== by 0x115507: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==24957== by 0x115B1B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==24957== by 0x111715: main (TestAbstractAnalyticJacobian.cpp:18)
==24957==
==24957== Open file descriptor 8: /dev/shm/open_mpi.0000
==24957== at 0x4F14A1C: __open_nocancel (open64_nocancel.c:39)
==24957== by 0x4E98BCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
==24957== by 0x4B76822: ???
==24957== by 0x4B7696F: ???
==24957== by 0x8D836DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==24957== by 0x8D83938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==24957== by 0x8D39922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==24957== by 0x8CDE2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==24957== by 0x6678418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==24957== by 0x6611D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==24957== by 0x5308D38: PetscInitialize (pinit.c:924)
==24957== by 0x4B3C1D9: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==24957== by 0x4B3C227: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==24957== by 0x117D7C: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
==24957== by 0x11320F: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==24957== by 0x11560C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==24957== by 0x115507: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==24957== by 0x115B1B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==24957== by 0x111715: main (TestAbstractAnalyticJacobian.cpp:18)
==24957==
==24957== Open file descriptor 113:
==24957== <inherited from parent>
==24957==
==24957== Open file descriptor 110:
==24957== <inherited from parent>
==24957==
==24957== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/TestAbstractAnalyticJacobian_valgrind.txt
==24957== <inherited from parent>
==24957==
==24957== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==24957== <inherited from parent>
==24957==
==24957==
==24957== HEAP SUMMARY:
==24957== in use at exit: 617,938 bytes in 8,238 blocks
==24957== total heap usage: 45,030 allocs, 36,792 frees, 1,338,169,874 bytes allocated
==24957==
==24957== LEAK SUMMARY:
==24957== definitely lost: 0 bytes in 0 blocks
==24957== indirectly lost: 0 bytes in 0 blocks
==24957== possibly lost: 0 bytes in 0 blocks
==24957== still reachable: 24 bytes in 2 blocks
==24957== suppressed: 617,914 bytes in 8,236 blocks
==24957== Reachable blocks (those to which a pointer was found) are not shown.
==24957== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==24957==
==24957== For lists of detected and suppressed errors, rerun with: -s
==24957== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 34 from 34)
Loading

0 comments on commit 0d02dcf

Please sign in to comment.