Skip to content
Success

Console Output

Skipping 407 KB.. Full Log
Did not run examples for:

pointwise
=================================================

All tests pass!

(cd /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest; ./execute_PyTestRegression.sh MESH)

=================================================
Using python : /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/venv/bin/python
=================================================

Running.... MESH PyTests


=================================================
+ echo 'egadsTess_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
egadsTess_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u egadsTess_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1698605== Memcheck, a memory error detector
==1698605== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1698605== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1698605== Command: python -u egadsTess_PyTest.py -outLevel=0
==1698605== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 7
	Name = Ribs, index = 1
	Name = Skin, index = 2
	Name = Spar1, index = 3
	Name = Rib_Root, index = 4
	Name = Spar2, index = 5
	Name = Rib_Root_Point, index = 6
	Name = Wing, index = 7
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 2
	Name = LeadingEdge, index = 1
	Name = TrailingEdge, index = 2

Getting mesh sizing parameters
	Mesh sizing name - LeadingEdge
	Done getting mesh sizing parameters
Getting surface mesh for body 1 (of 4)
Getting surface mesh for body 2 (of 4)
Getting surface mesh for body 3 (of 4)
Getting surface mesh for body 4 (of 4)
Body 1 (of 4)
Number of nodes    = 3793
Number of elements = 4001
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 4001
Body 2 (of 4)
Number of nodes    = 1
Number of elements = 1
Number of node elements          = 1
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 0
Warning: No capsGroup/capsIgnore attribute found on edge 1 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 2 of face 1, unable to assign a boundary index value
Body 3 (of 4)
Number of nodes    = 76
Number of elements = 55
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 55
Warning: No capsGroup/capsIgnore attribute found on edge 1 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 2 of face 1, unable to assign a boundary index value
Body 4 (of 4)
Number of nodes    = 100
Number of elements = 73
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 73
----------------------------
Total number of nodes    = 3970
Total number of elements = 4130

Writing TECPLOT file: egadsTessMesh_Surf_0.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: egadsTessMesh_Surf_1.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: egadsTessMesh_Surf_2.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: egadsTessMesh_Surf_3.dat ....
Finished writing TECPLOT file

==1698605== 
==1698605== HEAP SUMMARY:
==1698605==     in use at exit: 5,426,147 bytes in 32,946 blocks
==1698605==   total heap usage: 6,728,916 allocs, 6,695,970 frees, 2,379,569,755 bytes allocated
==1698605== 
==1698605== LEAK SUMMARY:
==1698605==    definitely lost: 0 bytes in 0 blocks
==1698605==    indirectly lost: 0 bytes in 0 blocks
==1698605==      possibly lost: 0 bytes in 0 blocks
==1698605==    still reachable: 0 bytes in 0 blocks
==1698605==         suppressed: 5,426,147 bytes in 32,946 blocks
==1698605== 
==1698605== For lists of detected and suppressed errors, rerun with: -s
==1698605== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2091 from 2091)
826.09user 3.50system 13:51.65elapsed 99%CPU (0avgtext+0avgdata 744076maxresident)k
2000inputs+6240outputs (0major+2055422minor)pagefaults 0swaps

real	13m51.660s
user	13m46.096s
sys	0m3.511s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case egadsTess_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'egadsTess_Spheres_Quad_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
egadsTess_Spheres_Quad_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u egadsTess_Spheres_Quad_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1727089== Memcheck, a memory error detector
==1727089== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1727089== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1727089== Command: python -u egadsTess_Spheres_Quad_PyTest.py -outLevel=0
==1727089== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 1
	Name = Spheres, index = 1
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0
	Face 4 has a degenerate edge - no TFI quading
	Face 5 has a degenerate edge - no TFI quading
Getting surface mesh for body 1 (of 1)
Body 1 (of 1)
Number of nodes    = 6475
Number of elements = 6473
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 6473
----------------------------
Total number of nodes    = 6475
Total number of elements = 6473

Writing TECPLOT file: egadsTessMesh.dat ....
Finished writing TECPLOT file

==1727089== 
==1727089== HEAP SUMMARY:
==1727089==     in use at exit: 5,416,062 bytes in 32,900 blocks
==1727089==   total heap usage: 9,064,356 allocs, 9,031,456 frees, 11,709,808,605 bytes allocated
==1727089== 
==1727089== LEAK SUMMARY:
==1727089==    definitely lost: 0 bytes in 0 blocks
==1727089==    indirectly lost: 0 bytes in 0 blocks
==1727089==      possibly lost: 0 bytes in 0 blocks
==1727089==    still reachable: 0 bytes in 0 blocks
==1727089==         suppressed: 5,416,062 bytes in 32,900 blocks
==1727089== 
==1727089== For lists of detected and suppressed errors, rerun with: -s
==1727089== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2052 from 2052)
747.78user 5.40system 12:33.63elapsed 99%CPU (0avgtext+0avgdata 467632maxresident)k
0inputs+3344outputs (0major+4277392minor)pagefaults 0swaps

real	12m33.635s
user	12m27.793s
sys	0m5.404s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case egadsTess_Spheres_Quad_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'egadsTess_Nose_Quad_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
egadsTess_Nose_Quad_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u egadsTess_Nose_Quad_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1759093== Memcheck, a memory error detector
==1759093== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1759093== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1759093== Command: python -u egadsTess_Nose_Quad_PyTest.py -outLevel=0
==1759093== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 1
	Name = nose, index = 1
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0
	Face 2 has a degenerate edge - no TFI quading
Getting surface mesh for body 1 (of 1)
 EG_getSidepoint: LineSearch Failed (0.000000 0.973785)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.013231 0.966690)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.004202 0.966536)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.004202 0.966536)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.004202 0.966536)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.004202 0.966536)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.046938 0.962477)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.035786 0.957486)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (1.015407 0.966058)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (0.856444 0.971910)!
 EG_getSidepoint: LineSearch Failed (2.750998 0.986828)!
 EG_getSidepoint: LineSearch Failed (0.813517 0.972994)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
 EG_getSidepoint: LineSearch Failed (0.719835 0.974156)!
Body 1 (of 1)
Number of nodes    = 1495
Number of elements = 1493
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 0
Number of quadrilateral elements = 1493
----------------------------
Total number of nodes    = 1495
Total number of elements = 1493

Writing TECPLOT file: egadsTessMesh.dat ....
Finished writing TECPLOT file

==1759093== 
==1759093== HEAP SUMMARY:
==1759093==     in use at exit: 5,416,062 bytes in 32,900 blocks
==1759093==   total heap usage: 1,972,734 allocs, 1,939,834 frees, 1,640,962,930 bytes allocated
==1759093== 
==1759093== LEAK SUMMARY:
==1759093==    definitely lost: 0 bytes in 0 blocks
==1759093==    indirectly lost: 0 bytes in 0 blocks
==1759093==      possibly lost: 0 bytes in 0 blocks
==1759093==    still reachable: 0 bytes in 0 blocks
==1759093==         suppressed: 5,416,062 bytes in 32,900 blocks
==1759093== 
==1759093== For lists of detected and suppressed errors, rerun with: -s
==1759093== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2052 from 2052)
295.17user 1.62system 4:56.93elapsed 99%CPU (0avgtext+0avgdata 307268maxresident)k
0inputs+3600outputs (0major+1201498minor)pagefaults 0swaps

real	4m56.941s
user	4m55.180s
sys	0m1.629s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case egadsTess_Nose_Quad_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'quading_Pytest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
quading_Pytest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u quading_Pytest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1764137== Memcheck, a memory error detector
==1764137== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1764137== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1764137== Command: python -u quading_Pytest.py -outLevel=0
==1764137== 
Mapping Csys attributes ................
	Number of unique Csys attributes = 0

Getting FEA coordinate systems.......
	Number of coordinate systems - 0
	No coordinate systems found - defaulting to global
Mapping capsConstraint attributes ................
	Number of unique capsConstraint attributes = 0
Mapping capsLoad attributes ................
	Number of unique capsLoad attributes = 0
Mapping capsBound attributes ................
	Number of unique capsBound attributes = 0
Mapping capsConnect attributes ................
	Number of unique capsConnect attributes = 0
Mapping capsResponse attributes ................
	Number of unique capsResponse attributes = 0
Mapping capsReference attributes ................
	Number of unique capsReference attributes = 0
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 3
	Name = box1, index = 1
	Name = box2, index = 2
	Name = box3, index = 3
Creating FEA BEM
	Getting quads for BEM!
	Mesh for body = 0
	Number of nodal coordinates = 488
	Number of elements = 486
	Elemental Nodes = 0
	Elemental Rods  = 0
	Elemental Tria3 = 0
	Elemental Quad4 = 486
Creating FEA BEM
	Face 3 quading disabled with attribute .qParams
	Face 4 quading disabled with attribute .qParams
	Getting quads for BEM!
	capsIgnore attribute found for face - 6!!
Removing unused nodes...
	Removed 64 (out of 500) unused nodes!
	Mesh for body = 1
	Number of nodal coordinates = 436
	Number of elements = 591
	Elemental Nodes = 0
	Elemental Rods  = 0
	Elemental Tria3 = 348
	Elemental Quad4 = 243
Creating FEA BEM
	Quading on all faces disabled with .qParams attribute on the body
	Mesh for body = 2
	Number of nodal coordinates = 1209
	Number of elements = 2414
	Elemental Nodes = 0
	Elemental Rods  = 0
	Elemental Tria3 = 2414
	Elemental Quad4 = 0
Combining multiple FEA meshes!
	Combined Number of nodal coordinates = 2133
	Combined Number of elements = 3491
	Combined Elemental Nodes = 0
	Combined Elemental Rods  = 0
	Combined Elemental Tria3 = 2762
	Combined Elemental Quad4 = 729
Aero_Reference value is NULL - No aero reference parameters set
Material tuple is NULL - No materials set
Property tuple is NULL - No properties set
Constraint tuple is NULL - No constraints applied
Support tuple is NULL - No supports applied
Connect tuple is NULL - Using defaults
Load tuple is NULL - No loads applied
Optimization Control tuple is NULL - Default optimization control is used

Getting FEA optimization control.......
Done getting FEA Optimization Control
Design_Variable tuple is NULL - No design variables applied
Design_Constraint tuple is NULL - No design constraints applied

Getting FEA analyses.......
	Number of analyses - 1
	Analysis name - EigenAnalysis
	No "analysisType" specified for Analysis tuple EigenAnalysis, defaulting to "Modal"
	Done getting FEA analyses

Writing Astros grid and connectivity file (in free field format) ....
Finished writing Astros grid file

Writing subElement types (if any) - appending mesh file

Writing Astros instruction file....
	Warning: No constraints specified for case EigenAnalysis!!!!
	Writing analysis cards
==1764137== 
==1764137== HEAP SUMMARY:
==1764137==     in use at exit: 5,416,459 bytes in 32,902 blocks
==1764137==   total heap usage: 441,291 allocs, 408,389 frees, 279,227,128 bytes allocated
==1764137== 
==1764137== LEAK SUMMARY:
==1764137==    definitely lost: 0 bytes in 0 blocks
==1764137==    indirectly lost: 0 bytes in 0 blocks
==1764137==      possibly lost: 0 bytes in 0 blocks
==1764137==    still reachable: 0 bytes in 0 blocks
==1764137==         suppressed: 5,416,459 bytes in 32,902 blocks
==1764137== 
==1764137== For lists of detected and suppressed errors, rerun with: -s
==1764137== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2053 from 2053)
29.29user 0.64system 0:30.03elapsed 99%CPU (0avgtext+0avgdata 301284maxresident)k
0inputs+2992outputs (0major+293837minor)pagefaults 0swaps

real	0m30.041s
user	0m29.294s
sys	0m0.648s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case quading_Pytest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr2_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr2_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr2_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1765037== Memcheck, a memory error detector
==1765037== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1765037== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1765037== Command: python -u aflr2_PyTest.py -outLevel=0
==1765037== 
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 5
	Name = 2DSlice, index = 1
	Name = TunnelWall, index = 2
	Name = OutFlow, index = 3
	Name = InFlow, index = 4
	Name = Airfoil, index = 5
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = TunnelWall, index = 1
	Name = OutFlow, index = 2
	Name = InFlow, index = 3
	Name = Airfoil, index = 4

Getting mesh sizing parameters
	Mesh sizing name - 2DSlice
	Mesh sizing name - Airfoil
	Mesh sizing name - InFlow
	Mesh sizing name - OutFlow
	Mesh sizing name - TunnelWall
	Done getting mesh sizing parameters
Getting 2D mesh for body 1 (of 1)
 
AFLR2    : ---------------------------------------
AFLR2    : AFLR2 LIBRARY
AFLR2    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR2    : TRIA/QUAD GRID GENERATOR
AFLR2    : Version Number 9.14.6
AFLR2    : Version Date   11/20/22 @ 09:21PM
AFLR2    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR2    : Compile Date   03/14/23 @ 08:39PM
AFLR2    : Copyright 1994-2021, D.L. Marcum
AFLR2    : ---------------------------------------
 
AFLR2 IC : INPUT DATA CHECK
 
AFLR2 IC : Nodes, Faces      =       344         0
 
AFLR2    : CPU Time          =     0.043   seconds
 
AFLR2 EG : EDGE GRID RE-GENERATION
 
AFLR2 EG : Nodes, Edges      =       344       344
 
AFLR2    : CPU Time          =     0.003   seconds
 
AFLR2 IG : INITIAL GRID GENERATION
 
AFLR2 IG : Nodes, Faces      =         0         2
AFLR2 IG : Nodes, Faces      =        70       142
AFLR2 IG : Nodes, Faces      =       140       282
AFLR2 IG : Nodes, Faces      =       210       422
AFLR2 IG : Nodes, Faces      =       280       562
AFLR2 IG : Nodes, Faces      =       316       634
AFLR2 IG : Nodes, Faces      =       344       690
AFLR2 IG : Nodes, Faces      =       348       690
AFLR2 IG : Nodes, Faces      =       344       344
 
AFLR2    : CPU Time          =     0.114   seconds
 
AFLR2 GG : FIELD GRID GENERATION
 
AFLR2 GGp: Nodes, Faces      =       344       344
AFLR2 GGp: Nodes, Faces      =       681      1018
AFLR2 GGp: Nodes, Faces      =      1013      1682
AFLR2 GGp: Nodes, Faces      =      1339      2334
AFLR2 GGp: Nodes, Faces      =      1652      2960
AFLR2 GGp: Nodes, Faces      =      1957      3570
AFLR2 GGp: Nodes, Faces      =      2252      4160
AFLR2 GGp: Nodes, Faces      =      2526      4708
AFLR2 GGp: Nodes, Faces      =      2809      5274
AFLR2 GGp: Nodes, Faces      =      3083      5822
AFLR2 GGp: Nodes, Faces      =      3327      6310
AFLR2 GGp: Nodes, Faces      =      3564      6784
AFLR2 GGp: Nodes, Faces      =      3788      7232
AFLR2 GGp: Nodes, Faces      =      3995      7646
AFLR2 GGp: Nodes, Faces      =      4194      8044
AFLR2 GGp: Nodes, Faces      =      4394      8444
AFLR2 GGp: Nodes, Faces      =      4585      8826
AFLR2 GGp: Nodes, Faces      =      4772      9200
AFLR2 GGp: Nodes, Faces      =      4943      9542
AFLR2 GGp: Nodes, Faces      =      5129      9914
AFLR2 GGp: Nodes, Faces      =      5293     10242
AFLR2 GGp: Nodes, Faces      =      5447     10550
AFLR2 GGp: Nodes, Faces      =      5594     10844
AFLR2 GGp: Nodes, Faces      =      5716     11088
AFLR2 GGp: Nodes, Faces      =      5830     11316
AFLR2 GGp: Nodes, Faces      =      5909     11474
AFLR2 GGp: Nodes, Faces      =      5964     11584
AFLR2 GGp: Nodes, Faces      =      6006     11668
AFLR2 GGp: Nodes, Faces      =      6025     11706
AFLR2 GGp: Nodes, Faces      =      6034     11724
 
AFLR2    : CPU Time          =     0.528   seconds
 
AFLR2 QI : QUALITY IMPROVEMENT
 
AFLR2 QI : Nodes, Faces      =      6034     11724
AFLR2 QI : Nodes, Faces      =      6033       454
AFLR2 QI : Nodes, Faces      =      6033      5634
AFLR2 QI : Nodes, Faces      =      6033     11722
AFLR2 QI : Nodes, Faces      =      6032       462
AFLR2 QI : Nodes, Faces      =      6032      5629
AFLR2 QI : Nodes, Faces      =      6032     11720
AFLR2 QI : Nodes, Faces      =      6032       456
AFLR2 QI : Nodes, Faces      =      6032      5632
AFLR2 QI : Nodes, Faces      =      6032     11720
AFLR2 QI : Nodes, Faces      =      6032       474
AFLR2 QI : Nodes, Faces      =      6032      5623
AFLR2 QI : Nodes, Faces      =      6032     11720
AFLR2 QI : Nodes, Faces      =      6031       486
AFLR2 QI : Nodes, Faces      =      6031      5616
AFLR2 QI : Nodes, Faces      =      6031       488
AFLR2 QI : Nodes, Faces      =      6031      5616
 
AFLR2    : CPU Time          =     0.377   seconds
 
AFLR2    : DONE
EGADS Internal: Face 1, Side 4741 4722 complete [but 7915] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4741 4912 complete [but 7916] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5858 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5851 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5858 5851 complete [but 8791] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4912 4722 complete [but 9417] (EG_makeConnect)!

Writing AFLR3 file ....
Finished writing AFLR3 file

Number of nodes = 6031
Number of elements = 6448
Number of tris = 488
Number of quad = 5616

Writing TECPLOT file: pyCAPS_AFLR2_Test.dat ....
Finished writing TECPLOT file

EGADS Internal: Face 1, Side 4741 4722 complete [but 7915] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4741 4912 complete [but 7916] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5858 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5851 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5858 5851 complete [but 8791] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4912 4722 complete [but 9417] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4741 4722 complete [but 7915] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4741 4912 complete [but 7916] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5858 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5850 5851 complete [but 8742] (EG_makeConnect)!
EGADS Internal: Face 1, Side 5858 5851 complete [but 8791] (EG_makeConnect)!
EGADS Internal: Face 1, Side 4912 4722 complete [but 9417] (EG_makeConnect)!
==1765037== 
==1765037== HEAP SUMMARY:
==1765037==     in use at exit: 5,417,852 bytes in 32,906 blocks
==1765037==   total heap usage: 649,104 allocs, 616,198 frees, 262,921,603 bytes allocated
==1765037== 
==1765037== LEAK SUMMARY:
==1765037==    definitely lost: 0 bytes in 0 blocks
==1765037==    indirectly lost: 0 bytes in 0 blocks
==1765037==      possibly lost: 0 bytes in 0 blocks
==1765037==    still reachable: 0 bytes in 0 blocks
==1765037==         suppressed: 5,417,852 bytes in 32,906 blocks
==1765037== 
==1765037== For lists of detected and suppressed errors, rerun with: -s
==1765037== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 3763 from 2057)
48.32user 0.94system 0:49.38elapsed 99%CPU (0avgtext+0avgdata 469944maxresident)k
0inputs+4616outputs (0major+501441minor)pagefaults 0swaps

real	0m49.386s
user	0m48.326s
sys	0m0.947s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr2_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1765757== Memcheck, a memory error detector
==1765757== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1765757== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1765757== Command: python -u aflr4_PyTest.py -outLevel=0
==1765757== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
AFLR4    : Proximity BG Surface Grid Generation Skipped
AFLR4    : No Modifications Required
Warning: No capsGroup/capsIgnore attribute found on edge 1 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 2 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 3 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 4 of face 1, unable to assign a boundary index value

Writing TECPLOT file: pyCAPS_AFLR4_Test.dat ....
Finished writing TECPLOT file

==1765757== 
==1765757== HEAP SUMMARY:
==1765757==     in use at exit: 5,441,459 bytes in 32,964 blocks
==1765757==   total heap usage: 768,988 allocs, 736,024 frees, 644,985,583 bytes allocated
==1765757== 
==1765757== LEAK SUMMARY:
==1765757==    definitely lost: 0 bytes in 0 blocks
==1765757==    indirectly lost: 0 bytes in 0 blocks
==1765757==      possibly lost: 0 bytes in 0 blocks
==1765757==    still reachable: 0 bytes in 0 blocks
==1765757==         suppressed: 5,441,459 bytes in 32,964 blocks
==1765757== 
==1765757== For lists of detected and suppressed errors, rerun with: -s
==1765757== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
98.91user 0.90system 1:39.86elapsed 99%CPU (0avgtext+0avgdata 335592maxresident)k
0inputs+13192outputs (0major+300847minor)pagefaults 0swaps

real	1m39.866s
user	1m38.922s
sys	0m0.906s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_Symmetry_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_Symmetry_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_Symmetry_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1766622== Memcheck, a memory error detector
==1766622== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1766622== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1766622== Command: python -u aflr4_Symmetry_PyTest.py -outLevel=0
==1766622== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Farfield
	Mesh sizing name - Symmetry
	Done getting mesh sizing parameters
AFLR4    : Proximity BG Surface Grid Generation Skipped
AFLR4    : No Modifications Required

Writing TECPLOT file: pyCAPS_AFLR4_Test.dat ....
Finished writing TECPLOT file

==1766622== 
==1766622== HEAP SUMMARY:
==1766622==     in use at exit: 5,441,790 bytes in 32,965 blocks
==1766622==   total heap usage: 989,859 allocs, 956,894 frees, 619,729,021 bytes allocated
==1766622== 
==1766622== LEAK SUMMARY:
==1766622==    definitely lost: 0 bytes in 0 blocks
==1766622==    indirectly lost: 0 bytes in 0 blocks
==1766622==      possibly lost: 0 bytes in 0 blocks
==1766622==    still reachable: 0 bytes in 0 blocks
==1766622==         suppressed: 5,441,790 bytes in 32,965 blocks
==1766622== 
==1766622== For lists of detected and suppressed errors, rerun with: -s
==1766622== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
112.60user 1.32system 1:54.14elapsed 99%CPU (0avgtext+0avgdata 487516maxresident)k
0inputs+13088outputs (0major+666292minor)pagefaults 0swaps

real	1m54.144s
user	1m52.606s
sys	0m1.328s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_Symmetry_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_Generic_Missile.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_Generic_Missile.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_Generic_Missile.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1768027== Memcheck, a memory error detector
==1768027== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1768027== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1768027== Command: python -u aflr4_Generic_Missile.py -outLevel=0
==1768027== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = MissileOML, index = 1
	Name = Farfield, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0

Writing TECPLOT file: pyCAPS_AFLR4_Missile_Test.dat ....
Finished writing TECPLOT file

==1768027== 
==1768027== HEAP SUMMARY:
==1768027==     in use at exit: 5,441,459 bytes in 32,964 blocks
==1768027==   total heap usage: 1,620,224 allocs, 1,587,260 frees, 4,013,775,636 bytes allocated
==1768027== 
==1768027== LEAK SUMMARY:
==1768027==    definitely lost: 0 bytes in 0 blocks
==1768027==    indirectly lost: 0 bytes in 0 blocks
==1768027==      possibly lost: 0 bytes in 0 blocks
==1768027==    still reachable: 0 bytes in 0 blocks
==1768027==         suppressed: 5,441,459 bytes in 32,964 blocks
==1768027== 
==1768027== For lists of detected and suppressed errors, rerun with: -s
==1768027== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2047 from 2047)
701.81user 2.98system 11:47.06elapsed 99%CPU (0avgtext+0avgdata 570296maxresident)k
0inputs+14272outputs (0major+1396593minor)pagefaults 0swaps

real	11m47.073s
user	11m41.823s
sys	0m2.984s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_Generic_Missile.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_TipTreat_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_TipTreat_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_TipTreat_PyTest.py -outLevel=0 -noPlotData
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1792852== Memcheck, a memory error detector
==1792852== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1792852== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1792852== Command: python -u aflr4_TipTreat_PyTest.py -outLevel=0 -noPlotData
==1792852== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = Wing, index = 1
	Name = Farfield, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0

Writing TECPLOT file: pyCAPS_AFLR4_1B2_Test.dat ....
Finished writing TECPLOT file

Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = Wing, index = 1
	Name = Farfield, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0

Writing TECPLOT file: pyCAPS_AFLR4_1B0_Test.dat ....
Finished writing TECPLOT file

Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = Wing, index = 1
	Name = Farfield, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0

Writing TECPLOT file: pyCAPS_AFLR4_1S2_Test.dat ....
Finished writing TECPLOT file

Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = Wing, index = 1
	Name = Farfield, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0

Writing TECPLOT file: pyCAPS_AFLR4_1S0_Test.dat ....
Finished writing TECPLOT file

==1792852== 
==1792852== HEAP SUMMARY:
==1792852==     in use at exit: 5,441,459 bytes in 32,964 blocks
==1792852==   total heap usage: 1,356,594 allocs, 1,323,630 frees, 1,855,200,438 bytes allocated
==1792852== 
==1792852== LEAK SUMMARY:
==1792852==    definitely lost: 0 bytes in 0 blocks
==1792852==    indirectly lost: 0 bytes in 0 blocks
==1792852==      possibly lost: 0 bytes in 0 blocks
==1792852==    still reachable: 0 bytes in 0 blocks
==1792852==         suppressed: 5,441,459 bytes in 32,964 blocks
==1792852== 
==1792852== For lists of detected and suppressed errors, rerun with: -s
==1792852== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
448.76user 1.84system 7:30.76elapsed 99%CPU (0avgtext+0avgdata 332008maxresident)k
0inputs+41496outputs (0major+883704minor)pagefaults 0swaps

real	7m30.763s
user	7m28.761s
sys	0m1.850s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_TipTreat_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_and_aflr3_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_and_aflr3_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_and_aflr3_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1799708== Memcheck, a memory error detector
==1799708== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1799708== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1799708== Command: python -u aflr4_and_aflr3_PyTest.py -outLevel=0
==1799708== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
AFLR4    : Proximity BG Surface Grid Generation Skipped
AFLR4    : No Modifications Required
Warning: No capsGroup/capsIgnore attribute found on edge 1 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 2 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 3 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 4 of face 1, unable to assign a boundary index value

Writing TECPLOT file: pyCAPS_AFLR4_AFLR3.dat ....
Finished writing TECPLOT file

Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Wing1
	Mesh sizing name - Wing2
	Done getting mesh sizing parameters
Getting volume mesh
 
AFLR2    : ---------------------------------------
AFLR2    : AFLR2 LIBRARY
AFLR2    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR2    : TRIA/QUAD GRID GENERATOR
AFLR2    : Version Number 9.14.6
AFLR2    : Version Date   11/20/22 @ 09:21PM
AFLR2    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR2    : Compile Date   03/14/23 @ 08:39PM
AFLR2    : Copyright 1994-2021, D.L. Marcum
AFLR2    : ---------------------------------------
 
AFLR4    : ---------------------------------------
AFLR4    : AFLR4 LIBRARY
AFLR4    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR4    : TRIA/QUAD SURFACE GRID GENERATOR
AFLR4    : Version Number 11.4.5
AFLR4    : Version Date   04/20/23 @ 05:37PM
AFLR4    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR4    : Compile Date   04/21/23 @ 12:00AM
AFLR4    : Copyright 1994-2021, D.L. Marcum
AFLR4    : ---------------------------------------

EGADS    : ---------------------------------------
EGADS    : Engineering Geometry Aircraft Design System
EGADS    : Version 1.24
EGADS    : OpenCASCADE Version 7.6.0
EGADS    : ---------------------------------------

EGADS    : ---------------------------------------
EGADS    : Engineering Geometry Aircraft Design System
EGADS    : Version 1.24
EGADS    : OpenCASCADE Version 7.6.0
EGADS    : ---------------------------------------
Volume mesh:
	Number of nodes          = 150512
	Number of elements       = 451696
	Number of triangles      = 14380
	Number of quadrilatarals = 0
	Number of tetrahedrals   = 216264
	Number of pyramids       = 427
	Number of prisms         = 220625
	Number of hexahedrals    = 0

Writing TECPLOT file: pyCAPS_AFLR4_AFLR3_VolMesh.dat ....
Finished writing TECPLOT file

==1799708== 
==1799708== HEAP SUMMARY:
==1799708==     in use at exit: 5,443,774 bytes in 32,971 blocks
==1799708==   total heap usage: 1,894,060 allocs, 1,861,089 frees, 2,399,579,443 bytes allocated
==1799708== 
==1799708== LEAK SUMMARY:
==1799708==    definitely lost: 0 bytes in 0 blocks
==1799708==    indirectly lost: 0 bytes in 0 blocks
==1799708==      possibly lost: 0 bytes in 0 blocks
==1799708==    still reachable: 0 bytes in 0 blocks
==1799708==         suppressed: 5,443,774 bytes in 32,971 blocks
==1799708== 
==1799708== For lists of detected and suppressed errors, rerun with: -s
==1799708== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
485.42user 2.24system 8:08.09elapsed 99%CPU (0avgtext+0avgdata 430456maxresident)k
0inputs+136984outputs (0major+1053773minor)pagefaults 0swaps

real	8m8.093s
user	8m5.421s
sys	0m2.250s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_and_aflr3_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_and_aflr3_Symmetry_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_and_aflr3_Symmetry_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_and_aflr3_Symmetry_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1805174== Memcheck, a memory error detector
==1805174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1805174== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1805174== Command: python -u aflr4_and_aflr3_Symmetry_PyTest.py -outLevel=0
==1805174== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Farfield
	Mesh sizing name - Symmetry
	Done getting mesh sizing parameters
AFLR4    : Proximity BG Surface Grid Generation Skipped
AFLR4    : No Modifications Required

Writing TECPLOT file: pyCAPS_AFLR4_Test.dat ....
Finished writing TECPLOT file

Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Wing1
	Mesh sizing name - Wing2
	Done getting mesh sizing parameters
Getting volume mesh
 
AFLR2    : ---------------------------------------
AFLR2    : AFLR2 LIBRARY
AFLR2    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR2    : TRIA/QUAD GRID GENERATOR
AFLR2    : Version Number 9.14.6
AFLR2    : Version Date   11/20/22 @ 09:21PM
AFLR2    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR2    : Compile Date   03/14/23 @ 08:39PM
AFLR2    : Copyright 1994-2021, D.L. Marcum
AFLR2    : ---------------------------------------
 
AFLR4    : ---------------------------------------
AFLR4    : AFLR4 LIBRARY
AFLR4    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR4    : TRIA/QUAD SURFACE GRID GENERATOR
AFLR4    : Version Number 11.4.5
AFLR4    : Version Date   04/20/23 @ 05:37PM
AFLR4    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR4    : Compile Date   04/21/23 @ 12:00AM
AFLR4    : Copyright 1994-2021, D.L. Marcum
AFLR4    : ---------------------------------------

EGADS    : ---------------------------------------
EGADS    : Engineering Geometry Aircraft Design System
EGADS    : Version 1.24
EGADS    : OpenCASCADE Version 7.6.0
EGADS    : ---------------------------------------

EGADS    : ---------------------------------------
EGADS    : Engineering Geometry Aircraft Design System
EGADS    : Version 1.24
EGADS    : OpenCASCADE Version 7.6.0
EGADS    : ---------------------------------------
Volume mesh:
	Number of nodes          = 332928
	Number of elements       = 1068005
	Number of triangles      = 44340
	Number of quadrilatarals = 1613
	Number of tetrahedrals   = 572657
	Number of pyramids       = 327
	Number of prisms         = 449068
	Number of hexahedrals    = 0

Writing TECPLOT file: pyCAPS_AFLR3_VolMesh.dat ....
Finished writing TECPLOT file

==1805174== 
==1805174== HEAP SUMMARY:
==1805174==     in use at exit: 5,443,774 bytes in 32,971 blocks
==1805174==   total heap usage: 3,297,657 allocs, 3,264,686 frees, 3,713,277,702 bytes allocated
==1805174== 
==1805174== LEAK SUMMARY:
==1805174==    definitely lost: 0 bytes in 0 blocks
==1805174==    indirectly lost: 0 bytes in 0 blocks
==1805174==      possibly lost: 0 bytes in 0 blocks
==1805174==    still reachable: 0 bytes in 0 blocks
==1805174==         suppressed: 5,443,774 bytes in 32,971 blocks
==1805174== 
==1805174== For lists of detected and suppressed errors, rerun with: -s
==1805174== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
943.42user 2.90system 15:46.90elapsed 99%CPU (0avgtext+0avgdata 749476maxresident)k
0inputs+314472outputs (0major+1386650minor)pagefaults 0swaps

real	15m46.909s
user	15m43.429s
sys	0m2.909s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_and_aflr3_Symmetry_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_and_Tetgen_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_and_Tetgen_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_and_Tetgen_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1814049== Memcheck, a memory error detector
==1814049== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1814049== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1814049== Command: python -u aflr4_and_Tetgen_PyTest.py -outLevel=0
==1814049== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
AFLR4    : Proximity BG Surface Grid Generation Skipped
AFLR4    : No Modifications Required

Writing TECPLOT file: pyCAPS_AFLR4_Tetgen.dat ....
Finished writing TECPLOT file

Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
Number of surface: nodes - 30089, elements - 60166
Getting volume mesh

Generating volume mesh using TetGen.....

Tetgen input string = pYq1.500/0.000QT1.00e-16A
Done meshing using TetGen!

Writing TECPLOT file: pyCAPS_AFLR4_Tetgen_VolMesh.dat ....
Finished writing TECPLOT file

==1814049== 
==1814049== HEAP SUMMARY:
==1814049==     in use at exit: 5,443,374 bytes in 32,970 blocks
==1814049==   total heap usage: 1,739,802 allocs, 1,706,832 frees, 1,359,762,673 bytes allocated
==1814049== 
==1814049== LEAK SUMMARY:
==1814049==    definitely lost: 0 bytes in 0 blocks
==1814049==    indirectly lost: 0 bytes in 0 blocks
==1814049==      possibly lost: 0 bytes in 0 blocks
==1814049==    still reachable: 0 bytes in 0 blocks
==1814049==         suppressed: 5,443,374 bytes in 32,970 blocks
==1814049== 
==1814049== For lists of detected and suppressed errors, rerun with: -s
==1814049== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2046 from 2046)
344.29user 1.83system 5:46.42elapsed 99%CPU (0avgtext+0avgdata 614068maxresident)k
0inputs+53632outputs (0major+715539minor)pagefaults 0swaps

real	5m46.423s
user	5m44.295s
sys	0m1.843s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_and_Tetgen_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'aflr4_tetgen_Regions_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
aflr4_tetgen_Regions_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u aflr4_tetgen_Regions_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1816686== Memcheck, a memory error detector
==1816686== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1816686== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1816686== Command: python -u aflr4_tetgen_Regions_PyTest.py -outLevel=0
==1816686== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0
 
AFLR2    : ---------------------------------------
AFLR2    : AFLR2 LIBRARY
AFLR2    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR2    : TRIA/QUAD GRID GENERATOR
AFLR2    : Version Number 9.14.6
AFLR2    : Version Date   11/20/22 @ 09:21PM
AFLR2    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR2    : Compile Date   03/14/23 @ 08:39PM
AFLR2    : Copyright 1994-2021, D.L. Marcum
AFLR2    : ---------------------------------------
 
AFLR4    : ---------------------------------------
AFLR4    : AFLR4 LIBRARY
AFLR4    : ADVANCING-FRONT/LOCAL-RECONNECTION
AFLR4    : TRIA/QUAD SURFACE GRID GENERATOR
AFLR4    : Version Number 11.4.5
AFLR4    : Version Date   04/20/23 @ 05:37PM
AFLR4    : Compile OS     Linux 3.10.0-1160.88.1.el7.x86_64 x86_64
AFLR4    : Compile Date   04/21/23 @ 12:00AM
AFLR4    : Copyright 1994-2021, D.L. Marcum
AFLR4    : ---------------------------------------

EGADS    : ---------------------------------------
EGADS    : Engineering Geometry Aircraft Design System
EGADS    : Version 1.24
EGADS    : OpenCASCADE Version 7.6.0
EGADS    : ---------------------------------------

EGADS    : EGADS CAD Geometry Setup

EGADS    : Model has 1 Active Bodies

EGADS    : Body 0 is a SheetBody
EGADS    : Body 0 has 1 Shells
EGADS    : Body 0 has 11 Faces
EGADS    : Body 0 has 20 Edges
EGADS    : Body 0 has 11 Loops
EGADS    : Body 0 has 12 Nodes

EGADS    : Check Grid BCs

EGADS    : Grid BCs are OK

EGADS    : Face Neighbor-Faces Information

EGADS    : QC  = Face Quad Combination Flag
EGADS    : IER = Face Isolated Edge Refinement Flag
EGADS    : ER  = Face Edge Refinement Factor
EGADS    :       Not applicable for Faces with a FarField Grid BC.
EGADS    : SF  = Face Scale Factor
EGADS    :       Not applicable for Faces with a FarField Grid BC.

EGADS    :   Face          Body    QC   IER       ER    Scale   Neighbor
EGADS    :     ID  Active    ID  Flag  Flag   Weight   Factor   Faces
EGADS    :      1     Yes     0     0     1        0        1   2 6 8 10 11
EGADS    :      2     Yes     0     0     1        0        1   1 3 7 9 11
EGADS    :      3     Yes     0     0     1        0        1   2 4 6 9 11
EGADS    :      4     Yes     0     0     1        0        1   3 5 7 9 11
EGADS    :      5     Yes     0     0     1        0        1   4 6 8 10 11
EGADS    :      6     Yes     0     0     1        0        1   1 3 5 10 11
EGADS    :      7     Yes     0     0     1        0        1   2 4 8 9 11
EGADS    :      8     Yes     0     0     1        0        1   1 5 7 10 11
EGADS    :      9     Yes     0     0     1        0        1   2 3 4 7
EGADS    :     10     Yes     0     0     1        0        1   1 5 6 8
EGADS    :     11     Yes     0     0     1        0        1   1 2 3 4 5 6 7 8

EGADS    : Face Edges Information

EGADS    :   Face   Edges
EGADS    :      1   -1 2 3 -4
EGADS    :      2   -5 6 7 -2
EGADS    :      3   8 5 9 -10
EGADS    :      4   10 11 -12 -13
EGADS    :      5   14 15 -16 -11
EGADS    :      6   1 -17 -14 -9
EGADS    :      7   -18 12 -19 -7
EGADS    :      8   16 20 -3 19
EGADS    :      9   13 18 -6 -8
EGADS    :     10   -15 17 4 -20
EGADS    :     11   11 -19 -2 9

EGADS    : Face Loops Information

EGADS    :   Face   Loops
EGADS    :      1   1
EGADS    :      2   2
EGADS    :      3   3
EGADS    :      4   4
EGADS    :      5   5
EGADS    :      6   6
EGADS    :      7   7
EGADS    :      8   8
EGADS    :      9   9
EGADS    :     10   10
EGADS    :     11   11

EGADS    : Loop Edges Information

EGADS    :   Loop  Active Sense   Edges
EGADS    :      1     Yes     1   -1 2 3 -4
EGADS    :      2     Yes     1   -5 6 7 -2
EGADS    :      3     Yes     1   8 5 9 -10
EGADS    :      4     Yes     1   10 11 -12 -13
EGADS    :      5     Yes     1   14 15 -16 -11
EGADS    :      6     Yes     1   1 -17 -14 -9
EGADS    :      7     Yes     1   -18 12 -19 -7
EGADS    :      8     Yes     1   16 20 -3 19
EGADS    :      9     Yes     1   13 18 -6 -8
EGADS    :     10     Yes     1   -15 17 4 -20
EGADS    :     11     Yes     1   11 -19 -2 9

EGADS    : Edge Node, Scale Factor, and Neighbor-Faces Information

EGADS    : ESF = Edge Scale Factor
EGADS    :       Not applicable for DEGENERATE Edges or Edges with a FarField
EGADS    :       Grid BC Neighbor Face.

EGADS    :                                             Neighbor
EGADS    :   Edge  Body  Active Node1 Node2      ESF   Faces
EGADS    :      1     0     Yes     1     2        1   1 6
EGADS    :      2     0     Yes     1     3        1   1 2 11
EGADS    :      3     0     Yes     3     4        1   1 8
EGADS    :      4     0     Yes     2     4        1   1 10
EGADS    :      5     0     Yes     5     1        1   2 3
EGADS    :      6     0     Yes     5     6        1   2 9
EGADS    :      7     0     Yes     6     3        1   2 7
EGADS    :      8     0     Yes     7     5        1   3 9
EGADS    :      9     0     Yes     1     8        1   3 6 11
EGADS    :     10     0     Yes     7     8        1   3 4
EGADS    :     11     0     Yes     8     9        1   4 5 11
EGADS    :     12     0     Yes    10     9        1   4 7
EGADS    :     13     0     Yes     7    10        1   4 9
EGADS    :     14     0     Yes     8    11        1   5 6
EGADS    :     15     0     Yes    11    12        1   5 10
EGADS    :     16     0     Yes     9    12        1   5 8
EGADS    :     17     0     Yes    11     2        1   6 10
EGADS    :     18     0     Yes    10     6        1   7 9
EGADS    :     19     0     Yes     3     9        1   7 8 11
EGADS    :     20     0     Yes    12     4        1   8 10

EGADS    : Node Information

EGADS    :   Node  Active      Coordinates
EGADS    :      1     Yes                1                0                0
EGADS    :      2     Yes                1                0                2
EGADS    :      3     Yes                1                1                1
EGADS    :      4     Yes                1                1                2
EGADS    :      5     Yes                1                0                0
EGADS    :      6     Yes                1                1                0
EGADS    :      7     Yes                0                0                0
EGADS    :      8     Yes                0                0                0
EGADS    :      9     Yes                0                1                1
EGADS    :     10     Yes                0                1                0
EGADS    :     11     Yes                0                0                2
EGADS    :     12     Yes                0                1                2

EGADS    : Face and Edge Match Information

EGADS    : No Face Matches Found
EGADS    : No Edge Matches Found

AFLR4    : Surface Mesh Spacing Setup

AFLR4    : Max Bounding Box Length     = 4
AFLR4    : Min Bounding Box Length     = 2
AFLR4    : Max Ref Bounding Box Length = 4
AFLR4    : Min Ref Bounding Box Length = 2
AFLR4    : Reference Length            = 1
AFLR4    : BL Thickness                = 0
AFLR4    : Abs Min Surf Spacing        = 0.0025
AFLR4    : Min Surf Spacing            = 0.01
AFLR4    : Max Surf Spacing            = 0.2
AFLR4    : Global Scale Factor         = 1

AFLR4    : Geometry Definition Information

AFLR4    : Definition              Definition   Composite             Grid BC
AFLR4    :         ID                    Type          ID                Type
AFLR4    :          0     glue-only composite           -                   -
AFLR4    :          1            CAD geometry           0            STD w/BL
AFLR4    :          2            CAD geometry           0            STD w/BL
AFLR4    :          3            CAD geometry           0            STD w/BL
AFLR4    :          4            CAD geometry           0            STD w/BL
AFLR4    :          5            CAD geometry           0            STD w/BL
AFLR4    :          6            CAD geometry           0            STD w/BL
AFLR4    :          7            CAD geometry           0            STD w/BL
AFLR4    :          8            CAD geometry           0            STD w/BL
AFLR4    :          9            CAD geometry           0            STD w/BL
AFLR4    :         10            CAD geometry           0            STD w/BL
AFLR4    :         11            CAD geometry           0              TRANSP

AFLR4    : Define CAD surface definition 1
AFLR4    : Define CAD surface definition 2
AFLR4    : Define CAD surface definition 3
AFLR4    : Define CAD surface definition 4
AFLR4    : Define CAD surface definition 5
AFLR4    : Define CAD surface definition 6
AFLR4    : Define CAD surface definition 7
AFLR4    : Define CAD surface definition 8
AFLR4    : Define CAD surface definition 9
AFLR4    : Define CAD surface definition 10
AFLR4    : Define CAD surface definition 11

AFLR4    : Surface Grid Generation

AFLR4    : Generate optimal mesh on surface definition 1
AFLR2    : Nodes, Trias,Quads=       137       228         0
AFLR4    : Nodes, Trias,Quads=       131       216         0

AFLR4    : Generate optimal mesh on surface definition 2
AFLR2    : Nodes, Trias,Quads=       137       228         0
AFLR4    : Nodes, Trias,Quads=       132       218         0

AFLR4    : Generate optimal mesh on surface definition 3
AFLR2    : Nodes, Trias,Quads=        76       120         0
AFLR4    : Nodes, Trias,Quads=        72       112         0

AFLR4    : Generate optimal mesh on surface definition 4
AFLR2    : Nodes, Trias,Quads=       137       228         0
AFLR4    : Nodes, Trias,Quads=       132       218         0

AFLR4    : Generate optimal mesh on surface definition 5
AFLR2    : Nodes, Trias,Quads=       137       228         0
AFLR4    : Nodes, Trias,Quads=       131       216         0

AFLR4    : Generate optimal mesh on surface definition 6
AFLR2    : Nodes, Trias,Quads=       196       340         0
AFLR4    : Nodes, Trias,Quads=       192       332         0

AFLR4    : Generate optimal mesh on surface definition 7
AFLR2    : Nodes, Trias,Quads=       196       340         0
AFLR4    : Nodes, Trias,Quads=       192       332         0

AFLR4    : Generate optimal mesh on surface definition 8
AFLR2    : Nodes, Trias,Quads=        76       120         0
AFLR4    : Nodes, Trias,Quads=        72       112         0

AFLR4    : Generate optimal mesh on surface definition 9
AFLR2    : Nodes, Trias,Quads=       134       226         0
AFLR4    : Nodes, Trias,Quads=       132       222         0

AFLR4    : Generate optimal mesh on surface definition 10
AFLR2    : Nodes, Trias,Quads=       135       228         0
AFLR4    : Nodes, Trias,Quads=       131       220         0

AFLR4    : Generate optimal mesh on surface definition 11
AFLR2    : Nodes, Trias,Quads=       184       318         0
AFLR4    : Nodes, Trias,Quads=       178       306         0

DGEOM    : Add surface definitions to composite definition 0
DGEOM    : Glue composite surface definition 0
DGEOM    : Nodes,Faces,BEdges=      1231      2504       464

AFLR4    : Curvature BG Surface Grid Generation

AFLR4    : Nodes, Faces      =      1231      2504

AFLR4    : Surface Grid Generation

AFLR4    : Generate optimal mesh on surface definition 1
AFLR2    : Nodes, Trias,Quads=       140       234         0
AFLR4    : Nodes, Trias,Quads=       134       222         0

AFLR4    : Generate optimal mesh on surface definition 2
AFLR2    : Nodes, Trias,Quads=       140       234         0
AFLR4    : Nodes, Trias,Quads=       133       220         0

AFLR4    : Generate optimal mesh on surface definition 3
AFLR2    : Nodes, Trias,Quads=        76       120         0
AFLR4    : Nodes, Trias,Quads=        72       112         0

AFLR4    : Generate optimal mesh on surface definition 4
AFLR2    : Nodes, Trias,Quads=       140       234         0
AFLR4    : Nodes, Trias,Quads=       133       220         0

AFLR4    : Generate optimal mesh on surface definition 5
AFLR2    : Nodes, Trias,Quads=       141       236         0
AFLR4    : Nodes, Trias,Quads=       133       220         0

AFLR4    : Generate optimal mesh on surface definition 6
AFLR2    : Nodes, Trias,Quads=       207       362         0
AFLR4    : Nodes, Trias,Quads=       193       334         0

AFLR4    : Generate optimal mesh on surface definition 7
AFLR2    : Nodes, Trias,Quads=       203       354         0
AFLR4    : Nodes, Trias,Quads=       193       334         0

AFLR4    : Generate optimal mesh on surface definition 8
AFLR2    : Nodes, Trias,Quads=        76       120         0
AFLR4    : Nodes, Trias,Quads=        72       112         0

AFLR4    : Generate optimal mesh on surface definition 9
AFLR2    : Nodes, Trias,Quads=       136       230         0
AFLR4    : Nodes, Trias,Quads=       132       222         0

AFLR4    : Generate optimal mesh on surface definition 10
AFLR2    : Nodes, Trias,Quads=       137       232         0
AFLR4    : Nodes, Trias,Quads=       132       222         0

AFLR4    : Generate optimal mesh on surface definition 11
AFLR2    : Nodes, Trias,Quads=       193       336         0
AFLR4    : Nodes, Trias,Quads=       183       316         0

DGEOM    : Add surface definitions to composite definition 0
DGEOM    : Glue composite surface definition 0
DGEOM    : Nodes,Faces,BEdges=      1246      2534       464

OVERALL  : CPU Time          =     5.151   seconds
Body 1 (of 1)
Number of nodes    = 1246
Number of elements = 2534
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 2534
Number of quadrilateral elements = 0
----------------------------
Total number of nodes    = 1246
Total number of elements = 2534
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Number of surface: nodes - 1246, elements - 2534
Getting volume mesh

Generating volume mesh using TetGen.....

Tetgen input string = pYq1.500/0.000T1.00e-16A
Delaunizing vertices...
Delaunay seconds:  0.496607
Creating surface mesh ...
Surface mesh seconds:  0.067658
Recovering boundaries...
Boundary recovery seconds:  0.200425
Removing exterior tetrahedra ...
Spreading region attributes.
Exterior tets removal seconds:  0.037968
Recovering Delaunayness...
Delaunay recovery seconds:  0.084775
Refining mesh...
Refinement seconds:  0.547838
Smoothing vertices...
Mesh smoothing seconds:  0.674531
Improving mesh...
Mesh improvement seconds:  0.082886

Writing nodes.
Writing elements.
Writing faces.
Writing edges.

Output seconds:  0.012363
Total running seconds:  2.20905

Statistics:

  Input points: 1246
  Input facets: 2534
  Input segments: 3777
  Input holes: 0
  Input regions: 2

  Mesh points: 1460
  Mesh tetrahedra: 5144
  Mesh faces: 11397
  Mesh faces on exterior boundary: 2218
  Mesh faces on input facets: 2534
  Mesh edges on input segments: 3777
  Steiner points inside domain: 214

Done meshing using TetGen!

Writing VTK file: volume.vtk....
Finished writing VTK file

==1816686== 
==1816686== HEAP SUMMARY:
==1816686==     in use at exit: 5,443,753 bytes in 32,972 blocks
==1816686==   total heap usage: 735,790 allocs, 702,818 frees, 249,028,268 bytes allocated
==1816686== 
==1816686== LEAK SUMMARY:
==1816686==    definitely lost: 0 bytes in 0 blocks
==1816686==    indirectly lost: 0 bytes in 0 blocks
==1816686==      possibly lost: 0 bytes in 0 blocks
==1816686==    still reachable: 0 bytes in 0 blocks
==1816686==         suppressed: 5,443,753 bytes in 32,972 blocks
==1816686== 
==1816686== For lists of detected and suppressed errors, rerun with: -s
==1816686== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2045 from 2045)
40.52user 0.97system 0:41.57elapsed 99%CPU (0avgtext+0avgdata 385208maxresident)k
0inputs+4512outputs (0major+455903minor)pagefaults 0swaps

real	0m41.581s
user	0m40.528s
sys	0m0.990s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case aflr4_tetgen_Regions_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'tetgen_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
tetgen_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u tetgen_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1817035== Memcheck, a memory error detector
==1817035== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1817035== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1817035== Command: python -u tetgen_PyTest.py -outLevel=0
==1817035== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
Getting surface mesh for body 1 (of 3)
Getting surface mesh for body 2 (of 3)
Getting surface mesh for body 3 (of 3)
Body 1 (of 3)
Number of nodes    = 2236
Number of elements = 4468
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 4468
Number of quadrilateral elements = 0
Body 2 (of 3)
Number of nodes    = 636
Number of elements = 1268
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 1268
Number of quadrilateral elements = 0
Body 3 (of 3)
Number of nodes    = 267
Number of elements = 530
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 530
Number of quadrilateral elements = 0
----------------------------
Total number of nodes    = 3139
Total number of elements = 6266

Writing TECPLOT file: egadsTessMesh_Surf_0.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: egadsTessMesh_Surf_1.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: egadsTessMesh_Surf_2.dat ....
Finished writing TECPLOT file

Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 3
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Farfield, index = 3
Number of surface: nodes - 3139, elements - 6266
Getting volume mesh

Generating volume mesh using TetGen.....

Tetgen input string = pYq1.500/0.000T1.00e-16A
Delaunizing vertices...
Delaunay seconds:  0.929712
Creating surface mesh ...
Surface mesh seconds:  0.188338
Recovering boundaries...
Boundary recovery seconds:  1.63849
Removing exterior tetrahedra ...
Spreading region attributes.
Exterior tets removal seconds:  0.080024
Suppressing Steiner points ...
Steiner suppression seconds:  0.000395
Recovering Delaunayness...
Delaunay recovery seconds:  0.256609
Refining mesh...
  4190 insertions, added 2180 points, 134280 tetrahedra in queue.
  1395 insertions, added 459 points, 138994 tetrahedra in queue.
  1859 insertions, added 487 points, 137112 tetrahedra in queue.
  2478 insertions, added 498 points, 120303 tetrahedra in queue.
  3304 insertions, added 499 points, 74342 tetrahedra in queue.
  4404 insertions, added 474 points, 460 tetrahedra in queue.
Refinement seconds:  20.5939
Smoothing vertices...
Mesh smoothing seconds:  15.3145
Improving mesh...
Mesh improvement seconds:  0.520487
Jettisoning redundant points.

Writing nodes.
Writing elements.
Writing faces.
Writing edges.

Output seconds:  0.05187
Total running seconds:  39.5802

Statistics:

  Input points: 3139
  Input facets: 6266
  Input segments: 9399
  Input holes: 2
  Input regions: 0

  Mesh points: 8309
  Mesh tetrahedra: 41161
  Mesh faces: 85455
  Mesh faces on exterior boundary: 6266
  Mesh faces on input facets: 6266
  Mesh edges on input segments: 9399
  Steiner points inside domain: 5170

Done meshing using TetGen!

Writing TECPLOT file: pyCAPS_Tetgen_Test.dat ....
	Binary output is not currently supported for Tecplot output
	..... switching to ASCII!
Finished writing TECPLOT file

==1817035== 
==1817035== HEAP SUMMARY:
==1817035==     in use at exit: 5,419,661 bytes in 32,908 blocks
==1817035==   total heap usage: 811,093 allocs, 778,185 frees, 493,496,264 bytes allocated
==1817035== 
==1817035== LEAK SUMMARY:
==1817035==    definitely lost: 0 bytes in 0 blocks
==1817035==    indirectly lost: 0 bytes in 0 blocks
==1817035==      possibly lost: 0 bytes in 0 blocks
==1817035==    still reachable: 0 bytes in 0 blocks
==1817035==         suppressed: 5,419,661 bytes in 32,908 blocks
==1817035== 
==1817035== For lists of detected and suppressed errors, rerun with: -s
==1817035== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2051 from 2051)
120.61user 1.06system 2:01.77elapsed 99%CPU (0avgtext+0avgdata 362160maxresident)k
0inputs+12432outputs (0major+478014minor)pagefaults 0swaps

real	2m1.781s
user	2m0.613s
sys	0m1.075s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case tetgen_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'tetgen_Holes_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
tetgen_Holes_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u tetgen_Holes_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1818542== Memcheck, a memory error detector
==1818542== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1818542== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1818542== Command: python -u tetgen_Holes_PyTest.py -outLevel=0
==1818542== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0
Getting surface mesh for body 1 (of 1)
Body 1 (of 1)
Number of nodes    = 8995
Number of elements = 18112
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 18112
Number of quadrilateral elements = 0
----------------------------
Total number of nodes    = 8995
Total number of elements = 18112
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Number of surface: nodes - 8995, elements - 18112
Getting volume mesh

Generating volume mesh using TetGen.....

Tetgen input string = pYq1.500/0.000T1.00e-16A
Delaunizing vertices...
Delaunay seconds:  7.07328
Creating surface mesh ...
Surface mesh seconds:  0.45079
Recovering boundaries...
Boundary recovery seconds:  2.11955
Removing exterior tetrahedra ...
Spreading region attributes.
Exterior tets removal seconds:  0.219386
Recovering Delaunayness...
Delaunay recovery seconds:  1.67819
Refining mesh...
Refinement seconds:  6.45003
Smoothing vertices...
Mesh smoothing seconds:  8.37101
Improving mesh...
Mesh improvement seconds:  0.332526
Jettisoning redundant points.

Writing nodes.
Writing elements.
Writing faces.
Writing edges.

Output seconds:  0.068749
Total running seconds:  26.7733

Statistics:

  Input points: 8995
  Input facets: 18112
  Input segments: 27104
  Input holes: 1
  Input regions: 0

  Mesh points: 7146
  Mesh tetrahedra: 27990
  Mesh faces: 61020
  Mesh faces on exterior boundary: 10080
  Mesh faces on input facets: 10080
  Mesh edges on input segments: 15120
  Steiner points inside domain: 2104

Done meshing using TetGen!
Volume mesher did not preserve surface elements - data transfer will NOT be possible.

Writing TECPLOT file: volume.dat ....
Finished writing TECPLOT file

==1818542== 
==1818542== HEAP SUMMARY:
==1818542==     in use at exit: 5,419,784 bytes in 32,910 blocks
==1818542==   total heap usage: 730,772 allocs, 697,862 frees, 276,049,098 bytes allocated
==1818542== 
==1818542== LEAK SUMMARY:
==1818542==    definitely lost: 0 bytes in 0 blocks
==1818542==    indirectly lost: 0 bytes in 0 blocks
==1818542==      possibly lost: 0 bytes in 0 blocks
==1818542==    still reachable: 0 bytes in 0 blocks
==1818542==         suppressed: 5,419,784 bytes in 32,910 blocks
==1818542== 
==1818542== For lists of detected and suppressed errors, rerun with: -s
==1818542== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2053 from 2053)
79.02user 1.26system 1:20.37elapsed 99%CPU (0avgtext+0avgdata 441568maxresident)k
0inputs+8736outputs (0major+514660minor)pagefaults 0swaps

real	1m20.382s
user	1m19.025s
sys	0m1.266s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case tetgen_Holes_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'tetgen_Regions_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
tetgen_Regions_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u tetgen_Regions_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1820176== Memcheck, a memory error detector
==1820176== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1820176== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1820176== Command: python -u tetgen_Regions_PyTest.py -outLevel=0
==1820176== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 0
Getting surface mesh for body 1 (of 1)
Body 1 (of 1)
Number of nodes    = 8995
Number of elements = 18112
Number of node elements          = 0
Number of line elements          = 0
Number of triangle elements      = 18112
Number of quadrilateral elements = 0
----------------------------
Total number of nodes    = 8995
Total number of elements = 18112
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 2
	Name = box, index = 1
	Name = cut, index = 2
Number of surface: nodes - 8995, elements - 18112
Getting volume mesh

Generating volume mesh using TetGen.....

Tetgen input string = pYq1.500/0.000T1.00e-16A
Delaunizing vertices...
Delaunay seconds:  8.45949
Creating surface mesh ...
Surface mesh seconds:  0.446581
Recovering boundaries...
Boundary recovery seconds:  2.65258
Removing exterior tetrahedra ...
Spreading region attributes.
Exterior tets removal seconds:  0.155938
Recovering Delaunayness...
Delaunay recovery seconds:  3.43603
Refining mesh...
Refinement seconds:  13.8002
Smoothing vertices...
Mesh smoothing seconds:  19.4221
Improving mesh...
Mesh improvement seconds:  0.704706

Writing nodes.
Writing elements.
Writing faces.
Writing edges.

Output seconds:  0.08467
Total running seconds:  49.1705

Statistics:

  Input points: 8995
  Input facets: 18112
  Input segments: 27104
  Input holes: 0
  Input regions: 2

  Mesh points: 13152
  Mesh tetrahedra: 55526
  Mesh faces: 119084
  Mesh faces on exterior boundary: 16064
  Mesh faces on input facets: 18112
  Mesh edges on input segments: 27104
  Steiner points inside domain: 4157

Done meshing using TetGen!

Writing TECPLOT file: volume.dat ....
Finished writing TECPLOT file

==1820176== 
==1820176== HEAP SUMMARY:
==1820176==     in use at exit: 5,419,784 bytes in 32,910 blocks
==1820176==   total heap usage: 768,031 allocs, 735,121 frees, 288,470,863 bytes allocated
==1820176== 
==1820176== LEAK SUMMARY:
==1820176==    definitely lost: 0 bytes in 0 blocks
==1820176==    indirectly lost: 0 bytes in 0 blocks
==1820176==      possibly lost: 0 bytes in 0 blocks
==1820176==    still reachable: 0 bytes in 0 blocks
==1820176==         suppressed: 5,419,784 bytes in 32,910 blocks
==1820176== 
==1820176== For lists of detected and suppressed errors, rerun with: -s
==1820176== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2051 from 2051)
105.94user 1.33system 1:47.60elapsed 99%CPU (0avgtext+0avgdata 452584maxresident)k
0inputs+13520outputs (0major+659090minor)pagefaults 0swaps

real	1m47.608s
user	1m45.947s
sys	0m1.343s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case tetgen_Regions_PyTest.py passed (as expected)
=================================================

delaundo: /home/jenkins/util/delaundo/delaundo/src/delaundo

=================================================
+ echo 'delaundo_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
delaundo_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u delaundo_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1821558== Memcheck, a memory error detector
==1821558== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1821558== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1821558== Command: python -u delaundo_PyTest.py -outLevel=0
==1821558== 
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 6
	Name = 2DSlice, index = 1
	Name = TunnelWall, index = 2
	Name = OutFlow, index = 3
	Name = InFlow, index = 4
	Name = Airfoil, index = 5
	Name = AirfoilTE, index = 6
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 6
	Name = 2DSlice, index = 1
	Name = TunnelWall, index = 2
	Name = OutFlow, index = 3
	Name = InFlow, index = 4
	Name = Airfoil, index = 5
	Name = AirfoilTE, index = 6

Getting mesh sizing parameters
	Mesh sizing name - Airfoil
	Mesh sizing name - AirfoilTE
	Mesh sizing name - InFlow
	Mesh sizing name - OutFlow
	Mesh sizing name - TunnelWall
	Done getting mesh sizing parameters
Getting edge discretization for body 1
	Delaundo expects 2D meshes be in the x-y plane... attempting to rotate mesh through node swapping!
	Swapping z and y coordinates!
Writing delaundo control file - delaundo.ctr
	Writing out *.pts file
Reading delaundo mesh file - delaundoMesh.mesh
	Swapping y and z coordinates!

Writing TECPLOT file: delaundoMesh.dat ....
Finished writing TECPLOT file

==1821558== 
==1821558== HEAP SUMMARY:
==1821558==     in use at exit: 5,418,045 bytes in 32,906 blocks
==1821558==   total heap usage: 587,644 allocs, 554,738 frees, 236,240,209 bytes allocated
==1821558== 
==1821558== LEAK SUMMARY:
==1821558==    definitely lost: 0 bytes in 0 blocks
==1821558==    indirectly lost: 0 bytes in 0 blocks
==1821558==      possibly lost: 0 bytes in 0 blocks
==1821558==    still reachable: 0 bytes in 0 blocks
==1821558==         suppressed: 5,418,045 bytes in 32,906 blocks
==1821558== 
==1821558== For lists of detected and suppressed errors, rerun with: -s
==1821558== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2054 from 2054)
41.48user 0.85system 0:42.45elapsed 99%CPU (0avgtext+0avgdata 465392maxresident)k
0inputs+3152outputs (0major+358050minor)pagefaults 0swaps

real	0m42.457s
user	0m41.485s
sys	0m0.858s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case delaundo_PyTest.py passed (as expected)
=================================================

pointwise: /home/jenkins/util/pointwise/PointwiseV18.5R1/pointwise

=================================================
+ echo 'pointwise_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
pointwise_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u pointwise_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1821790== Memcheck, a memory error detector
==1821790== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1821790== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1821790== Command: python -u pointwise_PyTest.py -outLevel=0
==1821790== 
/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/pyCAPS/pointwise_PyTest.py:61: DeprecationWarning: invalid escape sequence \w
  pointwise.system(PW_HOME + "\win64\bin\tclsh.exe " + CAPS_GLYPH + "\\GeomToMesh.glf caps.egads capsUserDefaults.glf")
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Wing1, index = 1
	Name = Wing2, index = 2
	Name = Wake, index = 3
	Name = Farfield, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Wing2
	Done getting mesh sizing parameters
Writing global Glyph inputs...
Writing egads file '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/pyCAPS/PointwiseAnalysisTest/Scratch/pointwise/caps.egads'....
Number of command line arguments = 2
Sat Jul 01 2023  3:48:55AM EDT
Pointwise V18.5
Loading user defaults from capsUserDefaults.glf
GeomToMesh: Defaults
Connector level
    InitDim                  = 11
    MaxDim                   = 1024
    MinDim                   = 4
    TurnAngle                = 0.000000
    Deviation                = 0.000000
    SplitAngle               = 0.000000
    JoinCons                 = 0
    ProxGrowthRate           = 1.300000
    SourceSpacing            = 0
    TurnAngleHard            = 70.000000
    EqualSpacing             = 0
Domain level
    Algorithm                = Delaunay
    FullLayers               = 0
    MaxLayers                = 0
    GrowthRate               = 1.300000
    IsoType                  = Triangle
    TRexType                 = Triangle
    TRexARLimit              = 200.000000
    TRexAngleBC              = 0.000000
    Decay                    = 0.500000
    MinEdge                  = 0.000000
    MaxEdge                  = 0.000000
    Adapt                    = 0
    WallSpacing              = 0.000000
    StrDomConvertARTrigger   = 0.000000
Block level
    Algorithm                = Delaunay
    VoxelLayers              = 3
    boundaryDecay            = 0.500000
    collisionBuffer          = 0.500000
    maxSkewAngle             = 180.000000
    TRexSkewDelay            = 0
    edgeMaxGrowthRate        = 1.800000
    fullLayers               = 1
    maxLayers                = 100
    growthRate               = 1.300000
    TRexType                 = TetPyramid
    volInitialize            = 1
General
    SkipMeshing              = 1
    CAESolver                = UGRID
    outerBoxScale            = 0
    sourceBoxLengthScale     = 0.000000
    sourceBoxDirection       =  1.000000 0.000000 0.000000 
    sourceBoxAngle           = 0.000000
    sourceGrowthFactor       = 10.000000
    sourcePCDFile            = 
    ModelSize                = 0
    writeGMA                 = 2.0
    assembleTolMult          = 2.0
    modelOrientIntMeshVolume = 1
Elevate On Export
    degree                   = Q1
    costThreshold            = 0.8
    maxIncAngle              = 175.0
    relax                    = 0.05
    smoothingPasses          = 1000
    WCNWeight                = 0.5
    WCNMode                  = Calculate
    writeVTU                 = false
CADFile = caps.egads
Determining model size from file.
Info: Model Size adjusted to 100
Computing maximum DB edge tolerance.
  Quilt list has 19 entries.
  Quilt quilt-1: edge tolerance = 5e-07
  Quilt quilt-2: edge tolerance = 6.19984e-05
  Quilt quilt-3: edge tolerance = 6.19984e-05
  Quilt quilt-4: edge tolerance = 6.19984e-05
  Quilt quilt-5: edge tolerance = 6.19984e-05
  Quilt quilt-6: edge tolerance = 6.19984e-05
  Quilt quilt-7: edge tolerance = 6.19984e-05
  Quilt quilt-8: edge tolerance = 6.19984e-05
  Quilt quilt-9: edge tolerance = 6.19984e-05
  Quilt quilt-10: edge tolerance = 8.32902e-05
  Quilt quilt-11: edge tolerance = 8.32902e-05
  Quilt quilt-12: edge tolerance = 8.32902e-05
  Quilt quilt-13: edge tolerance = 8.32902e-05
  Quilt quilt-14: edge tolerance = 8.32902e-05
  Quilt quilt-15: edge tolerance = 8.32902e-05
  Quilt quilt-16: edge tolerance = 8.32902e-05
  Quilt quilt-17: edge tolerance = 8.32902e-05
  Quilt quilt-18: edge tolerance = 6.19601e-06
  Quilt quilt-19: edge tolerance = 6.19601e-06
  Maximum DB edge tolerance = 8.32902e-05
Performing model assembly pass on geometry entities.
domParams(MinEdge) defined as 1.665804e-04 due to model assembly tolerance
Looking for quilt names in geometry.
  Quilt list has 19 entries.
Quilt list has 19 entries.
Original connector list has 36 entries.
Minimum connector length = 0.00316783
Tolerance = 8.32902e-05
Performing merge on connectors with equal dimensions and common end points.
After regular merge, connector list has 36 entries.
Updating conData
Min Edge Tol: 5.000e-07 on con-1
Max Edge Tol: 8.329e-05 on con-27
Adjusting connector dimensions based on average spacings.
Checking dimension for connector 1/36, name = con-1
Checking dimension for connector 2/36, name = con-2
  Changing dimension for connector 2/36 from 11 to 4
Checking dimension for connector 3/36, name = con-3
Checking dimension for connector 4/36, name = con-4
  Changing dimension for connector 4/36 from 11 to 4
Checking dimension for connector 5/36, name = con-5
  Changing dimension for connector 5/36 from 11 to 4
Checking dimension for connector 6/36, name = con-6
Checking dimension for connector 7/36, name = con-7
  Changing dimension for connector 7/36 from 11 to 4
Checking dimension for connector 8/36, name = con-8
Checking dimension for connector 9/36, name = con-9
  Changing dimension for connector 9/36 from 11 to 4
Checking dimension for connector 10/36, name = con-10
  Changing dimension for connector 10/36 from 11 to 4
Checking dimension for connector 11/36, name = con-11
  Changing dimension for connector 11/36 from 11 to 4
Checking dimension for connector 12/36, name = con-12
Checking dimension for connector 13/36, name = con-13
  Changing dimension for connector 13/36 from 11 to 4
Checking dimension for connector 14/36, name = con-14
Checking dimension for connector 15/36, name = con-16
  Changing dimension for connector 15/36 from 11 to 4
Checking dimension for connector 16/36, name = con-17
Checking dimension for connector 17/36, name = con-20
  Changing dimension for connector 17/36 from 11 to 4
Checking dimension for connector 18/36, name = con-21
Checking dimension for connector 19/36, name = con-24
  Changing dimension for connector 19/36 from 11 to 4
Checking dimension for connector 20/36, name = con-25
  Changing dimension for connector 20/36 from 11 to 4
Checking dimension for connector 21/36, name = con-26
Checking dimension for connector 22/36, name = con-27
  Changing dimension for connector 22/36 from 11 to 4
Checking dimension for connector 23/36, name = con-28
Checking dimension for connector 24/36, name = con-29
  Changing dimension for connector 24/36 from 11 to 4
Checking dimension for connector 25/36, name = con-30
  Changing dimension for connector 25/36 from 11 to 4
Checking dimension for connector 26/36, name = con-31
  Changing dimension for connector 26/36 from 11 to 4
Checking dimension for connector 27/36, name = con-32
Checking dimension for connector 28/36, name = con-33
  Changing dimension for connector 28/36 from 11 to 4
Checking dimension for connector 29/36, name = con-34
Checking dimension for connector 30/36, name = con-36
  Changing dimension for connector 30/36 from 11 to 4
Checking dimension for connector 31/36, name = con-37
Checking dimension for connector 32/36, name = con-40
  Changing dimension for connector 32/36 from 11 to 4
Checking dimension for connector 33/36, name = con-41
Checking dimension for connector 34/36, name = con-44
  Changing dimension for connector 34/36 from 11 to 4
Checking dimension for connector 35/36, name = con-45
Checking dimension for connector 36/36, name = con-46
Processing spacing values for connector 1/36, name = con-1
Processing spacing values for connector 2/36, name = con-2
Processing spacing values for connector 3/36, name = con-3
Processing spacing values for connector 4/36, name = con-4
Processing spacing values for connector 5/36, name = con-5
Processing spacing values for connector 6/36, name = con-6
Processing spacing values for connector 7/36, name = con-7
Processing spacing values for connector 8/36, name = con-8
Processing spacing values for connector 9/36, name = con-9
Processing spacing values for connector 10/36, name = con-10
Processing spacing values for connector 11/36, name = con-11
Processing spacing values for connector 12/36, name = con-12
Processing spacing values for connector 13/36, name = con-13
Processing spacing values for connector 14/36, name = con-14
Processing spacing values for connector 15/36, name = con-16
Processing spacing values for connector 16/36, name = con-17
Processing spacing values for connector 17/36, name = con-20
Processing spacing values for connector 18/36, name = con-21
Processing spacing values for connector 19/36, name = con-24
Processing spacing values for connector 20/36, name = con-25
Processing spacing values for connector 21/36, name = con-26
Processing spacing values for connector 22/36, name = con-27
Processing spacing values for connector 23/36, name = con-28
Processing spacing values for connector 24/36, name = con-29
Processing spacing values for connector 25/36, name = con-30
Processing spacing values for connector 26/36, name = con-31
Processing spacing values for connector 27/36, name = con-32
Processing spacing values for connector 28/36, name = con-33
Processing spacing values for connector 29/36, name = con-34
Processing spacing values for connector 30/36, name = con-36
Processing spacing values for connector 31/36, name = con-37
Processing spacing values for connector 32/36, name = con-40
Processing spacing values for connector 33/36, name = con-41
Processing spacing values for connector 34/36, name = con-44
Processing spacing values for connector 35/36, name = con-45
Processing spacing values for connector 36/36, name = con-46
Number of unique endpoints = 24
Checking for baffle intersections.
Performing Local Proximity Refinement
Adjusting connector dimensions based on proximity to other connectors.
  Proximity test for connector 1/36, con-1.
    Connector dimension changed from 11 to 156, avg. spacing changed from 1.41421 to 0.0912396
  Proximity test for connector 2/36, con-2.
    Connector dimension changed from 4 to 10, avg. spacing changed from 1.66667 to 0.555556
  Proximity test for connector 3/36, con-3.
    Connector dimension changed from 11 to 20, avg. spacing changed from 1.41421 to 0.744323
  Proximity test for connector 4/36, con-4.
    Connector dimension changed from 4 to 10, avg. spacing changed from 1.66667 to 0.555556
  Proximity test for connector 5/36, con-5.
    Connector dimension changed from 4 to 26, avg. spacing changed from 1.33869 to 0.160643
  Proximity test for connector 6/36, con-6.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739464 to 0.0948031
  Proximity test for connector 7/36, con-7.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.65682 to 0.0788183
  Proximity test for connector 8/36, con-8.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.81659 to 0.291639
  Proximity test for connector 9/36, con-9.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.656821 to 0.0788185
  Proximity test for connector 10/36, con-10.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.656821 to 0.0788185
  Proximity test for connector 11/36, con-11.
  Proximity test for connector 12/36, con-12.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.81659 to 0.291639
  Proximity test for connector 13/36, con-13.
    Connector dimension changed from 4 to 25, avg. spacing changed from 1.26705 to 0.158381
  Proximity test for connector 14/36, con-14.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739468 to 0.0948036
  Proximity test for connector 15/36, con-16.
  Proximity test for connector 16/36, con-17.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739464 to 0.0948031
  Proximity test for connector 17/36, con-20.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.65682 to 0.0788183
  Proximity test for connector 18/36, con-21.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739468 to 0.0948036
  Proximity test for connector 19/36, con-24.
  Proximity test for connector 20/36, con-25.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.535476 to 0.0642571
  Proximity test for connector 21/36, con-26.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295786 to 0.0379212
  Proximity test for connector 22/36, con-27.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262728 to 0.0315273
  Proximity test for connector 23/36, con-28.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.326636 to 0.116656
  Proximity test for connector 24/36, con-29.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262731 to 0.0315277
  Proximity test for connector 25/36, con-30.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262731 to 0.0315277
  Proximity test for connector 26/36, con-31.
  Proximity test for connector 27/36, con-32.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.326636 to 0.116656
  Proximity test for connector 28/36, con-33.
    Connector dimension changed from 4 to 25, avg. spacing changed from 0.506821 to 0.0633526
  Proximity test for connector 29/36, con-34.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295787 to 0.0379214
  Proximity test for connector 30/36, con-36.
  Proximity test for connector 31/36, con-37.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295786 to 0.0379212
  Proximity test for connector 32/36, con-40.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262728 to 0.0315273
  Proximity test for connector 33/36, con-41.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295787 to 0.0379214
  Proximity test for connector 34/36, con-44.
  Proximity test for connector 35/36, con-45.
    Connector dimension changed from 11 to 27, avg. spacing changed from 25.1327 to 9.66644
  Proximity test for connector 36/36, con-46.
    Connector dimension changed from 11 to 33, avg. spacing changed from 25.1327 to 7.85398
Adjusting node spacing from geometry
Adjusting connector dimensions based on end spacings.
Connector con-1 current dim = 156
Connector con-2 current dim = 10
  Changing dimension for connector con-2 2/36 from 10 to 11
Connector con-3 current dim = 20
Connector con-4 current dim = 10
Connector con-5 current dim = 26
Connector con-6 current dim = 79
Connector con-7 current dim = 26
Connector con-8 current dim = 29
Connector con-9 current dim = 26
Connector con-10 current dim = 26
Connector con-11 current dim = 4
Connector con-12 current dim = 29
Connector con-13 current dim = 25
Connector con-14 current dim = 79
Connector con-16 current dim = 4
Connector con-17 current dim = 79
Connector con-20 current dim = 26
Connector con-21 current dim = 79
Connector con-24 current dim = 4
Connector con-25 current dim = 26
Connector con-26 current dim = 79
Connector con-27 current dim = 26
Connector con-28 current dim = 29
Connector con-29 current dim = 26
Connector con-30 current dim = 26
Connector con-31 current dim = 4
Connector con-32 current dim = 29
Connector con-33 current dim = 25
Connector con-34 current dim = 79
Connector con-36 current dim = 4
Connector con-37 current dim = 79
Connector con-40 current dim = 26
Connector con-41 current dim = 79
Connector con-44 current dim = 4
Connector con-45 current dim = 27
Connector con-46 current dim = 33
Domain list has 19 entries.
Looking for periodic domain attributes from geometry.
  Tolerance = 8.32902e-05
Number of periodic target domains = 0
Unstructured domain 1 of 19:
  boundary name = Wake.
Unstructured domain 2 of 19:
  boundary name = Wing1.
    Creating boundary name Wing1
Unstructured domain 3 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 4 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 5 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 6 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 7 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 8 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 9 of 19:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 10 of 19:
  boundary name = Wing2.
    Creating boundary name Wing2
Unstructured domain 11 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 12 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 13 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 14 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 15 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 16 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 17 of 19:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 18 of 19:
  boundary name = Farfield.
    Creating boundary name Farfield
Unstructured domain 19 of 19:
  boundary name = Farfield.
    Farfield already in boundary name list.
Checking for blunt flag attribute on geometry faces.
Number of baffles = 1
Adjusting connector dimensions and distributions for wake treatment.
Number of exit connectors = 0
Number of wake edge connectors = 4
Number of TE connectors = 0
Number of exit nodes = 0
Number of TE nodes = 0
New minimum spacing for Wake treatment = 1.0e20
  WARNING: T-Rex wall boundary con-1 not found!
  WARNING: T-Rex wall boundary con-2 not found!
  WARNING: T-Rex wall boundary con-3 not found!
  WARNING: T-Rex wall boundary con-4 not found!
Adding Edge connector con-1 to redimension list.
Adding Edge connector con-2 to redimension list.
Adding Edge connector con-3 to redimension list.
Adding Edge connector con-4 to redimension list.
Checking connector con-1
Checking connector con-2
Checking connector con-3
Checking connector con-4
Performing initialization pass on all unstructured domains.
Unstructured domain list for assembly has 19 entries.
Baffle domain dom-1
Number of baffles = 1
Structured domain list for assembly has 0 entries.
Periodic target domain list for assembly has 0 entries.
Creating unstructured block from 18 domains.
Block = auto-blk
  Setting up unstructured block.
Retrieving block attributes from geometry.
Retrieving T-Rex volume boundary conditions from geometry.
  Domain Wing2 has spacing value = 0.00282843.
  Creating T-Rex wall boundary Wing2
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Looking for adjacent boundaries to set as match.
  Initializing unstructured block.
Info: Begin: aniso layer     1: growthRate = 1.000000, height = 1.000000, totalHeight = 1.000000
Info: End  : aniso layer     1: numPts =     10863, numTets =        16974, (0.219806 seconds)
Info: Begin: aniso layer     2: growthRate = 1.300000, height = 1.300000, totalHeight = 2.300000
Info: End  : aniso layer     2: numPts =     13694, numTets =        33948, (0.245104 seconds)
Info: Begin: aniso layer     3: growthRate = 1.300000, height = 1.690000, totalHeight = 3.990000
Info: End  : aniso layer     3: numPts =     16263, numTets =        49397, (0.220879 seconds)
Info: Begin: aniso layer     4: growthRate = 1.300000, height = 2.197000, totalHeight = 6.187000
Info: End  : aniso layer     4: numPts =     18608, numTets =        63477, (0.198765 seconds)
Info: Begin: aniso layer     5: growthRate = 1.300000, height = 2.856100, totalHeight = 9.043100
Info: End  : aniso layer     5: numPts =     20843, numTets =        76903, (0.187146 seconds)
Info: Begin: aniso layer     6: growthRate = 1.300000, height = 3.712930, totalHeight = 12.756030
Info: End  : aniso layer     6: numPts =     22964, numTets =        89637, (0.179062 seconds)
Info: Begin: aniso layer     7: growthRate = 1.300000, height = 4.826809, totalHeight = 17.582839
Info: End  : aniso layer     7: numPts =     24963, numTets =       101645, (0.178062 seconds)
Info: Begin: aniso layer     8: growthRate = 1.300000, height = 6.274852, totalHeight = 23.857691
Info: End  : aniso layer     8: numPts =     26859, numTets =       113029, (0.169405 seconds)
Info: Begin: aniso layer     9: growthRate = 1.300000, height = 8.157307, totalHeight = 32.014998
Info: End  : aniso layer     9: numPts =     28656, numTets =       123817, (0.160236 seconds)
Info: Begin: aniso layer    10: growthRate = 1.300000, height = 10.604499, totalHeight = 42.619497
Info: End  : aniso layer    10: numPts =     30347, numTets =       133975, (0.150897 seconds)
Info: Begin: aniso layer    11: growthRate = 1.300000, height = 13.785849, totalHeight = 56.405346
Info: End  : aniso layer    11: numPts =     31920, numTets =       143424, (0.146286 seconds)
Info: Begin: aniso layer    12: growthRate = 1.300000, height = 17.921604, totalHeight = 74.326950
Info: End  : aniso layer    12: numPts =     33364, numTets =       152105, (0.135097 seconds)
Info: Begin: aniso layer    13: growthRate = 1.300000, height = 23.298085, totalHeight = 97.625036
Info: End  : aniso layer    13: numPts =     34613, numTets =       159619, (0.124610 seconds)
Info: Begin: aniso layer    14: growthRate = 1.300000, height = 30.287511, totalHeight = 127.912546
Info: End  : aniso layer    14: numPts =     35641, numTets =       165845, (0.110594 seconds)
Info: Begin: aniso layer    15: growthRate = 1.300000, height = 39.373764, totalHeight = 167.286310
Info: End  : aniso layer    15: numPts =     36375, numTets =       170290, (0.088286 seconds)
Info: Begin: aniso layer    16: growthRate = 1.300000, height = 51.185893, totalHeight = 218.472203
Info: End  : aniso layer    16: numPts =     36759, numTets =       172631, (0.068960 seconds)
Info: Begin: aniso layer    17: growthRate = 1.300000, height = 66.541661, totalHeight = 285.013864
Info: End  : aniso layer    17: numPts =     36858, numTets =       173240, (0.048101 seconds)
Info: Begin: aniso layer    18: growthRate = 1.300000, height = 86.504159, totalHeight = 371.518023
Info: End  : aniso layer    18: numPts =     36864, numTets =       173276, (0.041343 seconds)
Info: Begin: aniso layer    19: growthRate = 1.300000, height = 112.455407, totalHeight = 483.973430
Info: End  : aniso layer    19: numPts =     36864, numTets =       173276, (0.029231 seconds)
CAE Solver set to UGRID
GeomToMesh finished!
Sat Jul 01 2023  3:49:08AM EDT
Run Time: 00 Hours 00 Minutes 13 Seconds
Pointwise save filename = caps.GeomToMesh.pw
Sat Jul 01 2023  3:49:08AM EDT
Exporting in UGRID format to file basename = caps.GeomToMesh
Mapped 104 / 104 curves to EGADS originals
GMA contains 36 edge groups
GMA contains 19 face groups
Wrote geometry-mesh associativity to caps.GeomToMesh.gma
GeomToMesh I/O finished!
Sat Jul 01 2023  3:49:22AM EDT
Export Time: 00 Hours 00 Minutes 14 Seconds
Volume mesh:
	Number of nodes          = 66571
	Number of elements       = 384232
	Number of triangles      = 13612
	Number of quadrilatarals = 0
	Number of tetrahedrals   = 384232
	Number of pyramids       = 0
	Number of prisms         = 0
	Number of hexahedrals    = 0
Body = 1
	Number of nodes    = 2823
	Number of elements = 5642
	Number of tris = 5642
	Number of quad = 0
Body = 2
	Number of nodes    = 2831
	Number of elements = 5658
	Number of tris = 5658
	Number of quad = 0
Warning: No capsGroup/capsIgnore attribute found on edge 1 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 2 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 3 of face 1, unable to assign a boundary index value
Warning: No capsGroup/capsIgnore attribute found on edge 4 of face 1, unable to assign a boundary index value
Body = 3
	Number of nodes    = 1220
	Number of elements = 2245
	Number of tris = 2245
	Number of quad = 0
Body = 4
	Number of nodes    = 1158
	Number of elements = 2312
	Number of tris = 2312
	Number of quad = 0

Writing TECPLOT file: pyCAPS_Pointwise_Test_Surf_1.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: pyCAPS_Pointwise_Test_Surf_2.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: pyCAPS_Pointwise_Test_Surf_3.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: pyCAPS_Pointwise_Test_Surf_4.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: pyCAPS_Pointwise_Test.dat ....
Finished writing TECPLOT file

==1821790== 
==1821790== HEAP SUMMARY:
==1821790==     in use at exit: 5,441,634 bytes in 32,966 blocks
==1821790==   total heap usage: 987,877 allocs, 954,911 frees, 768,288,618 bytes allocated
==1821790== 
==1821790== LEAK SUMMARY:
==1821790==    definitely lost: 0 bytes in 0 blocks
==1821790==    indirectly lost: 0 bytes in 0 blocks
==1821790==      possibly lost: 0 bytes in 0 blocks
==1821790==    still reachable: 0 bytes in 0 blocks
==1821790==         suppressed: 5,441,634 bytes in 32,966 blocks
==1821790== 
==1821790== For lists of detected and suppressed errors, rerun with: -s
==1821790== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2041 from 2041)
106.80user 3.78system 1:38.22elapsed 112%CPU (0avgtext+0avgdata 376440maxresident)k
920inputs+97712outputs (4major+599241minor)pagefaults 0swaps

real	1m38.227s
user	1m46.807s
sys	0m3.799s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case pointwise_PyTest.py passed (as expected)
=================================================


=================================================
+ echo 'pointwise_Symmetry_PyTest.py test;'
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
pointwise_Symmetry_PyTest.py test;
+ time valgrind --tool=memcheck --error-exitcode=0 --leak-check=yes --show-leak-kinds=all --keep-debuginfo=yes --gen-suppressions=all --max-stackframe=4000000 --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-AFLR.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-exodus.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-IRIT.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-MKL.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-python.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Tblade3.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-Ubuntu.supp --suppressions=/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/JenkinsESP/valgrind/valgrind-OCC7.6.supp python -u pointwise_Symmetry_PyTest.py -outLevel=0
+ tee -a /jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/regressionTest/pyCAPSlog.txt
==1822653== Memcheck, a memory error detector
==1822653== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1822653== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==1822653== Command: python -u pointwise_Symmetry_PyTest.py -outLevel=0
==1822653== 
/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/pyCAPS/pointwise_Symmetry_PyTest.py:62: DeprecationWarning: invalid escape sequence \w
  pointwise.system(PW_HOME + "\win64\bin\tclsh.exe " + CAPS_GLYPH + "\\GeomToMesh.glf caps.egads capsUserDefaults.glf")
Mapping capsGroup attributes ................
	Number of unique capsGroup attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4
Mapping capsMesh attributes ................
	Number of unique capsMesh attributes = 4
	Name = Farfield, index = 1
	Name = Symmetry, index = 2
	Name = Wing1, index = 3
	Name = Wing2, index = 4

Getting mesh sizing parameters
	Mesh sizing name - Wing2
	Done getting mesh sizing parameters
Writing global Glyph inputs...
Writing egads file '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64/ESP/LINUX64/examples/pyCAPS/PointwiseSymmetryAnalysisTest/Scratch/pointwiseAIM0/caps.egads'....
Number of command line arguments = 2
Sat Jul 01 2023  3:50:41AM EDT
Pointwise V18.5
Loading user defaults from capsUserDefaults.glf
GeomToMesh: Defaults
Connector level
    InitDim                  = 11
    MaxDim                   = 1024
    MinDim                   = 4
    TurnAngle                = 0.000000
    Deviation                = 0.000000
    SplitAngle               = 0.000000
    JoinCons                 = 0
    ProxGrowthRate           = 1.300000
    SourceSpacing            = 0
    TurnAngleHard            = 70.000000
    EqualSpacing             = 0
Domain level
    Algorithm                = Delaunay
    FullLayers               = 0
    MaxLayers                = 0
    GrowthRate               = 1.300000
    IsoType                  = Triangle
    TRexType                 = Triangle
    TRexARLimit              = 200.000000
    TRexAngleBC              = 0.000000
    Decay                    = 0.500000
    MinEdge                  = 0.000000
    MaxEdge                  = 0.000000
    Adapt                    = 0
    WallSpacing              = 0.000000
    StrDomConvertARTrigger   = 0.000000
Block level
    Algorithm                = Delaunay
    VoxelLayers              = 3
    boundaryDecay            = 0.500000
    collisionBuffer          = 0.500000
    maxSkewAngle             = 180.000000
    TRexSkewDelay            = 0
    edgeMaxGrowthRate        = 1.800000
    fullLayers               = 1
    maxLayers                = 100
    growthRate               = 1.300000
    TRexType                 = TetPyramid
    volInitialize            = 1
General
    SkipMeshing              = 1
    CAESolver                = UGRID
    outerBoxScale            = 0
    sourceBoxLengthScale     = 0.000000
    sourceBoxDirection       =  1.000000 0.000000 0.000000 
    sourceBoxAngle           = 0.000000
    sourceGrowthFactor       = 10.000000
    sourcePCDFile            = 
    ModelSize                = 0
    writeGMA                 = 2.0
    assembleTolMult          = 2.0
    modelOrientIntMeshVolume = 1
Elevate On Export
    degree                   = Q1
    costThreshold            = 0.8
    maxIncAngle              = 175.0
    relax                    = 0.05
    smoothingPasses          = 1000
    WCNWeight                = 0.5
    WCNMode                  = Calculate
    writeVTU                 = false
CADFile = caps.egads
Determining model size from file.
Info: Model Size adjusted to 100
Computing maximum DB edge tolerance.
  Quilt list has 14 entries.
  Quilt quilt-1: edge tolerance = 5e-07
  Quilt quilt-2: edge tolerance = 8.32902e-05
  Quilt quilt-3: edge tolerance = 6.19984e-05
  Quilt quilt-4: edge tolerance = 8.32902e-05
  Quilt quilt-5: edge tolerance = 8.32902e-05
  Quilt quilt-6: edge tolerance = 8.32902e-05
  Quilt quilt-7: edge tolerance = 9.65124e-05
  Quilt quilt-8: edge tolerance = 9.65124e-05
  Quilt quilt-9: edge tolerance = 9.65124e-05
  Quilt quilt-10: edge tolerance = 5e-07
  Quilt quilt-11: edge tolerance = 5e-07
  Quilt quilt-12: edge tolerance = 5e-07
  Quilt quilt-13: edge tolerance = 9.65124e-05
  Quilt quilt-14: edge tolerance = 5e-07
  Maximum DB edge tolerance = 9.65124e-05
Performing model assembly pass on geometry entities.
domParams(MinEdge) defined as 1.930247e-04 due to model assembly tolerance
Looking for quilt names in geometry.
  Quilt list has 14 entries.
Quilt list has 14 entries.
Original connector list has 30 entries.
Minimum connector length = 0.00316783
Tolerance = 9.65124e-05
Performing merge on connectors with equal dimensions and common end points.
After regular merge, connector list has 30 entries.
Updating conData
Min Edge Tol: 5.000e-07 on con-1
Max Edge Tol: 9.651e-05 on con-19
Adjusting connector dimensions based on average spacings.
Checking dimension for connector 1/30, name = con-1
  Changing dimension for connector 1/30 from 11 to 5
Checking dimension for connector 2/30, name = con-2
Checking dimension for connector 3/30, name = con-3
  Changing dimension for connector 3/30 from 11 to 5
Checking dimension for connector 4/30, name = con-4
Checking dimension for connector 5/30, name = con-5
  Changing dimension for connector 5/30 from 11 to 4
Checking dimension for connector 6/30, name = con-6
  Changing dimension for connector 6/30 from 11 to 4
Checking dimension for connector 7/30, name = con-7
  Changing dimension for connector 7/30 from 11 to 4
Checking dimension for connector 8/30, name = con-8
  Changing dimension for connector 8/30 from 11 to 4
Checking dimension for connector 9/30, name = con-9
  Changing dimension for connector 9/30 from 11 to 4
Checking dimension for connector 10/30, name = con-10
  Changing dimension for connector 10/30 from 11 to 4
Checking dimension for connector 11/30, name = con-11
Checking dimension for connector 12/30, name = con-12
  Changing dimension for connector 12/30 from 11 to 4
Checking dimension for connector 13/30, name = con-13
Checking dimension for connector 14/30, name = con-15
  Changing dimension for connector 14/30 from 11 to 4
Checking dimension for connector 15/30, name = con-16
Checking dimension for connector 16/30, name = con-18
  Changing dimension for connector 16/30 from 11 to 4
Checking dimension for connector 17/30, name = con-19
Checking dimension for connector 18/30, name = con-20
  Changing dimension for connector 18/30 from 11 to 4
Checking dimension for connector 19/30, name = con-21
Checking dimension for connector 20/30, name = con-23
  Changing dimension for connector 20/30 from 11 to 4
Checking dimension for connector 21/30, name = con-24
Checking dimension for connector 22/30, name = con-26
  Changing dimension for connector 22/30 from 11 to 4
Checking dimension for connector 23/30, name = con-27
Checking dimension for connector 24/30, name = con-28
  Changing dimension for connector 24/30 from 11 to 5
Checking dimension for connector 25/30, name = con-29
Checking dimension for connector 26/30, name = con-30
  Changing dimension for connector 26/30 from 11 to 5
Checking dimension for connector 27/30, name = con-31
Checking dimension for connector 28/30, name = con-33
Checking dimension for connector 29/30, name = con-35
Checking dimension for connector 30/30, name = con-37
Processing spacing values for connector 1/30, name = con-1
Processing spacing values for connector 2/30, name = con-2
Processing spacing values for connector 3/30, name = con-3
Processing spacing values for connector 4/30, name = con-4
Processing spacing values for connector 5/30, name = con-5
Processing spacing values for connector 6/30, name = con-6
Processing spacing values for connector 7/30, name = con-7
Processing spacing values for connector 8/30, name = con-8
Processing spacing values for connector 9/30, name = con-9
Processing spacing values for connector 10/30, name = con-10
Processing spacing values for connector 11/30, name = con-11
Processing spacing values for connector 12/30, name = con-12
Processing spacing values for connector 13/30, name = con-13
Processing spacing values for connector 14/30, name = con-15
Processing spacing values for connector 15/30, name = con-16
Processing spacing values for connector 16/30, name = con-18
Processing spacing values for connector 17/30, name = con-19
Processing spacing values for connector 18/30, name = con-20
Processing spacing values for connector 19/30, name = con-21
Processing spacing values for connector 20/30, name = con-23
Processing spacing values for connector 21/30, name = con-24
Processing spacing values for connector 22/30, name = con-26
Processing spacing values for connector 23/30, name = con-27
Processing spacing values for connector 24/30, name = con-28
Processing spacing values for connector 25/30, name = con-29
Processing spacing values for connector 26/30, name = con-30
Processing spacing values for connector 27/30, name = con-31
Processing spacing values for connector 28/30, name = con-33
Processing spacing values for connector 29/30, name = con-35
Processing spacing values for connector 30/30, name = con-37
Number of unique endpoints = 20
Checking for baffle intersections.
Performing Local Proximity Refinement
Adjusting connector dimensions based on proximity to other connectors.
  Proximity test for connector 1/30, con-1.
    Connector dimension changed from 5 to 7, avg. spacing changed from 20 to 13.3333
  Proximity test for connector 2/30, con-2.
    Connector dimension changed from 11 to 17, avg. spacing changed from 16 to 10
  Proximity test for connector 3/30, con-3.
    Connector dimension changed from 5 to 7, avg. spacing changed from 20 to 13.3333
  Proximity test for connector 4/30, con-4.
    Connector dimension changed from 11 to 13, avg. spacing changed from 16 to 13.3333
  Proximity test for connector 5/30, con-5.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262731 to 0.0315277
  Proximity test for connector 6/30, con-6.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.262731 to 0.0315277
  Proximity test for connector 7/30, con-7.
  Proximity test for connector 8/30, con-8.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.656821 to 0.0788185
  Proximity test for connector 9/30, con-9.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.656821 to 0.0788185
  Proximity test for connector 10/30, con-10.
  Proximity test for connector 11/30, con-11.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.326636 to 0.116656
  Proximity test for connector 12/30, con-12.
    Connector dimension changed from 4 to 25, avg. spacing changed from 0.506821 to 0.0633526
  Proximity test for connector 13/30, con-13.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295787 to 0.0379214
  Proximity test for connector 14/30, con-15.
  Proximity test for connector 15/30, con-16.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.295786 to 0.0379212
  Proximity test for connector 16/30, con-18.
    Connector dimension changed from 4 to 26, avg. spacing changed from 0.535476 to 0.0642571
  Proximity test for connector 17/30, con-19.
    Connector dimension changed from 11 to 29, avg. spacing changed from 0.81659 to 0.291639
  Proximity test for connector 18/30, con-20.
    Connector dimension changed from 4 to 25, avg. spacing changed from 1.26705 to 0.158381
  Proximity test for connector 19/30, con-21.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739468 to 0.0948036
  Proximity test for connector 20/30, con-23.
  Proximity test for connector 21/30, con-24.
    Connector dimension changed from 11 to 79, avg. spacing changed from 0.739464 to 0.0948031
  Proximity test for connector 22/30, con-26.
    Connector dimension changed from 4 to 26, avg. spacing changed from 1.33869 to 0.160643
  Proximity test for connector 23/30, con-27.
    Connector dimension changed from 11 to 22, avg. spacing changed from 16 to 7.61905
  Proximity test for connector 24/30, con-28.
    Connector dimension changed from 5 to 8, avg. spacing changed from 20 to 11.4286
  Proximity test for connector 25/30, con-29.
    Connector dimension changed from 11 to 14, avg. spacing changed from 16 to 12.3077
  Proximity test for connector 26/30, con-30.
    Connector dimension changed from 5 to 8, avg. spacing changed from 20 to 11.4286
  Proximity test for connector 27/30, con-31.
    Connector dimension changed from 11 to 14, avg. spacing changed from 16 to 12.3077
  Proximity test for connector 28/30, con-33.
    Connector dimension changed from 11 to 14, avg. spacing changed from 16 to 12.3077
  Proximity test for connector 29/30, con-35.
    Connector dimension changed from 11 to 18, avg. spacing changed from 16 to 9.41176
  Proximity test for connector 30/30, con-37.
    Connector dimension changed from 11 to 18, avg. spacing changed from 16 to 9.41176
Adjusting node spacing from geometry
Adjusting connector dimensions based on end spacings.
Connector con-1 current dim = 7
Connector con-2 current dim = 17
Connector con-3 current dim = 7
Connector con-4 current dim = 13
Connector con-5 current dim = 26
Connector con-6 current dim = 26
Connector con-7 current dim = 4
Connector con-8 current dim = 26
Connector con-9 current dim = 26
Connector con-10 current dim = 4
Connector con-11 current dim = 29
Connector con-12 current dim = 25
Connector con-13 current dim = 79
Connector con-15 current dim = 4
Connector con-16 current dim = 79
Connector con-18 current dim = 26
Connector con-19 current dim = 29
Connector con-20 current dim = 25
Connector con-21 current dim = 79
Connector con-23 current dim = 4
Connector con-24 current dim = 79
Connector con-26 current dim = 26
Connector con-27 current dim = 22
Connector con-28 current dim = 8
Connector con-29 current dim = 14
Connector con-30 current dim = 8
Connector con-31 current dim = 14
Connector con-33 current dim = 14
Connector con-35 current dim = 18
Connector con-37 current dim = 18
Domain list has 14 entries.
Looking for periodic domain attributes from geometry.
  Tolerance = 9.65124e-05
Number of periodic target domains = 0
Unstructured domain 1 of 14:
  boundary name = Farfield.
    Creating boundary name Farfield
Unstructured domain 2 of 14:
  boundary name = Wing2.
    Creating boundary name Wing2
Unstructured domain 3 of 14:
  boundary name = Wing1.
    Creating boundary name Wing1
Unstructured domain 4 of 14:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 5 of 14:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 6 of 14:
  boundary name = Wing2.
    Wing2 already in boundary name list.
Unstructured domain 7 of 14:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 8 of 14:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 9 of 14:
  boundary name = Wing1.
    Wing1 already in boundary name list.
Unstructured domain 10 of 14:
  boundary name = Farfield.
    Farfield already in boundary name list.
Unstructured domain 11 of 14:
  boundary name = Farfield.
    Farfield already in boundary name list.
Unstructured domain 12 of 14:
  boundary name = Farfield.
    Farfield already in boundary name list.
Unstructured domain 13 of 14:
  boundary name = Symmetry.
    Creating boundary name Symmetry
Unstructured domain 14 of 14:
  boundary name = Farfield.
    Farfield already in boundary name list.
Checking for blunt flag attribute on geometry faces.
Performing initialization pass on all unstructured domains.
Unstructured domain list for assembly has 14 entries.
Structured domain list for assembly has 0 entries.
Periodic target domain list for assembly has 0 entries.
Creating unstructured block from 14 domains.
Block = auto-blk
  Setting up unstructured block.
Retrieving block attributes from geometry.
Retrieving T-Rex volume boundary conditions from geometry.
  Domain Wing2 has spacing value = 0.00282843.
  Creating T-Rex wall boundary Wing2
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Domain Wing2 has spacing value = 0.00282843.
  Looking for adjacent boundaries to set as match.
  Creating T-Rex match boundary
  Setting Push Attributes on Block.
  Initializing unstructured block.
Info: Begin: aniso layer     1: growthRate = 1.000000, height = 1.000000, totalHeight = 1.000000
Info: End  : aniso layer     1: numPts =      8155, numTets =         8461, (0.080444 seconds)
Info: Begin: aniso layer     2: growthRate = 1.300000, height = 1.300000, totalHeight = 2.300000
Info: End  : aniso layer     2: numPts =      9533, numTets =        16847, (0.129479 seconds)
Info: Begin: aniso layer     3: growthRate = 1.300000, height = 1.690000, totalHeight = 3.990000
Info: End  : aniso layer     3: numPts =     10797, numTets =        24562, (0.110922 seconds)
Info: Begin: aniso layer     4: growthRate = 1.300000, height = 2.197000, totalHeight = 6.187000
Info: End  : aniso layer     4: numPts =     11948, numTets =        31581, (0.073894 seconds)
Info: Begin: aniso layer     5: growthRate = 1.300000, height = 2.856100, totalHeight = 9.043100
Info: End  : aniso layer     5: numPts =     13045, numTets =        38272, (0.068930 seconds)
Info: Begin: aniso layer     6: growthRate = 1.300000, height = 3.712930, totalHeight = 12.756030
Info: End  : aniso layer     6: numPts =     14084, numTets =        44602, (0.068327 seconds)
Info: Begin: aniso layer     7: growthRate = 1.300000, height = 4.826809, totalHeight = 17.582839
Info: End  : aniso layer     7: numPts =     15061, numTets =        50557, (0.063812 seconds)
Info: Begin: aniso layer     8: growthRate = 1.300000, height = 6.274852, totalHeight = 23.857691
Info: End  : aniso layer     8: numPts =     15987, numTets =        56192, (0.061524 seconds)
Info: Begin: aniso layer     9: growthRate = 1.300000, height = 8.157307, totalHeight = 32.014998
Info: End  : aniso layer     9: numPts =     16863, numTets =        61517, (0.057899 seconds)
Info: Begin: aniso layer    10: growthRate = 1.300000, height = 10.604499, totalHeight = 42.619497
Info: End  : aniso layer    10: numPts =     17691, numTets =        66540, (0.053987 seconds)
Info: Begin: aniso layer    11: growthRate = 1.300000, height = 13.785849, totalHeight = 56.405346
Info: End  : aniso layer    11: numPts =     18462, numTets =        71209, (0.051772 seconds)
Info: Begin: aniso layer    12: growthRate = 1.300000, height = 17.921604, totalHeight = 74.326950
Info: End  : aniso layer    12: numPts =     19175, numTets =        75526, (0.050517 seconds)
Info: Begin: aniso layer    13: growthRate = 1.300000, height = 23.298085, totalHeight = 97.625036
Info: End  : aniso layer    13: numPts =     19783, numTets =        79222, (0.045288 seconds)
Info: Begin: aniso layer    14: growthRate = 1.300000, height = 30.287511, totalHeight = 127.912546
Info: End  : aniso layer    14: numPts =     20268, numTets =        82163, (0.039325 seconds)
Info: Begin: aniso layer    15: growthRate = 1.300000, height = 39.373764, totalHeight = 167.286310
Info: End  : aniso layer    15: numPts =     20599, numTets =        84171, (0.031850 seconds)
Info: Begin: aniso layer    16: growthRate = 1.300000, height = 51.185893, totalHeight = 218.472203
Info: End  : aniso layer    16: numPts =     20763, numTets =        85176, (0.023605 seconds)
Info: Begin: aniso layer    17: growthRate = 1.300000, height = 66.541661, totalHeight = 285.013864
Info: End  : aniso layer    17: numPts =     20808, numTets =        85456, (0.018338 seconds)
Info: Begin: aniso layer    18: growthRate = 1.300000, height = 86.504159, totalHeight = 371.518023
Info: End  : aniso layer    18: numPts =     20811, numTets =        85474, (0.016666 seconds)
Info: Begin: aniso layer    19: growthRate = 1.300000, height = 112.455407, totalHeight = 483.973430
Info: End  : aniso layer    19: numPts =     20811, numTets =        85474, (0.010636 seconds)
Warning: Domains that are not adjacent to growth BCs are not eligible for match cell replacement: (dom-1), (dom-11), (dom-10), (dom-12), (dom-7), (dom-3), (dom-8), (dom-9), (dom-14)
Info: Average growth rate on match domains: 1.301939
CAE Solver set to UGRID
GeomToMesh finished!
Sat Jul 01 2023  3:50:51AM EDT
Run Time: 00 Hours 00 Minutes 10 Seconds
Pointwise save filename = caps.GeomToMesh.pw
Sat Jul 01 2023  3:50:51AM EDT
Exporting in UGRID format to file basename = caps.GeomToMesh
Mapped 90 / 90 curves to EGADS originals
GMA contains 30 edge groups
GMA contains 14 face groups
Wrote geometry-mesh associativity to caps.GeomToMesh.gma
GeomToMesh I/O finished!
Sat Jul 01 2023  3:51:04AM EDT
Export Time: 00 Hours 00 Minutes 13 Seconds
Volume mesh:
	Number of nodes          = 33550
	Number of elements       = 183118
	Number of triangles      = 13524
	Number of quadrilatarals = 0
	Number of tetrahedrals   = 183118
	Number of pyramids       = 0
	Number of prisms         = 0
	Number of hexahedrals    = 0
Body = 1
	Number of nodes    = 6764
	Number of elements = 13524
	Number of tris = 13524
	Number of quad = 0

Writing TECPLOT file: pyCAPS_Pointwise_Test_Surf_1.dat ....
Finished writing TECPLOT file


Writing TECPLOT file: pyCAPS_Pointwise_Test.dat ....
Finished writing TECPLOT file

==1822653== 
==1822653== HEAP SUMMARY:
==1822653==     in use at exit: 5,441,634 bytes in 32,966 blocks
==1822653==   total heap usage: 919,195 allocs, 886,229 frees, 505,407,514 bytes allocated
==1822653== 
==1822653== LEAK SUMMARY:
==1822653==    definitely lost: 0 bytes in 0 blocks
==1822653==    indirectly lost: 0 bytes in 0 blocks
==1822653==      possibly lost: 0 bytes in 0 blocks
==1822653==    still reachable: 0 bytes in 0 blocks
==1822653==         suppressed: 5,441,634 bytes in 32,966 blocks
==1822653== 
==1822653== For lists of detected and suppressed errors, rerun with: -s
==1822653== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2041 from 2041)
92.26user 3.70system 1:27.91elapsed 109%CPU (0avgtext+0avgdata 495456maxresident)k
0inputs+52560outputs (0major+656453minor)pagefaults 0swaps

real	1m27.919s
user	1m32.269s
sys	0m3.719s
+ status=0
+ set +x

=================================================
CAPS verification (using pyCAPS) case pointwise_Symmetry_PyTest.py passed (as expected)
=================================================


*************************************************
*************************************************


All tests pass!

+ exit 0
[GNU C Compiler (gcc)] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[GNU C Compiler (gcc)] Successfully parsed console log
[GNU C Compiler (gcc)] -> found 0 issues (skipped 0 duplicates)
[GNU C Compiler (gcc)] Skipping post processing
[GNU C Compiler (gcc)] No filter has been set, publishing all 0 issues
[GNU C Compiler (gcc)] Repository miner is not configured, skipping repository mining
[Clang] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Successfully parsed console log
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[Clang] Skipping post processing
[Clang] No filter has been set, publishing all 0 issues
[Clang] Repository miner is not configured, skipping repository mining
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 0 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: '/jenkins/workspace/ESP_ValgrindCaps/7.6/CAPS/MESH/LINUX64')
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 0 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Reference build recorder is not configured
[Static Analysis] Obtaining reference build from same job (7.6,CAPS/MESH,LINUX64,reynolds)
[Static Analysis] Using reference build 'ESP_ValgrindCaps/CASREV=7.6,ESPTEST=CAPS/MESH,ESP_ARCH=LINUX64,buildnode=reynolds #204' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Static Analysis] Evaluating quality gates
[Static Analysis] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[Static Analysis] -> All quality gates have been passed
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'ESP_ValgrindCaps/CASREV=7.6,ESPTEST=CAPS/MESH,ESP_ARCH=LINUX64,buildnode=reynolds #205'.
[Checks API] No suitable checks publisher found.
[Valgrind] Files to copy:
[Valgrind] Analysing valgrind results
[Valgrind] Ending the valgrind analysis.
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] build step #0 should only be executed on MATRIX
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] done
Finished: SUCCESS