[Users] memory leak in Carpet?
Miguel Zilhão
miguel.zilhao.nogueira at tecnico.ulisboa.pt
Sun Aug 5 09:52:50 CDT 2018
hi Ian,
many thanks for your analysis. for that particular run there is no significant change in the memory
usage for longer times. however, i've now rerun the configuration that had originally given me
problems (with lower resolution so that i'd have enough memory) with tcmalloc and i've plotted those
same curves. here, the memory used increases further. i'm attaching the plot, together with the
parfile and stdout output in case it's useful.
thanks,
Miguel
On 04/08/2018 20:01, ian.hinder at aei.mpg.de wrote:
>
>
>> On 3 Aug 2018, at 09:49, Miguel Zilhão <miguel.zilhao.nogueira at tecnico.ulisboa.pt
>> <mailto:miguel.zilhao.nogueira at tecnico.ulisboa.pt>> wrote:
>>
>> hi Ian,
>>
>> sorry, i thought it was enough to see the qualitative trend of the curves... here's what i hope to
>> be a better plot, with all the information.
>> also, i have no hdf5 output for this run. i'm only saving plain text.
>>
>
> Hi Miguel,
>
> So, from this, we can see:
>
> - Carpet is using less memory for gridfunctions after the regridding than before. I suppose this
> could happen if the BHs get closer to each other, and the coarser enclosed grids shrink. I'm a
> little surprised to see this on the very first regridding, but it's not a big effect anyway.
>
> - The amount of *allocated* memory in the tcmalloc heap increases a bit after regridding. I don't
> know why this would be, since the gridfunction memory should dominate, and this decreases. It would
> be interesting to see this plot for longer times. If the green curve continues to step up by about
> 80 MB every 2048 iterations, this could be the reason for running out of memory.
>
> - The heap size increases by much more than the additional allocated memory. This suggests that the
> heap has become fragmented, or that tcmalloc has not attempted to return memory to the OS. The
> tcmalloc thorn calls tcmalloc to release all memory to the OS in POSTREGRID, so as far as tcmalloc
> is concerned, no more memory can be returned. This suggests fragmentation; the free blocks are
> mixed up with allocated blocks so that entire pages cannot be mapped out. Can you set
> tcmalloc::report_every = 2048? The outputs a short summary of the heap status to stdout. I would
> again be interested to see whether this continues with a longer run. i.e. whether heap_size -
> allocated continues to increase.
>
> - Interestingly, pageheap_unmapped grows a lot.
>
> --
> Ian Hinder
> https://ianhinder.net
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memory.pdf
Type: application/pdf
Size: 16329 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20180805/34d29e3b/attachment-0001.pdf
-------------- next part --------------
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
--------------------------------------------------------------------------------
10
1 0101 ************************
01 1010 10 The Cactus Code V4.2.3
1010 1101 011 www.cactuscode.org
1001 100101 ************************
00010101
100011 (c) Copyright The Authors
0100 GNU Licensed. No Warranty
0101
--------------------------------------------------------------------------------
Cactus version: 4.2.3
Compile date: Aug 02 2018 (16:27:33)
Run date: Aug 05 2018 (11:52:46+0100)
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
Run host: majikthise (pid=103026)
Working directory: /mnt/data/mzilhao/scratch/ML_QC3_memtest/output-0000
Executable: /home/mzilhao/dev/ET/Cactus/exe/cactus_Lean-ET-tcmalloc
Parameter file: /home/mzilhao/dev/ET/parfiles/ML_conv/ML_QC3_memtest.par
--------------------------------------------------------------------------------
Activating thorn Cactus...Success -> active implementation Cactus
INFO (Cactus): Increasing logging level from 0 to 3
INFO (Cactus): Increasing logging level from 0 to 3
Activation requested for
--->
ADMBase
ADMCoupling
ADMMacros
AEILocalInterp
AHFinderDirect
Boundary
Carpet
CarpetInterp
CarpetIOBasic
CarpetIOScalar
CarpetLib
CarpetMask
CarpetReduce
CarpetRegrid2
CarpetSlab
CarpetTracker
CartGrid3D
CoordBase
CoordGauge
Dissipation
Fortran
GenericFD
GSL
HDF5
InitBase
IOUtil
LocalInterp
LoopControl
ML_ADMConstraints
ML_BSSN
ML_BSSN_Helper
MoL
NaNChecker
NewRad
PunctureTracker
ReflectionSymmetry
RotatingSymmetry180
Slab
SpaceMask
SphericalSurface
StaticConformal
SummationByParts
SymBase
SystemStatistics
tcmalloc
TerminationTrigger
Time
TimerReport
TmunuBase
TwoPunctures
Vectors
WeylScal4
<---
Thorn Carpet requests automatic activation of MPI
Thorn Carpet requests automatic activation of Timers
Thorn CarpetLib requests automatic activation of CycleClock
Thorn HDF5 requests automatic activation of zlib
Thorn LoopControl requests automatic activation of hwloc
Activating thorn ADMBase...Success -> active implementation ADMBase
Activating thorn ADMCoupling...Success -> active implementation ADMCoupling
Activating thorn ADMMacros...Success -> active implementation ADMMacros
Activating thorn AEILocalInterp...Success -> active implementation AEILocalInterp
Activating thorn AHFinderDirect...Success -> active implementation AHFinderDirect
Activating thorn Boundary...Success -> active implementation boundary
Activating thorn Carpet...Success -> active implementation Driver
Activating thorn CarpetInterp...Success -> active implementation interp
Activating thorn CarpetIOBasic...Success -> active implementation IOBasic
Activating thorn CarpetIOScalar...Success -> active implementation IOScalar
Activating thorn CarpetLib...Success -> active implementation CarpetLib
Activating thorn CarpetMask...Success -> active implementation CarpetMask
Activating thorn CarpetReduce...Success -> active implementation reduce
Activating thorn CarpetRegrid2...Success -> active implementation CarpetRegrid2
Activating thorn CarpetSlab...Success -> active implementation Hyperslab
Activating thorn CarpetTracker...Success -> active implementation CarpetTracker
Activating thorn CartGrid3D...Success -> active implementation grid
Activating thorn CoordBase...Success -> active implementation CoordBase
Activating thorn CoordGauge...Success -> active implementation CoordGauge
Activating thorn CycleClock...Success -> active implementation CycleClock
Activating thorn Dissipation...Success -> active implementation Dissipation
Activating thorn Fortran...Success -> active implementation Fortran
Activating thorn GenericFD...Success -> active implementation GenericFD
Activating thorn GSL...Success -> active implementation GSL
Activating thorn HDF5...Success -> active implementation HDF5
Activating thorn hwloc...Success -> active implementation hwloc
Activating thorn InitBase...Success -> active implementation InitBase
Activating thorn IOUtil...Success -> active implementation IO
Activating thorn LocalInterp...Success -> active implementation LocalInterp
Activating thorn LoopControl...Success -> active implementation LoopControl
Activating thorn ML_ADMConstraints...Success -> active implementation ML_ADMConstraints
Activating thorn ML_BSSN...Success -> active implementation ML_BSSN
Activating thorn ML_BSSN_Helper...Success -> active implementation ML_BSSN_Helper
Activating thorn MoL...Success -> active implementation MethodOfLines
Activating thorn MPI...Success -> active implementation MPI
Activating thorn NaNChecker...Success -> active implementation NaNChecker
Activating thorn NewRad...Success -> active implementation NewRad
Activating thorn PunctureTracker...Success -> active implementation PunctureTracker
Activating thorn ReflectionSymmetry...Success -> active implementation ReflectionSymmetry
Activating thorn RotatingSymmetry180...Success -> active implementation RotatingSymmetry180
Activating thorn Slab...Success -> active implementation Slab
Activating thorn SpaceMask...Success -> active implementation SpaceMask
Activating thorn SphericalSurface...Success -> active implementation SphericalSurface
Activating thorn StaticConformal...Success -> active implementation StaticConformal
Activating thorn SummationByParts...Success -> active implementation SummationByParts
Activating thorn SymBase...Success -> active implementation SymBase
Activating thorn SystemStatistics...Success -> active implementation SystemStatistics
Activating thorn tcmalloc...Success -> active implementation tcmalloc
Activating thorn TerminationTrigger...Success -> active implementation TerminationTrigger
Activating thorn Time...Success -> active implementation time
Activating thorn TimerReport...Success -> active implementation timerreport
Activating thorn Timers...Success -> active implementation Timers
Activating thorn TmunuBase...Success -> active implementation TmunuBase
Activating thorn TwoPunctures...Success -> active implementation TwoPunctures
Activating thorn Vectors...Success -> active implementation Vectors
Activating thorn WeylScal4...Success -> active implementation WeylScal4
Activating thorn zlib...Success -> active implementation zlib
--------------------------------------------------------------------------------
if (recover initial data)
Recover parameters
endif
Startup routines
[CCTK_STARTUP]
Carpet::MultiModel_Startup: Multi-model Startup routine
CycleClock::CycleClock_Setup: Set up CycleClock
LoopControl::lc_setup: Set up LoopControl
ML_BSSN_Helper::ML_BSSN_SetGroupTags: [meta] Set checkpointing and prolongation group tags
Timers::Timer_Startup: Prepare hierarchical timers
CarpetInterp::CarpetInterpStartup: Startup routine
CarpetReduce::CarpetReduceStartup: Startup routine
CartGrid3D::SymmetryStartup: Register GH Extension for GridSymmetry
CoordBase::CoordBase_Startup: Register a GH extension to store the coordinate system handles
Carpet::Driver_Startup: Startup routine
IOUtil::IOUtil_Startup: Startup routine
LocalInterp::LocalInterp_Startup: register LocalInterp's interpolation operators
CarpetIOScalar::CarpetIOScalarStartup: [global] Startup routine
ML_ADMConstraints::ML_ADMConstraints_Startup: [meta] create banner
ML_BSSN::ML_BSSN_Startup: [meta] create banner
ML_BSSN_Helper::ML_BSSN_RegisterSlicing: [meta] Register slicing
CarpetIOBasic::CarpetIOBasicStartup: [global] Startup routine
MoL::MoL_Startup: Startup banner
Slab::Slab_InitMPIDatatypes: Create MPI datatypes for complex variables in C
SymBase::SymBase_Startup: Register GH Extension for SymBase
TerminationTrigger::TerminationTrigger_StartSignalHandler: Start signal handler
AEILocalInterp::AEILocalInterp_U_Startup: register CCTK_InterpLocalUniform() interpolation operators
Vectors::Vectors_Startup: Print startup message
WeylScal4::WeylScal4_Startup: [meta] create banner
Startup routines which need an existing grid hierarchy
[CCTK_WRAGH]
ADMBase::Einstein_InitSymBound: [global] Set up GF symmetries
Boundary::Boundary_RegisterBCs: [global] Register boundary conditions that this thorn provides
CarpetRegrid2::CarpetRegrid2_Initialise: [global] Initialise locations of refined regions
CartGrid3D::RegisterCartGrid3DCoords: [meta] Register coordinates for the Cartesian grid
CoordGauge::Einstein_ActivateSlicing: Initialize slicing, setup priorities for mixed slicings
CoordGauge::Einstein_SetNextSlicing: Identify the slicing for the next iteration
ML_BSSN_Helper::ML_BSSN_ParamCompat: [meta] Handle parameter backward compatibility
MoL::MoL_SetupIndexArrays: Set up the MoL bookkeeping index arrays
MoL::MoL_SetScheduleStatus: [global] Set the flag so it is ok to register with MoL
TmunuBase::TmunuBase_SetStressEnergyState: [global] Set the stress_energy_state variable
GROUP MoL_Register: The group where physics thorns register variables with MoL
ML_ADMConstraints::ML_ADMConstraints_RegisterVars: [meta] Register Variables for MoL
ML_BSSN::ML_BSSN_RegisterVars: [meta] Register Variables for MoL
ML_BSSN_Helper::ML_BSSN_RegisterConstrained: [meta] Register ADMBase variables as constrained
WeylScal4::WeylScal4_RegisterVars: [meta] Register Variables for MoL
Slab::Slab_InitTimers: Initialise timers
GROUP SymBase_Wrapper: Wrapper group for SymBase
GROUP SymmetryRegister: Register your symmetries here
CartGrid3D::RegisterSymmetryBoundaries: [meta] Register symmetry boundaries
ML_ADMConstraints::ML_ADMConstraints_RegisterSymmetries: [meta] register symmetries
ML_BSSN::ML_BSSN_RegisterSymmetries: [meta] register symmetries
ReflectionSymmetry::ReflectionSymmetry_Register: Register reflection symmetry boundaries
RotatingSymmetry180::Rot180_RegisterSymmetry: Register symmetry boundaries
WeylScal4::WeylScal4_RegisterSymmetries: [meta] register symmetries
SymBase::SymBase_Statistics: Print symmetry boundary face descriptions
MoL::MoL_ReportNumberVariables: [meta] Report how many of each type of variable there are
Parameter checking routines
[CCTK_PARAMCHECK]
ADMBase::ADMBase_ParamCheck: [global] Check consistency of parameters
Boundary::Boundary_Check: Check dimension of grid variables
Carpet::CarpetParamCheck: Parameter checking routine
CarpetLib::CarpetLib_test_prolongate_3d_rf2: [global] Test prolongation operators
CarpetMask::CarpetSurfaceParamCheck: [global] Check parameters
CarpetRegrid2::CarpetRegrid2_ParamCheck: Check parameters
CartGrid3D::ParamCheck_CartGrid3D: Check coordinates for CartGrid3D
Dissipation::dissipation_paramcheck: Check dissipation parameters for consistency
Fortran::CheckFortranParameters: Test whether Fortran parameters work correctly
ML_BSSN_Helper::ML_BSSN_ParamCheck: [meta] Check parameters
MoL::MoL_ParamCheck: Basic parameter checking
RotatingSymmetry180::Rot180_CheckTensorTypes: Check tensor type definitions for consistency
TwoPunctures::TwoPunctures_ParamCheck: Check parameters and thorn needs
Vectors::Vectors_Test: Run correctness tests.
Initialisation
if (NOT (recover initial data AND recovery_mode is 'strict'))
[CCTK_PREREGRIDINITIAL]
Set up grid hierarchy
[CCTK_POSTREGRIDINITIAL]
AHFinderDirect::AHFinderDirect_maybe_do_masks: set mask(s) based on apparent horizon position(s)
CartGrid3D::SpatialCoordinates: Set Coordinates after regridding
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
Dissipation::setup_epsdis: Setup spatially varying dissipation
GROUP MoL_PseudoEvolutionBoundaries: Apply boundary conditions to pseudo-evolved quantities
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
[CCTK_BASEGRID]
ADMBase::ADMBase_SetShiftStateOn: Set the shift_state variable to 1
ADMBase::ADMBase_SetDtLapseStateOn: Set the dtlapse_state variable to 1
ADMBase::ADMBase_SetDtShiftStateOn: Set the dtshift_state variable to 1
ADMMacros::ADMMacros_SetLocalSpatialOrder: Initialize the local_spatial_order
CartGrid3D::SpatialSpacings: Set up ranges for spatial 3D Cartesian coordinates (on all grids)
CartGrid3D::SpatialCoordinates: Set up spatial 3D Cartesian coordinates on the GH
SphericalSurface::SphericalSurface_SetupRes: [global] [loop-local] Set surface resolution automatically
AHFinderDirect::AHFinderDirect_setup: [global] setup data structures
Dissipation::dissipation_basegrid: Ensure that there are enough ghost zones
ML_ADMConstraints::ML_ADMConstraints_CheckBoundaries: [meta] check boundaries treatment
ML_BSSN::ML_BSSN_CheckBoundaries: [meta] check boundaries treatment
NaNChecker::NaNChecker_ResetCounter: [global] Reset the NaNChecker::NaNsFound counter
SphericalSurface::SphericalSurface_Setup: [global] Calculate surface coordinate descriptors
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
SphericalSurface::SphericalSurface_Set: [global] Set surface radii to be used for initial setup in other thorns
GROUP SphericalSurface_HasBeenSet: Set the spherical surfaces before this group, and use it afterwards
SphericalSurface::SphericalSurface_CheckState: [global] Test the state of the spherical surfaces
SummationByParts::SBP_SetNormMask: Setup the mask for the calculation of the norm
SymBase::SymBase_Check: Check whether the driver set up the grid consistently
TerminationTrigger::TerminationTrigger_ResetTrigger: Clear trigger state
TerminationTrigger::TerminationTrigger_StartTimer: Start timer
Time::Time_Initialise: [global] Initialise Time variables
Time::TemporalSpacings: [singlemap] Set timestep based on Courant condition (courant_static)
WeylScal4::WeylScal4_CheckBoundaries: [meta] check boundaries treatment
[CCTK_INITIAL]
StaticConformal::StaticConformal_InitialiseState: Set the conformal_state variable to 0
GROUP ADMBase_InitialData: Schedule group for calculating ADM initial data
GROUP TwoPunctures_Group: TwoPunctures initial data group
TwoPunctures::TwoPunctures: Create puncture black hole initial data
TwoPunctures::TwoPunctures_Metadata: [global] Output TwoPunctures metadata
GROUP ADMBase_InitialGauge: Schedule group for the ADM initial gauge condition
ADMBase::ADMBase_ShiftZero: Set the shift to 0 at all points
ADMBase::ADMBase_DtLapseZero: Set the dtlapse to 0 at all points
ADMBase::ADMBase_DtShiftZero: Set the dtshift to 0 at all points
CarpetIOBasic::CarpetIOBasicInit: [global] Initialisation routine
CarpetIOScalar::CarpetIOScalarInit: [global] Initialisation routine
GROUP ADMBase_PostInitial: Schedule group for modifying the ADM initial data, such as e.g. adding noise
ML_BSSN::ML_BSSN_InitialADMBase1Everywhere: ML_BSSN_InitialADMBase1Everywhere
ML_BSSN::ML_BSSN_InitialADMBase2Interior: ML_BSSN_InitialADMBase2Interior
MoL::MoL_StartLoop: [level] Initialise the step size control
PunctureTracker::PunctureTracker_Init: [global] Calculate initial location of punctures
ML_BSSN_Helper::ML_BSSN_ExtrapolateGammas: Extrapolate Gammas and time derivatives of lapse and shift
[CCTK_POSTINITIAL]
GROUP MoL_PostStepModify: The group for physics thorns to schedule enforcing constraints
ML_BSSN::ML_BSSN_EnforceEverywhere: ML_BSSN_EnforceEverywhere
GROUP MoL_PostStep: Ensure that everything is correct after the initial data have been set up
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP MoL_PseudoEvolution: Calculate pseudo-evolved quantities
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
GROUP ML_ADMConstraints_evaluate_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate: ML_ADMConstraints_evaluate
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere: ML_BSSN_ConstraintsEverywhere
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior: ML_BSSN_ConstraintsInterior
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th: WeylScal4_psi4_calc_4th
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
SummationByParts::SBP_CheckGridSizes: Check grid sizes and ghost zones
tcmalloc::tcmalloc_ProfileStart: [global] Enable profiling
Initialise finer grids recursively
Restrict from finer grids
[CCTK_POSTRESTRICTINITIAL]
GROUP MoL_PostStep: Ensure that everything is correct after restriction
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP MoL_PseudoEvolutionBoundaries: Apply boundary conditions to pseudo-evolved quantities
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
[CCTK_POSTPOSTINITIAL]
[CCTK_POSTSTEP]
AHFinderDirect::AHFinderDirect_import_mask: [global] [loop-local] import the excision mask
AHFinderDirect::AHFinderDirect_find_horizons: [global] find apparent horizon(s) after this time step
AHFinderDirect::AHFinderDirect_store: [global] store apparent horizon(s) into spherical surface(s)
AHFinderDirect::AHFinderDirect_save: [global] save apparent horizon(s) into Cactus variables
AHFinderDirect::AHFinderDirect_maybe_do_masks: set mask(s) based on apparent horizon position(s)
SphericalSurface::SphericalSurface_Set: [global] Set surface radii
GROUP SphericalSurface_HasBeenSet: Set the spherical surfaces before this group, and use it afterwards
SphericalSurface::SphericalSurface_CheckState: [global] Test the state of the spherical surfaces
GROUP zzz_NaNChecker_NaNCheck: Check for NaNs and count them in NaNChecker::NaNsFound
NaNChecker::NaNChecker_NaNCheck_Prepare: [level] Prepare data structures to check for NaNs
NaNChecker::NaNChecker_NaNCheck_Check: [local] Check for NaNs
NaNChecker::NaNChecker_NaNCheck_Finish: [level] Count NaNs in NaNChecker::NaNsFound
NaNChecker::NaNChecker_TakeAction: [global] [loop-level] Output NaNChecker::NaNmask and take action according to NaNChecker::action_if_found
PunctureTracker::PunctureTracker_SetPositions: [global] Copy puncture positions to spherical surfaces
Dissipation::setup_epsdis: Setup spatially varying dissipation
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
endif
if (recover initial data)
[CCTK_BASEGRID]
ADMBase::ADMBase_SetShiftStateOn: Set the shift_state variable to 1
ADMBase::ADMBase_SetDtLapseStateOn: Set the dtlapse_state variable to 1
ADMBase::ADMBase_SetDtShiftStateOn: Set the dtshift_state variable to 1
ADMMacros::ADMMacros_SetLocalSpatialOrder: Initialize the local_spatial_order
CartGrid3D::SpatialSpacings: Set up ranges for spatial 3D Cartesian coordinates (on all grids)
CartGrid3D::SpatialCoordinates: Set up spatial 3D Cartesian coordinates on the GH
SphericalSurface::SphericalSurface_SetupRes: [global] [loop-local] Set surface resolution automatically
AHFinderDirect::AHFinderDirect_setup: [global] setup data structures
Dissipation::dissipation_basegrid: Ensure that there are enough ghost zones
ML_ADMConstraints::ML_ADMConstraints_CheckBoundaries: [meta] check boundaries treatment
ML_BSSN::ML_BSSN_CheckBoundaries: [meta] check boundaries treatment
NaNChecker::NaNChecker_ResetCounter: [global] Reset the NaNChecker::NaNsFound counter
SphericalSurface::SphericalSurface_Setup: [global] Calculate surface coordinate descriptors
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
SphericalSurface::SphericalSurface_Set: [global] Set surface radii to be used for initial setup in other thorns
GROUP SphericalSurface_HasBeenSet: Set the spherical surfaces before this group, and use it afterwards
SphericalSurface::SphericalSurface_CheckState: [global] Test the state of the spherical surfaces
SummationByParts::SBP_SetNormMask: Setup the mask for the calculation of the norm
SymBase::SymBase_Check: Check whether the driver set up the grid consistently
TerminationTrigger::TerminationTrigger_ResetTrigger: Clear trigger state
TerminationTrigger::TerminationTrigger_StartTimer: Start timer
Time::Time_Initialise: [global] Initialise Time variables
Time::TemporalSpacings: [singlemap] Set timestep based on Courant condition (courant_static)
WeylScal4::WeylScal4_CheckBoundaries: [meta] check boundaries treatment
[CCTK_RECOVER_VARIABLES]
[CCTK_POST_RECOVER_VARIABLES]
AHFinderDirect::AHFinderDirect_recover: [global] import horizon data from Cactus variables
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
GROUP MoL_PostStep: Ensure that everything is correct after recovery
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP zzz_NaNChecker_NaNCheck: Check for NaNs and count them in NaNChecker::NaNsFound
NaNChecker::NaNChecker_NaNCheck_Prepare: [level] Prepare data structures to check for NaNs
NaNChecker::NaNChecker_NaNCheck_Check: [local] Check for NaNs
NaNChecker::NaNChecker_NaNCheck_Finish: [level] Count NaNs in NaNChecker::NaNsFound
NaNChecker::NaNChecker_TakeAction: [global] [loop-level] Output NaNChecker::NaNmask and take action according to NaNChecker::action_if_found
TerminationTrigger::TerminationTrigger_ResetMinutes: [global] Reset Watchtime
endif
if (checkpoint initial data)
[CCTK_CPINITIAL]
endif
if (analysis)
[CCTK_ANALYSIS]
CarpetLib::CarpetLib_printtimestats: [global] Print timing statistics if desired
CarpetLib::CarpetLib_printmemstats: [global] Print memory statistics if desired
LoopControl::lc_statistics_analysis: [meta] Output LoopControl statistics
GROUP ML_BSSN_EvolutionAnalysis: Calculate RHS at analysis
ML_BSSN::ML_BSSN_EvolutionAnalysisInit: ML_BSSN_EvolutionAnalysisInit
ML_BSSN::ML_BSSN_EvolutionAnalysisInterior: ML_BSSN_EvolutionAnalysisInterior
ML_BSSN_Helper::ML_BSSN_NewRad: Apply NewRad boundary conditions to RHS
SystemStatistics::SystemStatistics_Collect: [global] Collect system statistics
TerminationTrigger::TerminationTrigger_CheckWalltime: Check elapsed job walltime
TerminationTrigger::TerminationTrigger_CheckSignal: Check if we received a termination signal
TerminationTrigger::TerminationTrigger_CheckFile: Check termination file
TimerReport::zzz_TimerReport_Output: [global] Print the timer report
tcmalloc::tcmalloc_ReleasePeriodically: [global] Release memory to the OS
tcmalloc::tcmalloc_Collect: [global] Collect memory properties
tcmalloc::tcmalloc_Report: [global] Display memory statistics
tcmalloc::tcmalloc_Profile: [global] Output heap profile
endif
Output grid variables
do loop over timesteps
[CCTK_PREREGRID]
CarpetTracker::CarpetTracker_SetPositions: [global] Set positions of refined regions
Change grid hierarchy
[CCTK_POSTREGRID]
AHFinderDirect::AHFinderDirect_maybe_do_masks: set mask(s) based on apparent horizon position(s)
CartGrid3D::SpatialCoordinates: Set Coordinates after regridding
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
Dissipation::setup_epsdis: Setup spatially varying dissipation
GROUP MoL_PostStep: Ensure that everything is correct after regridding
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP MoL_PseudoEvolutionBoundaries: Apply boundary conditions to pseudo-evolved quantities
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
tcmalloc::tcmalloc_Release: [global] Release memory to the OS
Rotate timelevels
iteration = iteration+1
t = t+dt
[CCTK_PRESTEP]
CoordGauge::Einstein_SetNextSlicing: Identify the slicing for the next iteration
LoopControl::lc_steer: [meta] Update LoopControl algorithm preferences
NaNChecker::NaNChecker_ResetCounter: [global] Reset the NaNChecker::NaNsFound counter
[CCTK_EVOL]
MoL::MoL_StartLoop: [level] Initialise the step size control
while (MoL::MoL_Stepsize_Bad)
GROUP MoL_Evolution: A single Cactus evolution step using MoL
GROUP MoL_StartStep: MoL internal setup for the evolution step
MoL::MoL_SetCounter: [level] Set the counter for the ODE method to loop over
MoL::MoL_SetTime: [level] Ensure the correct time and timestep are used
MoL::MoL_AllocateScratchSpace: [level] Allocate storage for scratch levels
GROUP MoL_PreStep: Physics thorns can schedule preloop setup routines in here
MoL::MoL_AllocateScratch: Allocate sufficient space for array scratch variables
MoL::MoL_InitialCopy: Ensure the data is in the correct timelevel
while (MoL::MoL_Intermediate_Step)
GROUP MoL_Step: The loop over the intermediate steps for the ODE integrator
MoL::MoL_InitRHS: Initialise the RHS functions
GROUP MoL_CalcRHS: Physics thorns schedule the calculation of the discrete spatial operator in here
GROUP ML_BSSN_EvolutionInteriorSplitBy:
ML_BSSN::ML_BSSN_EvolutionInteriorSplitBy1: ML_BSSN_EvolutionInteriorSplitBy1
ML_BSSN::ML_BSSN_EvolutionInteriorSplitBy2: ML_BSSN_EvolutionInteriorSplitBy2
ML_BSSN::ML_BSSN_EvolutionInteriorSplitBy3: ML_BSSN_EvolutionInteriorSplitBy3
ML_BSSN_Helper::ML_BSSN_NewRad: Apply NewRad boundary conditions to RHS
GROUP MoL_PostRHS: Modify RHS functions
Dissipation::dissipation_add: Add Kreiss-Oliger dissipation to the right hand sides
GROUP MoL_RHSBoundaries: Any 'final' modifications to the RHS functions (boundaries etc.)
MoL::MoL_Add: Updates calculated with the efficient Runge-Kutta 4 method
MoL::MoL_DecrementCounter: [level] Alter the counter number
MoL::MoL_ResetTime: [level] If necessary, change the time
GROUP MoL_PostStepModify: The group for physics thorns to schedule enforcing constraints
ML_BSSN::ML_BSSN_EnforceEverywhere: ML_BSSN_EnforceEverywhere
GROUP MoL_PostStep: The group for physics thorns to schedule boundary calls etc.
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
MoL::MoL_ResetDeltaTime: [level] If necessary, change the timestep
end while
MoL::MoL_FinishLoop: [level] Control the step size
MoL::MoL_RestoreSandR: Restoring the Save and Restore variables to the original state
MoL::MoL_FreeScratchSpace: [level] Free storage for scratch levels
end while
GROUP MoL_PseudoEvolution: Calculate pseudo-evolved quantities
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
GROUP ML_ADMConstraints_evaluate_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate: ML_ADMConstraints_evaluate
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere: ML_BSSN_ConstraintsEverywhere
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior: ML_BSSN_ConstraintsInterior
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th: WeylScal4_psi4_calc_4th
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
PunctureTracker::PunctureTracker_Track: [global] Calculate new location of punctures
Evolve finer grids recursively
Restrict from finer grids
[CCTK_POSTRESTRICT]
GROUP MoL_PostStep: Ensure that everything is correct after restriction
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP MoL_PseudoEvolutionBoundaries: Apply boundary conditions to pseudo-evolved quantities
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
[CCTK_POSTSTEP]
AHFinderDirect::AHFinderDirect_import_mask: [global] [loop-local] import the excision mask
AHFinderDirect::AHFinderDirect_find_horizons: [global] find apparent horizon(s) after this time step
AHFinderDirect::AHFinderDirect_store: [global] store apparent horizon(s) into spherical surface(s)
AHFinderDirect::AHFinderDirect_save: [global] save apparent horizon(s) into Cactus variables
AHFinderDirect::AHFinderDirect_maybe_do_masks: set mask(s) based on apparent horizon position(s)
SphericalSurface::SphericalSurface_Set: [global] Set surface radii
GROUP SphericalSurface_HasBeenSet: Set the spherical surfaces before this group, and use it afterwards
SphericalSurface::SphericalSurface_CheckState: [global] Test the state of the spherical surfaces
GROUP zzz_NaNChecker_NaNCheck: Check for NaNs and count them in NaNChecker::NaNsFound
NaNChecker::NaNChecker_NaNCheck_Prepare: [level] Prepare data structures to check for NaNs
NaNChecker::NaNChecker_NaNCheck_Check: [local] Check for NaNs
NaNChecker::NaNChecker_NaNCheck_Finish: [level] Count NaNs in NaNChecker::NaNsFound
NaNChecker::NaNChecker_TakeAction: [global] [loop-level] Output NaNChecker::NaNmask and take action according to NaNChecker::action_if_found
PunctureTracker::PunctureTracker_SetPositions: [global] Copy puncture positions to spherical surfaces
Dissipation::setup_epsdis: Setup spatially varying dissipation
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
if (checkpoint)
[CCTK_CHECKPOINT]
TimerReport::zzz_TimerReport_Checkpoint: [global] Print the timer report
endif
if (analysis)
[CCTK_ANALYSIS]
CarpetLib::CarpetLib_printtimestats: [global] Print timing statistics if desired
CarpetLib::CarpetLib_printmemstats: [global] Print memory statistics if desired
LoopControl::lc_statistics_analysis: [meta] Output LoopControl statistics
GROUP ML_BSSN_EvolutionAnalysis: Calculate RHS at analysis
ML_BSSN::ML_BSSN_EvolutionAnalysisInit: ML_BSSN_EvolutionAnalysisInit
ML_BSSN::ML_BSSN_EvolutionAnalysisInterior: ML_BSSN_EvolutionAnalysisInterior
ML_BSSN_Helper::ML_BSSN_NewRad: Apply NewRad boundary conditions to RHS
SystemStatistics::SystemStatistics_Collect: [global] Collect system statistics
TerminationTrigger::TerminationTrigger_CheckWalltime: Check elapsed job walltime
TerminationTrigger::TerminationTrigger_CheckSignal: Check if we received a termination signal
TerminationTrigger::TerminationTrigger_CheckFile: Check termination file
TimerReport::zzz_TimerReport_Output: [global] Print the timer report
tcmalloc::tcmalloc_ReleasePeriodically: [global] Release memory to the OS
tcmalloc::tcmalloc_Collect: [global] Collect memory properties
tcmalloc::tcmalloc_Report: [global] Display memory statistics
tcmalloc::tcmalloc_Profile: [global] Output heap profile
endif
Output grid variables
enddo
Termination routines
[CCTK_TERMINATE]
LoopControl::lc_statistics_terminate: [meta] Output LoopControl statistics
MoL::MoL_FreeIndexArrays: Free the MoL bookkeeping index arrays
TimerReport::zzz_TimerReport_Output: [global] Print the timer report
Shutdown routines
[CCTK_SHUTDOWN]
Timers::Timer_Shutdown: Prepare hierarchical timers
tcmalloc::tcmalloc_ProfileStop: [global] Disable profiling
Routines run after changing the grid hierarchy:
[CCTK_POSTREGRID]
AHFinderDirect::AHFinderDirect_maybe_do_masks: set mask(s) based on apparent horizon position(s)
CartGrid3D::SpatialCoordinates: Set Coordinates after regridding
GROUP MaskBase_SetupMask: Set up the weight function
GROUP MaskBase_SetupMaskAll: Set up the weight function
CarpetReduce::MaskBase_AllocateMask: [global] Allocate the weight function
CarpetReduce::MaskBase_InitMask: [global] [loop-local] Initialise the weight function
GROUP SetupIMaskInternal: Set up the integer weight function (schedule other routines in here)
CarpetReduce::CoordBase_SetupMask: [global] [loop-local] Set up the outer boundaries of the weight function
CarpetReduce::CarpetMaskSetup: [global] [loop-singlemap] Set up the weight function for the restriction regions
GROUP SetupIMask: Set up the integer weight function (schedule other routines in here)
CarpetMask::CarpetExcludedSetup: [global] [loop-local] Set up the weight function for the excluded regions
CarpetMask::CarpetSurfaceSetup: [global] [loop-local] Set up the weight function for the excluded spherical surfaces
CarpetReduce::MaskBase_SetMask: [global] [loop-local] Set the weight function
GROUP SetupMask: Set up the real weight function (schedule other routines in here)
CarpetReduce::MaskBase_TestMask: [global] Test the weight function
Dissipation::setup_epsdis: Setup spatially varying dissipation
GROUP MoL_PostStep: Ensure that everything is correct after regridding
ML_BSSN::ML_BSSN_SelectBoundConds: [level] select boundary conditions
ML_ADMConstraints::ML_ADMConstraints_SelectBoundConds: [level] select boundary conditions
GROUP ML_ADMConstraints_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
ML_BSSN::ML_BSSN_ADMBaseInterior: ML_BSSN_ADMBaseInterior
ML_BSSN::ML_BSSN_ADMBaseBoundaryScalar: ML_BSSN_ADMBaseBoundaryScalar
ML_BSSN::ML_BSSN_ADMBaseEverywhere: ML_BSSN_ADMBaseEverywhere
ML_BSSN_Helper::ML_BSSN_ADMBase_SelectBCs: [level] Select boundary conditions for ADMBase variables
GROUP ML_BSSN_ADMBase_ApplyBCs: Apply boundary conditions to ADMBase variables
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ADMBase_SetADMVars: Set the ADM variables before this group, and use them afterwards
WeylScal4::WeylScal4_SelectBoundConds: [level] select boundary conditions
GROUP WeylScal4_ApplyBCs: Apply boundary conditions controlled by thorn Boundary
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP MoL_PseudoEvolutionBoundaries: Apply boundary conditions to pseudo-evolved quantities
GROUP ML_ADMConstraints_evaluate_bc_group: ML_ADMConstraints_evaluate
ML_ADMConstraints::ML_ADMConstraints_evaluate_SelectBCs: [level] ML_ADMConstraints_evaluate_SelectBCs
GROUP ML_ADMConstraints_evaluate_ApplyBCs: Apply BCs for groups set in ML_ADMConstraints_evaluate
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsEverywhere_bc_group: ML_BSSN_ConstraintsEverywhere
ML_BSSN::ML_BSSN_ConstraintsEverywhere_SelectBCs: [level] ML_BSSN_ConstraintsEverywhere_SelectBCs
GROUP ML_BSSN_ConstraintsEverywhere_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsEverywhere
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP ML_BSSN_ConstraintsInterior_bc_group: ML_BSSN_ConstraintsInterior
ML_BSSN::ML_BSSN_ConstraintsInterior_SelectBCs: [level] ML_BSSN_ConstraintsInterior_SelectBCs
GROUP ML_BSSN_ConstraintsInterior_ApplyBCs: Apply BCs for groups set in ML_BSSN_ConstraintsInterior
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
GROUP WeylScal4_psi4_calc_4th_bc_group: WeylScal4_psi4_calc_4th
WeylScal4::WeylScal4_psi4_calc_4th_SelectBCs: [level] WeylScal4_psi4_calc_4th_SelectBCs
GROUP WeylScal4_psi4_calc_4th_ApplyBCs: Apply BCs for groups set in WeylScal4_psi4_calc_4th
GROUP BoundaryConditions: Execute all boundary conditions
Boundary::Boundary_ApplyPhysicalBCs: Apply all requested local physical boundary conditions
CartGrid3D::CartGrid3D_ApplyBC: Apply symmetry boundary conditions
ReflectionSymmetry::ReflectionSymmetry_Apply: Apply reflection symmetries
RotatingSymmetry180::Rot180_ComputeLevelExtent: [level] Compute extent of level
RotatingSymmetry180::Rot180_ApplyBC: Apply 180 degree rotational symmetry boundary condition
Boundary::Boundary_ClearSelection: [level] Unselect all grid variables for boundary conditions
tcmalloc::tcmalloc_Release: [global] Release memory to the OS
--------------------------------------------------------------------------------
INFO (Carpet): Multi-Model listing:
model 0: "world"
INFO (Carpet): Multi-Model process distribution:
processes 0-23: model 0 "world"
INFO (Carpet): Multi-Model: This is process 0, model 0 "world"
INFO (CarpetLib): Process startup time was 0.728 seconds
Current core file size limit: hard=[unlimited], soft=0 MB
Current memory size limit: hard=[unlimited], soft=[unlimited]
INFO (CycleClock): Measuring CycleClock tick via OpenMP...
INFO (CycleClock): Calibrated CycleClock: 0.294121 ns per clock tick (3.39996 GHz)
WARNING level 3 from host majikthise process 0
while executing schedule bin CCTK_STARTUP, routine TerminationTrigger::TerminationTrigger_StartSignalHandler
in thorn TerminationTrigger, file /home/mzilhao/dev/ET/Cactus/arrangements/CactusUtils/TerminationTrigger/src/signal.c:64:
-> Could not register parameter change monitor for 'signal_numbers'
INFO (Vectors): Using vector size 4 for architecture AVX+AVX2 (64-bit precision)
--------------------------------------------------------------------------------
AMR driver provided by Carpet
--------------------------------------------------------------------------------
AMR scalar I/O provided by CarpetIOScalar
--------------------------------------------------------------------------------
ML_ADMConstraints
--------------------------------------------------------------------------------
ML_BSSN
--------------------------------------------------------------------------------
AMR info I/O provided by CarpetIOBasic
--------------------------------------------------------------------------------
MoL: Generalized time integration.
--------------------------------------------------------------------------------
WeylScal4
--------------------------------------------------------------------------------
INFO (Carpet): MPI is enabled
INFO (Carpet): Carpet is running on 24 processes
INFO (Carpet): This is process 0
INFO (Carpet): OpenMP is enabled
INFO (Carpet): This process contains 1 threads, this is thread 0
INFO (Carpet): There are 24 threads in total
INFO (Carpet): There are 1 threads per process
INFO (Carpet): This process runs on host majikthise, pid=103026
INFO (Carpet): This process runs on 32 cores: 0-31
INFO (Carpet): Thread 0 runs on 32 cores: 0-31
INFO (Carpet): This simulation is running in 3 dimensions
INFO (Carpet): Boundary specification for map 0:
nboundaryzones: [[3,3,3],[3,3,3]]
is_internal : [[0,0,0],[0,0,0]]
is_staggered : [[0,0,0],[0,0,0]]
shiftout : [[1,0,1],[0,0,0]]
INFO (Carpet): CoordBase domain specification for map 0:
physical extent: [0,-256,0] : [256,256,256] ([256,512,256])
interior extent: [-8.88178e-16,-252.8,-8.88178e-16] : [252.8,252.8,252.8] ([252.8,505.6,252.8])
exterior extent: [-9.6,-262.4,-9.6] : [262.4,262.4,262.4] ([272,524.8,272])
base_spacing : [3.2,3.2,3.2]
INFO (Carpet): Adapted domain specification for map 0:
convergence factor: 2
convergence level : 0
physical extent : [0,-256,0] : [256,256,256] ([256,512,256])
interior extent : [-8.88178e-16,-252.8,-8.88178e-16] : [252.8,252.8,252.8] ([252.8,505.6,252.8])
exterior extent : [-9.6,-262.4,-9.6] : [262.4,262.4,262.4] ([272,524.8,272])
spacing : [3.2,3.2,3.2]
INFO (Carpet): Base grid specification for map 0:
number of grid points : [86,165,86]
number of coarse grid ghost points: [[3,3,3],[3,3,3]]
INFO (Carpet): Buffer zone counts (excluding ghosts):
[0]: [[0,0,0],[0,0,0]]
[1]: [[9,9,9],[9,9,9]]
[2]: [[9,9,9],[9,9,9]]
[3]: [[9,9,9],[9,9,9]]
[4]: [[9,9,9],[9,9,9]]
[5]: [[9,9,9],[9,9,9]]
[6]: [[9,9,9],[9,9,9]]
[7]: [[9,9,9],[9,9,9]]
INFO (Carpet): Overlap zone counts:
[0]: [[0,0,0],[0,0,0]]
[1]: [[0,0,0],[0,0,0]]
[2]: [[0,0,0],[0,0,0]]
[3]: [[0,0,0],[0,0,0]]
[4]: [[0,0,0],[0,0,0]]
[5]: [[0,0,0],[0,0,0]]
[6]: [[0,0,0],[0,0,0]]
[7]: [[0,0,0],[0,0,0]]
INFO (Carpet): Group and variable statistics:
INFO (Carpet): There are 858 grid functions in 80 groups
INFO (Carpet): There are 457 grid scalars in 52 groups
INFO (Carpet): There are 118 1-dimensional grid arrays in 11 groups
INFO (Carpet): There are 4 2-dimensional grid arrays in 2 groups
INFO (Carpet): There are 3 3-dimensional grid arrays in 1 groups
INFO (Carpet): (The number of variables counts all time levels)
INFO (CarpetIOScalar): Periodic scalar output requested for:
CARPET::metadata
CARPET::grid_structure
CARPET::grid_arrays
CARPET::grid_functions
ML_BSSN::H
ML_BSSN::M1
ML_BSSN::M2
ML_BSSN::M3
SYSTEMSTATISTICS::maxrss_mb
SYSTEMSTATISTICS::majflt_mb
SYSTEMSTATISTICS::arena_mb
SYSTEMSTATISTICS::ordblks_mb
SYSTEMSTATISTICS::hblks_mb
SYSTEMSTATISTICS::hblkhd_mb
SYSTEMSTATISTICS::uordblks_mb
SYSTEMSTATISTICS::fordblks_mb
SYSTEMSTATISTICS::keepcost_mb
SYSTEMSTATISTICS::swap_used_mb
TCMALLOC::generic_current_allocated_bytes
TCMALLOC::generic_heap_size
TCMALLOC::tcmalloc_pageheap_free_bytes
TCMALLOC::tcmalloc_pageheap_unmapped_bytes
INFO (MoL): Using Runge-Kutta 4 as the time integrator.
INFO (SymBase): Symmetry on lower x-face: rotating_symmetry_180
INFO (SymBase): Symmetry on lower z-face: reflection_symmetry
INFO (MoL): The maximum number of evolved variables is 765. 25 are registered.
INFO (MoL): The maximum number of slow evolved variables is 765. 0 are registered.
INFO (MoL): The maximum number of constrained variables is 765. 20 are registered.
INFO (MoL): The maximum number of SandR variables is 765. 0 are registered.
INFO (MoL): The maximum number of evolved array variables is 765. 0 are registered.
INFO (MoL): The maximum number of constrained array variables is 765. 0 are registered.
INFO (MoL): The maximum number of SandR array variables is 765. 0 are registered.
INFO (MoL): The maximum size of any array variables is 0.
INFO (Vectors): Testing vectorisation... [errors may result in segfaults]
INFO (Vectors): 2307/2307 tests passed
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,279,9] : [65,377,61] ([57,99,53] + PADDING) 299079
[3][0][0] exterior: [21,607,21] : [80,705,73] ([60,99,53] + PADDING) 314820
[4][0][0] exterior: [45,1273,45] : [102,1351,87] ([58,79,43] + PADDING) 197026
[5][0][0] exterior: [93,2585,93] : [165,2663,135] ([73,79,43] + PADDING) 247981
[6][0][0] exterior: [213,5209,189] : [291,5287,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [465,10457,381] : [543,10535,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [42.399999999999999,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [22.399999999999999,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-7.800000000000011,-0.600000000000001] : [10.800000000000001,7.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-3.899999999999977,-0.300000000000001] : [6.899999999999999,3.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [1.049999999999999,-1.949999999999989,-0.150000000000000] : [4.949999999999999,1.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [2.024999999999999,-0.975000000000023,-0.075000000000001] : [3.975000000000000,0.975000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 130k active, 258k owned (+99%), 539k total (+109%), 128 steps/time
INFO (Carpet): GF: vars: 265, pts: 753M active, 1045M owned (+39%), 1867M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.914 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (CartGrid3D): Grid Spacings:
INFO (CartGrid3D): dx=>3.2000000e+00 dy=>3.2000000e+00 dz=>3.2000000e+00
INFO (CartGrid3D): Computational Coordinates:
INFO (CartGrid3D): x=>[-9.600,262.400] y=>[-262.400,262.400] z=>[-9.600,262.400]
INFO (CartGrid3D): Indices of Physical Coordinates:
INFO (CartGrid3D): x=>[0,85] y=>[0,164] z=>[0,85]
INFO (AHFinderDirect): setting up AHFinderDirect data structures
INFO (AHFinderDirect): to search for 3 horizons on 24 processors
INFO (AHFinderDirect): constructing full sphere patch system
INFO (AHFinderDirect): at origin (3,0,0)
INFO (AHFinderDirect): with 18 angular zones per right angle
INFO (AHFinderDirect): ==> 2166 nominal, 3174 ghosted angular grid points
INFO (AHFinderDirect): constructing full sphere patch system
INFO (AHFinderDirect): at origin (-3,0,0)
INFO (AHFinderDirect): with 18 angular zones per right angle
INFO (AHFinderDirect): ==> 2166 nominal, 3174 ghosted angular grid points
INFO (AHFinderDirect): constructing full sphere patch system
INFO (AHFinderDirect): at origin (0,0,0)
INFO (AHFinderDirect): with 18 angular zones per right angle
INFO (AHFinderDirect): ==> 2166 nominal, 3174 ghosted angular grid points
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.8 (courant_static)
INFO (TwoPunctures): Solving puncture equation for BH-BH system
INFO (TwoPunctures): b = 3
Newton: it=0 |F|=7.077056e-03
bare mass: mp=0.476535 mm=0.476535
bicgstab: itmax 100, tol 7.077056e-06
bicgstab: 0 9.824e-02
bicgstab: 1 4.193e-01 1.036e+00 0.000e+00 7.042e-01
bicgstab: 2 1.052e-01 1.747e+00 2.309e-02 4.277e-01
bicgstab: 3 2.033e-02 6.333e-01 2.102e-01 6.065e-01
bicgstab: 4 1.225e-03 1.011e+00 7.678e-02 3.827e-01
bicgstab: 5 1.127e-03 9.447e-01 3.025e-01 1.076e+00
bicgstab: 6 2.544e-03 -4.776e+00 6.892e-02 3.762e-01
bicgstab: 7 1.558e-05 -7.236e-02 -8.556e+01 1.115e+00
bicgstab: 8 7.677e-06 1.386e+00 -1.015e-03 4.273e-01
bicgstab: 9 6.100e-06 5.812e-01 2.873e-01 4.273e-01
Newton: it=1 |F|=5.876520e-06
bare mass: mp=0.476535 mm=0.476535
bicgstab: itmax 100, tol 5.876520e-09
bicgstab: 0 7.176e-05
bicgstab: 1 5.761e-04 3.244e+00 0.000e+00 4.953e-01
bicgstab: 2 5.160e-05 2.374e-01 -3.805e+00 1.213e+00
bicgstab: 3 3.385e-05 7.293e-01 -3.502e-02 2.392e-01
bicgstab: 4 2.806e-06 1.481e+00 -2.804e-01 6.690e-01
bicgstab: 5 4.591e-08 4.913e-01 2.868e-01 6.998e-01
bicgstab: 6 3.234e-08 1.650e+00 -5.405e-02 4.897e-01
bicgstab: 7 1.358e-08 -2.226e-01 8.808e-02 6.451e-01
bicgstab: 8 1.214e-09 -1.974e+00 -1.871e+00 6.451e-01
Newton: it=2 |F|=2.411820e-10
bare mass: mp=0.476535 mm=0.476535
bicgstab: itmax 100, tol 2.411820e-13
bicgstab: 0 1.213e-09
bicgstab: 1 4.542e-10 1.016e+00 0.000e+00 3.801e-01
bicgstab: 2 4.720e-10 9.957e-01 7.909e-01 -8.668e-01
bicgstab: 3 4.009e-10 2.500e+00 2.766e-01 1.837e+00
bicgstab: 4 1.938e-10 1.627e+00 -6.928e-01 4.590e-01
bicgstab: 5 1.939e-11 2.911e-01 -1.099e+00 9.216e-01
bicgstab: 6 6.429e-12 2.353e+00 -3.118e-02 6.411e-01
bicgstab: 7 5.627e-13 4.006e-01 -2.032e+00 4.373e-01
bicgstab: 8 9.193e-14 3.866e-01 -7.192e-02 4.373e-01
Newton: it=3 |F|=4.431501e-14
INFO (TwoPunctures): The two puncture masses are mp=0.47653463302402799 and mm=0.47653463302402799
INFO (TwoPunctures): Puncture 1 ADM mass is 0.5
INFO (TwoPunctures): Puncture 2 ADM mass is 0.5
INFO (TwoPunctures): The total ADM mass is 0.984746
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.8 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.4 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.2 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.1 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.05 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.025 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (TerminationTrigger): Reminding you every 60 minutes about remaining walltime
INFO (Time): Timestep set to 0.0125 (courant_static)
INFO (TwoPunctures): Setting initial lapse to psi^-2.000000 profile.
INFO (TwoPunctures): Interpolating result
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.227073 at (2.999989,-0.002378,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56632931 m_irreducible=0.4999991783
INFO (AHFinderDirect): AH 2/3: r=0.227073 at (-2.999989,0.002378,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56632931 m_irreducible=0.4999991783
INFO (TimerReport): Timer Report at iteration 0 time 0
INFO (TimerReport): Top timers at iteration 0 time 0
======================================================================
% Time/s Min/s Max/s Timer (gettimeofday)
======================================================================
100.0 88.0098 87.9890 88.0176 meta mode/meta mode/global mode
97.0 85.3393 85.3303 85.3449 main/Initialise/CallInitial
84.5 74.3736 62.0398 80.1336 main/Initialise/CallInitial/CCTK_INITIAL
84.5 74.3729 62.0390 80.1330 main/Initialise/CallInitial/CCTK_INITIAL/CallFunction
84.5 74.3704 62.0368 80.1306 main/Initialise/CallInitial/CCTK_INITIAL/CallFunction/thorns
84.4 74.3107 61.9895 80.0705 [0092] TwoPunctures: TwoPunctures in CCTK_INITIAL
84.4 74.3102 61.9890 80.0700 main/Initialise/CallInitial/CCTK_INITIAL/CallFunction/thorns/TwoPunctures
80.9 71.2106 70.9929 71.3500 meta mode/meta mode/global mode/level(0)
9.9 8.6996 2.8819 21.0652 main/Initialise/CallInitial/CCTK_POSTINITIAL
9.9 8.6964 2.8783 21.0624 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction
7.4 6.5453 0.9884 20.4720 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/syncs
7.4 6.4964 6.4057 6.5674 meta mode/meta mode/global mode/level(1)
7.1 6.2745 0.7502 20.0869 [0105] ML_BSSN: ML_BSSN_SelectBoundConds in CCTK_POSTINITIAL
5.8 5.0790 0.3407 17.0257 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/syncs/Sync
5.7 4.9913 0.2460 16.9557 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/syncs/Sync/comm_state[6].state_do_some_wor
2.4 2.1320 0.5581 4.1461 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/thorns
1.9 1.7003 1.6909 1.7097 meta mode/meta mode/global mode/level(3)
1.9 1.6318 1.5839 1.6664 meta mode/meta mode/global mode/level(2)
1.7 1.5282 1.5169 1.5397 main/Initialise/CallPostInitial
1.7 1.5263 1.5152 1.5378 main/Initialise/CallPostInitial/CCTK_POSTSTEP
1.7 1.5255 1.5146 1.5372 main/Initialise/CallPostInitial/CCTK_POSTSTEP/CallFunction
1.7 1.5200 0.0392 3.4512 [0110] RotatingSymmetry180: Rot180_ComputeLevelExtent in CCTK_POSTINITIAL
1.7 1.5197 0.0389 3.4507 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/thorns/Rot180_ComputeLevelExtent
1.7 1.5167 1.5060 1.5286 main/Initialise/CallPostInitial/CCTK_POSTSTEP/CallFunction/thorns
1.7 1.4657 0.1704 3.4458 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/syncs/Prolongate
1.7 1.4593 1.4353 1.4792 meta mode/meta mode/global mode/level(6)
1.6 1.4506 1.4265 1.4729 meta mode/meta mode/global mode/level(7)
1.6 1.4420 1.4382 1.4491 [0146] AHFinderDirect: AHFinderDirect_find_horizons in CCTK_POSTSTEP
1.6 1.4419 1.4381 1.4491 main/Initialise/CallPostInitial/CCTK_POSTSTEP/CallFunction/thorns/AHFinderDirect_find_horizons
1.6 1.3821 1.3706 1.3975 meta mode/meta mode/global mode/level(5)
1.5 1.3105 1.2067 1.4255 main/Initialise/CallInitial/CallRegridInitialMeta
1.3 1.1610 1.1475 1.1765 meta mode/meta mode/global mode/level(4)
1.3 1.1579 1.1461 1.1708 main/Initialise/CallRestrict
0.9 0.7706 0.7705 0.7708 main/Initialise/CallInitial/CallRegridInitialMeta/Regrid
0.8 0.7412 0.7405 0.7483 main/Initialise/CallInitial/CallRegridInitialMeta/Regrid/RegridMap
0.8 0.7408 0.7404 0.7411 main/Initialise/CallInitial/CallRegridInitialMeta/Regrid/RegridMap/CarpetLib::gh::regrid
0.8 0.7290 0.7267 0.7329 main/Initialise/CallInitial/CallRegridInitialMeta/Regrid/RegridMap/CarpetLib::gh::regrid/CarpetLib::
0.8 0.6939 0.0057 2.4892 main/Initialise/CallInitial/CCTK_POSTINITIAL/CallFunction/syncs/Prolongate/comm_state[6].state_do_so
0.8 0.6921 0.6306 0.7924 main/Initialise/CallRestrict/CCTK_POSTRESTRICTINITIAL
0.8 0.6892 0.6276 0.7899 main/Initialise/CallRestrict/CCTK_POSTRESTRICTINITIAL/CallFunction
======================================================================
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 609095968 ( 580.9 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 947296 ( 0.9 MiB) Bytes in central cache freelist
MALLOC: + 1436672 ( 1.4 MiB) Bytes in transfer cache freelist
MALLOC: + 2354816 ( 2.2 MiB) Bytes in thread cache freelists
MALLOC: + 2044096 ( 1.9 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 615878848 ( 587.3 MiB) Actual memory used (physical + swap)
MALLOC: + 39739392 ( 37.9 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 655618240 ( 625.2 MiB) Virtual address space used
MALLOC:
MALLOC: 3174 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 788 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 265 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 195 objs; 0.0 MiB; 0.0 cum MiB
class 4 [ 48 bytes ] : 141 objs; 0.0 MiB; 0.0 cum MiB
class 5 [ 64 bytes ] : 5110 objs; 0.3 MiB; 0.3 cum MiB
class 6 [ 80 bytes ] : 193 objs; 0.0 MiB; 0.3 cum MiB
class 7 [ 96 bytes ] : 278 objs; 0.0 MiB; 0.4 cum MiB
class 8 [ 112 bytes ] : 1894 objs; 0.2 MiB; 0.6 cum MiB
class 9 [ 128 bytes ] : 26 objs; 0.0 MiB; 0.6 cum MiB
class 10 [ 144 bytes ] : 48 objs; 0.0 MiB; 0.6 cum MiB
class 11 [ 160 bytes ] : 84 objs; 0.0 MiB; 0.6 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.6 cum MiB
class 13 [ 192 bytes ] : 72 objs; 0.0 MiB; 0.6 cum MiB
class 14 [ 208 bytes ] : 51 objs; 0.0 MiB; 0.6 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 0.6 cum MiB
class 16 [ 240 bytes ] : 35 objs; 0.0 MiB; 0.7 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 0.7 cum MiB
class 18 [ 288 bytes ] : 55 objs; 0.0 MiB; 0.7 cum MiB
class 19 [ 320 bytes ] : 28 objs; 0.0 MiB; 0.7 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 0.7 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 0.7 cum MiB
class 24 [ 480 bytes ] : 16 objs; 0.0 MiB; 0.7 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 0.7 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 0.7 cum MiB
class 27 [ 640 bytes ] : 14 objs; 0.0 MiB; 0.7 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 0.7 cum MiB
class 29 [ 768 bytes ] : 21 objs; 0.0 MiB; 0.7 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 0.8 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 0.8 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 0.8 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 0.8 cum MiB
class 34 [ 1152 bytes ] : 12 objs; 0.0 MiB; 0.8 cum MiB
class 35 [ 1280 bytes ] : 3 objs; 0.0 MiB; 0.8 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 0.8 cum MiB
class 37 [ 1536 bytes ] : 5 objs; 0.0 MiB; 0.8 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 0.8 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 0.8 cum MiB
class 40 [ 2304 bytes ] : 1 objs; 0.0 MiB; 0.8 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 0.8 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 0.9 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 0.9 cum MiB
class 44 [ 3328 bytes ] : 5 objs; 0.0 MiB; 0.9 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 0.9 cum MiB
class 46 [ 4608 bytes ] : 6 objs; 0.0 MiB; 0.9 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 0.9 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.0 cum MiB
class 50 [ 8192 bytes ] : 1 objs; 0.0 MiB; 1.0 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.1 cum MiB
class 52 [ 10240 bytes ] : 1 objs; 0.0 MiB; 1.1 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.2 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.3 cum MiB
class 56 [ 20480 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 57 [ 24576 bytes ] : 5 objs; 0.1 MiB; 1.4 cum MiB
class 58 [ 26624 bytes ] : 26 objs; 0.7 MiB; 2.1 cum MiB
class 60 [ 40960 bytes ] : 1 objs; 0.0 MiB; 2.1 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 2.2 cum MiB
class 66 [ 90112 bytes ] : 3 objs; 0.3 MiB; 2.5 cum MiB
class 69 [ 114688 bytes ] : 1 objs; 0.1 MiB; 2.6 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 3.5 cum MiB
class 73 [ 147456 bytes ] : 1 objs; 0.1 MiB; 3.7 cum MiB
class 76 [ 172032 bytes ] : 3 objs; 0.5 MiB; 4.2 cum MiB
class 77 [ 180224 bytes ] : 1 objs; 0.2 MiB; 4.3 cum MiB
------------------------------------------------
PageHeap: 15 sizes; 0.0 MiB free; 37.9 MiB unmapped
------------------------------------------------
1 pages * 2 spans ~ 0.0 MiB; 0.0 MiB cum; unmapped: 0.0 MiB; 0.0 MiB cum
4 pages * 4 spans ~ 0.1 MiB; 0.1 MiB cum; unmapped: 0.1 MiB; 0.1 MiB cum
5 pages * 1 spans ~ 0.0 MiB; 0.2 MiB cum; unmapped: 0.0 MiB; 0.2 MiB cum
6 pages * 1 spans ~ 0.0 MiB; 0.2 MiB cum; unmapped: 0.0 MiB; 0.2 MiB cum
7 pages * 1 spans ~ 0.1 MiB; 0.3 MiB cum; unmapped: 0.1 MiB; 0.3 MiB cum
10 pages * 1 spans ~ 0.1 MiB; 0.4 MiB cum; unmapped: 0.1 MiB; 0.4 MiB cum
11 pages * 2 spans ~ 0.2 MiB; 0.5 MiB cum; unmapped: 0.2 MiB; 0.5 MiB cum
12 pages * 1 spans ~ 0.1 MiB; 0.6 MiB cum; unmapped: 0.1 MiB; 0.6 MiB cum
13 pages * 1 spans ~ 0.1 MiB; 0.7 MiB cum; unmapped: 0.1 MiB; 0.7 MiB cum
22 pages * 1 spans ~ 0.2 MiB; 0.9 MiB cum; unmapped: 0.2 MiB; 0.9 MiB cum
23 pages * 1 spans ~ 0.2 MiB; 1.1 MiB cum; unmapped: 0.2 MiB; 1.1 MiB cum
25 pages * 1 spans ~ 0.2 MiB; 1.3 MiB cum; unmapped: 0.2 MiB; 1.3 MiB cum
31 pages * 1 spans ~ 0.2 MiB; 1.5 MiB cum; unmapped: 0.2 MiB; 1.5 MiB cum
32 pages * 1 spans ~ 0.2 MiB; 1.8 MiB cum; unmapped: 0.2 MiB; 1.8 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 2.3 MiB cum; unmapped: 0.5 MiB; 2.3 MiB cum
>255 large * 2 spans ~ 35.6 MiB; 37.9 MiB cum; unmapped: 35.6 MiB; 37.9 MiB cum
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
0 0.000 | 0.0000000 | 0.2233576 0.9977828 | 637 717
4 0.050 | 21.7825509 | 0.2233529 0.9977828 | 649 736
8 0.100 | 30.1876413 | 0.2233304 0.9977828 | 649 736
12 0.150 | 33.9907611 | 0.2232817 0.9977828 | 649 736
16 0.200 | 36.6901772 | 0.2231478 0.9977828 | 649 736
20 0.250 | 37.2580894 | 0.2228656 0.9977828 | 649 736
24 0.300 | 39.0002404 | 0.2224313 0.9977828 | 649 736
28 0.350 | 39.7383351 | 0.2217990 0.9977828 | 649 736
32 0.400 | 40.2476797 | 0.2209275 0.9977828 | 649 736
36 0.450 | 39.7284762 | 0.2197887 0.9977828 | 649 736
40 0.500 | 40.4786311 | 0.2183680 0.9977828 | 649 736
44 0.550 | 40.7903070 | 0.2166614 0.9977828 | 649 736
48 0.600 | 41.2910559 | 0.2146724 0.9977828 | 649 736
52 0.650 | 41.1100211 | 0.2124097 0.9977828 | 649 736
56 0.700 | 41.5843170 | 0.2098852 0.9977828 | 649 736
60 0.750 | 41.7281301 | 0.2068203 0.9977828 | 649 736
64 0.800 | 41.8004826 | 0.2034421 0.9977828 | 649 736
68 0.850 | 39.7855606 | 0.1998021 0.9977828 | 653 749
72 0.900 | 40.2575905 | 0.1959126 0.9977828 | 653 749
76 0.950 | 40.5273312 | 0.1917854 0.9977828 | 653 749
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
80 1.000 | 40.8287261 | 0.1874317 0.9977828 | 653 749
84 1.050 | 40.8071235 | 0.1828623 0.9977828 | 653 749
88 1.100 | 41.0867077 | 0.1780873 0.9977828 | 653 749
92 1.150 | 41.1985974 | 0.1731167 0.9977828 | 653 749
96 1.200 | 41.3501059 | 0.1679601 0.9977828 | 653 749
100 1.250 | 41.0597125 | 0.1626272 0.9977828 | 653 749
104 1.300 | 41.3001550 | 0.1571269 0.9977828 | 653 749
108 1.350 | 41.3955630 | 0.1514681 0.9977828 | 653 749
112 1.400 | 41.5884003 | 0.1456590 0.9977828 | 653 749
116 1.450 | 41.4999758 | 0.1397069 0.9977828 | 653 749
120 1.500 | 41.7055903 | 0.1336182 0.9977828 | 653 749
124 1.550 | 41.7776385 | 0.1273977 0.9977828 | 653 749
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.313731 at (2.993644,0.098068,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56592311 m_irreducible=0.4999910972
INFO (AHFinderDirect): AH 2/3: r=0.313731 at (-2.993644,-0.098068,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56592311 m_irreducible=0.4999910972
128 1.600 | 40.2992598 | 0.3075111 0.9977828 | 661 749
132 1.650 | 39.3257871 | 0.3033353 0.9977828 | 661 751
136 1.700 | 39.5961721 | 0.2989331 0.9977828 | 661 751
140 1.750 | 39.7877449 | 0.2944324 0.9977828 | 661 751
144 1.800 | 40.0196994 | 0.2898345 0.9977828 | 661 751
148 1.850 | 40.0579474 | 0.2851406 0.9977828 | 661 751
152 1.900 | 40.2749076 | 0.2803516 0.9977828 | 661 751
156 1.950 | 40.3926404 | 0.2754683 0.9977828 | 661 751
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
160 2.000 | 40.5232374 | 0.2704914 0.9977828 | 661 751
164 2.050 | 40.3946571 | 0.2654212 0.9977828 | 661 751
168 2.100 | 40.5700339 | 0.2602580 0.9977828 | 661 751
172 2.150 | 40.6582801 | 0.2549383 0.9977828 | 661 751
176 2.200 | 40.7996715 | 0.2495114 0.9977828 | 661 751
180 2.250 | 40.7716097 | 0.2439817 0.9977828 | 661 751
184 2.300 | 40.9337831 | 0.2383476 0.9977828 | 661 751
188 2.350 | 41.0157259 | 0.2326073 0.9977828 | 661 751
192 2.400 | 41.0771177 | 0.2267588 0.9977828 | 661 751
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,279,9] : [65,377,61] ([57,99,53] + PADDING) 299079
[3][0][0] exterior: [21,606,21] : [80,706,73] ([60,101,53] + PADDING) 321180
[4][0][0] exterior: [45,1272,45] : [102,1352,87] ([58,81,43] + PADDING) 202014
[5][0][0] exterior: [93,2583,93] : [165,2665,135] ([73,83,43] + PADDING) 260537
[6][0][0] exterior: [213,5213,189] : [291,5291,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [464,10465,381] : [542,10543,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [42.399999999999999,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [22.399999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [10.800000000000001,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.100000000000023,-0.300000000000001] : [6.899999999999999,4.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [1.049999999999999,-1.750000000000000,-0.150000000000000] : [4.949999999999999,2.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [2.000000000000000,-0.774999999999977,-0.075000000000001] : [3.949999999999999,1.175000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 325k owned (+98%), 677k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 757M active, 1051M owned (+39%), 1876M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.989 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 19%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
196 2.450 | 39.8064456 | 0.2207998 0.9977828 | 686 803
200 2.500 | 39.9391803 | 0.2147277 0.9977828 | 686 803
204 2.550 | 39.9807749 | 0.2085398 0.9977828 | 686 803
208 2.600 | 40.0840348 | 0.2022335 0.9977828 | 686 803
212 2.650 | 40.0435768 | 0.1958058 0.9977828 | 686 803
216 2.700 | 40.1740588 | 0.1892538 0.9977828 | 686 803
220 2.750 | 40.2274244 | 0.1825750 0.9977828 | 686 803
224 2.800 | 40.2715411 | 0.1757668 0.9977828 | 686 803
228 2.850 | 40.1687274 | 0.1688274 0.9977828 | 686 803
232 2.900 | 40.2867299 | 0.1617549 0.9977828 | 686 803
236 2.950 | 40.3479484 | 0.1545473 0.9977828 | 686 803
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
240 3.000 | 40.4539730 | 0.1472020 0.9977828 | 686 803
244 3.050 | 40.4369499 | 0.1397151 0.9977828 | 686 803
248 3.100 | 40.5422968 | 0.1320799 0.9977828 | 686 803
252 3.150 | 40.5926151 | 0.1242875 0.9977828 | 686 803
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.39612 at (2.969267,0.311295,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56642016 m_irreducible=0.5000009856
INFO (AHFinderDirect): AH 2/3: r=0.39612 at (-2.969267,-0.311295,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56642016 m_irreducible=0.5000009856
256 3.200 | 40.0101996 | 0.3905109 0.9977828 | 694 803
260 3.250 | 39.4948096 | 0.3896929 0.9977828 | 695 803
264 3.300 | 39.5979195 | 0.3857590 0.9977828 | 695 803
268 3.350 | 39.6524113 | 0.3816456 0.9977828 | 695 803
272 3.400 | 39.7452650 | 0.3773519 0.9977828 | 695 803
276 3.450 | 39.7416491 | 0.3729478 0.9977828 | 695 803
280 3.500 | 39.8534771 | 0.3684294 0.9977828 | 695 803
284 3.550 | 39.9020967 | 0.3637930 0.9977828 | 695 803
288 3.600 | 39.9472630 | 0.3590349 0.9977828 | 695 803
292 3.650 | 39.8657573 | 0.3541514 0.9977828 | 695 803
296 3.700 | 39.9521527 | 0.3491392 0.9977828 | 695 803
300 3.750 | 39.9971830 | 0.3439951 0.9977828 | 695 803
304 3.800 | 40.0765211 | 0.3387159 0.9977828 | 695 803
308 3.850 | 40.0622885 | 0.3332989 0.9977828 | 695 803
312 3.900 | 40.1559363 | 0.3277413 0.9977828 | 695 803
316 3.950 | 40.2034876 | 0.3220408 0.9977828 | 695 803
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
320 4.000 | 40.2424840 | 0.3161949 0.9977828 | 695 803
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,278,9] : [65,378,61] ([57,101,53] + PADDING) 305121
[3][0][0] exterior: [21,606,21] : [80,706,73] ([60,101,53] + PADDING) 321180
[4][0][0] exterior: [45,1271,45] : [102,1353,87] ([58,83,43] + PADDING) 207002
[5][0][0] exterior: [93,2581,93] : [164,2667,135] ([72,87,43] + PADDING) 269352
[6][0][0] exterior: [212,5218,189] : [290,5296,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [463,10475,381] : [541,10553,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [42.399999999999999,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [22.399999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.199999999999989,-0.600000000000001] : [10.800000000000001,8.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.300000000000011,-0.300000000000001] : [6.800000000000001,4.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [1.000000000000000,-1.500000000000000,-0.150000000000000] : [4.899999999999999,2.399999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.975000000000000,-0.524999999999977,-0.075000000000001] : [3.924999999999999,1.425000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 165k active, 327k owned (+98%), 681k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 760M active, 1055M owned (+39%), 1886M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.067 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 11%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
324 4.050 | 39.4410880 | 0.3102018 0.9977828 | 704 846
328 4.100 | 39.5297523 | 0.3040596 0.9977828 | 704 846
332 4.150 | 39.5864415 | 0.2977665 0.9977828 | 704 846
336 4.200 | 39.6677821 | 0.2913213 0.9977828 | 704 846
340 4.250 | 39.6774897 | 0.2847229 0.9977828 | 704 846
344 4.300 | 39.7613560 | 0.2779701 0.9977828 | 704 846
348 4.350 | 39.8070995 | 0.2710627 0.9977828 | 704 846
352 4.400 | 39.8452020 | 0.2640003 0.9977828 | 704 846
356 4.450 | 39.7837148 | 0.2567834 0.9977828 | 704 846
360 4.500 | 39.8603174 | 0.2494129 0.9977828 | 704 846
364 4.550 | 39.9058874 | 0.2418895 0.9977828 | 704 846
368 4.600 | 39.9719297 | 0.2342143 0.9977828 | 704 846
372 4.650 | 39.9688453 | 0.2263872 0.9977828 | 704 846
376 4.700 | 40.0435542 | 0.2184071 0.9977828 | 704 846
380 4.750 | 40.0829877 | 0.2102732 0.9977828 | 704 846
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.426932 at (2.925487,0.543738,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56689192 m_irreducible=0.5000103709
INFO (AHFinderDirect): AH 2/3: r=0.426932 at (-2.925487,-0.543738,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56689192 m_irreducible=0.5000103709
384 4.800 | 39.6655903 | 0.4216930 0.9977828 | 717 846
388 4.850 | 39.3197044 | 0.4207219 0.9977828 | 717 846
392 4.900 | 39.3942978 | 0.4167915 0.9977828 | 717 846
396 4.950 | 39.4426452 | 0.4121300 0.9977828 | 717 846
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
400 5.000 | 39.5096237 | 0.4073753 0.9977828 | 717 846
404 5.050 | 39.5080981 | 0.4025275 0.9977828 | 717 846
408 5.100 | 39.5811609 | 0.3975865 0.9977828 | 717 846
412 5.150 | 39.6302028 | 0.3924831 0.9977828 | 717 846
416 5.200 | 39.6794355 | 0.3872316 0.9977828 | 717 846
420 5.250 | 39.6372862 | 0.3818797 0.9977828 | 717 846
424 5.300 | 39.7044193 | 0.3764273 0.9977828 | 717 846
428 5.350 | 39.7440651 | 0.3708740 0.9977828 | 717 846
432 5.400 | 39.8076245 | 0.3652196 0.9977828 | 717 846
436 5.450 | 39.8066243 | 0.3594637 0.9977828 | 717 846
440 5.500 | 39.8755167 | 0.3536061 0.9977828 | 717 846
444 5.550 | 39.9190606 | 0.3476466 0.9977828 | 717 846
448 5.600 | 39.9494876 | 0.3415848 0.9977828 | 717 846
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,278,9] : [65,378,61] ([57,101,53] + PADDING) 305121
[3][0][0] exterior: [21,605,21] : [80,707,73] ([60,103,53] + PADDING) 327540
[4][0][0] exterior: [45,1270,45] : [101,1354,87] ([57,85,43] + PADDING) 208335
[5][0][0] exterior: [93,2578,93] : [106,2591,135] ([14,14,43] + PADDING) 8428
[5][0][1] exterior: [93,2592,93] : [164,2670,135] ([72,79,43] + PADDING) 244584
[6][0][0] exterior: [211,5222,189] : [289,5300,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [461,10484,381] : [539,10562,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [42.399999999999999,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [22.399999999999999,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.400000000000006,-0.600000000000001] : [10.600000000000001,8.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.600000000000023,-0.300000000000001] : [1.000000000000000,-3.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-3.199999999999989,-0.300000000000001] : [6.800000000000001,4.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.949999999999999,-1.300000000000011,-0.150000000000000] : [4.850000000000000,2.600000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.924999999999999,-0.300000000000011,-0.075000000000001] : [3.875000000000000,1.649999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 325k owned (+99%), 677k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 758M active, 1053M owned (+39%), 1882M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.035 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
452 5.650 | 39.4262676 | 0.3354206 0.9977828 | 718 859
456 5.700 | 39.4876368 | 0.3291536 0.9977828 | 718 859
460 5.750 | 39.5300906 | 0.3227839 0.9977828 | 718 859
464 5.800 | 39.5856550 | 0.3163112 0.9977828 | 718 859
468 5.850 | 39.5883430 | 0.3097357 0.9977828 | 718 859
472 5.900 | 39.6543663 | 0.3030575 0.9977828 | 718 859
476 5.950 | 39.6950016 | 0.2962769 0.9977828 | 718 859
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
480 6.000 | 39.7390888 | 0.2893942 0.9977828 | 718 859
484 6.050 | 39.7041224 | 0.2824099 0.9977828 | 718 859
488 6.100 | 39.7593457 | 0.2753248 0.9977828 | 718 859
492 6.150 | 39.7944525 | 0.2681397 0.9977828 | 718 859
496 6.200 | 39.8502151 | 0.2608557 0.9977828 | 718 859
500 6.250 | 39.8473682 | 0.2534743 0.9977828 | 718 859
504 6.300 | 39.9028765 | 0.2459971 0.9977828 | 718 859
508 6.350 | 39.9347769 | 0.2381536 0.9977828 | 718 859
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.419541 at (2.865559,0.774506,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56645228 m_irreducible=0.5000016246
INFO (AHFinderDirect): AH 2/3: r=0.419541 at (-2.865559,-0.774506,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56645228 m_irreducible=0.5000016246
512 6.400 | 39.6229327 | 0.4147107 0.9977828 | 718 859
516 6.450 | 39.3686942 | 0.4130715 0.9977828 | 718 859
520 6.500 | 39.4227060 | 0.4085041 0.9977828 | 718 859
524 6.550 | 39.4567723 | 0.4038185 0.9977828 | 718 859
528 6.600 | 39.5077436 | 0.3987944 0.9977828 | 718 859
532 6.650 | 39.5146189 | 0.3937006 0.9977828 | 718 859
536 6.700 | 39.5732017 | 0.3885367 0.9977828 | 718 859
540 6.750 | 39.6092218 | 0.3833023 0.9977828 | 718 859
544 6.800 | 39.6387533 | 0.3779971 0.9977828 | 718 859
548 6.850 | 39.6051644 | 0.3724672 0.9977828 | 718 859
552 6.900 | 39.6609312 | 0.3668235 0.9977828 | 718 859
556 6.950 | 39.6971820 | 0.3610943 0.9977828 | 718 859
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
560 7.000 | 39.7452499 | 0.3552782 0.9977828 | 718 859
564 7.050 | 39.7476518 | 0.3493741 0.9977828 | 718 859
568 7.100 | 39.7975279 | 0.3433805 0.9977828 | 718 859
572 7.150 | 39.8224660 | 0.3372959 0.9977828 | 718 859
576 7.200 | 39.8431260 | 0.3311191 0.9977828 | 718 859
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [97,254,95] ([95,181,93] + PADDING) 1599135
[2][0][0] exterior: [9,278,9] : [65,378,61] ([57,101,53] + PADDING) 305121
[3][0][0] exterior: [21,605,21] : [80,707,73] ([60,103,53] + PADDING) 327540
[4][0][0] exterior: [45,1269,45] : [101,1355,87] ([57,87,43] + PADDING) 213237
[5][0][0] exterior: [93,2576,93] : [107,2593,135] ([15,18,43] + PADDING) 11610
[5][0][1] exterior: [93,2594,93] : [163,2672,135] ([71,79,43] + PADDING) 241187
[6][0][0] exterior: [210,5227,189] : [288,5305,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [458,10493,381] : [536,10571,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [145.600000000000023,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [42.399999999999999,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [22.399999999999999,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [10.600000000000001,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.800000000000011,-0.300000000000001] : [1.100000000000000,-3.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-3.000000000000000,-0.300000000000001] : [6.699999999999999,4.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.899999999999999,-1.050000000000011,-0.150000000000000] : [4.799999999999999,2.850000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.850000000000000,-0.074999999999989,-0.075000000000001] : [3.799999999999999,1.875000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 325k owned (+99%), 677k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 762M active, 1058M owned (+39%), 1889M total (+78%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.089 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 17M 18M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 19%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
580 7.250 | 39.3451292 | 0.3248484 0.9977828 | 852 1037
584 7.300 | 39.3933229 | 0.3184823 0.9977828 | 852 1037
588 7.350 | 39.4230062 | 0.3120194 0.9977828 | 852 1037
592 7.400 | 39.4647028 | 0.3054580 0.9977828 | 852 1037
596 7.450 | 39.4602708 | 0.2987965 0.9977828 | 852 1037
600 7.500 | 39.5108943 | 0.2920333 0.9977828 | 852 1037
604 7.550 | 39.5337308 | 0.2851668 0.9977828 | 852 1037
608 7.600 | 39.5596265 | 0.2781953 0.9977828 | 852 1037
612 7.650 | 39.5267708 | 0.2711171 0.9977828 | 852 1037
616 7.700 | 39.5720447 | 0.2639305 0.9977828 | 852 1037
620 7.750 | 39.5979930 | 0.2566337 0.9977828 | 852 1037
624 7.800 | 39.6357792 | 0.2492250 0.9977828 | 852 1037
628 7.850 | 39.6335521 | 0.2417021 0.9977828 | 852 1037
632 7.900 | 39.6758596 | 0.2340628 0.9977828 | 852 1037
636 7.950 | 39.7041132 | 0.2263046 0.9977828 | 852 1037
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.407198 at (2.794010,1.000518,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56649741 m_irreducible=0.5000025225
INFO (AHFinderDirect): AH 2/3: r=0.407198 at (-2.794010,-1.000518,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56649741 m_irreducible=0.5000025225
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
640 8.000 | 39.4110709 | 0.4030926 0.9977828 | 852 1037
644 8.050 | 39.2187590 | 0.4009143 0.9977828 | 852 1037
648 8.100 | 39.2743027 | 0.3969795 0.9977828 | 852 1037
652 8.150 | 39.3063469 | 0.3921993 0.9977828 | 852 1037
656 8.200 | 39.3472450 | 0.3873632 0.9977828 | 852 1037
660 8.250 | 39.3482263 | 0.3824710 0.9977828 | 852 1037
664 8.300 | 39.3918620 | 0.3773046 0.9977828 | 852 1037
668 8.350 | 39.4197122 | 0.3720360 0.9977828 | 852 1037
672 8.400 | 39.4425200 | 0.3666932 0.9977828 | 852 1037
676 8.450 | 39.4157643 | 0.3612750 0.9977828 | 852 1037
680 8.500 | 39.4595377 | 0.3557802 0.9977828 | 852 1037
684 8.550 | 39.4848385 | 0.3502078 0.9977828 | 852 1037
688 8.600 | 39.5234038 | 0.3445565 0.9977828 | 852 1037
692 8.650 | 39.5216149 | 0.3387670 0.9977828 | 852 1037
696 8.700 | 39.5611126 | 0.3327872 0.9977828 | 852 1037
700 8.750 | 39.5848467 | 0.3267100 0.9977828 | 852 1037
704 8.800 | 39.6018942 | 0.3205329 0.9977828 | 852 1037
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [97,254,95] ([95,181,93] + PADDING) 1599135
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,604,21] : [80,708,73] ([60,105,53] + PADDING) 333900
[4][0][0] exterior: [45,1267,45] : [101,1357,87] ([57,91,43] + PADDING) 223041
[5][0][0] exterior: [93,2574,93] : [108,2595,135] ([16,22,43] + PADDING) 15136
[5][0][1] exterior: [93,2596,93] : [162,2674,135] ([70,79,43] + PADDING) 237790
[6][0][0] exterior: [208,5231,189] : [286,5309,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [455,10502,381] : [533,10580,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [145.600000000000023,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [22.399999999999999,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [10.600000000000001,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [1.199999999999999,-2.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.800000000000011,-0.300000000000001] : [6.599999999999998,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.799999999999999,-0.850000000000023,-0.150000000000000] : [4.699999999999999,3.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.774999999999999,0.149999999999977,-0.075000000000001] : [3.725000000000000,2.100000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 679k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 763M active, 1061M owned (+39%), 1893M total (+78%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.122 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 17M 18M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 19%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
708 8.850 | 39.2467402 | 0.3142536 0.9977828 | 852 1037
712 8.900 | 39.2876085 | 0.3078698 0.9977828 | 852 1037
716 8.950 | 39.3195729 | 0.3013789 0.9977828 | 852 1037
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
720 9.000 | 39.3602687 | 0.2947786 0.9977828 | 852 1037
724 9.050 | 39.3623867 | 0.2880661 0.9977828 | 852 1037
728 9.100 | 39.4041502 | 0.2812390 0.9977828 | 852 1037
732 9.150 | 39.4293745 | 0.2742947 0.9977828 | 852 1037
736 9.200 | 39.4573917 | 0.2672305 0.9977828 | 852 1037
740 9.250 | 39.4360931 | 0.2600436 0.9977828 | 852 1037
744 9.300 | 39.4743255 | 0.2527315 0.9977828 | 852 1037
748 9.350 | 39.4942426 | 0.2452914 0.9977828 | 852 1037
752 9.400 | 39.5295315 | 0.2377210 0.9977828 | 852 1037
756 9.450 | 39.5269216 | 0.2300178 0.9977828 | 852 1037
760 9.500 | 39.5650588 | 0.2221797 0.9977828 | 852 1037
764 9.550 | 39.5859176 | 0.2142044 0.9977828 | 852 1037
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.403485 at (2.704683,1.223764,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56658554 m_irreducible=0.5000042759
INFO (AHFinderDirect): AH 2/3: r=0.403485 at (-2.704683,-1.223764,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56658554 m_irreducible=0.5000042759
768 9.600 | 39.4224355 | 0.4002019 0.9977828 | 852 1037
772 9.650 | 39.2571958 | 0.3978245 0.9977828 | 853 1037
776 9.700 | 39.2960700 | 0.3932729 0.9977828 | 853 1037
780 9.750 | 39.3228301 | 0.3884351 0.9977828 | 853 1037
784 9.800 | 39.3572457 | 0.3832744 0.9977828 | 853 1037
788 9.850 | 39.3607510 | 0.3780254 0.9977828 | 853 1037
792 9.900 | 39.3986274 | 0.3726859 0.9977828 | 853 1037
796 9.950 | 39.4199456 | 0.3672537 0.9977828 | 853 1037
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
800 10.000 | 39.4390438 | 0.3617264 0.9977828 | 853 1037
804 10.050 | 39.4155469 | 0.3561017 0.9977828 | 853 1037
808 10.100 | 39.4508803 | 0.3503774 0.9977828 | 853 1037
812 10.150 | 39.4733725 | 0.3445509 0.9977828 | 853 1037
816 10.200 | 39.5051984 | 0.3386198 0.9977828 | 853 1037
820 10.250 | 39.5050154 | 0.3325817 0.9977828 | 853 1037
824 10.300 | 39.5404700 | 0.3264339 0.9977828 | 853 1037
828 10.350 | 39.5611005 | 0.3201739 0.9977828 | 853 1037
832 10.400 | 39.5752265 | 0.3137992 0.9977828 | 853 1037
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [97,254,95] ([95,181,93] + PADDING) 1599135
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,604,21] : [80,708,73] ([60,105,53] + PADDING) 333900
[4][0][0] exterior: [45,1266,45] : [100,1358,87] ([56,93,43] + PADDING) 223944
[5][0][0] exterior: [93,2572,93] : [109,2597,135] ([17,26,43] + PADDING) 19006
[5][0][1] exterior: [93,2598,93] : [161,2676,135] ([69,79,43] + PADDING) 234393
[6][0][0] exterior: [206,5236,189] : [284,5314,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [451,10511,381] : [529,10589,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [145.600000000000023,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [22.399999999999999,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.199999999999989,-0.600000000000001] : [10.399999999999999,9.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.199999999999989,-0.300000000000001] : [1.299999999999999,-2.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.600000000000023,-0.300000000000001] : [6.500000000000000,5.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.699999999999999,-0.600000000000023,-0.150000000000000] : [4.600000000000000,3.300000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.674999999999999,0.375000000000000,-0.075000000000001] : [3.625000000000000,2.324999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 679k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 764M active, 1062M owned (+39%), 1896M total (+78%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.142 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 17M 18M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
836 10.450 | 39.2808902 | 0.3073069 0.9977828 | 853 1037
840 10.500 | 39.3166644 | 0.3006946 0.9977828 | 853 1037
844 10.550 | 39.3374000 | 0.2939596 0.9977828 | 853 1037
848 10.600 | 39.3683366 | 0.2870991 0.9977828 | 853 1037
852 10.650 | 39.3665467 | 0.2801104 0.9977828 | 853 1037
856 10.700 | 39.3979508 | 0.2729908 0.9977828 | 853 1037
860 10.750 | 39.4174287 | 0.2657376 0.9977828 | 853 1037
864 10.800 | 39.4377144 | 0.2583481 0.9977828 | 853 1037
868 10.850 | 39.4175028 | 0.2508195 0.9977828 | 853 1037
872 10.900 | 39.4519229 | 0.2431492 0.9977828 | 853 1037
876 10.950 | 39.4693256 | 0.2353349 0.9977828 | 853 1037
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
880 11.000 | 39.4977057 | 0.2273740 0.9977828 | 853 1037
884 11.050 | 39.4947939 | 0.2192646 0.9977828 | 853 1037
888 11.100 | 39.5258719 | 0.2110044 0.9977828 | 853 1037
892 11.150 | 39.5441644 | 0.2025910 0.9977828 | 853 1037
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.407076 at (2.586302,1.440634,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.5665825 m_irreducible=0.5000042153
INFO (AHFinderDirect): AH 2/3: r=0.407076 at (-2.586302,-1.440634,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.5665825 m_irreducible=0.5000042153
896 11.200 | 39.3174946 | 0.4027968 0.9977828 | 853 1037
900 11.250 | 39.1684861 | 0.4002304 0.9977828 | 853 1037
904 11.300 | 39.2049887 | 0.3956371 0.9977828 | 853 1038
908 11.350 | 39.2226759 | 0.3907057 0.9977828 | 853 1038
912 11.400 | 39.2502400 | 0.3856950 0.9977828 | 853 1038
916 11.450 | 39.2507315 | 0.3806036 0.9977828 | 853 1038
920 11.500 | 39.2830695 | 0.3752223 0.9977828 | 853 1038
924 11.550 | 39.3022345 | 0.3696897 0.9977828 | 853 1038
928 11.600 | 39.3196334 | 0.3640565 0.9977828 | 853 1038
932 11.650 | 39.3010496 | 0.3583205 0.9977828 | 853 1038
936 11.700 | 39.3305577 | 0.3524796 0.9977828 | 853 1038
940 11.750 | 39.3474700 | 0.3465317 0.9977828 | 853 1038
944 11.800 | 39.3754145 | 0.3404746 0.9977828 | 853 1038
948 11.850 | 39.3737506 | 0.3343061 0.9977828 | 853 1038
952 11.900 | 39.4045319 | 0.3280242 0.9977828 | 853 1038
956 11.950 | 39.4221957 | 0.3216266 0.9977828 | 853 1038
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
960 12.000 | 39.4330855 | 0.3151112 0.9977828 | 853 1038
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [97,254,95] ([95,181,93] + PADDING) 1599135
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,603,21] : [79,709,73] ([59,107,53] + PADDING) 334589
[4][0][0] exterior: [45,1265,45] : [100,1359,87] ([56,95,43] + PADDING) 228760
[5][0][0] exterior: [93,2569,93] : [110,2600,135] ([18,32,43] + PADDING) 24768
[5][0][1] exterior: [93,2601,93] : [160,2679,135] ([68,79,43] + PADDING) 230996
[6][0][0] exterior: [203,5240,189] : [281,5318,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [445,10519,381] : [523,10597,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [145.600000000000023,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [22.000000000000000,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.400000000000006,-0.600000000000001] : [10.399999999999999,9.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.500000000000000,-0.300000000000001] : [1.399999999999999,-2.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.300000000000011,-0.300000000000001] : [6.399999999999999,5.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.549999999999999,-0.399999999999977,-0.150000000000000] : [4.449999999999999,3.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.524999999999999,0.574999999999989,-0.075000000000001] : [3.475000000000000,2.524999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 680k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 765M active, 1064M owned (+39%), 1898M total (+78%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.163 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 17M 18M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 19%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
964 12.050 | 39.1935783 | 0.3084757 0.9977828 | 853 1038
968 12.100 | 39.2256096 | 0.3017181 0.9977828 | 853 1038
972 12.150 | 39.2461253 | 0.2948361 0.9977828 | 853 1038
976 12.200 | 39.2735254 | 0.2878276 0.9977828 | 853 1038
980 12.250 | 39.2708699 | 0.2806906 0.9977828 | 853 1038
984 12.300 | 39.2972623 | 0.2734227 0.9977828 | 853 1038
988 12.350 | 39.3137159 | 0.2660221 0.9977828 | 853 1038
992 12.400 | 39.3289374 | 0.2584867 0.9977828 | 853 1038
996 12.450 | 39.3081231 | 0.2508145 0.9977828 | 853 1038
1000 12.500 | 39.3374067 | 0.2430037 0.9977828 | 853 1038
1004 12.550 | 39.3548330 | 0.2350528 0.9977828 | 853 1038
1008 12.600 | 39.3820308 | 0.2269603 0.9977828 | 853 1038
1012 12.650 | 39.3833098 | 0.2187252 0.9977828 | 853 1038
1016 12.700 | 39.4155704 | 0.2103463 0.9977828 | 853 1038
1020 12.750 | 39.4356556 | 0.2018224 0.9977828 | 853 1038
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.410493 at (2.439273,1.645034,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.5665625 m_irreducible=0.5000038174
INFO (AHFinderDirect): AH 2/3: r=0.410493 at (-2.439273,-1.645034,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.5665625 m_irreducible=0.5000038174
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 622375808 ( 593.5 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 832656 ( 0.8 MiB) Bytes in central cache freelist
MALLOC: + 3088384 ( 2.9 MiB) Bytes in transfer cache freelist
MALLOC: + 27252720 ( 26.0 MiB) Bytes in thread cache freelists
MALLOC: + 2240704 ( 2.1 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 655790272 ( 625.4 MiB) Actual memory used (physical + swap)
MALLOC: + 200908800 ( 191.6 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 856699072 ( 817.0 MiB) Virtual address space used
MALLOC:
MALLOC: 3638 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 434 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 757 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3275 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 339 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 5357 objs; 0.3 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 160 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 861 objs; 0.1 MiB; 0.5 cum MiB
class 8 [ 112 bytes ] : 2343 objs; 0.3 MiB; 0.8 cum MiB
class 9 [ 128 bytes ] : 122 objs; 0.0 MiB; 0.8 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.8 cum MiB
class 11 [ 160 bytes ] : 291 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.9 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 0.9 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 0.9 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 0.9 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 0.9 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 0.9 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 0.9 cum MiB
class 19 [ 320 bytes ] : 24 objs; 0.0 MiB; 0.9 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.0 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.0 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.0 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.0 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.0 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.0 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.0 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.0 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.0 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 7 objs; 0.0 MiB; 1.1 cum MiB
class 35 [ 1280 bytes ] : 4 objs; 0.0 MiB; 1.1 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 38 [ 1792 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.1 cum MiB
class 40 [ 2304 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 41 [ 2560 bytes ] : 2 objs; 0.0 MiB; 1.1 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.1 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 44 [ 3328 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 45 [ 4096 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 47 [ 5120 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 48 [ 6144 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 50 [ 8192 bytes ] : 3 objs; 0.0 MiB; 1.3 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.4 cum MiB
class 52 [ 10240 bytes ] : 4 objs; 0.0 MiB; 1.5 cum MiB
class 53 [ 12288 bytes ] : 4 objs; 0.0 MiB; 1.5 cum MiB
class 54 [ 13312 bytes ] : 7 objs; 0.1 MiB; 1.6 cum MiB
class 55 [ 16384 bytes ] : 3 objs; 0.0 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 3.0 cum MiB
class 64 [ 73728 bytes ] : 2 objs; 0.1 MiB; 3.1 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.3 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.5 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.6 cum MiB
class 68 [ 106496 bytes ] : 6 objs; 0.6 MiB; 4.3 cum MiB
class 69 [ 114688 bytes ] : 25 objs; 2.7 MiB; 7.0 cum MiB
class 70 [ 122880 bytes ] : 2 objs; 0.2 MiB; 7.2 cum MiB
class 71 [ 131072 bytes ] : 25 objs; 3.1 MiB; 10.3 cum MiB
class 72 [ 139264 bytes ] : 2 objs; 0.3 MiB; 10.6 cum MiB
class 73 [ 147456 bytes ] : 6 objs; 0.8 MiB; 11.5 cum MiB
class 74 [ 155648 bytes ] : 4 objs; 0.6 MiB; 12.1 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 16.0 cum MiB
class 76 [ 172032 bytes ] : 49 objs; 8.0 MiB; 24.0 cum MiB
class 78 [ 188416 bytes ] : 25 objs; 4.5 MiB; 28.5 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 28.9 cum MiB
class 81 [ 212992 bytes ] : 2 objs; 0.4 MiB; 29.3 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 29.5 cum MiB
------------------------------------------------
PageHeap: 36 sizes; 0.0 MiB free; 191.6 MiB unmapped
------------------------------------------------
1 pages * 30 spans ~ 0.2 MiB; 0.2 MiB cum; unmapped: 0.2 MiB; 0.2 MiB cum
2 pages * 21 spans ~ 0.3 MiB; 0.6 MiB cum; unmapped: 0.3 MiB; 0.6 MiB cum
3 pages * 29 spans ~ 0.7 MiB; 1.2 MiB cum; unmapped: 0.7 MiB; 1.2 MiB cum
4 pages * 25 spans ~ 0.8 MiB; 2.0 MiB cum; unmapped: 0.8 MiB; 2.0 MiB cum
5 pages * 6 spans ~ 0.2 MiB; 2.3 MiB cum; unmapped: 0.2 MiB; 2.3 MiB cum
6 pages * 12 spans ~ 0.6 MiB; 2.8 MiB cum; unmapped: 0.6 MiB; 2.8 MiB cum
7 pages * 5 spans ~ 0.3 MiB; 3.1 MiB cum; unmapped: 0.3 MiB; 3.1 MiB cum
8 pages * 6 spans ~ 0.4 MiB; 3.5 MiB cum; unmapped: 0.4 MiB; 3.5 MiB cum
9 pages * 13 spans ~ 0.9 MiB; 4.4 MiB cum; unmapped: 0.9 MiB; 4.4 MiB cum
10 pages * 2 spans ~ 0.2 MiB; 4.5 MiB cum; unmapped: 0.2 MiB; 4.5 MiB cum
11 pages * 19 spans ~ 1.6 MiB; 6.2 MiB cum; unmapped: 1.6 MiB; 6.2 MiB cum
12 pages * 7 spans ~ 0.7 MiB; 6.8 MiB cum; unmapped: 0.7 MiB; 6.8 MiB cum
13 pages * 10 spans ~ 1.0 MiB; 7.8 MiB cum; unmapped: 1.0 MiB; 7.8 MiB cum
18 pages * 2 spans ~ 0.3 MiB; 8.1 MiB cum; unmapped: 0.3 MiB; 8.1 MiB cum
19 pages * 7 spans ~ 1.0 MiB; 9.2 MiB cum; unmapped: 1.0 MiB; 9.2 MiB cum
21 pages * 1 spans ~ 0.2 MiB; 9.3 MiB cum; unmapped: 0.2 MiB; 9.3 MiB cum
22 pages * 1 spans ~ 0.2 MiB; 9.5 MiB cum; unmapped: 0.2 MiB; 9.5 MiB cum
29 pages * 1 spans ~ 0.2 MiB; 9.7 MiB cum; unmapped: 0.2 MiB; 9.7 MiB cum
37 pages * 1 spans ~ 0.3 MiB; 10.0 MiB cum; unmapped: 0.3 MiB; 10.0 MiB cum
42 pages * 5 spans ~ 1.6 MiB; 11.7 MiB cum; unmapped: 1.6 MiB; 11.7 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 12.0 MiB cum; unmapped: 0.4 MiB; 12.0 MiB cum
46 pages * 1 spans ~ 0.4 MiB; 12.4 MiB cum; unmapped: 0.4 MiB; 12.4 MiB cum
47 pages * 2 spans ~ 0.7 MiB; 13.1 MiB cum; unmapped: 0.7 MiB; 13.1 MiB cum
48 pages * 2 spans ~ 0.8 MiB; 13.9 MiB cum; unmapped: 0.8 MiB; 13.9 MiB cum
50 pages * 1 spans ~ 0.4 MiB; 14.2 MiB cum; unmapped: 0.4 MiB; 14.2 MiB cum
53 pages * 2 spans ~ 0.8 MiB; 15.1 MiB cum; unmapped: 0.8 MiB; 15.1 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 15.5 MiB cum; unmapped: 0.5 MiB; 15.5 MiB cum
63 pages * 6 spans ~ 3.0 MiB; 18.5 MiB cum; unmapped: 3.0 MiB; 18.5 MiB cum
69 pages * 1 spans ~ 0.5 MiB; 19.0 MiB cum; unmapped: 0.5 MiB; 19.0 MiB cum
84 pages * 2 spans ~ 1.3 MiB; 20.3 MiB cum; unmapped: 1.3 MiB; 20.3 MiB cum
95 pages * 1 spans ~ 0.7 MiB; 21.1 MiB cum; unmapped: 0.7 MiB; 21.1 MiB cum
103 pages * 1 spans ~ 0.8 MiB; 21.9 MiB cum; unmapped: 0.8 MiB; 21.9 MiB cum
104 pages * 1 spans ~ 0.8 MiB; 22.7 MiB cum; unmapped: 0.8 MiB; 22.7 MiB cum
105 pages * 2 spans ~ 1.6 MiB; 24.3 MiB cum; unmappe
1024 12.800 | 39.2995952 | 0.4057616 0.9977828 | 853 1038
1028 12.850 | 39.1675846 | 0.4029865 0.9977828 | 853 1038
1032 12.900 | 39.1934622 | 0.3987685 0.9977828 | 853 1038
1036 12.950 | 39.2093488 | 0.3943395 0.9977828 | 853 1038
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1040 13.000 | 39.2339593 | 0.3891002 0.9977828 | 853 1038
1044 13.050 | 39.2314943 | 0.3837737 0.9977828 | 853 1038
1048 13.100 | 39.2561143 | 0.3783588 0.9977828 | 853 1038
1052 13.150 | 39.2731386 | 0.3728541 0.9977828 | 853 1038
1056 13.200 | 39.2877378 | 0.3672585 0.9977828 | 853 1038
1060 13.250 | 39.2720496 | 0.3615709 0.9977828 | 853 1038
1064 13.300 | 39.3001336 | 0.3557899 0.9977828 | 853 1038
1068 13.350 | 39.3205485 | 0.3499147 0.9977828 | 853 1038
1072 13.400 | 39.3487381 | 0.3439441 0.9977828 | 853 1038
1076 13.450 | 39.3519935 | 0.3378772 0.9977828 | 853 1038
1080 13.500 | 39.3796096 | 0.3317131 0.9977828 | 853 1038
1084 13.550 | 39.3953789 | 0.3254512 0.9977828 | 853 1038
1088 13.600 | 39.4083926 | 0.3190907 0.9977828 | 853 1038
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,603,21] : [79,709,73] ([59,107,53] + PADDING) 334589
[4][0][0] exterior: [45,1264,45] : [99,1360,87] ([55,97,43] + PADDING) 229405
[5][0][0] exterior: [93,2567,93] : [112,2602,135] ([20,36,43] + PADDING) 30960
[5][0][1] exterior: [93,2603,93] : [158,2681,135] ([66,79,43] + PADDING) 224202
[6][0][0] exterior: [200,5244,189] : [278,5322,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [439,10527,381] : [517,10605,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [22.000000000000000,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.599999999999994,-0.600000000000001] : [10.199999999999999,9.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.699999999999989,-0.300000000000001] : [1.600000000000000,-2.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.100000000000023,-0.300000000000001] : [6.199999999999999,5.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.399999999999999,-0.199999999999989,-0.150000000000000] : [4.299999999999999,3.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.375000000000000,0.774999999999977,-0.075000000000001] : [3.324999999999999,2.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 679k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 761M active, 1059M owned (+39%), 1892M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.115 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 16%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1092 13.650 | 39.1473778 | 0.3126312 0.9977828 | 872 1079
1096 13.700 | 39.1753840 | 0.3060725 0.9977828 | 872 1079
1100 13.750 | 39.1923628 | 0.2994143 0.9977828 | 872 1079
1104 13.800 | 39.2178141 | 0.2926569 0.9977828 | 872 1079
1108 13.850 | 39.2147009 | 0.2858007 0.9977828 | 872 1079
1112 13.900 | 39.2375523 | 0.2788464 0.9977828 | 872 1079
1116 13.950 | 39.2501358 | 0.2717952 0.9977828 | 872 1079
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1120 14.000 | 39.2662686 | 0.2646486 0.9977828 | 872 1079
1124 14.050 | 39.2493084 | 0.2574090 0.9977828 | 872 1079
1128 14.100 | 39.2750642 | 0.2500790 0.9977828 | 872 1079
1132 14.150 | 39.2887609 | 0.2426624 0.9977828 | 872 1079
1136 14.200 | 39.3103218 | 0.2351637 0.9977828 | 872 1079
1140 14.250 | 39.3104198 | 0.2275885 0.9977828 | 872 1079
1144 14.300 | 39.3369034 | 0.2199438 0.9977828 | 872 1079
1148 14.350 | 39.3514510 | 0.2120707 0.9977828 | 872 1079
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.410518 at (2.272213,1.834959,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56661391 m_irreducible=0.5000048403
INFO (AHFinderDirect): AH 2/3: r=0.410518 at (-2.272213,-1.834959,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56661391 m_irreducible=0.5000048403
1152 14.400 | 39.2146417 | 0.4061205 0.9977828 | 872 1079
1156 14.450 | 39.1022427 | 0.4039681 0.9977828 | 872 1079
1160 14.500 | 39.1257246 | 0.3990782 0.9977828 | 872 1079
1164 14.550 | 39.1422404 | 0.3941171 0.9977828 | 872 1079
1168 14.600 | 39.1648588 | 0.3890843 0.9977828 | 872 1079
1172 14.650 | 39.1641333 | 0.3839792 0.9977828 | 872 1079
1176 14.700 | 39.1879768 | 0.3788013 0.9977828 | 872 1079
1180 14.750 | 39.2012241 | 0.3735269 0.9977828 | 872 1079
1184 14.800 | 39.2181668 | 0.3681662 0.9977828 | 872 1079
1188 14.850 | 39.2028797 | 0.3625816 0.9977828 | 872 1079
1192 14.900 | 39.2277169 | 0.3566902 0.9977828 | 872 1079
1196 14.950 | 39.2428212 | 0.3506956 0.9977828 | 872 1079
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1200 15.000 | 39.2667790 | 0.3445957 0.9977828 | 872 1079
1204 15.050 | 39.2662025 | 0.3383883 0.9977828 | 872 1079
1208 15.100 | 39.2902860 | 0.3320712 0.9977828 | 872 1079
1212 15.150 | 39.3041594 | 0.3256423 0.9977828 | 872 1079
1216 15.200 | 39.3155270 | 0.3190993 0.9977828 | 872 1079
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,602,21] : [78,710,73] ([58,109,53] + PADDING) 335066
[4][0][0] exterior: [45,1263,45] : [98,1361,87] ([54,99,43] + PADDING) 229878
[5][0][0] exterior: [93,2566,93] : [113,2603,135] ([21,38,43] + PADDING) 34314
[5][0][1] exterior: [93,2604,93] : [157,2682,135] ([65,79,43] + PADDING) 220805
[6][0][0] exterior: [196,5248,189] : [274,5326,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [432,10534,381] : [510,10612,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [21.600000000000001,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [10.000000000000000,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.800000000000011,-0.300000000000001] : [1.699999999999999,-2.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.000000000000000,-0.300000000000001] : [6.100000000000000,5.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.199999999999999,0.000000000000000,-0.150000000000000] : [4.100000000000000,3.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.199999999999999,0.949999999999989,-0.075000000000001] : [3.149999999999999,2.899999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 679k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 761M active, 1059M owned (+39%), 1892M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.113 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1220 15.250 | 39.1209029 | 0.3124400 0.9977828 | 872 1080
1224 15.300 | 39.1428840 | 0.3056621 0.9977828 | 872 1080
1228 15.350 | 39.1551175 | 0.2987633 0.9977828 | 872 1080
1232 15.400 | 39.1751527 | 0.2917412 0.9977828 | 872 1080
1236 15.450 | 39.1728358 | 0.2845935 0.9977828 | 872 1080
1240 15.500 | 39.1946959 | 0.2773178 0.9977828 | 872 1080
1244 15.550 | 39.2075126 | 0.2699118 0.9977828 | 872 1080
1248 15.600 | 39.2243235 | 0.2623730 0.9977828 | 872 1080
1252 15.650 | 39.2086592 | 0.2546991 0.9977828 | 872 1080
1256 15.700 | 39.2328231 | 0.2468877 0.9977828 | 872 1080
1260 15.750 | 39.2456730 | 0.2389364 0.9977828 | 872 1080
1264 15.800 | 39.2653793 | 0.2308430 0.9977828 | 872 1080
1268 15.850 | 39.2632795 | 0.2226055 0.9977828 | 872 1080
1272 15.900 | 39.2836486 | 0.2142216 0.9977828 | 872 1080
1276 15.950 | 39.2954028 | 0.2056889 0.9977828 | 872 1080
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409019 at (2.090443,2.011596,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56658859 m_irreducible=0.5000043365
INFO (AHFinderDirect): AH 2/3: r=0.409019 at (-2.090443,-2.011596,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56658859 m_irreducible=0.5000043365
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1280 16.000 | 39.1373554 | 0.4050258 0.9977828 | 872 1080
1284 16.050 | 39.0325437 | 0.4021714 0.9977828 | 872 1080
1288 16.100 | 39.0536654 | 0.3971877 0.9977828 | 872 1080
1292 16.150 | 39.0651316 | 0.3921285 0.9977828 | 872 1080
1296 16.200 | 39.0846514 | 0.3869929 0.9977828 | 872 1080
1300 16.250 | 39.0843594 | 0.3817798 0.9977828 | 872 1080
1304 16.300 | 39.1043355 | 0.3764883 0.9977828 | 872 1080
1308 16.350 | 39.1174389 | 0.3711177 0.9977828 | 872 1080
1312 16.400 | 39.1286850 | 0.3656672 0.9977828 | 872 1080
1316 16.450 | 39.1153403 | 0.3601360 0.9977828 | 872 1080
1320 16.500 | 39.1363832 | 0.3545234 0.9977828 | 872 1080
1324 16.550 | 39.1478923 | 0.3486499 0.9977828 | 872 1080
1328 16.600 | 39.1665712 | 0.3425427 0.9977828 | 872 1080
1332 16.650 | 39.1655404 | 0.3363281 0.9977828 | 872 1080
1336 16.700 | 39.1876144 | 0.3300041 0.9977828 | 872 1080
1340 16.750 | 39.2003750 | 0.3235683 0.9977828 | 872 1080
1344 16.800 | 39.2110948 | 0.3170187 0.9977828 | 872 1080
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,602,21] : [78,710,73] ([58,109,53] + PADDING) 335066
[4][0][0] exterior: [45,1262,45] : [97,1362,87] ([53,101,43] + PADDING) 230179
[5][0][0] exterior: [93,2564,93] : [115,2605,135] ([23,42,43] + PADDING) 41538
[5][0][1] exterior: [93,2606,93] : [155,2684,135] ([63,79,43] + PADDING) 214011
[6][0][0] exterior: [189,5167,189] : [195,5245,231] ([7,79,43] + PADDING) 23779
[6][0][1] exterior: [189,5251,189] : [271,5329,231] ([83,79,43] + PADDING) 281951
[7][0][0] exterior: [424,10541,381] : [502,10619,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [21.600000000000001,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.000000000000000,-0.600000000000001] : [9.800000000000001,10.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.000000000000000,-0.300000000000001] : [1.899999999999999,-1.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.800000000000011,-0.300000000000001] : [5.899999999999999,6.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.050000000000011,-0.150000000000000] : [0.149999999999999,-0.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.149999999999977,-0.150000000000000] : [3.949999999999999,4.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.000000000000000,1.125000000000000,-0.075000000000001] : [2.949999999999999,3.074999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 170k active, 331k owned (+95%), 691k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 766M active, 1063M owned (+39%), 1902M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.191 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 18%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1348 16.850 | 39.0190958 | 0.3103530 0.9977828 | 872 1080
1352 16.900 | 39.0383911 | 0.3035690 0.9977828 | 872 1080
1356 16.950 | 39.0496235 | 0.2966644 0.9977828 | 872 1080
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1360 17.000 | 39.0671525 | 0.2896369 0.9977828 | 872 1080
1364 17.050 | 39.0651348 | 0.2824844 0.9977828 | 872 1080
1368 17.100 | 39.0836108 | 0.2752047 0.9977828 | 872 1080
1372 17.150 | 39.0938776 | 0.2677955 0.9977828 | 872 1080
1376 17.200 | 39.1032153 | 0.2602547 0.9977828 | 872 1080
1380 17.250 | 39.0881502 | 0.2525802 0.9977828 | 872 1080
1384 17.300 | 39.1060586 | 0.2447700 0.9977828 | 872 1080
1388 17.350 | 39.1152231 | 0.2368225 0.9977828 | 872 1080
1392 17.400 | 39.1308971 | 0.2287361 0.9977828 | 872 1080
1396 17.450 | 39.1279548 | 0.2205097 0.9977828 | 872 1080
1400 17.500 | 39.1464662 | 0.2121423 0.9977828 | 872 1080
1404 17.550 | 39.1564607 | 0.2036331 0.9977828 | 872 1080
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408311 at (1.893500,2.174776,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56670028 m_irreducible=0.5000065585
INFO (AHFinderDirect): AH 2/3: r=0.408311 at (-1.893500,-2.174776,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56670028 m_irreducible=0.5000065585
1408 17.600 | 39.0393234 | 0.4043933 0.9977828 | 872 1080
1412 17.650 | 38.9455755 | 0.4016821 0.9977828 | 872 1080
1416 17.700 | 38.9631706 | 0.3971036 0.9977828 | 872 1080
1420 17.750 | 38.9729479 | 0.3919019 0.9977828 | 872 1080
1424 17.800 | 38.9882905 | 0.3866201 0.9977828 | 872 1080
1428 17.850 | 38.9855840 | 0.3812573 0.9977828 | 872 1080
1432 17.900 | 39.0034081 | 0.3758127 0.9977828 | 872 1080
1436 17.950 | 39.0143818 | 0.3702855 0.9977828 | 872 1080
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1440 18.000 | 39.0242062 | 0.3646752 0.9977828 | 872 1080
1444 18.050 | 39.0092368 | 0.3588732 0.9977828 | 872 1080
1448 18.100 | 39.0272081 | 0.3529388 0.9977828 | 872 1080
1452 18.150 | 39.0377429 | 0.3469020 0.9977828 | 872 1080
1456 18.200 | 39.0538621 | 0.3407612 0.9977828 | 872 1080
1460 18.250 | 39.0526120 | 0.3345144 0.9977828 | 872 1080
1464 18.300 | 39.0714831 | 0.3281601 0.9977828 | 872 1080
1468 18.350 | 39.0817490 | 0.3216964 0.9977828 | 872 1080
1472 18.400 | 39.0878268 | 0.3151217 0.9977828 | 872 1080
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,601,21] : [77,711,73] ([57,111,53] + PADDING) 335331
[4][0][0] exterior: [45,1262,45] : [96,1362,87] ([52,101,43] + PADDING) 225836
[5][0][0] exterior: [93,2562,93] : [117,2607,135] ([25,46,43] + PADDING) 49450
[5][0][1] exterior: [93,2608,93] : [153,2686,135] ([61,79,43] + PADDING) 207217
[6][0][0] exterior: [189,5164,189] : [195,5242,231] ([7,79,43] + PADDING) 23779
[6][0][1] exterior: [189,5254,189] : [267,5332,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [416,10547,381] : [494,10625,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [21.199999999999999,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.000000000000000,-0.600000000000001] : [9.600000000000001,10.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.199999999999989,-0.300000000000001] : [2.100000000000000,-1.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.600000000000023,-0.300000000000001] : [5.699999999999999,6.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.199999999999989,-0.150000000000000] : [0.149999999999999,-0.300000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.300000000000011,-0.150000000000000] : [3.750000000000000,4.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.799999999999999,1.274999999999977,-0.075000000000001] : [2.750000000000000,3.225000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 327k owned (+95%), 685k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 764M active, 1059M owned (+39%), 1896M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.145 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 18%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1476 18.450 | 38.9308870 | 0.3084344 0.9977828 | 872 1080
1480 18.500 | 38.9503243 | 0.3016332 0.9977828 | 872 1080
1484 18.550 | 38.9621552 | 0.2947165 0.9977828 | 872 1080
1488 18.600 | 38.9799881 | 0.2876833 0.9977828 | 872 1080
1492 18.650 | 38.9811168 | 0.2805323 0.9977828 | 872 1080
1496 18.700 | 39.0013754 | 0.2732629 0.9977828 | 872 1080
1500 18.750 | 39.0131913 | 0.2658743 0.9977828 | 872 1080
1504 18.800 | 39.0239848 | 0.2583664 0.9977828 | 872 1080
1508 18.850 | 39.0131178 | 0.2507392 0.9977828 | 872 1080
1512 18.900 | 39.0319760 | 0.2429933 0.9977828 | 872 1080
1516 18.950 | 39.0428734 | 0.2351298 0.9977828 | 872 1080
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1520 19.000 | 39.0598799 | 0.2271504 0.9977828 | 872 1080
1524 19.050 | 39.0600316 | 0.2190576 0.9977828 | 872 1080
1528 19.100 | 39.0787788 | 0.2108548 0.9977828 | 872 1080
1532 19.150 | 39.0909379 | 0.2025464 0.9977828 | 872 1080
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408908 at (1.680348,2.321996,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56678612 m_irreducible=0.5000082662
INFO (AHFinderDirect): AH 2/3: r=0.408908 at (-1.680348,-2.321996,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56678612 m_irreducible=0.5000082662
1536 19.200 | 38.9851568 | 0.4047076 0.9977828 | 872 1080
1540 19.250 | 38.8998191 | 0.4019632 0.9977828 | 872 1080
1544 19.300 | 38.9178866 | 0.3971195 0.9977828 | 872 1080
1548 19.350 | 38.9286968 | 0.3922088 0.9977828 | 872 1080
1552 19.400 | 38.9449125 | 0.3872306 0.9977828 | 872 1080
1556 19.450 | 38.9450677 | 0.3821848 0.9977828 | 872 1080
1560 19.500 | 38.9626830 | 0.3770714 0.9977828 | 872 1080
1564 19.550 | 38.9737695 | 0.3718905 0.9977828 | 872 1080
1568 19.600 | 38.9861492 | 0.3665074 0.9977828 | 872 1080
1572 19.650 | 38.9727764 | 0.3608287 0.9977828 | 872 1080
1576 19.700 | 38.9907839 | 0.3550599 0.9977828 | 872 1080
1580 19.750 | 39.0012775 | 0.3491543 0.9977828 | 872 1080
1584 19.800 | 39.0178742 | 0.3430824 0.9977828 | 872 1080
1588 19.850 | 39.0176805 | 0.3369118 0.9977828 | 872 1080
1592 19.900 | 39.0354978 | 0.3306419 0.9977828 | 872 1080
1596 19.950 | 39.0458431 | 0.3242717 0.9977828 | 872 1080
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1600 20.000 | 39.0531227 | 0.3177644 0.9977828 | 872 1080
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,601,21] : [77,711,73] ([57,111,53] + PADDING) 335331
[4][0][0] exterior: [45,1261,45] : [95,1363,87] ([51,103,43] + PADDING) 225879
[5][0][0] exterior: [93,2561,93] : [119,2608,135] ([27,48,43] + PADDING) 55728
[5][0][1] exterior: [93,2609,93] : [151,2687,135] ([59,79,43] + PADDING) 200423
[6][0][0] exterior: [189,5161,189] : [200,5239,231] ([12,79,43] + PADDING) 40764
[6][0][1] exterior: [189,5257,189] : [262,5335,231] ([74,79,43] + PADDING) 251378
[7][0][0] exterior: [407,10553,381] : [485,10631,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [21.199999999999999,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.199999999999989,-0.600000000000001] : [9.399999999999999,10.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.300000000000011,-0.300000000000001] : [2.299999999999999,-1.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.500000000000000,-0.300000000000001] : [5.500000000000000,6.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.350000000000023,-0.150000000000000] : [0.399999999999999,-0.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.449999999999989,-0.150000000000000] : [3.500000000000000,4.350000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.574999999999999,1.425000000000011,-0.075000000000001] : [2.524999999999999,3.375000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 327k owned (+99%), 681k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 761M active, 1059M owned (+39%), 1892M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.117 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 16%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 16%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1604 20.050 | 38.9153899 | 0.3109774 0.9977828 | 872 1080
1608 20.100 | 38.9305993 | 0.3040651 0.9977828 | 872 1080
1612 20.150 | 38.9388395 | 0.2970249 0.9977828 | 872 1080
1616 20.200 | 38.9550319 | 0.2898546 0.9977828 | 873 1080
1620 20.250 | 38.9520241 | 0.2825515 0.9977828 | 873 1080
1624 20.300 | 38.9665521 | 0.2751133 0.9977828 | 873 1080
1628 20.350 | 38.9746837 | 0.2675374 0.9977828 | 873 1080
1632 20.400 | 38.9845023 | 0.2598215 0.9977828 | 873 1080
1636 20.450 | 38.9728620 | 0.2519631 0.9977828 | 873 1080
1640 20.500 | 38.9917615 | 0.2439599 0.9977828 | 873 1080
1644 20.550 | 39.0021577 | 0.2358098 0.9977828 | 873 1080
1648 20.600 | 39.0167669 | 0.2275107 0.9977828 | 873 1080
1652 20.650 | 39.0136108 | 0.2190605 0.9977828 | 873 1080
1656 20.700 | 39.0302354 | 0.2104572 0.9977828 | 873 1080
1660 20.750 | 39.0380609 | 0.2016994 0.9977828 | 873 1080
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409846 at (1.451873,2.449816,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56686563 m_irreducible=0.5000098479
INFO (AHFinderDirect): AH 2/3: r=0.409846 at (-1.451873,-2.449816,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56686563 m_irreducible=0.5000098479
1664 20.800 | 38.9717299 | 0.4055024 0.9977828 | 873 1080
1668 20.850 | 38.8908663 | 0.4032789 0.9977828 | 873 1080
1672 20.900 | 38.9055636 | 0.3982359 0.9977828 | 873 1080
1676 20.950 | 38.9129073 | 0.3931132 0.9977828 | 873 1080
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1680 21.000 | 38.9269039 | 0.3879172 0.9977828 | 873 1080
1684 21.050 | 38.9247482 | 0.3826477 0.9977828 | 873 1080
1688 21.100 | 38.9396695 | 0.3769685 0.9977828 | 873 1080
1692 21.150 | 38.9483793 | 0.3711646 0.9977828 | 873 1080
1696 21.200 | 38.9563719 | 0.3652553 0.9977828 | 873 1080
1700 21.250 | 38.9435384 | 0.3592385 0.9977828 | 873 1080
1704 21.300 | 38.9591366 | 0.3531119 0.9977828 | 873 1080
1708 21.350 | 38.9683159 | 0.3468734 0.9977828 | 873 1080
1712 21.400 | 38.9821313 | 0.3405205 0.9977828 | 873 1080
1716 21.450 | 38.9804906 | 0.3340509 0.9977828 | 873 1080
1720 21.500 | 38.9955628 | 0.3274624 0.9977828 | 873 1080
1724 21.550 | 39.0041779 | 0.3207526 0.9977828 | 873 1080
1728 21.600 | 39.0110972 | 0.3139191 0.9977828 | 873 1080
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [96,255,95] ([94,183,93] + PADDING) 1599786
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,601,21] : [76,711,73] ([56,111,53] + PADDING) 329448
[4][0][0] exterior: [45,1260,45] : [94,1364,87] ([50,105,43] + PADDING) 225750
[5][0][0] exterior: [93,2560,93] : [122,2609,135] ([30,50,43] + PADDING) 64500
[5][0][1] exterior: [93,2610,93] : [148,2688,135] ([56,79,43] + PADDING) 190232
[6][0][0] exterior: [189,5159,189] : [205,5237,231] ([17,79,43] + PADDING) 57749
[6][0][1] exterior: [189,5259,189] : [257,5337,231] ([69,79,43] + PADDING) 234393
[7][0][0] exterior: [398,10557,381] : [476,10635,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [144.000000000000028,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [20.800000000000001,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.400000000000006,-0.600000000000001] : [9.199999999999999,10.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.400000000000006,-0.300000000000001] : [2.600000000000000,-1.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.399999999999977,-0.300000000000001] : [5.199999999999999,6.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.449999999999989,-0.150000000000000] : [0.649999999999999,-0.550000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.550000000000011,-0.150000000000000] : [3.250000000000000,4.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.350000000000000,1.524999999999977,-0.075000000000001] : [2.299999999999999,3.475000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 680k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 763M active, 1061M owned (+39%), 1895M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.137 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 16M 17M 18M 1M owned 7%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 13%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1732 21.650 | 38.8484537 | 0.3069595 0.9977828 | 901 1142
1736 21.700 | 38.8646598 | 0.2998715 0.9977828 | 901 1142
1740 21.750 | 38.8729598 | 0.2926527 0.9977828 | 901 1142
1744 21.800 | 38.8871540 | 0.2853007 0.9977828 | 901 1142
1748 21.850 | 38.8853894 | 0.2778132 0.9977828 | 901 1142
1752 21.900 | 38.9004486 | 0.2701877 0.9977828 | 901 1142
1756 21.950 | 38.9081677 | 0.2624221 0.9977828 | 901 1142
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1760 22.000 | 38.9214368 | 0.2545141 0.9977828 | 901 1142
1764 22.050 | 38.9102652 | 0.2464617 0.9977828 | 901 1142
1768 22.100 | 38.9252391 | 0.2382632 0.9977828 | 901 1142
1772 22.150 | 38.9334523 | 0.2299173 0.9977828 | 901 1142
1776 22.200 | 38.9482069 | 0.2214229 0.9977828 | 901 1142
1780 22.250 | 38.9459622 | 0.2127792 0.9977828 | 901 1142
1784 22.300 | 38.9598820 | 0.2039853 0.9977828 | 901 1142
1788 22.350 | 38.9675955 | 0.1950404 0.9977828 | 901 1142
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.41009 at (1.210891,2.556037,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56685956 m_irreducible=0.5000097272
INFO (AHFinderDirect): AH 2/3: r=0.41009 at (-1.210891,-2.556037,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56685956 m_irreducible=0.5000097272
1792 22.400 | 38.8824727 | 0.4055015 0.9977828 | 901 1142
1796 22.450 | 38.8113120 | 0.4033318 0.9977828 | 901 1142
1800 22.500 | 38.8254792 | 0.3981161 0.9977828 | 901 1142
1804 22.550 | 38.8345170 | 0.3927912 0.9977828 | 901 1142
1808 22.600 | 38.8472818 | 0.3873755 0.9977828 | 901 1142
1812 22.650 | 38.8456525 | 0.3818675 0.9977828 | 901 1142
1816 22.700 | 38.8597766 | 0.3762654 0.9977828 | 901 1142
1820 22.750 | 38.8672099 | 0.3705676 0.9977828 | 901 1142
1824 22.800 | 38.8775382 | 0.3647724 0.9977828 | 901 1142
1828 22.850 | 38.8664895 | 0.3588782 0.9977828 | 901 1142
1832 22.900 | 38.8805172 | 0.3528833 0.9977828 | 901 1142
1836 22.950 | 38.8896394 | 0.3467860 0.9977828 | 901 1142
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1840 23.000 | 38.9020910 | 0.3405166 0.9977828 | 901 1142
1844 23.050 | 38.9003490 | 0.3341148 0.9977828 | 901 1142
1848 23.100 | 38.9140622 | 0.3276033 0.9977828 | 901 1142
1852 23.150 | 38.9222235 | 0.3209808 0.9977828 | 901 1142
1856 23.200 | 38.9284097 | 0.3142459 0.9977828 | 901 1142
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [96,255,95] ([94,183,93] + PADDING) 1599786
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,600,21] : [76,712,73] ([56,113,53] + PADDING) 335384
[4][0][0] exterior: [45,1260,45] : [92,1364,87] ([48,105,43] + PADDING) 216720
[5][0][0] exterior: [93,2559,93] : [124,2610,135] ([32,52,43] + PADDING) 71552
[5][0][1] exterior: [93,2611,93] : [146,2689,135] ([54,79,43] + PADDING) 183438
[6][0][0] exterior: [189,5157,189] : [210,5235,231] ([22,79,43] + PADDING) 74734
[6][0][1] exterior: [189,5261,189] : [252,5339,231] ([64,79,43] + PADDING) 217408
[7][0][0] exterior: [388,10561,381] : [466,10639,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [144.000000000000028,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.800000000000001,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.400000000000006,-0.600000000000001] : [8.800000000000001,10.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.500000000000000,-0.300000000000001] : [2.799999999999999,-1.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.300000000000011,-0.300000000000001] : [5.000000000000000,6.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.550000000000011,-0.150000000000000] : [0.899999999999999,-0.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.649999999999977,-0.150000000000000] : [3.000000000000000,4.550000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.100000000000000,1.625000000000000,-0.075000000000001] : [2.049999999999999,3.574999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 680k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 762M active, 1059M owned (+39%), 1893M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.122 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 16M 17M 18M 1M owned 7%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 15%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1860 23.250 | 38.7911008 | 0.3073973 0.9977828 | 901 1142
1864 23.300 | 38.8066476 | 0.3004340 0.9977828 | 901 1142
1868 23.350 | 38.8135372 | 0.2933550 0.9977828 | 901 1142
1872 23.400 | 38.8251496 | 0.2861596 0.9977828 | 901 1142
1876 23.450 | 38.8220144 | 0.2788472 0.9977828 | 901 1142
1880 23.500 | 38.8347645 | 0.2714177 0.9977828 | 901 1142
1884 23.550 | 38.8437509 | 0.2638714 0.9977828 | 901 1142
1888 23.600 | 38.8519291 | 0.2562087 0.9977828 | 901 1142
1892 23.650 | 38.8417532 | 0.2484309 0.9977828 | 901 1142
1896 23.700 | 38.8564541 | 0.2405399 0.9977828 | 901 1142
1900 23.750 | 38.8631251 | 0.2325385 0.9977828 | 901 1142
1904 23.800 | 38.8741209 | 0.2244303 0.9977828 | 901 1142
1908 23.850 | 38.8708323 | 0.2162202 0.9977828 | 901 1142
1912 23.900 | 38.8847912 | 0.2079146 0.9977828 | 901 1142
1916 23.950 | 38.8911701 | 0.1995210 0.9977828 | 901 1142
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409746 at (0.960287,2.639976,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56702997 m_irreducible=0.5000131173
INFO (AHFinderDirect): AH 2/3: r=0.409746 at (-0.960287,-2.639976,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56702997 m_irreducible=0.5000131173
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
1920 24.000 | 38.8010644 | 0.4051761 0.9977828 | 901 1142
1924 24.050 | 38.7334867 | 0.4028808 0.9977828 | 901 1142
1928 24.100 | 38.7465786 | 0.3976092 0.9977828 | 901 1142
1932 24.150 | 38.7542433 | 0.3921953 0.9977828 | 901 1142
1936 24.200 | 38.7666012 | 0.3866866 0.9977828 | 901 1142
1940 24.250 | 38.7643209 | 0.3810810 0.9977828 | 901 1142
1944 24.300 | 38.7771662 | 0.3753767 0.9977828 | 901 1142
1948 24.350 | 38.7842615 | 0.3695715 0.9977828 | 901 1142
1952 24.400 | 38.7908730 | 0.3636635 0.9977828 | 901 1142
1956 24.450 | 38.7793989 | 0.3576506 0.9977828 | 901 1142
1960 24.500 | 38.7929128 | 0.3515306 0.9977828 | 901 1142
1964 24.550 | 38.7999918 | 0.3453015 0.9977828 | 901 1142
1968 24.600 | 38.8127800 | 0.3389613 0.9977828 | 901 1142
1972 24.650 | 38.8111879 | 0.3325076 0.9977828 | 901 1142
1976 24.700 | 38.8250973 | 0.3259385 0.9977828 | 901 1142
1980 24.750 | 38.8325267 | 0.3192519 0.9977828 | 901 1142
1984 24.800 | 38.8379678 | 0.3124454 0.9977828 | 901 1142
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [96,255,95] ([94,183,93] + PADDING) 1599786
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,600,21] : [75,712,73] ([55,113,53] + PADDING) 329395
[4][0][0] exterior: [45,1260,45] : [91,1364,87] ([47,105,43] + PADDING) 212205
[5][0][0] exterior: [93,2558,93] : [127,2611,135] ([35,54,43] + PADDING) 81270
[5][0][1] exterior: [93,2612,93] : [143,2690,135] ([51,79,43] + PADDING) 173247
[6][0][0] exterior: [189,5155,189] : [215,5233,231] ([27,79,43] + PADDING) 91719
[6][0][1] exterior: [189,5263,189] : [247,5341,231] ([59,79,43] + PADDING) 200423
[7][0][0] exterior: [381,10350,381] : [390,10428,423] ([10,79,43] + PADDING) 33970
[7][0][1] exterior: [381,10564,381] : [456,10642,423] ([76,79,43] + PADDING) 258172
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [144.000000000000028,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.399999999999999,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.400000000000006,-0.600000000000001] : [8.599999999999998,10.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [3.100000000000000,-1.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.199999999999989,-0.300000000000001] : [4.699999999999999,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.649999999999977,-0.150000000000000] : [1.149999999999999,-0.750000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.750000000000000,-0.150000000000000] : [2.750000000000000,4.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.649999999999977,-0.075000000000001] : [0.149999999999999,-1.699999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.699999999999989,-0.075000000000001] : [1.799999999999999,3.649999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 327k owned (+96%), 685k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 762M active, 1057M owned (+39%), 1892M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.111 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 16M 17M 18M 1M owned 7%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 19%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
1988 24.850 | 38.7186222 | 0.3055172 0.9977828 | 901 1142
1992 24.900 | 38.7297989 | 0.2984649 0.9977828 | 901 1142
1996 24.950 | 38.7358591 | 0.2912868 0.9977828 | 901 1142
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2000 25.000 | 38.7464960 | 0.2839811 0.9977828 | 901 1142
2004 25.050 | 38.7449651 | 0.2765464 0.9977828 | 901 1142
2008 25.100 | 38.7588868 | 0.2689817 0.9977828 | 901 1142
2012 25.150 | 38.7654209 | 0.2612859 0.9977828 | 901 1142
2016 25.200 | 38.7713183 | 0.2534579 0.9977828 | 901 1142
2020 25.250 | 38.7594408 | 0.2454958 0.9977828 | 901 1142
2024 25.300 | 38.7717168 | 0.2373966 0.9977828 | 901 1142
2028 25.350 | 38.7783694 | 0.2291567 0.9977828 | 901 1142
2032 25.400 | 38.7899832 | 0.2207727 0.9977828 | 901 1142
2036 25.450 | 38.7879642 | 0.2122432 0.9977828 | 901 1142
2040 25.500 | 38.7993587 | 0.2035716 0.9977828 | 901 1142
2044 25.550 | 38.8056189 | 0.1947683 0.9977828 | 901 1142
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409421 at (0.702006,2.700816,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56703956 m_irreducible=0.5000133081
INFO (AHFinderDirect): AH 2/3: r=0.409421 at (-0.702006,-2.700816,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56703956 m_irreducible=0.5000133081
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 650403680 ( 620.3 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 1029168 ( 1.0 MiB) Bytes in central cache freelist
MALLOC: + 2613248 ( 2.5 MiB) Bytes in transfer cache freelist
MALLOC: + 31116400 ( 29.7 MiB) Bytes in thread cache freelists
MALLOC: + 2289856 ( 2.2 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 687452352 ( 655.6 MiB) Actual memory used (physical + swap)
MALLOC: + 218578944 ( 208.5 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 906031296 ( 864.1 MiB) Virtual address space used
MALLOC:
MALLOC: 3765 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 398 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 719 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3729 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 320 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 5951 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 160 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 842 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2471 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 43 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 291 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.9 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 0.9 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 28 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.0 cum MiB
class 22 [ 416 bytes ] : 20 objs; 0.0 MiB; 1.0 cum MiB
class 24 [ 480 bytes ] : 14 objs; 0.0 MiB; 1.0 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.0 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.1 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 7 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 10 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 44 [ 3328 bytes ] : 5 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 3 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 50 [ 8192 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.5 cum MiB
class 52 [ 10240 bytes ] : 2 objs; 0.0 MiB; 1.5 cum MiB
class 53 [ 12288 bytes ] : 4 objs; 0.0 MiB; 1.5 cum MiB
class 54 [ 13312 bytes ] : 7 objs; 0.1 MiB; 1.6 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.7 cum MiB
class 57 [ 24576 bytes ] : 5 objs; 0.1 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.5 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.6 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 62 [ 57344 bytes ] : 1 objs; 0.1 MiB; 2.7 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 64 [ 73728 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.1 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.2 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.4 cum MiB
class 70 [ 122880 bytes ] : 2 objs; 0.2 MiB; 3.7 cum MiB
class 71 [ 131072 bytes ] : 25 objs; 3.1 MiB; 6.8 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 7.6 cum MiB
class 73 [ 147456 bytes ] : 25 objs; 3.5 MiB; 11.1 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 14.8 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 18.7 cum MiB
class 76 [ 172032 bytes ] : 45 objs; 7.4 MiB; 26.1 cum MiB
class 77 [ 180224 bytes ] : 25 objs; 4.3 MiB; 30.4 cum MiB
class 78 [ 188416 bytes ] : 4 objs; 0.7 MiB; 31.1 cum MiB
class 79 [ 196608 bytes ] : 2 objs; 0.4 MiB; 31.5 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 31.9 cum MiB
class 81 [ 212992 bytes ] : 2 objs; 0.4 MiB; 32.3 cum MiB
class 82 [ 221184 bytes ] : 2 objs; 0.4 MiB; 32.7 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 32.9 cum MiB
------------------------------------------------
PageHeap: 47 sizes; 0.0 MiB free; 208.5 MiB unmapped
------------------------------------------------
1 pages * 28 spans ~ 0.2 MiB; 0.2 MiB cum; unmapped: 0.2 MiB; 0.2 MiB cum
2 pages * 36 spans ~ 0.6 MiB; 0.8 MiB cum; unmapped: 0.6 MiB; 0.8 MiB cum
3 pages * 41 spans ~ 1.0 MiB; 1.7 MiB cum; unmapped: 1.0 MiB; 1.7 MiB cum
4 pages * 21 spans ~ 0.7 MiB; 2.4 MiB cum; unmapped: 0.7 MiB; 2.4 MiB cum
5 pages * 11 spans ~ 0.4 MiB; 2.8 MiB cum; unmapped: 0.4 MiB; 2.8 MiB cum
6 pages * 19 spans ~ 0.9 MiB; 3.7 MiB cum; unmapped: 0.9 MiB; 3.7 MiB cum
7 pages * 15 spans ~ 0.8 MiB; 4.5 MiB cum; unmapped: 0.8 MiB; 4.5 MiB cum
8 pages * 8 spans ~ 0.5 MiB; 5.0 MiB cum; unmapped: 0.5 MiB; 5.0 MiB cum
9 pages * 18 spans ~ 1.3 MiB; 6.3 MiB cum; unmapped: 1.3 MiB; 6.3 MiB cum
10 pages * 19 spans ~ 1.5 MiB; 7.8 MiB cum; unmapped: 1.5 MiB; 7.8 MiB cum
11 pages * 6 spans ~ 0.5 MiB; 8.3 MiB cum; unmapped: 0.5 MiB; 8.3 MiB cum
12 pages * 9 spans ~ 0.8 MiB; 9.1 MiB cum; unmapped: 0.8 MiB; 9.1 MiB cum
13 pages * 15 spans ~ 1.5 MiB; 10.7 MiB cum; unmapped: 1.5 MiB; 10.7 MiB cum
14 pages * 11 spans ~ 1.2 MiB; 11.9 MiB cum; unmapped: 1.2 MiB; 11.9 MiB cum
15 pages * 8 spans ~ 0.9 MiB; 12.8 MiB cum; unmapped: 0.9 MiB; 12.8 MiB cum
16 pages * 9 spans ~ 1.1 MiB; 13.9 MiB cum; unmapped: 1.1 MiB; 13.9 MiB cum
17 pages * 14 spans ~ 1.9 MiB; 15.8 MiB cum; unmapped: 1.9 MiB; 15.8 MiB cum
18 pages * 2 spans ~ 0.3 MiB; 16.1 MiB cum; unmapped: 0.3 MiB; 16.1 MiB cum
21 pages * 8 spans ~ 1.3 MiB; 17.4 MiB cum; unmapped: 1.3 MiB; 17.4 MiB cum
28 pages * 1 spans ~ 0.2 MiB; 17.6 MiB cum; unmapped: 0.2 MiB; 17.6 MiB cum
32 pages * 1 spans ~ 0.2 MiB; 17.9 MiB cum; unmapped: 0.2 MiB; 17.9 MiB cum
34 pages * 2 spans ~ 0.5 MiB; 18.4 MiB cum; unmapped: 0.5 MiB; 18.4 MiB cum
37 pages * 1 spans ~ 0.3 MiB; 18.7 MiB cum; unmapped: 0.3 MiB; 18.7 MiB cum
38 pages * 1 spans ~ 0.3 MiB; 19.0 MiB cum; unmapped: 0.3 MiB; 19.0 MiB cum
47 pages * 1 spans ~ 0.4 MiB; 19.3 MiB cum; unmapped: 0.4 MiB; 19.3 MiB cum
53 pages * 1 spans ~ 0.4 MiB; 19.8 MiB cum; unmapped: 0.4 MiB; 19.8 MiB cum
54 pages * 2 spans ~ 0.8 MiB; 20.6 MiB cum; unmapped: 0.8 MiB; 20.6 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 21.1 MiB cum; unmapped: 0.5 MiB; 21.1 MiB cum
64 pages * 1 spans ~ 0.5 MiB; 21.6 MiB cum; unmapped: 0.5 MiB; 21.6 MiB cum
66 pages * 2 spans ~ 1.0 MiB; 22.6 MiB cum; unmapped: 1.0 MiB; 22.6 MiB cum
67 pages * 1 spans ~ 0.5 MiB; 23.1 MiB cum; unmapped: 0.5 MiB; 23.1 MiB cum
73 pages * 2 spans ~ 1.1 MiB; 24.3 MiB cum; unmapped: 1.1 MiB; 24.3 MiB cum
78 pages * 1 spans ~ 0.6 MiB; 24.9 MiB cum; unmapped: 0.6 MiB; 24.9 MiB cum
79 pages * 1 spans ~ 0.6 MiB; 25.5 MiB cum; unmapped: 0.6 MiB; 25.5 MiB cum
80 pages * 1 spans ~ 0.6 MiB;
2048 25.600 | 38.7289300 | 0.4052225 0.9977828 | 901 1142
2052 25.650 | 38.6649105 | 0.4021202 0.9977828 | 901 1142
2056 25.700 | 38.6765493 | 0.3972283 0.9977828 | 901 1142
2060 25.750 | 38.6825502 | 0.3922722 0.9977828 | 901 1142
2064 25.800 | 38.6936203 | 0.3870715 0.9977828 | 901 1142
2068 25.850 | 38.6911012 | 0.3816462 0.9977828 | 901 1142
2072 25.900 | 38.7028000 | 0.3759484 0.9977828 | 901 1142
2076 25.950 | 38.7089452 | 0.3700799 0.9977828 | 901 1142
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2080 26.000 | 38.7166817 | 0.3641083 0.9977828 | 901 1142
2084 26.050 | 38.7065773 | 0.3580317 0.9977828 | 901 1142
2088 26.100 | 38.7174341 | 0.3518483 0.9977828 | 901 1142
2092 26.150 | 38.7229926 | 0.3455562 0.9977828 | 901 1142
2096 26.200 | 38.7328594 | 0.3391538 0.9977828 | 901 1142
2100 26.250 | 38.7303711 | 0.3326394 0.9977828 | 901 1142
2104 26.300 | 38.7413987 | 0.3260112 0.9977828 | 901 1142
2108 26.350 | 38.7471364 | 0.3192678 0.9977828 | 901 1142
2112 26.400 | 38.7513389 | 0.3124078 0.9977828 | 901 1142
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,600,21] : [74,712,73] ([54,113,53] + PADDING) 323406
[4][0][0] exterior: [45,1259,45] : [90,1365,87] ([46,107,43] + PADDING) 211646
[5][0][0] exterior: [93,2558,93] : [141,2690,135] ([49,133,43] + PADDING) 280231
[6][0][0] exterior: [189,5155,189] : [220,5233,231] ([32,79,43] + PADDING) 108704
[6][0][1] exterior: [189,5263,189] : [242,5341,231] ([54,79,43] + PADDING) 183438
[7][0][0] exterior: [381,10348,381] : [401,10426,423] ([21,79,43] + PADDING) 71337
[7][0][1] exterior: [381,10566,381] : [445,10644,423] ([65,79,43] + PADDING) 220805
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.000000000000000,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.599999999999994,-0.600000000000001] : [8.399999999999999,10.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [4.500000000000000,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.649999999999977,-0.150000000000000] : [1.399999999999999,-0.750000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.750000000000000,-0.150000000000000] : [2.500000000000000,4.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.699999999999989,-0.075000000000001] : [0.424999999999999,-1.750000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.750000000000000,-0.075000000000001] : [1.524999999999999,3.699999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 168k active, 331k owned (+97%), 688k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 762M active, 1057M owned (+39%), 1891M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.108 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 8%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 14%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2116 26.450 | 38.6070016 | 0.3054297 0.9977828 | 944 1388
2120 26.500 | 38.6189680 | 0.2983326 0.9977828 | 944 1388
2124 26.550 | 38.6263437 | 0.2911154 0.9977828 | 944 1388
2128 26.600 | 38.6376243 | 0.2837773 0.9977828 | 944 1388
2132 26.650 | 38.6366207 | 0.2763177 0.9977828 | 945 1388
2136 26.700 | 38.6489429 | 0.2687364 0.9977828 | 945 1388
2140 26.750 | 38.6562386 | 0.2610333 0.9977828 | 945 1388
2144 26.800 | 38.6636543 | 0.2532092 0.9977828 | 945 1388
2148 26.850 | 38.6550000 | 0.2452656 0.9977828 | 945 1388
2152 26.900 | 38.6676639 | 0.2372050 0.9977828 | 945 1388
2156 26.950 | 38.6755677 | 0.2290313 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2160 27.000 | 38.6856266 | 0.2207500 0.9977828 | 945 1388
2164 27.050 | 38.6837940 | 0.2123678 0.9977828 | 945 1388
2168 27.100 | 38.6954108 | 0.2038926 0.9977828 | 945 1388
2172 27.150 | 38.7020895 | 0.1953332 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409349 at (0.437725,2.737147,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56694152 m_irreducible=0.5000113578
INFO (AHFinderDirect): AH 2/3: r=0.409349 at (-0.437725,-2.737147,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56694152 m_irreducible=0.5000113578
2176 27.200 | 38.6238003 | 0.4047479 0.9977828 | 945 1388
2180 27.250 | 38.5643278 | 0.4022401 0.9977828 | 945 1388
2184 27.300 | 38.5748136 | 0.3973992 0.9977828 | 945 1388
2188 27.350 | 38.5803413 | 0.3922665 0.9977828 | 945 1388
2192 27.400 | 38.5898316 | 0.3866436 0.9977828 | 945 1388
2196 27.450 | 38.5873422 | 0.3809192 0.9977828 | 945 1388
2200 27.500 | 38.5974653 | 0.3750912 0.9977828 | 945 1388
2204 27.550 | 38.6025402 | 0.3691574 0.9977828 | 945 1388
2208 27.600 | 38.6075768 | 0.3631156 0.9977828 | 945 1388
2212 27.650 | 38.5975756 | 0.3569635 0.9977828 | 945 1388
2216 27.700 | 38.6082035 | 0.3506990 0.9977828 | 945 1388
2220 27.750 | 38.6133666 | 0.3443197 0.9977828 | 945 1388
2224 27.800 | 38.6228126 | 0.3378234 0.9977828 | 945 1388
2228 27.850 | 38.6213439 | 0.3312078 0.9977828 | 945 1388
2232 27.900 | 38.6321594 | 0.3244706 0.9977828 | 945 1388
2236 27.950 | 38.6380614 | 0.3176093 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2240 28.000 | 38.6419216 | 0.3106218 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [61,380,61] ([53,105,53] + PADDING) 294945
[3][0][0] exterior: [21,600,21] : [74,712,73] ([54,113,53] + PADDING) 323406
[4][0][0] exterior: [45,1259,45] : [88,1365,87] ([44,107,43] + PADDING) 202444
[5][0][0] exterior: [93,2558,93] : [138,2690,135] ([46,133,43] + PADDING) 263074
[6][0][0] exterior: [189,5154,189] : [225,5232,231] ([37,79,43] + PADDING) 125689
[6][0][1] exterior: [189,5264,189] : [237,5342,231] ([49,79,43] + PADDING) 166453
[7][0][0] exterior: [381,10347,381] : [411,10425,423] ([31,79,43] + PADDING) 105307
[7][0][1] exterior: [381,10567,381] : [435,10645,423] ([55,79,43] + PADDING) 186835
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [39.200000000000003,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.000000000000000,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.599999999999994,-0.600000000000001] : [8.000000000000000,10.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [4.199999999999999,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.699999999999989,-0.150000000000000] : [1.649999999999999,-0.800000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.800000000000011,-0.150000000000000] : [2.250000000000000,4.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.725000000000023,-0.075000000000001] : [0.674999999999999,-1.774999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.774999999999977,-0.075000000000001] : [1.274999999999999,3.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 166k active, 327k owned (+98%), 684k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 756M active, 1050M owned (+39%), 1879M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.006 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 16%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 8%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 12%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2244 28.050 | 38.5308889 | 0.3035056 0.9977828 | 945 1388
2248 28.100 | 38.5417324 | 0.2962586 0.9977828 | 945 1388
2252 28.150 | 38.5475493 | 0.2888789 0.9977828 | 945 1388
2256 28.200 | 38.5584764 | 0.2813649 0.9977828 | 945 1388
2260 28.250 | 38.5565099 | 0.2737152 0.9977828 | 945 1388
2264 28.300 | 38.5667536 | 0.2659289 0.9977828 | 945 1388
2268 28.350 | 38.5738422 | 0.2580044 0.9977828 | 945 1388
2272 28.400 | 38.5786873 | 0.2499396 0.9977828 | 945 1388
2276 28.450 | 38.5701715 | 0.2417313 0.9977828 | 945 1388
2280 28.500 | 38.5808361 | 0.2333753 0.9977828 | 945 1388
2284 28.550 | 38.5863813 | 0.2248676 0.9977828 | 945 1388
2288 28.600 | 38.5955056 | 0.2162060 0.9977828 | 945 1388
2292 28.650 | 38.5957141 | 0.2073930 0.9977828 | 945 1388
2296 28.700 | 38.6078281 | 0.1984382 0.9977828 | 945 1388
2300 28.750 | 38.6144019 | 0.1893585 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409389 at (0.169721,2.747737,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56716205 m_irreducible=0.5000157449
INFO (AHFinderDirect): AH 2/3: r=0.409389 at (-0.169721,-2.747737,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56716205 m_irreducible=0.5000157449
2304 28.800 | 38.5364557 | 0.4046971 0.9977828 | 945 1388
2308 28.850 | 38.4797015 | 0.4024471 0.9977828 | 945 1388
2312 28.900 | 38.4900246 | 0.3972967 0.9977828 | 945 1388
2316 28.950 | 38.4958199 | 0.3920660 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2320 29.000 | 38.5056989 | 0.3867542 0.9977828 | 945 1388
2324 29.050 | 38.5037609 | 0.3813605 0.9977828 | 945 1388
2328 29.100 | 38.5143005 | 0.3758841 0.9977828 | 945 1388
2332 29.150 | 38.5206295 | 0.3703244 0.9977828 | 945 1388
2336 29.200 | 38.5284142 | 0.3646808 0.9977828 | 945 1388
2340 29.250 | 38.5196173 | 0.3589529 0.9977828 | 945 1388
2344 29.300 | 38.5303999 | 0.3531404 0.9977828 | 945 1388
2348 29.350 | 38.5370149 | 0.3472432 0.9977828 | 945 1388
2352 29.400 | 38.5463350 | 0.3412613 0.9977828 | 945 1388
2356 29.450 | 38.5431757 | 0.3348479 0.9977828 | 945 1388
2360 29.500 | 38.5523432 | 0.3281363 0.9977828 | 945 1388
2364 29.550 | 38.5567205 | 0.3212984 0.9977828 | 945 1388
2368 29.600 | 38.5615898 | 0.3143313 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [61,380,61] ([53,105,53] + PADDING) 294945
[3][0][0] exterior: [21,600,21] : [73,712,73] ([53,113,53] + PADDING) 317417
[4][0][0] exterior: [45,1259,45] : [87,1365,87] ([43,107,43] + PADDING) 197843
[5][0][0] exterior: [93,2558,93] : [135,2690,135] ([43,133,43] + PADDING) 245917
[6][0][0] exterior: [189,5154,189] : [231,5232,231] ([43,79,43] + PADDING) 146071
[6][0][1] exterior: [189,5264,189] : [231,5342,231] ([43,79,43] + PADDING) 146071
[7][0][0] exterior: [381,10347,381] : [422,10425,423] ([42,79,43] + PADDING) 142674
[7][0][1] exterior: [381,10567,381] : [424,10645,423] ([44,79,43] + PADDING) 149468
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [39.200000000000003,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [19.600000000000001,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.599999999999994,-0.600000000000001] : [7.800000000000001,10.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [3.899999999999999,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.699999999999989,-0.150000000000000] : [1.949999999999999,-0.800000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.800000000000011,-0.150000000000000] : [1.949999999999999,4.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.725000000000023,-0.075000000000001] : [0.949999999999999,-1.774999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.774999999999977,-0.075000000000001] : [1.000000000000000,3.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 324k owned (+98%), 673k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 752M active, 1043M owned (+39%), 1857M total (+78%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.837 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 9%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 6%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 14%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2372 29.650 | 38.4661253 | 0.3072323 0.9977828 | 945 1388
2376 29.700 | 38.4770284 | 0.2999986 0.9977828 | 945 1388
2380 29.750 | 38.4841542 | 0.2926274 0.9977828 | 945 1388
2384 29.800 | 38.4943755 | 0.2851164 0.9977828 | 945 1388
2388 29.850 | 38.4936064 | 0.2774636 0.9977828 | 945 1388
2392 29.900 | 38.5047326 | 0.2696676 0.9977828 | 945 1388
2396 29.950 | 38.5112953 | 0.2617267 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2400 30.000 | 38.5190081 | 0.2536387 0.9977828 | 945 1388
2404 30.050 | 38.5119702 | 0.2453998 0.9977828 | 945 1388
2408 30.100 | 38.5235239 | 0.2370039 0.9977828 | 945 1388
2412 30.150 | 38.5299683 | 0.2284428 0.9977828 | 945 1388
2416 30.200 | 38.5405238 | 0.2197077 0.9977828 | 945 1388
2420 30.250 | 38.5406411 | 0.2107924 0.9977828 | 945 1388
2424 30.300 | 38.5518961 | 0.2016977 0.9977828 | 945 1388
2428 30.350 | 38.5587689 | 0.1924355 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409323 at (-0.099203,2.731984,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56712462 m_irreducible=0.5000150002
INFO (AHFinderDirect): AH 2/3: r=0.409323 at (0.099203,-2.731984,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56712462 m_irreducible=0.5000150002
2432 30.400 | 38.4930980 | 0.4050906 0.9977828 | 945 1388
2436 30.450 | 38.4408193 | 0.4019276 0.9977828 | 945 1388
2440 30.500 | 38.4514548 | 0.3966239 0.9977828 | 945 1388
2444 30.550 | 38.4582805 | 0.3911054 0.9977828 | 945 1388
2448 30.600 | 38.4687057 | 0.3854879 0.9977828 | 945 1388
2452 30.650 | 38.4685805 | 0.3797693 0.9977828 | 945 1388
2456 30.700 | 38.4797149 | 0.3739476 0.9977828 | 945 1388
2460 30.750 | 38.4871712 | 0.3680204 0.9977828 | 945 1388
2464 30.800 | 38.4951633 | 0.3619858 0.9977828 | 945 1388
2468 30.850 | 38.4885539 | 0.3558414 0.9977828 | 945 1388
2472 30.900 | 38.4998442 | 0.3495850 0.9977828 | 945 1388
2476 30.950 | 38.5067153 | 0.3432145 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2480 31.000 | 38.5167405 | 0.3367275 0.9977828 | 945 1388
2484 31.050 | 38.5159732 | 0.3301218 0.9977828 | 945 1388
2488 31.100 | 38.5263216 | 0.3233952 0.9977828 | 945 1388
2492 31.150 | 38.5325635 | 0.3165453 0.9977828 | 945 1388
2496 31.200 | 38.5380022 | 0.3095699 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [61,380,61] ([53,105,53] + PADDING) 294945
[3][0][0] exterior: [21,600,21] : [74,712,73] ([54,113,53] + PADDING) 323406
[4][0][0] exterior: [45,1259,45] : [88,1365,87] ([44,107,43] + PADDING) 202444
[5][0][0] exterior: [93,2558,93] : [137,2690,135] ([45,133,43] + PADDING) 257355
[6][0][0] exterior: [189,5155,189] : [236,5233,231] ([48,79,43] + PADDING) 163056
[6][0][1] exterior: [189,5263,189] : [226,5341,231] ([38,79,43] + PADDING) 129086
[7][0][0] exterior: [381,10349,381] : [433,10427,423] ([53,79,43] + PADDING) 180041
[7][0][1] exterior: [381,10565,381] : [413,10643,423] ([33,79,43] + PADDING) 112101
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [39.200000000000003,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.000000000000000,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.599999999999994,-0.600000000000001] : [8.000000000000000,10.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [4.100000000000000,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.649999999999977,-0.150000000000000] : [2.199999999999999,-0.750000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.750000000000000,-0.150000000000000] : [1.699999999999999,4.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.675000000000011,-0.075000000000001] : [1.225000000000000,-1.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.725000000000023,-0.075000000000001] : [0.725000000000000,3.675000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 165k active, 326k owned (+98%), 682k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 755M active, 1048M owned (+39%), 1875M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.979 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 10%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 7: 3M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2500 31.250 | 38.4429246 | 0.3024669 0.9977828 | 945 1388
2504 31.300 | 38.4528601 | 0.2952341 0.9977828 | 945 1388
2508 31.350 | 38.4581898 | 0.2878692 0.9977828 | 945 1388
2512 31.400 | 38.4668580 | 0.2803702 0.9977828 | 945 1388
2516 31.450 | 38.4659282 | 0.2727349 0.9977828 | 945 1388
2520 31.500 | 38.4756946 | 0.2649614 0.9977828 | 945 1388
2524 31.550 | 38.4817048 | 0.2570479 0.9977828 | 945 1388
2528 31.600 | 38.4873301 | 0.2489929 0.9977828 | 945 1388
2532 31.650 | 38.4800342 | 0.2407955 0.9977828 | 945 1388
2536 31.700 | 38.4895735 | 0.2324556 0.9977828 | 945 1388
2540 31.750 | 38.4958227 | 0.2239736 0.9977828 | 945 1388
2544 31.800 | 38.5045430 | 0.2153510 0.9977828 | 945 1388
2548 31.850 | 38.5039800 | 0.2065894 0.9977828 | 945 1388
2552 31.900 | 38.5137988 | 0.1976905 0.9977828 | 945 1388
2556 31.950 | 38.5199056 | 0.1886558 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.409097 at (-0.366204,2.689702,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56714696 m_irreducible=0.5000154446
INFO (AHFinderDirect): AH 2/3: r=0.409097 at (0.366204,-2.689702,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56714696 m_irreducible=0.5000154446
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2560 32.000 | 38.4564923 | 0.4046825 0.9977828 | 945 1388
2564 32.050 | 38.4053161 | 0.4019345 0.9977828 | 945 1388
2568 32.100 | 38.4153388 | 0.3968636 0.9977828 | 945 1388
2572 32.150 | 38.4202332 | 0.3917228 0.9977828 | 945 1388
2576 32.200 | 38.4284468 | 0.3863563 0.9977828 | 945 1388
2580 32.250 | 38.4262263 | 0.3806398 0.9977828 | 945 1388
2584 32.300 | 38.4354356 | 0.3747503 0.9977828 | 945 1388
2588 32.350 | 38.4407694 | 0.3687552 0.9977828 | 945 1388
2592 32.400 | 38.4453242 | 0.3626526 0.9977828 | 945 1388
2596 32.450 | 38.4381364 | 0.3564404 0.9977828 | 945 1388
2600 32.500 | 38.4482141 | 0.3501167 0.9977828 | 945 1388
2604 32.550 | 38.4542896 | 0.3436796 0.9977828 | 945 1388
2608 32.600 | 38.4633950 | 0.3371272 0.9977828 | 945 1388
2612 32.650 | 38.4626308 | 0.3304576 0.9977828 | 945 1388
2616 32.700 | 38.4724098 | 0.3236690 0.9977828 | 945 1388
2620 32.750 | 38.4776554 | 0.3167597 0.9977828 | 945 1388
2624 32.800 | 38.4821041 | 0.3097280 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,600,21] : [74,712,73] ([54,113,53] + PADDING) 323406
[4][0][0] exterior: [45,1260,45] : [90,1364,87] ([46,105,43] + PADDING) 207690
[5][0][0] exterior: [93,2558,93] : [140,2690,135] ([48,133,43] + PADDING) 274512
[6][0][0] exterior: [189,5156,189] : [241,5234,231] ([53,79,43] + PADDING) 180041
[6][0][1] exterior: [189,5262,189] : [221,5340,231] ([33,79,43] + PADDING) 112101
[7][0][0] exterior: [381,10351,381] : [443,10429,423] ([63,79,43] + PADDING) 214011
[7][0][1] exterior: [381,10563,381] : [403,10641,423] ([23,79,43] + PADDING) 78131
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.400000000000006,-1.200000000000001] : [20.000000000000000,22.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.400000000000006,-0.600000000000001] : [8.399999999999999,10.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.599999999999994,-0.300000000000001] : [4.399999999999999,6.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.600000000000023,-0.150000000000000] : [2.449999999999999,-0.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.699999999999989,-0.150000000000000] : [1.449999999999999,4.600000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.625000000000000,-0.075000000000001] : [1.475000000000000,-1.675000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.675000000000011,-0.075000000000001] : [0.475000000000000,3.625000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 329k owned (+97%), 686k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 760M active, 1055M owned (+39%), 1887M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.075 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 11%
INFO (Carpet): Level 6: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 15%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2628 32.850 | 38.3862888 | 0.3025724 0.9977828 | 945 1388
2632 32.900 | 38.3954451 | 0.2952914 0.9977828 | 945 1388
2636 32.950 | 38.4005165 | 0.2878842 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2640 33.000 | 38.4087426 | 0.2803504 0.9977828 | 945 1388
2644 33.050 | 38.4081290 | 0.2726902 0.9977828 | 945 1388
2648 33.100 | 38.4186545 | 0.2649045 0.9977828 | 945 1388
2652 33.150 | 38.4256686 | 0.2569942 0.9977828 | 945 1388
2656 33.200 | 38.4317678 | 0.2489598 0.9977828 | 945 1388
2660 33.250 | 38.4233864 | 0.2408002 0.9977828 | 945 1388
2664 33.300 | 38.4319758 | 0.2325132 0.9977828 | 945 1388
2668 33.350 | 38.4373580 | 0.2240959 0.9977828 | 945 1388
2672 33.400 | 38.4454742 | 0.2155473 0.9977828 | 945 1388
2676 33.450 | 38.4433702 | 0.2068730 0.9977828 | 945 1388
2680 33.500 | 38.4513296 | 0.1980887 0.9977828 | 945 1388
2684 33.550 | 38.4560115 | 0.1892229 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408805 at (-0.628562,2.620889,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56707522 m_irreducible=0.5000140174
INFO (AHFinderDirect): AH 2/3: r=0.408805 at (0.628562,-2.620889,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56707522 m_irreducible=0.5000140174
2688 33.600 | 38.3929523 | 0.4044258 0.9977828 | 945 1388
2692 33.650 | 38.3454441 | 0.4013609 0.9977828 | 945 1388
2696 33.700 | 38.3542612 | 0.3965839 0.9977828 | 945 1388
2700 33.750 | 38.3590258 | 0.3917549 0.9977828 | 945 1388
2704 33.800 | 38.3669365 | 0.3863000 0.9977828 | 945 1388
2708 33.850 | 38.3653268 | 0.3804802 0.9977828 | 945 1388
2712 33.900 | 38.3737578 | 0.3745538 0.9977828 | 945 1388
2716 33.950 | 38.3796110 | 0.3685185 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2720 34.000 | 38.3838975 | 0.3623720 0.9977828 | 945 1388
2724 34.050 | 38.3757223 | 0.3561121 0.9977828 | 945 1388
2728 34.100 | 38.3841444 | 0.3497364 0.9977828 | 945 1388
2732 34.150 | 38.3889956 | 0.3432426 0.9977828 | 945 1388
2736 34.200 | 38.3971081 | 0.3366284 0.9977828 | 945 1388
2740 34.250 | 38.3958439 | 0.3298914 0.9977828 | 945 1388
2744 34.300 | 38.4052168 | 0.3230293 0.9977828 | 945 1388
2748 34.350 | 38.4096753 | 0.3160399 0.9977828 | 945 1388
2752 34.400 | 38.4135602 | 0.3089209 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [95,255,95] ([93,183,93] + PADDING) 1582767
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,601,21] : [75,711,73] ([55,111,53] + PADDING) 323565
[4][0][0] exterior: [45,1260,45] : [91,1364,87] ([47,105,43] + PADDING) 212205
[5][0][0] exterior: [93,2559,93] : [143,2637,135] ([51,79,43] + PADDING) 173247
[5][0][1] exterior: [93,2638,93] : [127,2689,135] ([35,52,43] + PADDING) 78260
[6][0][0] exterior: [189,5158,189] : [246,5236,231] ([58,79,43] + PADDING) 197026
[6][0][1] exterior: [189,5260,189] : [216,5338,231] ([28,79,43] + PADDING) 95116
[7][0][0] exterior: [381,10354,381] : [454,10432,423] ([74,79,43] + PADDING) 251378
[7][0][1] exterior: [381,10560,381] : [392,10638,423] ([12,79,43] + PADDING) 40764
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [142.400000000000006,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [20.399999999999999,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.400000000000006,-0.600000000000001] : [8.599999999999998,10.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.500000000000000,-0.300000000000001] : [4.699999999999999,1.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,1.399999999999977,-0.300000000000001] : [3.100000000000000,6.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.500000000000000,-0.150000000000000] : [2.699999999999999,-0.600000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.600000000000023,-0.150000000000000] : [1.199999999999999,4.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.550000000000011,-0.075000000000001] : [1.750000000000000,-1.600000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.600000000000023,-0.075000000000001] : [0.199999999999999,3.550000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 326k owned (+99%), 681k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 756M active, 1051M owned (+39%), 1879M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.010 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 16%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2756 34.450 | 38.3330582 | 0.3016702 0.9977828 | 945 1388
2760 34.500 | 38.3432096 | 0.2942856 0.9977828 | 945 1388
2764 34.550 | 38.3484924 | 0.2867652 0.9977828 | 945 1388
2768 34.600 | 38.3577824 | 0.2791071 0.9977828 | 945 1388
2772 34.650 | 38.3561041 | 0.2713096 0.9977828 | 945 1388
2776 34.700 | 38.3651327 | 0.2633710 0.9977828 | 945 1388
2780 34.750 | 38.3696934 | 0.2552902 0.9977828 | 945 1388
2784 34.800 | 38.3744003 | 0.2470656 0.9977828 | 945 1388
2788 34.850 | 38.3662681 | 0.2386959 0.9977828 | 945 1388
2792 34.900 | 38.3754047 | 0.2301791 0.9977828 | 945 1388
2796 34.950 | 38.3800968 | 0.2215131 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2800 35.000 | 38.3886470 | 0.2126965 0.9977828 | 945 1388
2804 35.050 | 38.3878693 | 0.2037311 0.9977828 | 945 1388
2808 35.100 | 38.3976815 | 0.1946253 0.9977828 | 945 1388
2812 35.150 | 38.4029894 | 0.1853971 0.9977828 | 945 1388
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408562 at (-0.883563,2.525627,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56714175 m_irreducible=0.500015341
INFO (AHFinderDirect): AH 2/3: r=0.408562 at (0.883563,-2.525627,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56714175 m_irreducible=0.500015341
2816 35.200 | 38.3366862 | 0.4039855 0.9977828 | 945 1388
2820 35.250 | 38.2908980 | 0.4010932 0.9977828 | 945 1388
2824 35.300 | 38.2991567 | 0.3966885 0.9977828 | 945 1388
2828 35.350 | 38.3032201 | 0.3911498 0.9977828 | 945 1388
2832 35.400 | 38.3112459 | 0.3855158 0.9977828 | 945 1388
2836 35.450 | 38.3097770 | 0.3797850 0.9977828 | 945 1388
2840 35.500 | 38.3181599 | 0.3739016 0.9977828 | 945 1388
2844 35.550 | 38.3228996 | 0.3679015 0.9977828 | 945 1388
2848 35.600 | 38.3287789 | 0.3617980 0.9977828 | 945 1388
2852 35.650 | 38.3213319 | 0.3555896 0.9977828 | 945 1388
2856 35.700 | 38.3296274 | 0.3492752 0.9977828 | 945 1388
2860 35.750 | 38.3342023 | 0.3428535 0.9977828 | 945 1388
2864 35.800 | 38.3420620 | 0.3363233 0.9977828 | 945 1388
2868 35.850 | 38.3406791 | 0.3296839 0.9977828 | 945 1388
2872 35.900 | 38.3494050 | 0.3229345 0.9977828 | 945 1388
2876 35.950 | 38.3548072 | 0.3160746 0.9977828 | 945 1388
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2880 36.000 | 38.3590663 | 0.3091039 0.9977828 | 945 1388
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,73,3] : [96,255,95] ([94,183,93] + PADDING) 1599786
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,601,21] : [76,711,73] ([56,111,53] + PADDING) 329448
[4][0][0] exterior: [45,1261,45] : [92,1363,87] ([48,103,43] + PADDING) 212592
[5][0][0] exterior: [93,2560,93] : [145,2638,135] ([53,79,43] + PADDING) 180041
[5][0][1] exterior: [93,2639,93] : [125,2688,135] ([33,50,43] + PADDING) 70950
[6][0][0] exterior: [189,5160,189] : [251,5238,231] ([63,79,43] + PADDING) 214011
[6][0][1] exterior: [189,5258,189] : [211,5336,231] ([23,79,43] + PADDING) 78131
[7][0][0] exterior: [381,10359,381] : [464,10437,423] ([84,79,43] + PADDING) 285348
[7][0][1] exterior: [381,10555,381] : [387,10633,423] ([7,79,43] + PADDING) 23779
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-145.599999999999966,-4.800000000000001] : [144.000000000000028,145.599999999999966,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [20.800000000000001,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.199999999999989,-0.600000000000001] : [8.800000000000001,10.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.400000000000006,-0.300000000000001] : [4.899999999999999,1.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,1.500000000000000,-0.300000000000001] : [2.899999999999999,6.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.399999999999977,-0.150000000000000] : [2.949999999999999,-0.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.500000000000000,-0.150000000000000] : [0.949999999999999,4.399999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.425000000000011,-0.075000000000001] : [2.000000000000000,-1.475000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.475000000000023,-0.075000000000001] : [0.074999999999999,3.425000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 176k active, 337k owned (+91%), 705k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 766M active, 1061M owned (+39%), 1898M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.160 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 16M 17M 18M 1M owned 7%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 12%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 17%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
2884 36.050 | 38.2552282 | 0.3020226 0.9977828 | 990 1461
2888 36.100 | 38.2627394 | 0.2948312 0.9977828 | 990 1461
2892 36.150 | 38.2666052 | 0.2875306 0.9977828 | 990 1461
2896 36.200 | 38.2748702 | 0.2801223 0.9977828 | 990 1461
2900 36.250 | 38.2735700 | 0.2726087 0.9977828 | 990 1461
2904 36.300 | 38.2818927 | 0.2647111 0.9977828 | 990 1461
2908 36.350 | 38.2860451 | 0.2565627 0.9977828 | 990 1461
2912 36.400 | 38.2894526 | 0.2482563 0.9977828 | 990 1461
2916 36.450 | 38.2803575 | 0.2397893 0.9977828 | 990 1461
2920 36.500 | 38.2873440 | 0.2311591 0.9977828 | 990 1461
2924 36.550 | 38.2911030 | 0.2223635 0.9977828 | 990 1461
2928 36.600 | 38.2976139 | 0.2134001 0.9977828 | 990 1461
2932 36.650 | 38.2950038 | 0.2042659 0.9977828 | 990 1461
2936 36.700 | 38.3024318 | 0.1949574 0.9977828 | 990 1461
2940 36.750 | 38.3053763 | 0.1854697 0.9977828 | 990 1461
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408328 at (-1.128377,2.404270,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56718337 m_irreducible=0.5000161689
INFO (AHFinderDirect): AH 2/3: r=0.408328 at (1.128377,-2.404270,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56718337 m_irreducible=0.5000161689
2944 36.800 | 38.2419991 | 0.4036595 0.9977828 | 990 1461
2948 36.850 | 38.1981420 | 0.4011024 0.9977828 | 990 1461
2952 36.900 | 38.2057457 | 0.3956424 0.9977828 | 990 1461
2956 36.950 | 38.2090034 | 0.3900765 0.9977828 | 990 1461
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
2960 37.000 | 38.2166728 | 0.3844122 0.9977828 | 990 1461
2964 37.050 | 38.2147578 | 0.3786476 0.9977828 | 990 1461
2968 37.100 | 38.2220148 | 0.3727809 0.9977828 | 990 1461
2972 37.150 | 38.2261623 | 0.3668102 0.9977828 | 990 1461
2976 37.200 | 38.2307535 | 0.3607337 0.9977828 | 990 1461
2980 37.250 | 38.2237802 | 0.3545495 0.9977828 | 990 1461
INFO (TerminationTrigger): ***********************************************************
INFO (TerminationTrigger): Remaining wallclock time for your job is 4259.98 minutes
INFO (TerminationTrigger): ***********************************************************
2984 37.300 | 38.2327144 | 0.3482559 0.9977828 | 990 1461
2988 37.350 | 38.2373387 | 0.3418512 0.9977828 | 990 1461
2992 37.400 | 38.2449374 | 0.3353335 0.9977828 | 990 1461
2996 37.450 | 38.2423423 | 0.3287014 0.9977828 | 990 1461
3000 37.500 | 38.2495143 | 0.3219303 0.9977828 | 990 1461
3004 37.550 | 38.2527900 | 0.3149275 0.9977828 | 990 1461
3008 37.600 | 38.2553007 | 0.3078017 0.9977828 | 990 1461
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,601,21] : [76,711,73] ([56,111,53] + PADDING) 329448
[4][0][0] exterior: [45,1261,45] : [93,1363,87] ([49,103,43] + PADDING) 217021
[5][0][0] exterior: [93,2562,93] : [148,2640,135] ([56,79,43] + PADDING) 190232
[5][0][1] exterior: [93,2641,93] : [122,2686,135] ([30,46,43] + PADDING) 59340
[6][0][0] exterior: [189,5162,189] : [256,5240,231] ([68,79,43] + PADDING) 230996
[6][0][1] exterior: [189,5256,189] : [206,5334,231] ([18,79,43] + PADDING) 61146
[7][0][0] exterior: [395,10364,381] : [473,10442,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-22.000000000000000,-1.200000000000001] : [20.800000000000001,22.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.199999999999989,-0.600000000000001] : [9.000000000000000,10.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.199999999999989,-0.300000000000001] : [5.199999999999999,1.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,1.699999999999989,-0.300000000000001] : [2.600000000000000,6.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.300000000000011,-0.150000000000000] : [3.199999999999999,-0.399999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.399999999999977,-0.150000000000000] : [0.699999999999999,4.300000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.274999999999999,-3.300000000000011,-0.075000000000001] : [2.225000000000000,-1.350000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 325k owned (+99%), 677k total (+108%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 758M active, 1054M owned (+39%), 1884M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.047 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 13%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3012 37.650 | 38.1648691 | 0.3005516 0.9977828 | 990 1462
3016 37.700 | 38.1743735 | 0.2931763 0.9977828 | 990 1462
3020 37.750 | 38.1802818 | 0.2856753 0.9977828 | 990 1462
3024 37.800 | 38.1883920 | 0.2779433 0.9977828 | 991 1462
3028 37.850 | 38.1881984 | 0.2700049 0.9977828 | 991 1462
3032 37.900 | 38.1968520 | 0.2619116 0.9977828 | 991 1462
3036 37.950 | 38.2022743 | 0.2536604 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3040 38.000 | 38.2086344 | 0.2452482 0.9977828 | 991 1462
3044 38.050 | 38.2036268 | 0.2366723 0.9977828 | 991 1462
3048 38.100 | 38.2134957 | 0.2279300 0.9977828 | 991 1462
3052 38.150 | 38.2194223 | 0.2190189 0.9977828 | 991 1462
3056 38.200 | 38.2279746 | 0.2099361 0.9977828 | 991 1462
3060 38.250 | 38.2286348 | 0.2006780 0.9977828 | 991 1462
3064 38.300 | 38.2378373 | 0.1912402 0.9977828 | 991 1462
3068 38.350 | 38.2434608 | 0.1816172 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.408048 at (-1.360092,2.257614,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56700287 m_irreducible=0.5000125781
INFO (AHFinderDirect): AH 2/3: r=0.408048 at (1.360092,-2.257614,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56700287 m_irreducible=0.5000125781
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 709785040 ( 676.9 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 997280 ( 1.0 MiB) Bytes in central cache freelist
MALLOC: + 3645440 ( 3.5 MiB) Bytes in transfer cache freelist
MALLOC: + 27701904 ( 26.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 744501440 ( 710.0 MiB) Actual memory used (physical + swap)
MALLOC: + 254689280 ( 242.9 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3850 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 422 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 686 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3734 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 307 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6015 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 160 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 853 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2497 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 291 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.9 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 27 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.0 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.0 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 20 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 4 objs; 0.0 MiB; 1.1 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 44 [ 3328 bytes ] : 11 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 18 objs; 0.2 MiB; 1.5 cum MiB
class 52 [ 10240 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 55 [ 16384 bytes ] : 3 objs; 0.0 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 2.0 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 3 objs; 0.1 MiB; 2.7 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 3.0 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 3.1 cum MiB
class 64 [ 73728 bytes ] : 1 objs; 0.1 MiB; 3.2 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.3 cum MiB
class 66 [ 90112 bytes ] : 3 objs; 0.3 MiB; 3.6 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.8 cum MiB
class 68 [ 106496 bytes ] : 2 objs; 0.2 MiB; 4.0 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 4.9 cum MiB
class 71 [ 131072 bytes ] : 25 objs; 3.1 MiB; 8.1 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 8.9 cum MiB
class 73 [ 147456 bytes ] : 25 objs; 3.5 MiB; 12.4 cum MiB
class 74 [ 155648 bytes ] : 6 objs; 0.9 MiB; 13.3 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 17.2 cum MiB
class 76 [ 172032 bytes ] : 52 objs; 8.5 MiB; 25.7 cum MiB
class 77 [ 180224 bytes ] : 25 objs; 4.3 MiB; 30.0 cum MiB
class 81 [ 212992 bytes ] : 2 objs; 0.4 MiB; 30.4 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 30.6 cum MiB
------------------------------------------------
PageHeap: 76 sizes; 0.0 MiB free; 242.9 MiB unmapped
------------------------------------------------
1 pages * 53 spans ~ 0.4 MiB; 0.4 MiB cum; unmapped: 0.4 MiB; 0.4 MiB cum
2 pages * 44 spans ~ 0.7 MiB; 1.1 MiB cum; unmapped: 0.7 MiB; 1.1 MiB cum
3 pages * 45 spans ~ 1.1 MiB; 2.2 MiB cum; unmapped: 1.1 MiB; 2.2 MiB cum
4 pages * 11 spans ~ 0.3 MiB; 2.5 MiB cum; unmapped: 0.3 MiB; 2.5 MiB cum
5 pages * 9 spans ~ 0.4 MiB; 2.9 MiB cum; unmapped: 0.4 MiB; 2.9 MiB cum
6 pages * 13 spans ~ 0.6 MiB; 3.5 MiB cum; unmapped: 0.6 MiB; 3.5 MiB cum
7 pages * 5 spans ~ 0.3 MiB; 3.7 MiB cum; unmapped: 0.3 MiB; 3.7 MiB cum
8 pages * 7 spans ~ 0.4 MiB; 4.2 MiB cum; unmapped: 0.4 MiB; 4.2 MiB cum
9 pages * 10 spans ~ 0.7 MiB; 4.9 MiB cum; unmapped: 0.7 MiB; 4.9 MiB cum
10 pages * 22 spans ~ 1.7 MiB; 6.6 MiB cum; unmapped: 1.7 MiB; 6.6 MiB cum
11 pages * 6 spans ~ 0.5 MiB; 7.1 MiB cum; unmapped: 0.5 MiB; 7.1 MiB cum
12 pages * 9 spans ~ 0.8 MiB; 8.0 MiB cum; unmapped: 0.8 MiB; 8.0 MiB cum
13 pages * 9 spans ~ 0.9 MiB; 8.9 MiB cum; unmapped: 0.9 MiB; 8.9 MiB cum
14 pages * 11 spans ~ 1.2 MiB; 10.1 MiB cum; unmapped: 1.2 MiB; 10.1 MiB cum
15 pages * 30 spans ~ 3.5 MiB; 13.6 MiB cum; unmapped: 3.5 MiB; 13.6 MiB cum
21 pages * 8 spans ~ 1.3 MiB; 14.9 MiB cum; unmapped: 1.3 MiB; 14.9 MiB cum
25 pages * 1 spans ~ 0.2 MiB; 15.1 MiB cum; unmapped: 0.2 MiB; 15.1 MiB cum
26 pages * 2 spans ~ 0.4 MiB; 15.5 MiB cum; unmapped: 0.4 MiB; 15.5 MiB cum
27 pages * 2 spans ~ 0.4 MiB; 15.9 MiB cum; unmapped: 0.4 MiB; 15.9 MiB cum
28 pages * 1 spans ~ 0.2 MiB; 16.1 MiB cum; unmapped: 0.2 MiB; 16.1 MiB cum
30 pages * 2 spans ~ 0.5 MiB; 16.6 MiB cum; unmapped: 0.5 MiB; 16.6 MiB cum
32 pages * 1 spans ~ 0.2 MiB; 16.9 MiB cum; unmapped: 0.2 MiB; 16.9 MiB cum
33 pages * 4 spans ~ 1.0 MiB; 17.9 MiB cum; unmapped: 1.0 MiB; 17.9 MiB cum
34 pages * 1 spans ~ 0.3 MiB; 18.2 MiB cum; unmapped: 0.3 MiB; 18.2 MiB cum
35 pages * 5 spans ~ 1.4 MiB; 19.5 MiB cum; unmapped: 1.4 MiB; 19.5 MiB cum
36 pages * 9 spans ~ 2.5 MiB; 22.1 MiB cum; unmapped: 2.5 MiB; 22.1 MiB cum
37 pages * 3 spans ~ 0.9 MiB; 22.9 MiB cum; unmapped: 0.9 MiB; 22.9 MiB cum
38 pages * 4 spans ~ 1.2 MiB; 24.1 MiB cum; unmapped: 1.2 MiB; 24.1 MiB cum
39 pages * 3 spans ~ 0.9 MiB; 25.0 MiB cum; unmapped: 0.9 MiB; 25.0 MiB cum
40 pages * 4 spans ~ 1.2 MiB; 26.3 MiB cum; unmapped: 1.2 MiB; 26.3 MiB cum
41 pages * 2 spans ~ 0.6 MiB; 26.9 MiB cum; unmapped: 0.6 MiB; 26.9 MiB cum
42 pages * 7 spans ~ 2.3 MiB; 29.2 MiB cum; unmapped: 2.3 MiB; 29.2 MiB cum
43 pages * 2 spans ~ 0.7 MiB; 29.9 MiB cum; unmapped: 0.7 MiB; 29.9 MiB cum
44 pages * 3 spans ~ 1.0 MiB; 30.9 MiB cum; unmapped: 1.0 MiB; 30.9 MiB cum
45 pages * 5 spans ~ 1.8 MiB;
3072 38.400 | 38.1900647 | 0.4036317 0.9977828 | 991 1462
3076 38.450 | 38.1520988 | 0.4006309 0.9977828 | 991 1462
3080 38.500 | 38.1612267 | 0.3954034 0.9977828 | 991 1462
3084 38.550 | 38.1665869 | 0.3900229 0.9977828 | 991 1462
3088 38.600 | 38.1747979 | 0.3844772 0.9977828 | 991 1462
3092 38.650 | 38.1743717 | 0.3785552 0.9977828 | 991 1462
3096 38.700 | 38.1829121 | 0.3725233 0.9977828 | 991 1462
3100 38.750 | 38.1881418 | 0.3663792 0.9977828 | 991 1462
3104 38.800 | 38.1932556 | 0.3601204 0.9977828 | 991 1462
3108 38.850 | 38.1880110 | 0.3537447 0.9977828 | 991 1462
3112 38.900 | 38.1973633 | 0.3472497 0.9977828 | 991 1462
3116 38.950 | 38.2032398 | 0.3406330 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3120 39.000 | 38.2113967 | 0.3338924 0.9977828 | 991 1462
3124 39.050 | 38.2117848 | 0.3270254 0.9977828 | 991 1462
3128 39.100 | 38.2212151 | 0.3200299 0.9977828 | 991 1462
3132 39.150 | 38.2267787 | 0.3129035 0.9977828 | 991 1462
3136 39.200 | 38.2310353 | 0.3056440 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,276,9] : [63,380,61] ([55,105,53] + PADDING) 306075
[3][0][0] exterior: [21,602,21] : [77,710,73] ([57,109,53] + PADDING) 329289
[4][0][0] exterior: [45,1262,45] : [94,1362,87] ([50,101,43] + PADDING) 217150
[5][0][0] exterior: [93,2563,93] : [150,2641,135] ([58,79,43] + PADDING) 197026
[5][0][1] exterior: [93,2642,93] : [120,2685,135] ([28,44,43] + PADDING) 52976
[6][0][0] exterior: [189,5166,189] : [261,5244,231] ([73,79,43] + PADDING) 247981
[6][0][1] exterior: [189,5252,189] : [201,5330,231] ([13,79,43] + PADDING) 44161
[7][0][0] exterior: [404,10370,381] : [482,10448,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.800000000000004,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [21.199999999999999,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-10.000000000000000,-0.600000000000001] : [9.199999999999999,10.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.100000000000023,-0.300000000000001] : [5.399999999999999,1.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,1.800000000000011,-0.300000000000001] : [2.399999999999999,6.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.100000000000023,-0.150000000000000] : [3.449999999999999,-0.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.199999999999989,-0.150000000000000] : [0.449999999999999,4.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.500000000000000,-3.149999999999977,-0.075000000000001] : [2.449999999999999,-1.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 325k owned (+99%), 678k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 758M active, 1054M owned (+39%), 1884M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.052 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 12%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 16%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3140 39.250 | 38.1604470 | 0.2982493 0.9977828 | 991 1462
3144 39.300 | 38.1691649 | 0.2907174 0.9977828 | 991 1462
3148 39.350 | 38.1745213 | 0.2830463 0.9977828 | 991 1462
3152 39.400 | 38.1827095 | 0.2752344 0.9977828 | 991 1462
3156 39.450 | 38.1827341 | 0.2672800 0.9977828 | 991 1462
3160 39.500 | 38.1913017 | 0.2591818 0.9977828 | 991 1462
3164 39.550 | 38.1969770 | 0.2509388 0.9977828 | 991 1462
3168 39.600 | 38.2022628 | 0.2425506 0.9977828 | 991 1462
3172 39.650 | 38.1964081 | 0.2340174 0.9977828 | 991 1462
3176 39.700 | 38.2057955 | 0.2253402 0.9977828 | 991 1462
3180 39.750 | 38.2118654 | 0.2165208 0.9977828 | 991 1462
3184 39.800 | 38.2199495 | 0.2075615 0.9977828 | 991 1462
3188 39.850 | 38.2201351 | 0.1984655 0.9977828 | 991 1462
3192 39.900 | 38.2283460 | 0.1892379 0.9977828 | 991 1462
3196 39.950 | 38.2329138 | 0.1798879 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.407726 at (-1.575885,2.086844,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56726242 m_irreducible=0.5000177415
INFO (AHFinderDirect): AH 2/3: r=0.407726 at (1.575885,-2.086844,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56726242 m_irreducible=0.5000177415
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3200 40.000 | 38.1821822 | 0.4026307 0.9977828 | 991 1462
3204 40.050 | 38.1446692 | 0.4004375 0.9977828 | 991 1462
3208 40.100 | 38.1535455 | 0.3951781 0.9977828 | 991 1462
3212 40.150 | 38.1594394 | 0.3898365 0.9977828 | 991 1462
3216 40.200 | 38.1678120 | 0.3844119 0.9977828 | 991 1462
3220 40.250 | 38.1679921 | 0.3789037 0.9977828 | 991 1462
3224 40.300 | 38.1766951 | 0.3733112 0.9977828 | 991 1462
3228 40.350 | 38.1815052 | 0.3675701 0.9977828 | 991 1462
3232 40.400 | 38.1862156 | 0.3613059 0.9977828 | 991 1462
3236 40.450 | 38.1801862 | 0.3549219 0.9977828 | 991 1462
3240 40.500 | 38.1880078 | 0.3484154 0.9977828 | 991 1462
3244 40.550 | 38.1926422 | 0.3417837 0.9977828 | 991 1462
3248 40.600 | 38.2007095 | 0.3350240 0.9977828 | 991 1462
3252 40.650 | 38.2006513 | 0.3281336 0.9977828 | 991 1462
3256 40.700 | 38.2085721 | 0.3211095 0.9977828 | 991 1462
3260 40.750 | 38.2133263 | 0.3139490 0.9977828 | 991 1462
3264 40.800 | 38.2169435 | 0.3066491 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,602,21] : [77,710,73] ([57,109,53] + PADDING) 329289
[4][0][0] exterior: [45,1263,45] : [95,1361,87] ([51,99,43] + PADDING) 217107
[5][0][0] exterior: [93,2565,93] : [152,2643,135] ([60,79,43] + PADDING) 203820
[5][0][1] exterior: [93,2644,93] : [118,2683,135] ([26,40,43] + PADDING) 44720
[6][0][0] exterior: [189,5169,189] : [265,5247,231] ([77,79,43] + PADDING) 261569
[6][0][1] exterior: [189,5249,189] : [197,5327,231] ([9,79,43] + PADDING) 30573
[7][0][0] exterior: [412,10378,381] : [490,10456,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [21.199999999999999,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [9.399999999999999,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.899999999999977,-0.300000000000001] : [5.600000000000000,1.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.000000000000000,-0.300000000000001] : [2.199999999999999,5.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.949999999999989,-0.150000000000000] : [3.649999999999999,-0.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.050000000000011,-0.150000000000000] : [0.250000000000000,3.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.699999999999999,-2.949999999999989,-0.075000000000001] : [2.649999999999999,-1.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 165k active, 325k owned (+97%), 679k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 759M active, 1052M owned (+39%), 1883M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.043 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 17%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 19%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3268 40.850 | 38.1435692 | 0.2992069 0.9977828 | 991 1462
3272 40.900 | 38.1513901 | 0.2916194 0.9977828 | 991 1462
3276 40.950 | 38.1559080 | 0.2838839 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3280 41.000 | 38.1625760 | 0.2759974 0.9977828 | 991 1462
3284 41.050 | 38.1614620 | 0.2679569 0.9977828 | 991 1462
3288 41.100 | 38.1694729 | 0.2597595 0.9977828 | 991 1462
3292 41.150 | 38.1750110 | 0.2514024 0.9977828 | 991 1462
3296 41.200 | 38.1812884 | 0.2428827 0.9977828 | 991 1462
3300 41.250 | 38.1761337 | 0.2341981 0.9977828 | 991 1462
3304 41.300 | 38.1847209 | 0.2253460 0.9977828 | 991 1462
3308 41.350 | 38.1904082 | 0.2163244 0.9977828 | 991 1462
3312 41.400 | 38.1987218 | 0.2071306 0.9977828 | 991 1462
3316 41.450 | 38.1999557 | 0.1977613 0.9977828 | 991 1462
3320 41.500 | 38.2096201 | 0.1882124 0.9977828 | 991 1462
3324 41.550 | 38.2160293 | 0.1784794 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.407357 at (-1.772980,1.893426,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56717782 m_irreducible=0.5000160586
INFO (AHFinderDirect): AH 2/3: r=0.407357 at (1.772980,-1.893426,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56717782 m_irreducible=0.5000160586
3328 41.600 | 38.1755435 | 0.4026672 0.9977828 | 991 1462
3332 41.650 | 38.1387927 | 0.3998586 0.9977828 | 991 1462
3336 41.700 | 38.1468201 | 0.3945066 0.9977828 | 991 1462
3340 41.750 | 38.1523223 | 0.3889668 0.9977828 | 991 1462
3344 41.800 | 38.1598308 | 0.3831664 0.9977828 | 991 1462
3348 41.850 | 38.1592374 | 0.3772579 0.9977828 | 991 1462
3352 41.900 | 38.1665973 | 0.3712390 0.9977828 | 991 1462
3356 41.950 | 38.1708776 | 0.3651073 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3360 42.000 | 38.1758967 | 0.3588603 0.9977828 | 991 1462
3364 42.050 | 38.1705403 | 0.3524956 0.9977828 | 991 1462
3368 42.100 | 38.1798291 | 0.3460107 0.9977828 | 991 1462
3372 42.150 | 38.1856964 | 0.3394031 0.9977828 | 991 1462
3376 42.200 | 38.1937694 | 0.3326702 0.9977828 | 991 1462
3380 42.250 | 38.1944039 | 0.3258095 0.9977828 | 991 1462
3384 42.300 | 38.2022109 | 0.3188185 0.9977828 | 991 1462
3388 42.350 | 38.2064138 | 0.3116946 0.9977828 | 991 1462
3392 42.400 | 38.2094295 | 0.3044354 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,603,21] : [78,709,73] ([58,107,53] + PADDING) 328918
[4][0][0] exterior: [45,1264,45] : [96,1360,87] ([52,97,43] + PADDING) 216892
[5][0][0] exterior: [93,2567,93] : [154,2645,135] ([62,79,43] + PADDING) 210614
[5][0][1] exterior: [93,2646,93] : [116,2681,135] ([24,36,43] + PADDING) 37152
[6][0][0] exterior: [189,5173,189] : [268,5251,231] ([80,79,43] + PADDING) 271760
[6][0][1] exterior: [189,5252,189] : [195,5323,231] ([7,72,43] + PADDING) 21672
[7][0][0] exterior: [420,10386,381] : [498,10464,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [21.600000000000001,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.599999999999994,-0.600000000000001] : [9.600000000000001,9.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.699999999999989,-0.300000000000001] : [5.799999999999999,2.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.199999999999989,-0.300000000000001] : [2.000000000000000,5.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.750000000000000,-0.150000000000000] : [3.799999999999999,0.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.199999999999989,-0.150000000000000] : [0.149999999999999,3.750000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.899999999999999,-2.750000000000000,-0.075000000000001] : [2.850000000000000,-0.800000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 326k owned (+95%), 682k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 760M active, 1053M owned (+39%), 1885M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.057 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 13%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 17%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 16%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3396 42.450 | 38.1447264 | 0.2970383 0.9977828 | 991 1462
3400 42.500 | 38.1532997 | 0.2895009 0.9977828 | 991 1462
3404 42.550 | 38.1587874 | 0.2818209 0.9977828 | 991 1462
3408 42.600 | 38.1666555 | 0.2739960 0.9977828 | 991 1462
3412 42.650 | 38.1670014 | 0.2660239 0.9977828 | 991 1462
3416 42.700 | 38.1756430 | 0.2579026 0.9977828 | 991 1462
3420 42.750 | 38.1810736 | 0.2496303 0.9977828 | 991 1462
3424 42.800 | 38.1869192 | 0.2412055 0.9977828 | 991 1462
3428 42.850 | 38.1824816 | 0.2326275 0.9977828 | 991 1462
3432 42.900 | 38.1905440 | 0.2238956 0.9977828 | 991 1462
3436 42.950 | 38.1957232 | 0.2150099 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3440 43.000 | 38.2036482 | 0.2059706 0.9977828 | 991 1462
3444 43.050 | 38.2037773 | 0.1967787 0.9977828 | 991 1462
3448 43.100 | 38.2118574 | 0.1874379 0.9977828 | 991 1462
3452 43.150 | 38.2169205 | 0.1779571 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.406978 at (-1.948685,1.679108,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56716341 m_irreducible=0.500015772
INFO (AHFinderDirect): AH 2/3: r=0.406978 at (1.948685,-1.679108,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56716341 m_irreducible=0.500015772
3456 43.200 | 38.1743277 | 0.4022670 0.9977828 | 991 1462
3460 43.250 | 38.1388242 | 0.3992151 0.9977828 | 991 1462
3464 43.300 | 38.1468191 | 0.3941491 0.9977828 | 991 1462
3468 43.350 | 38.1522180 | 0.3884754 0.9977828 | 991 1462
3472 43.400 | 38.1596803 | 0.3826578 0.9977828 | 991 1462
3476 43.450 | 38.1596957 | 0.3767335 0.9977828 | 991 1462
3480 43.500 | 38.1672483 | 0.3707002 0.9977828 | 991 1462
3484 43.550 | 38.1716867 | 0.3645559 0.9977828 | 991 1462
3488 43.600 | 38.1759029 | 0.3582983 0.9977828 | 991 1462
3492 43.650 | 38.1710166 | 0.3519254 0.9977828 | 991 1462
3496 43.700 | 38.1788394 | 0.3454351 0.9977828 | 991 1462
3500 43.750 | 38.1836371 | 0.3388252 0.9977828 | 991 1462
3504 43.800 | 38.1907233 | 0.3320937 0.9977828 | 991 1462
3508 43.850 | 38.1905469 | 0.3252387 0.9977828 | 991 1462
3512 43.900 | 38.1980613 | 0.3182582 0.9977828 | 991 1462
3516 43.950 | 38.2029623 | 0.3111505 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3520 44.000 | 38.2067634 | 0.3039138 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,603,21] : [78,709,73] ([58,107,53] + PADDING) 328918
[4][0][0] exterior: [45,1265,45] : [97,1359,87] ([53,95,43] + PADDING) 216505
[5][0][0] exterior: [93,2569,93] : [155,2647,135] ([63,79,43] + PADDING) 214011
[5][0][1] exterior: [93,2648,93] : [115,2679,135] ([23,32,43] + PADDING) 31648
[6][0][0] exterior: [189,5178,189] : [272,5256,231] ([84,79,43] + PADDING) 285348
[6][0][1] exterior: [189,5257,189] : [195,5318,231] ([7,62,43] + PADDING) 18662
[7][0][0] exterior: [426,10395,381] : [504,10473,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [21.600000000000001,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.400000000000006,-0.600000000000001] : [9.800000000000001,9.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.500000000000000,-0.300000000000001] : [5.899999999999999,2.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.399999999999977,-0.300000000000001] : [1.899999999999999,5.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.500000000000000,-0.150000000000000] : [4.000000000000000,0.399999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.449999999999989,-0.150000000000000] : [0.149999999999999,3.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.049999999999999,-2.524999999999977,-0.075000000000001] : [3.000000000000000,-0.574999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 169k active, 329k owned (+94%), 686k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 763M active, 1057M owned (+39%), 1890M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.094 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 13%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 13%
INFO (Carpet): Level 6: 1M 3M 3M 1M owned 18%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3524 44.050 | 38.1403359 | 0.2965467 0.9977828 | 991 1462
3528 44.100 | 38.1481166 | 0.2890478 0.9977828 | 991 1462
3532 44.150 | 38.1527749 | 0.2814160 0.9977828 | 991 1462
3536 44.200 | 38.1591866 | 0.2736505 0.9977828 | 991 1462
3540 44.250 | 38.1585103 | 0.2657509 0.9977828 | 991 1462
3544 44.300 | 38.1655613 | 0.2577170 0.9977828 | 991 1462
3548 44.350 | 38.1698199 | 0.2495496 0.9977828 | 991 1462
3552 44.400 | 38.1752350 | 0.2412499 0.9977828 | 991 1462
3556 44.450 | 38.1708304 | 0.2328198 0.9977828 | 991 1462
3560 44.500 | 38.1781346 | 0.2242625 0.9977828 | 991 1462
3564 44.550 | 38.1831501 | 0.2155824 0.9977828 | 991 1462
3568 44.600 | 38.1905140 | 0.2067858 0.9977828 | 991 1462
3572 44.650 | 38.1906525 | 0.1978808 0.9977828 | 991 1462
3576 44.700 | 38.1985937 | 0.1888783 0.9977828 | 991 1462
3580 44.750 | 38.2027277 | 0.1796308 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.406593 at (-2.100436,1.445985,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56729066 m_irreducible=0.5000183034
INFO (AHFinderDirect): AH 2/3: r=0.406593 at (2.100436,-1.445985,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56729066 m_irreducible=0.5000183034
3584 44.800 | 38.1723310 | 0.4018953 0.9977828 | 991 1462
3588 44.850 | 38.1388089 | 0.3992286 0.9977828 | 991 1462
3592 44.900 | 38.1458776 | 0.3939893 0.9977828 | 991 1462
3596 44.950 | 38.1508518 | 0.3881770 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3600 45.000 | 38.1581995 | 0.3822534 0.9977828 | 991 1462
3604 45.050 | 38.1580349 | 0.3762161 0.9977828 | 991 1462
3608 45.100 | 38.1657164 | 0.3700624 0.9977828 | 991 1462
3612 45.150 | 38.1701690 | 0.3637895 0.9977828 | 991 1462
3616 45.200 | 38.1749227 | 0.3573947 0.9977828 | 991 1462
3620 45.250 | 38.1698589 | 0.3508751 0.9977828 | 991 1462
3624 45.300 | 38.1771931 | 0.3442279 0.9977828 | 991 1462
3628 45.350 | 38.1814440 | 0.3374502 0.9977828 | 991 1462
3632 45.400 | 38.1882889 | 0.3305388 0.9977828 | 991 1462
3636 45.450 | 38.1888866 | 0.3234909 0.9977828 | 991 1462
3640 45.500 | 38.1966646 | 0.3163033 0.9977828 | 991 1462
3644 45.550 | 38.2013981 | 0.3089729 0.9977828 | 991 1462
3648 45.600 | 38.2049942 | 0.3014965 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [64,379,61] ([56,103,53] + PADDING) 305704
[3][0][0] exterior: [21,604,21] : [78,708,73] ([58,105,53] + PADDING) 322770
[4][0][0] exterior: [45,1266,45] : [98,1358,87] ([54,93,43] + PADDING) 215946
[5][0][0] exterior: [93,2572,93] : [157,2650,135] ([65,79,43] + PADDING) 220805
[5][0][1] exterior: [93,2651,93] : [113,2676,135] ([21,26,43] + PADDING) 23478
[6][0][0] exterior: [196,5183,189] : [274,5261,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [432,10405,381] : [510,10483,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [41.600000000000001,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [21.600000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.199999999999989,-0.600000000000001] : [10.000000000000000,9.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.199999999999989,-0.300000000000001] : [6.100000000000000,2.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.699999999999989,-0.300000000000001] : [1.699999999999999,5.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.199999999999999,-3.250000000000000,-0.150000000000000] : [4.100000000000000,0.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.199999999999999,-2.274999999999977,-0.075000000000001] : [3.149999999999999,-0.324999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 323k owned (+99%), 675k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 756M active, 1051M owned (+39%), 1878M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 15.002 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 19%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3652 45.650 | 38.1446090 | 0.2938711 0.9977828 | 991 1462
3656 45.700 | 38.1530219 | 0.2860932 0.9977828 | 991 1462
3660 45.750 | 38.1584007 | 0.2781596 0.9977828 | 991 1462
3664 45.800 | 38.1660195 | 0.2700669 0.9977828 | 991 1462
3668 45.850 | 38.1668181 | 0.2618118 0.9977828 | 991 1462
3672 45.900 | 38.1756918 | 0.2533909 0.9977828 | 991 1462
3676 45.950 | 38.1814148 | 0.2448012 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3680 46.000 | 38.1863385 | 0.2360397 0.9977828 | 991 1462
3684 46.050 | 38.1826174 | 0.2271038 0.9977828 | 991 1462
3688 46.100 | 38.1909392 | 0.2179911 0.9977828 | 991 1462
3692 46.150 | 38.1965075 | 0.2086990 0.9977828 | 991 1462
3696 46.200 | 38.2041390 | 0.1992260 0.9977828 | 991 1462
3700 46.250 | 38.2050987 | 0.1895717 0.9977828 | 991 1462
3704 46.300 | 38.2135065 | 0.1797385 0.9977828 | 991 1462
3708 46.350 | 38.2190694 | 0.1697313 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.406178 at (-2.225868,1.196523,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56737018 m_irreducible=0.5000198853
INFO (AHFinderDirect): AH 2/3: r=0.406178 at (2.225868,-1.196523,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56737018 m_irreducible=0.5000198853
3712 46.400 | 38.1831142 | 0.4013221 0.9977828 | 991 1462
3716 46.450 | 38.1502407 | 0.3983503 0.9977828 | 991 1462
3720 46.500 | 38.1583354 | 0.3930555 0.9977828 | 991 1462
3724 46.550 | 38.1635524 | 0.3872871 0.9977828 | 991 1462
3728 46.600 | 38.1710073 | 0.3814110 0.9977828 | 991 1462
3732 46.650 | 38.1719914 | 0.3754249 0.9977828 | 991 1462
3736 46.700 | 38.1802695 | 0.3693263 0.9977828 | 991 1462
3740 46.750 | 38.1855741 | 0.3631131 0.9977828 | 991 1462
3744 46.800 | 38.1911356 | 0.3567827 0.9977828 | 991 1462
3748 46.850 | 38.1876056 | 0.3503328 0.9977828 | 991 1462
3752 46.900 | 38.1960455 | 0.3437610 0.9977828 | 991 1462
3756 46.950 | 38.2017591 | 0.3370649 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3760 47.000 | 38.2093794 | 0.3302422 0.9977828 | 991 1462
3764 47.050 | 38.2109213 | 0.3232904 0.9977828 | 991 1462
3768 47.100 | 38.2188369 | 0.3162072 0.9977828 | 991 1462
3772 47.150 | 38.2240223 | 0.3089904 0.9977828 | 991 1462
3776 47.200 | 38.2284892 | 0.3016378 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,604,21] : [79,708,73] ([59,105,53] + PADDING) 328335
[4][0][0] exterior: [45,1268,45] : [98,1356,87] ([54,89,43] + PADDING) 206658
[5][0][0] exterior: [93,2574,93] : [158,2652,135] ([66,79,43] + PADDING) 224202
[5][0][1] exterior: [93,2653,93] : [112,2674,135] ([20,22,43] + PADDING) 18920
[6][0][0] exterior: [199,5188,189] : [277,5266,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [436,10415,381] : [514,10493,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [22.000000000000000,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [10.000000000000000,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [6.199999999999999,2.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.899999999999977,-0.300000000000001] : [1.600000000000000,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.350000000000000,-3.000000000000000,-0.150000000000000] : [4.250000000000000,0.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.299999999999999,-2.024999999999977,-0.075000000000001] : [3.250000000000000,-0.074999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 323k owned (+99%), 674k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 755M active, 1048M owned (+39%), 1874M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.973 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3780 47.250 | 38.1669358 | 0.2941473 0.9977828 | 991 1462
3784 47.300 | 38.1749465 | 0.2865172 0.9977828 | 991 1462
3788 47.350 | 38.1804498 | 0.2787459 0.9977828 | 991 1462
3792 47.400 | 38.1880223 | 0.2708324 0.9977828 | 991 1462
3796 47.450 | 38.1881876 | 0.2627757 0.9977828 | 991 1462
3800 47.500 | 38.1960512 | 0.2545749 0.9977828 | 991 1462
3804 47.550 | 38.2015832 | 0.2462285 0.9977828 | 991 1462
3808 47.600 | 38.2081189 | 0.2377342 0.9977828 | 991 1462
3812 47.650 | 38.2050306 | 0.2290889 0.9977828 | 991 1462
3816 47.700 | 38.2138768 | 0.2202904 0.9977828 | 991 1462
3820 47.750 | 38.2202718 | 0.2113096 0.9977828 | 991 1462
3824 47.800 | 38.2276175 | 0.2021618 0.9977828 | 991 1462
3828 47.850 | 38.2277439 | 0.1928846 0.9977828 | 991 1462
3832 47.900 | 38.2350986 | 0.1834833 0.9977828 | 991 1462
3836 47.950 | 38.2403327 | 0.1739655 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.405722 at (-2.322830,0.933513,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56739127 m_irreducible=0.500020305
INFO (AHFinderDirect): AH 2/3: r=0.405722 at (2.322830,-0.933513,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56739127 m_irreducible=0.500020305
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3840 48.000 | 38.2084587 | 0.4008302 0.9977828 | 991 1462
3844 48.050 | 38.1761020 | 0.3977589 0.9977828 | 991 1462
3848 48.100 | 38.1847214 | 0.3922502 0.9977828 | 991 1462
3852 48.150 | 38.1910010 | 0.3866474 0.9977828 | 991 1462
3856 48.200 | 38.1987893 | 0.3809491 0.9977828 | 991 1462
3860 48.250 | 38.1996759 | 0.3750190 0.9977828 | 991 1462
3864 48.300 | 38.2076053 | 0.3689781 0.9977828 | 991 1462
3868 48.350 | 38.2134323 | 0.3627190 0.9977828 | 991 1462
3872 48.400 | 38.2188306 | 0.3563232 0.9977828 | 991 1462
3876 48.450 | 38.2155692 | 0.3498103 0.9977828 | 991 1462
3880 48.500 | 38.2231960 | 0.3431784 0.9977828 | 991 1462
3884 48.550 | 38.2284203 | 0.3364260 0.9977828 | 991 1462
3888 48.600 | 38.2362726 | 0.3295513 0.9977828 | 991 1462
3892 48.650 | 38.2369161 | 0.3225531 0.9977828 | 991 1462
3896 48.700 | 38.2444021 | 0.3154300 0.9977828 | 991 1462
3900 48.750 | 38.2501493 | 0.3081810 0.9977828 | 991 1462
3904 48.800 | 38.2540717 | 0.3008053 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,605,21] : [79,707,73] ([59,103,53] + PADDING) 322081
[4][0][0] exterior: [45,1269,45] : [99,1355,87] ([55,87,43] + PADDING) 205755
[5][0][0] exterior: [93,2577,93] : [159,2655,135] ([67,79,43] + PADDING) 227599
[5][0][1] exterior: [93,2656,93] : [111,2671,135] ([19,16,43] + PADDING) 13072
[6][0][0] exterior: [200,5193,189] : [278,5271,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [440,10426,381] : [518,10504,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [22.000000000000000,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [10.199999999999999,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.699999999999989,-0.300000000000001] : [6.299999999999999,3.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,3.199999999999989,-0.300000000000001] : [1.500000000000000,4.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.399999999999999,-2.750000000000000,-0.150000000000000] : [4.299999999999999,1.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.399999999999999,-1.750000000000000,-0.075000000000001] : [3.350000000000000,0.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 322k owned (+99%), 673k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 750M active, 1042M owned (+39%), 1865M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.899 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 20%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
3908 48.850 | 38.1879385 | 0.2933025 0.9977828 | 991 1462
3912 48.900 | 38.1965578 | 0.2856725 0.9977828 | 991 1462
3916 48.950 | 38.2014113 | 0.2779157 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
3920 49.000 | 38.2089080 | 0.2700329 0.9977828 | 991 1462
3924 49.050 | 38.2098008 | 0.2620259 0.9977828 | 991 1462
3928 49.100 | 38.2173669 | 0.2538972 0.9977828 | 991 1462
3932 49.150 | 38.2221836 | 0.2456505 0.9977828 | 991 1462
3936 49.200 | 38.2278382 | 0.2372906 0.9977828 | 991 1462
3940 49.250 | 38.2252499 | 0.2288241 0.9977828 | 991 1462
3944 49.300 | 38.2332758 | 0.2202592 0.9977828 | 991 1462
3948 49.350 | 38.2387974 | 0.2116059 0.9977828 | 991 1462
3952 49.400 | 38.2464128 | 0.2024990 0.9977828 | 991 1462
3956 49.450 | 38.2471316 | 0.1931085 0.9977828 | 991 1462
3960 49.500 | 38.2551249 | 0.1836041 0.9977828 | 991 1462
3964 49.550 | 38.2604908 | 0.1740236 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.405238 at (-2.389429,0.660067,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56748395 m_irreducible=0.5000221487
INFO (AHFinderDirect): AH 2/3: r=0.405238 at (2.389429,-0.660067,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56748395 m_irreducible=0.5000221487
3968 49.600 | 38.2177979 | 0.4002332 0.9977828 | 991 1462
3972 49.650 | 38.1887784 | 0.3972622 0.9977828 | 991 1462
3976 49.700 | 38.1967265 | 0.3923512 0.9977828 | 991 1462
3980 49.750 | 38.2020673 | 0.3872182 0.9977828 | 991 1462
3984 49.800 | 38.2092598 | 0.3813569 0.9977828 | 991 1462
3988 49.850 | 38.2100166 | 0.3753869 0.9977828 | 991 1462
3992 49.900 | 38.2178006 | 0.3692612 0.9977828 | 991 1462
3996 49.950 | 38.2230497 | 0.3629712 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4000 50.000 | 38.2277295 | 0.3565593 0.9977828 | 991 1462
4004 50.050 | 38.2240485 | 0.3500229 0.9977828 | 991 1462
4008 50.100 | 38.2318439 | 0.3433593 0.9977828 | 991 1462
4012 50.150 | 38.2371422 | 0.3365658 0.9977828 | 991 1462
4016 50.200 | 38.2443478 | 0.3296394 0.9977828 | 991 1462
4020 50.250 | 38.2447254 | 0.3225774 0.9977828 | 991 1462
4024 50.300 | 38.2527278 | 0.3153767 0.9977828 | 991 1462
4028 50.350 | 38.2579500 | 0.3080343 0.9977828 | 991 1462
4032 50.400 | 38.2614989 | 0.3005472 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,606,21] : [79,706,73] ([59,101,53] + PADDING) 315827
[4][0][0] exterior: [45,1270,45] : [99,1354,87] ([55,85,43] + PADDING) 201025
[5][0][0] exterior: [93,2580,93] : [159,2668,135] ([67,89,43] + PADDING) 256409
[6][0][0] exterior: [201,5199,189] : [279,5277,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [441,10437,381] : [519,10515,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [22.000000000000000,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.400000000000006,-0.600000000000001] : [10.199999999999999,8.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.399999999999977,-0.300000000000001] : [6.299999999999999,4.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.449999999999999,-2.449999999999989,-0.150000000000000] : [4.350000000000000,1.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.424999999999999,-1.475000000000023,-0.075000000000001] : [3.375000000000000,0.475000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 324k owned (+98%), 676k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 755M active, 1048M owned (+39%), 1873M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.965 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4036 50.450 | 38.1963890 | 0.2929130 0.9977828 | 991 1462
4040 50.500 | 38.2041477 | 0.2851298 0.9977828 | 991 1462
4044 50.550 | 38.2099044 | 0.2771960 0.9977828 | 991 1462
4048 50.600 | 38.2174908 | 0.2691106 0.9977828 | 991 1462
4052 50.650 | 38.2188681 | 0.2608720 0.9977828 | 991 1462
4056 50.700 | 38.2264863 | 0.2524770 0.9977828 | 991 1462
4060 50.750 | 38.2319021 | 0.2439206 0.9977828 | 991 1462
4064 50.800 | 38.2369327 | 0.2350498 0.9977828 | 991 1462
4068 50.850 | 38.2345685 | 0.2259818 0.9977828 | 991 1462
4072 50.900 | 38.2427529 | 0.2167095 0.9977828 | 991 1462
4076 50.950 | 38.2484794 | 0.2072298 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4080 51.000 | 38.2558504 | 0.1975524 0.9977828 | 991 1462
4084 51.050 | 38.2572798 | 0.1877022 0.9977828 | 991 1462
4088 51.100 | 38.2654189 | 0.1777161 0.9977828 | 991 1462
4092 51.150 | 38.2713095 | 0.1676307 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.404737 at (-2.424102,0.379591,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56762453 m_irreducible=0.5000249453
INFO (AHFinderDirect): AH 2/3: r=0.404737 at (2.424102,-0.379591,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56762453 m_irreducible=0.5000249453
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 706648128 ( 673.9 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 839032 ( 0.8 MiB) Bytes in central cache freelist
MALLOC: + 4243456 ( 4.0 MiB) Bytes in transfer cache freelist
MALLOC: + 30448200 ( 29.0 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 744550592 ( 710.1 MiB) Actual memory used (physical + swap)
MALLOC: + 254640128 ( 242.8 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3866 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 444 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 658 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3729 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 291 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6057 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 162 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 865 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2511 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 286 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.9 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 27 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.0 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.0 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 51 [ 9216 bytes ] : 18 objs; 0.2 MiB; 1.5 cum MiB
class 52 [ 10240 bytes ] : 3 objs; 0.0 MiB; 1.5 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.5 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.6 cum MiB
class 55 [ 16384 bytes ] : 3 objs; 0.0 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 63 [ 65536 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.1 cum MiB
class 66 [ 90112 bytes ] : 3 objs; 0.3 MiB; 3.3 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.5 cum MiB
class 69 [ 114688 bytes ] : 2 objs; 0.2 MiB; 3.8 cum MiB
class 70 [ 122880 bytes ] : 25 objs; 2.9 MiB; 6.7 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 7.7 cum MiB
class 72 [ 139264 bytes ] : 2 objs; 0.3 MiB; 7.9 cum MiB
class 73 [ 147456 bytes ] : 7 objs; 1.0 MiB; 8.9 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 12.6 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 16.6 cum MiB
class 76 [ 172032 bytes ] : 70 objs; 11.5 MiB; 28.0 cum MiB
class 77 [ 180224 bytes ] : 25 objs; 4.3 MiB; 32.3 cum MiB
class 78 [ 188416 bytes ] : 4 objs; 0.7 MiB; 33.1 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 33.4 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 33.7 cum MiB
------------------------------------------------
PageHeap: 65 sizes; 0.0 MiB free; 242.8 MiB unmapped
------------------------------------------------
1 pages * 44 spans ~ 0.3 MiB; 0.3 MiB cum; unmapped: 0.3 MiB; 0.3 MiB cum
2 pages * 50 spans ~ 0.8 MiB; 1.1 MiB cum; unmapped: 0.8 MiB; 1.1 MiB cum
3 pages * 37 spans ~ 0.9 MiB; 2.0 MiB cum; unmapped: 0.9 MiB; 2.0 MiB cum
4 pages * 24 spans ~ 0.8 MiB; 2.7 MiB cum; unmapped: 0.8 MiB; 2.7 MiB cum
5 pages * 16 spans ~ 0.6 MiB; 3.4 MiB cum; unmapped: 0.6 MiB; 3.4 MiB cum
6 pages * 19 spans ~ 0.9 MiB; 4.3 MiB cum; unmapped: 0.9 MiB; 4.3 MiB cum
7 pages * 11 spans ~ 0.6 MiB; 4.9 MiB cum; unmapped: 0.6 MiB; 4.9 MiB cum
8 pages * 13 spans ~ 0.8 MiB; 5.7 MiB cum; unmapped: 0.8 MiB; 5.7 MiB cum
9 pages * 18 spans ~ 1.3 MiB; 6.9 MiB cum; unmapped: 1.3 MiB; 6.9 MiB cum
10 pages * 3 spans ~ 0.2 MiB; 7.2 MiB cum; unmapped: 0.2 MiB; 7.2 MiB cum
11 pages * 12 spans ~ 1.0 MiB; 8.2 MiB cum; unmapped: 1.0 MiB; 8.2 MiB cum
12 pages * 17 spans ~ 1.6 MiB; 9.8 MiB cum; unmapped: 1.6 MiB; 9.8 MiB cum
13 pages * 16 spans ~ 1.6 MiB; 11.4 MiB cum; unmapped: 1.6 MiB; 11.4 MiB cum
14 pages * 5 spans ~ 0.5 MiB; 12.0 MiB cum; unmapped: 0.5 MiB; 12.0 MiB cum
15 pages * 8 spans ~ 0.9 MiB; 12.9 MiB cum; unmapped: 0.9 MiB; 12.9 MiB cum
16 pages * 16 spans ~ 2.0 MiB; 14.9 MiB cum; unmapped: 2.0 MiB; 14.9 MiB cum
17 pages * 9 spans ~ 1.2 MiB; 16.1 MiB cum; unmapped: 1.2 MiB; 16.1 MiB cum
18 pages * 10 spans ~ 1.4 MiB; 17.5 MiB cum; unmapped: 1.4 MiB; 17.5 MiB cum
21 pages * 4 spans ~ 0.7 MiB; 18.2 MiB cum; unmapped: 0.7 MiB; 18.2 MiB cum
22 pages * 1 spans ~ 0.2 MiB; 18.3 MiB cum; unmapped: 0.2 MiB; 18.3 MiB cum
24 pages * 1 spans ~ 0.2 MiB; 18.5 MiB cum; unmapped: 0.2 MiB; 18.5 MiB cum
25 pages * 1 spans ~ 0.2 MiB; 18.7 MiB cum; unmapped: 0.2 MiB; 18.7 MiB cum
26 pages * 1 spans ~ 0.2 MiB; 18.9 MiB cum; unmapped: 0.2 MiB; 18.9 MiB cum
27 pages * 2 spans ~ 0.4 MiB; 19.3 MiB cum; unmapped: 0.4 MiB; 19.3 MiB cum
28 pages * 5 spans ~ 1.1 MiB; 20.4 MiB cum; unmapped: 1.1 MiB; 20.4 MiB cum
29 pages * 4 spans ~ 0.9 MiB; 21.3 MiB cum; unmapped: 0.9 MiB; 21.3 MiB cum
31 pages * 5 spans ~ 1.2 MiB; 22.6 MiB cum; unmapped: 1.2 MiB; 22.6 MiB cum
32 pages * 4 spans ~ 1.0 MiB; 23.6 MiB cum; unmapped: 1.0 MiB; 23.6 MiB cum
33 pages * 2 spans ~ 0.5 MiB; 24.1 MiB cum; unmapped: 0.5 MiB; 24.1 MiB cum
34 pages * 4 spans ~ 1.1 MiB; 25.1 MiB cum; unmapped: 1.1 MiB; 25.1 MiB cum
35 pages * 4 spans ~ 1.1 MiB; 26.2 MiB cum; unmapped: 1.1 MiB; 26.2 MiB cum
36 pages * 1 spans ~ 0.3 MiB; 26.5 MiB cum; unmapped: 0.3 MiB; 26.5 MiB cum
37 pages * 2 spans ~ 0.6 MiB; 27.1 MiB cum; unmapped: 0.6 MiB; 27.1 MiB cum
40 pages * 2 spans ~ 0.6 MiB; 27.7 MiB cum; unmapped: 0.6 MiB; 27.7 MiB cum
42 pages * 6 spans ~ 2.0 MiB; 29.7 MiB cum; unmapped: 2.0 MiB; 29.7 MiB cum
43 pages *
4096 51.200 | 38.2384255 | 0.4000436 0.9977828 | 991 1462
4100 51.250 | 38.2105227 | 0.3972186 0.9977828 | 991 1462
4104 51.300 | 38.2186069 | 0.3916543 0.9977828 | 991 1462
4108 51.350 | 38.2241563 | 0.3858233 0.9977828 | 991 1462
4112 51.400 | 38.2313421 | 0.3798167 0.9977828 | 991 1462
4116 51.450 | 38.2327057 | 0.3736389 0.9977828 | 991 1462
4120 51.500 | 38.2405908 | 0.3673416 0.9977828 | 991 1462
4124 51.550 | 38.2462230 | 0.3609223 0.9977828 | 991 1462
4128 51.600 | 38.2519946 | 0.3543783 0.9977828 | 991 1462
4132 51.650 | 38.2493306 | 0.3477071 0.9977828 | 991 1462
4136 51.700 | 38.2570589 | 0.3409061 0.9977828 | 991 1462
4140 51.750 | 38.2625094 | 0.3339726 0.9977828 | 991 1462
4144 51.800 | 38.2701862 | 0.3269041 0.9977828 | 991 1462
4148 51.850 | 38.2718985 | 0.3196979 0.9977828 | 991 1462
4152 51.900 | 38.2788781 | 0.3123514 0.9977828 | 991 1462
4156 51.950 | 38.2845549 | 0.3048622 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4160 52.000 | 38.2886224 | 0.2972282 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,279,9] : [64,377,61] ([56,99,53] + PADDING) 293832
[3][0][0] exterior: [21,606,21] : [79,706,73] ([59,101,53] + PADDING) 315827
[4][0][0] exterior: [45,1272,45] : [99,1352,87] ([55,81,43] + PADDING) 191565
[5][0][0] exterior: [93,2583,93] : [159,2665,135] ([67,83,43] + PADDING) 239123
[6][0][0] exterior: [202,5205,189] : [280,5283,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [442,10448,381] : [520,10526,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [41.600000000000001,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [22.000000000000000,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [10.199999999999999,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.100000000000023,-0.300000000000001] : [6.299999999999999,4.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.500000000000000,-2.149999999999977,-0.150000000000000] : [4.399999999999999,1.750000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.449999999999999,-1.199999999999989,-0.075000000000001] : [3.399999999999999,0.750000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 321k owned (+99%), 671k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 750M active, 1040M owned (+39%), 1861M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.869 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4164 52.050 | 38.2321850 | 0.2894479 0.9977828 | 991 1462
4168 52.100 | 38.2397512 | 0.2815199 0.9977828 | 991 1462
4172 52.150 | 38.2447941 | 0.2734432 0.9977828 | 991 1462
4176 52.200 | 38.2517622 | 0.2652167 0.9977828 | 991 1462
4180 52.250 | 38.2531501 | 0.2568384 0.9977828 | 991 1462
4184 52.300 | 38.2606267 | 0.2483054 0.9977828 | 991 1462
4188 52.350 | 38.2659517 | 0.2396140 0.9977828 | 991 1462
4192 52.400 | 38.2701680 | 0.2307612 0.9977828 | 991 1462
4196 52.450 | 38.2673532 | 0.2217465 0.9977828 | 991 1462
4200 52.500 | 38.2746297 | 0.2125751 0.9977828 | 991 1462
4204 52.550 | 38.2797948 | 0.2032601 0.9977828 | 991 1462
4208 52.600 | 38.2865010 | 0.1938222 0.9977828 | 991 1462
4212 52.650 | 38.2875217 | 0.1842864 0.9977828 | 991 1462
4216 52.700 | 38.2947422 | 0.1746756 0.9977828 | 991 1462
4220 52.750 | 38.2996933 | 0.1650011 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.40419 at (-2.425634,0.095779,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56759844 m_irreducible=0.5000244262
INFO (AHFinderDirect): AH 2/3: r=0.40419 at (2.425634,-0.095779,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56759844 m_irreducible=0.5000244262
4224 52.800 | 38.2719692 | 0.3991867 0.9977828 | 991 1462
4228 52.850 | 38.2434299 | 0.3963989 0.9977828 | 991 1462
4232 52.900 | 38.2510489 | 0.3913195 0.9977828 | 991 1462
4236 52.950 | 38.2560708 | 0.3854617 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4240 53.000 | 38.2626229 | 0.3794926 0.9977828 | 991 1462
4244 53.050 | 38.2634523 | 0.3734099 0.9977828 | 991 1462
4248 53.100 | 38.2704356 | 0.3672110 0.9977828 | 991 1462
4252 53.150 | 38.2755278 | 0.3608936 0.9977828 | 991 1462
4256 53.200 | 38.2793336 | 0.3544551 0.9977828 | 991 1462
4260 53.250 | 38.2757525 | 0.3478932 0.9977828 | 991 1462
4264 53.300 | 38.2825358 | 0.3412053 0.9977828 | 991 1462
4268 53.350 | 38.2873597 | 0.3343891 0.9977828 | 991 1462
4272 53.400 | 38.2936629 | 0.3274420 0.9977828 | 991 1462
4276 53.450 | 38.2944954 | 0.3203619 0.9977828 | 991 1462
4280 53.500 | 38.3023099 | 0.3131463 0.9977828 | 991 1462
4284 53.550 | 38.3075581 | 0.3057931 0.9977828 | 991 1462
4288 53.600 | 38.3110975 | 0.2983002 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [97,253,95] ([95,179,93] + PADDING) 1581465
[2][0][0] exterior: [9,279,9] : [64,377,61] ([56,99,53] + PADDING) 293832
[3][0][0] exterior: [21,607,21] : [79,705,73] ([59,99,53] + PADDING) 309573
[4][0][0] exterior: [45,1273,45] : [99,1351,87] ([55,79,43] + PADDING) 186835
[5][0][0] exterior: [93,2584,93] : [159,2664,135] ([67,81,43] + PADDING) 233361
[6][0][0] exterior: [201,5210,189] : [279,5288,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [441,10459,381] : [519,10537,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [145.600000000000023,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [41.600000000000001,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [22.000000000000000,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-7.800000000000011,-0.600000000000001] : [10.199999999999999,7.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.000000000000000,-0.300000000000001] : [6.299999999999999,4.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.449999999999999,-1.899999999999977,-0.150000000000000] : [4.350000000000000,2.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.424999999999999,-0.925000000000011,-0.075000000000001] : [3.375000000000000,1.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 161k active, 320k owned (+99%), 668k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 748M active, 1036M owned (+39%), 1853M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.800 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 18M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 17%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4292 53.650 | 38.2610276 | 0.2906654 0.9977828 | 991 1462
4296 53.700 | 38.2684323 | 0.2828869 0.9977828 | 991 1462
4300 53.750 | 38.2732142 | 0.2749629 0.9977828 | 991 1462
4304 53.800 | 38.2800050 | 0.2668919 0.9977828 | 991 1462
4308 53.850 | 38.2807543 | 0.2586729 0.9977828 | 991 1462
4312 53.900 | 38.2881416 | 0.2503058 0.9977828 | 991 1462
4316 53.950 | 38.2929303 | 0.2417912 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4320 54.000 | 38.2965210 | 0.2331309 0.9977828 | 991 1462
4324 54.050 | 38.2928738 | 0.2243279 0.9977828 | 991 1462
4328 54.100 | 38.2999582 | 0.2153858 0.9977828 | 991 1462
4332 54.150 | 38.3045145 | 0.2063085 0.9977828 | 991 1462
4336 54.200 | 38.3111544 | 0.1970998 0.9977828 | 991 1462
4340 54.250 | 38.3119356 | 0.1877630 0.9977828 | 991 1462
4344 54.300 | 38.3187415 | 0.1783014 0.9977828 | 991 1462
4348 54.350 | 38.3232794 | 0.1687195 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.40362 at (-2.393214,-0.187448,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56769176 m_irreducible=0.5000262827
INFO (AHFinderDirect): AH 2/3: r=0.40362 at (2.393214,0.187448,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56769176 m_irreducible=0.5000262827
4352 54.400 | 38.2924129 | 0.3984008 0.9977828 | 991 1462
4356 54.450 | 38.2655560 | 0.3954228 0.9977828 | 991 1462
4360 54.500 | 38.2724380 | 0.3898389 0.9977828 | 991 1462
4364 54.550 | 38.2769333 | 0.3841610 0.9977828 | 991 1462
4368 54.600 | 38.2834740 | 0.3783879 0.9977828 | 991 1462
4372 54.650 | 38.2843181 | 0.3725187 0.9977828 | 991 1462
4376 54.700 | 38.2921352 | 0.3664359 0.9977828 | 991 1462
4380 54.750 | 38.2977080 | 0.3601053 0.9977828 | 991 1462
4384 54.800 | 38.3029558 | 0.3536595 0.9977828 | 991 1462
4388 54.850 | 38.2999099 | 0.3470971 0.9977828 | 991 1462
4392 54.900 | 38.3071564 | 0.3404165 0.9977828 | 991 1462
4396 54.950 | 38.3115604 | 0.3336165 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4400 55.000 | 38.3178244 | 0.3266959 0.9977828 | 991 1462
4404 55.050 | 38.3183409 | 0.3196538 0.9977828 | 991 1462
4408 55.100 | 38.3258148 | 0.3124898 0.9977828 | 991 1462
4412 55.150 | 38.3307653 | 0.3052033 0.9977828 | 991 1462
4416 55.200 | 38.3344853 | 0.2977946 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,279,9] : [64,377,61] ([56,99,53] + PADDING) 293832
[3][0][0] exterior: [21,606,21] : [79,706,73] ([59,101,53] + PADDING) 315827
[4][0][0] exterior: [45,1271,45] : [99,1353,87] ([55,83,43] + PADDING) 196295
[5][0][0] exterior: [93,2582,93] : [159,2666,135] ([67,85,43] + PADDING) 244885
[6][0][0] exterior: [200,5216,189] : [278,5294,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [439,10471,381] : [517,10549,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [41.600000000000001,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [22.000000000000000,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.199999999999989,-0.600000000000001] : [10.199999999999999,8.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.199999999999989,-0.300000000000001] : [6.299999999999999,4.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.399999999999999,-1.600000000000023,-0.150000000000000] : [4.299999999999999,2.300000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.375000000000000,-0.625000000000000,-0.075000000000001] : [3.324999999999999,1.324999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 322k owned (+98%), 673k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 749M active, 1038M owned (+39%), 1860M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.857 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4420 55.250 | 38.2732577 | 0.2902642 0.9977828 | 991 1462
4424 55.300 | 38.2797957 | 0.2825075 0.9977828 | 991 1462
4428 55.350 | 38.2844017 | 0.2745428 0.9977828 | 991 1462
4432 55.400 | 38.2904741 | 0.2664346 0.9977828 | 991 1462
4436 55.450 | 38.2911392 | 0.2581829 0.9977828 | 991 1462
4440 55.500 | 38.2975322 | 0.2497883 0.9977828 | 991 1462
4444 55.550 | 38.3019386 | 0.2412524 0.9977828 | 991 1462
4448 55.600 | 38.3065788 | 0.2325778 0.9977828 | 991 1462
4452 55.650 | 38.3042187 | 0.2237684 0.9977828 | 991 1462
4456 55.700 | 38.3114178 | 0.2148294 0.9977828 | 991 1462
4460 55.750 | 38.3161271 | 0.2057677 0.9977828 | 991 1462
4464 55.800 | 38.3225641 | 0.1965914 0.9977828 | 991 1462
4468 55.850 | 38.3233963 | 0.1873102 0.9977828 | 991 1462
4472 55.900 | 38.3302885 | 0.1779345 0.9977828 | 991 1462
4476 55.950 | 38.3352385 | 0.1684763 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.403039 at (-2.326501,-0.465926,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56767928 m_irreducible=0.5000260344
INFO (AHFinderDirect): AH 2/3: r=0.403039 at (2.326501,0.465926,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56767928 m_irreducible=0.5000260344
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4480 56.000 | 38.3003525 | 0.3981009 0.9977828 | 991 1462
4484 56.050 | 38.2739787 | 0.3947347 0.9977828 | 991 1462
4488 56.100 | 38.2807519 | 0.3891319 0.9977828 | 991 1462
4492 56.150 | 38.2856089 | 0.3834335 0.9977828 | 991 1462
4496 56.200 | 38.2920387 | 0.3774455 0.9977828 | 991 1462
4500 56.250 | 38.2932059 | 0.3711394 0.9977828 | 991 1462
4504 56.300 | 38.3003328 | 0.3647070 0.9977828 | 991 1462
4508 56.350 | 38.3049733 | 0.3581453 0.9977828 | 991 1462
4512 56.400 | 38.3099322 | 0.3514515 0.9977828 | 991 1462
4516 56.450 | 38.3072653 | 0.3446225 0.9977828 | 991 1462
4520 56.500 | 38.3142372 | 0.3376551 0.9977828 | 991 1462
4524 56.550 | 38.3184286 | 0.3305463 0.9977828 | 991 1462
4528 56.600 | 38.3243533 | 0.3232929 0.9977828 | 991 1462
4532 56.650 | 38.3247351 | 0.3158919 0.9977828 | 991 1462
4536 56.700 | 38.3312769 | 0.3083400 0.9977828 | 991 1462
4540 56.750 | 38.3357887 | 0.3006344 0.9977828 | 991 1462
4544 56.800 | 38.3393636 | 0.2927717 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,605,21] : [79,707,73] ([59,103,53] + PADDING) 322081
[4][0][0] exterior: [45,1270,45] : [98,1354,87] ([54,85,43] + PADDING) 197370
[5][0][0] exterior: [93,2579,93] : [158,2669,135] ([66,91,43] + PADDING) 258258
[6][0][0] exterior: [199,5221,189] : [277,5299,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [436,10482,381] : [514,10560,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [22.000000000000000,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.400000000000006,-0.600000000000001] : [10.000000000000000,8.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.500000000000000,-0.300000000000001] : [6.199999999999999,4.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.350000000000000,-1.350000000000023,-0.150000000000000] : [4.250000000000000,2.550000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.299999999999999,-0.350000000000023,-0.075000000000001] : [3.250000000000000,1.600000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 324k owned (+98%), 676k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 753M active, 1045M owned (+39%), 1869M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.930 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 3M 3M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4548 56.850 | 38.2886015 | 0.2847491 0.9977828 | 991 1462
4552 56.900 | 38.2954769 | 0.2765632 0.9977828 | 991 1462
4556 56.950 | 38.3003120 | 0.2682112 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4560 57.000 | 38.3065939 | 0.2596900 0.9977828 | 991 1462
4564 57.050 | 38.3076108 | 0.2509968 0.9977828 | 991 1462
4568 57.100 | 38.3143301 | 0.2421286 0.9977828 | 991 1462
4572 57.150 | 38.3193073 | 0.2330824 0.9977828 | 991 1462
4576 57.200 | 38.3231069 | 0.2238552 0.9977828 | 991 1462
4580 57.250 | 38.3210844 | 0.2144450 0.9977828 | 991 1462
4584 57.300 | 38.3281188 | 0.2048528 0.9977828 | 991 1462
4588 57.350 | 38.3327509 | 0.1950857 0.9977828 | 991 1462
4592 57.400 | 38.3390052 | 0.1851602 0.9977828 | 991 1462
4596 57.450 | 38.3397271 | 0.1751014 0.9977828 | 991 1462
4600 57.500 | 38.3463546 | 0.1649376 0.9977828 | 991 1462
4604 57.550 | 38.3513110 | 0.1546865 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.402388 at (-2.225745,-0.735372,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56758339 m_irreducible=0.5000241267
INFO (AHFinderDirect): AH 2/3: r=0.402388 at (2.225745,0.735372,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56758339 m_irreducible=0.5000241267
4608 57.600 | 38.3178648 | 0.3973176 0.9977828 | 991 1462
4612 57.650 | 38.2925530 | 0.3940243 0.9977828 | 991 1462
4616 57.700 | 38.2989863 | 0.3888732 0.9977828 | 991 1462
4620 57.750 | 38.3034385 | 0.3833151 0.9977828 | 991 1462
4624 57.800 | 38.3092885 | 0.3772692 0.9977828 | 991 1462
4628 57.850 | 38.3098140 | 0.3709410 0.9977828 | 991 1462
4632 57.900 | 38.3162596 | 0.3644854 0.9977828 | 991 1462
4636 57.950 | 38.3206513 | 0.3578992 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4640 58.000 | 38.3243769 | 0.3511794 0.9977828 | 991 1462
4644 58.050 | 38.3216147 | 0.3443230 0.9977828 | 991 1462
4648 58.100 | 38.3285433 | 0.3373266 0.9977828 | 991 1462
4652 58.150 | 38.3335054 | 0.3301871 0.9977828 | 991 1462
4656 58.200 | 38.3400357 | 0.3229014 0.9977828 | 991 1462
4660 58.250 | 38.3412426 | 0.3154660 0.9977828 | 991 1462
4664 58.300 | 38.3483918 | 0.3078778 0.9977828 | 991 1462
4668 58.350 | 38.3534471 | 0.3001335 0.9977828 | 991 1462
4672 58.400 | 38.3576747 | 0.2922299 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,605,21] : [78,707,73] ([58,103,53] + PADDING) 316622
[4][0][0] exterior: [45,1269,45] : [98,1355,87] ([54,87,43] + PADDING) 202014
[5][0][0] exterior: [93,2576,93] : [113,2593,135] ([21,18,43] + PADDING) 16254
[5][0][1] exterior: [93,2594,93] : [157,2672,135] ([65,79,43] + PADDING) 220805
[6][0][0] exterior: [196,5227,189] : [274,5305,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [431,10492,381] : [509,10570,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [21.600000000000001,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [10.000000000000000,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.800000000000011,-0.300000000000001] : [1.699999999999999,-3.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-3.000000000000000,-0.300000000000001] : [6.100000000000000,4.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [0.199999999999999,-1.050000000000011,-0.150000000000000] : [4.100000000000000,2.850000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.174999999999999,-0.100000000000023,-0.075000000000001] : [3.125000000000000,1.850000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 161k active, 321k owned (+99%), 671k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 752M active, 1043M owned (+39%), 1866M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.903 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 12%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4676 58.450 | 38.3011671 | 0.2841636 0.9977828 | 991 1462
4680 58.500 | 38.3077703 | 0.2759314 0.9977828 | 991 1462
4684 58.550 | 38.3122880 | 0.2675302 0.9977828 | 991 1462
4688 58.600 | 38.3182491 | 0.2589568 0.9977828 | 991 1462
4692 58.650 | 38.3191009 | 0.2502085 0.9977828 | 991 1462
4696 58.700 | 38.3253256 | 0.2412832 0.9977828 | 991 1462
4700 58.750 | 38.3302061 | 0.2321791 0.9977828 | 991 1462
4704 58.800 | 38.3349767 | 0.2228948 0.9977828 | 991 1462
4708 58.850 | 38.3327042 | 0.2134293 0.9977828 | 991 1462
4712 58.900 | 38.3395570 | 0.2037822 0.9977828 | 991 1462
4716 58.950 | 38.3438567 | 0.1939553 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4720 59.000 | 38.3498138 | 0.1839548 0.9977828 | 991 1462
4724 59.050 | 38.3504113 | 0.1737926 0.9977828 | 991 1462
4728 59.100 | 38.3565986 | 0.1634854 0.9977828 | 991 1462
4732 59.150 | 38.3614045 | 0.1530466 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.401688 at (-2.091585,-0.991309,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56759659 m_irreducible=0.5000243894
INFO (AHFinderDirect): AH 2/3: r=0.401688 at (2.091585,0.991309,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56759659 m_irreducible=0.5000243894
4736 59.200 | 38.3330478 | 0.3968971 0.9977828 | 991 1462
4740 59.250 | 38.3077848 | 0.3931446 0.9977828 | 991 1462
4744 59.300 | 38.3139186 | 0.3880700 0.9977828 | 991 1462
4748 59.350 | 38.3180915 | 0.3825642 0.9977828 | 991 1462
4752 59.400 | 38.3243196 | 0.3765638 0.9977828 | 991 1462
4756 59.450 | 38.3255336 | 0.3704511 0.9977828 | 991 1462
4760 59.500 | 38.3321653 | 0.3642239 0.9977828 | 991 1462
4764 59.550 | 38.3360511 | 0.3578802 0.9977828 | 991 1462
4768 59.600 | 38.3407192 | 0.3514180 0.9977828 | 991 1462
4772 59.650 | 38.3382347 | 0.3448355 0.9977828 | 991 1462
4776 59.700 | 38.3449562 | 0.3381307 0.9977828 | 991 1462
4780 59.750 | 38.3488610 | 0.3313020 0.9977828 | 991 1462
4784 59.800 | 38.3551074 | 0.3241679 0.9977828 | 991 1462
4788 59.850 | 38.3554494 | 0.3168537 0.9977828 | 991 1462
4792 59.900 | 38.3615797 | 0.3093912 0.9977828 | 991 1462
4796 59.950 | 38.3653656 | 0.3017777 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4800 60.000 | 38.3682298 | 0.2940100 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [64,378,61] ([56,101,53] + PADDING) 299768
[3][0][0] exterior: [21,604,21] : [78,708,73] ([58,105,53] + PADDING) 322770
[4][0][0] exterior: [45,1267,45] : [97,1357,87] ([53,91,43] + PADDING) 207389
[5][0][0] exterior: [93,2574,93] : [115,2595,135] ([23,22,43] + PADDING) 21758
[5][0][1] exterior: [93,2596,93] : [155,2674,135] ([63,79,43] + PADDING) 214011
[6][0][0] exterior: [189,5186,189] : [195,5231,231] ([7,46,43] + PADDING) 13846
[6][0][1] exterior: [189,5232,189] : [271,5310,231] ([83,79,43] + PADDING) 281951
[7][0][0] exterior: [425,10502,381] : [503,10580,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [41.600000000000001,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [21.600000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [9.800000000000001,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [1.899999999999999,-2.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.800000000000011,-0.300000000000001] : [5.899999999999999,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.100000000000023,-0.150000000000000] : [0.149999999999999,-0.850000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.800000000000011,-0.150000000000000] : [3.949999999999999,3.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [1.024999999999999,0.149999999999977,-0.075000000000001] : [2.975000000000000,2.100000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 325k owned (+94%), 678k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 758M active, 1048M owned (+38%), 1874M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.973 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 1M 3M 3M 1M owned 20%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4804 60.050 | 38.3208739 | 0.2860854 0.9977828 | 991 1462
4808 60.100 | 38.3259099 | 0.2780011 0.9977828 | 991 1462
4812 60.150 | 38.3290943 | 0.2697544 0.9977828 | 991 1462
4816 60.200 | 38.3343223 | 0.2613427 0.9977828 | 991 1462
4820 60.250 | 38.3348437 | 0.2527636 0.9977828 | 991 1462
4824 60.300 | 38.3405304 | 0.2440150 0.9977828 | 991 1462
4828 60.350 | 38.3442376 | 0.2350954 0.9977828 | 991 1462
4832 60.400 | 38.3472194 | 0.2260037 0.9977828 | 991 1462
4836 60.450 | 38.3438489 | 0.2167393 0.9977828 | 991 1462
4840 60.500 | 38.3497088 | 0.2073021 0.9977828 | 991 1462
4844 60.550 | 38.3536788 | 0.1976914 0.9977828 | 991 1462
4848 60.600 | 38.3592259 | 0.1879073 0.9977828 | 991 1462
4852 60.650 | 38.3594797 | 0.1779512 0.9977828 | 991 1462
4856 60.700 | 38.3653539 | 0.1678294 0.9977828 | 991 1462
4860 60.750 | 38.3691531 | 0.1575553 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.400989 at (-1.925279,-1.229365,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56754576 m_irreducible=0.5000233782
INFO (AHFinderDirect): AH 2/3: r=0.400989 at (1.925279,1.229365,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56754576 m_irreducible=0.5000233782
4864 60.800 | 38.3451924 | 0.3952984 0.9977828 | 991 1462
4868 60.850 | 38.3198229 | 0.3927333 0.9977828 | 991 1462
4872 60.900 | 38.3254866 | 0.3870204 0.9977828 | 991 1462
4876 60.950 | 38.3288181 | 0.3809436 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4880 61.000 | 38.3338919 | 0.3747455 0.9977828 | 991 1462
4884 61.050 | 38.3338249 | 0.3684232 0.9977828 | 991 1462
4888 61.100 | 38.3395338 | 0.3619738 0.9977828 | 991 1462
4892 61.150 | 38.3429420 | 0.3553943 0.9977828 | 991 1462
4896 61.200 | 38.3459013 | 0.3486817 0.9977828 | 991 1462
4900 61.250 | 38.3427666 | 0.3418331 0.9977828 | 991 1462
4904 61.300 | 38.3483296 | 0.3348453 0.9977828 | 991 1462
4908 61.350 | 38.3520123 | 0.3277152 0.9977828 | 991 1462
4912 61.400 | 38.3573167 | 0.3203457 0.9977828 | 991 1462
4916 61.450 | 38.3577678 | 0.3128093 0.9977828 | 991 1462
4920 61.500 | 38.3637473 | 0.3051141 0.9977828 | 991 1462
4924 61.550 | 38.3676002 | 0.2972562 0.9977828 | 991 1462
4928 61.600 | 38.3705854 | 0.2892320 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,604,21] : [78,708,73] ([58,105,53] + PADDING) 322770
[4][0][0] exterior: [45,1266,45] : [96,1358,87] ([52,93,43] + PADDING) 207948
[5][0][0] exterior: [93,2571,93] : [117,2598,135] ([25,28,43] + PADDING) 30100
[5][0][1] exterior: [93,2599,93] : [153,2677,135] ([61,79,43] + PADDING) 207217
[6][0][0] exterior: [189,5182,189] : [195,5235,231] ([7,54,43] + PADDING) 16254
[6][0][1] exterior: [189,5236,189] : [267,5314,231] ([79,79,43] + PADDING) 268363
[7][0][0] exterior: [418,10511,381] : [496,10589,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [21.600000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.199999999999989,-0.600000000000001] : [9.600000000000001,9.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.300000000000011,-0.300000000000001] : [2.100000000000000,-2.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.500000000000000,-0.300000000000001] : [5.699999999999999,5.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.300000000000011,-0.150000000000000] : [0.149999999999999,-0.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.600000000000023,-0.150000000000000] : [3.750000000000000,3.300000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.850000000000000,0.375000000000000,-0.075000000000001] : [2.799999999999999,2.324999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 165k active, 321k owned (+95%), 673k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 756M active, 1045M owned (+38%), 1871M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.944 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 17%
INFO (Carpet): Level 6: 1M 3M 3M 1M owned 20%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
4932 61.650 | 38.3247337 | 0.2810376 0.9977828 | 991 1462
4936 61.700 | 38.3313749 | 0.2726694 0.9977828 | 991 1462
4940 61.750 | 38.3357994 | 0.2641233 0.9977828 | 991 1462
4944 61.800 | 38.3417648 | 0.2553955 0.9977828 | 991 1462
4948 61.850 | 38.3429040 | 0.2464822 0.9977828 | 991 1462
4952 61.900 | 38.3497850 | 0.2373797 0.9977828 | 991 1462
4956 61.950 | 38.3547273 | 0.2280846 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
4960 62.000 | 38.3590761 | 0.2185934 0.9977828 | 991 1462
4964 62.050 | 38.3568807 | 0.2089019 0.9977828 | 991 1462
4968 62.100 | 38.3635532 | 0.1990046 0.9977828 | 991 1462
4972 62.150 | 38.3681900 | 0.1888942 0.9977828 | 991 1462
4976 62.200 | 38.3740746 | 0.1785634 0.9977828 | 991 1462
4980 62.250 | 38.3751084 | 0.1680062 0.9977828 | 991 1462
4984 62.300 | 38.3814163 | 0.1572197 0.9977828 | 991 1462
4988 62.350 | 38.3856625 | 0.1462013 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.400228 at (-1.728783,-1.445093,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56753201 m_irreducible=0.5000231047
INFO (AHFinderDirect): AH 2/3: r=0.400228 at (1.728783,1.445093,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56753201 m_irreducible=0.5000231047
4992 62.400 | 38.3555292 | 0.3945041 0.9977828 | 991 1462
4996 62.450 | 38.3313846 | 0.3914759 0.9977828 | 991 1462
5000 62.500 | 38.3374100 | 0.3858101 0.9977828 | 991 1462
5004 62.550 | 38.3414929 | 0.3800492 0.9977828 | 991 1462
5008 62.600 | 38.3468629 | 0.3741925 0.9977828 | 991 1462
5012 62.650 | 38.3475274 | 0.3682393 0.9977828 | 991 1462
5016 62.700 | 38.3535451 | 0.3619887 0.9977828 | 991 1462
5020 62.750 | 38.3575924 | 0.3554582 0.9977828 | 991 1462
5024 62.800 | 38.3618881 | 0.3488002 0.9977828 | 991 1462
5028 62.850 | 38.3596772 | 0.3420123 0.9977828 | 991 1462
5032 62.900 | 38.3656924 | 0.3350923 0.9977828 | 991 1462
5036 62.950 | 38.3694065 | 0.3280379 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5040 63.000 | 38.3747396 | 0.3208470 0.9977828 | 991 1462
5044 63.050 | 38.3753285 | 0.3135175 0.9977828 | 991 1462
5048 63.100 | 38.3813263 | 0.3060477 0.9977828 | 991 1462
5052 63.150 | 38.3849311 | 0.2984359 0.9977828 | 991 1462
5056 63.200 | 38.3882698 | 0.2906807 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,603,21] : [77,709,73] ([57,107,53] + PADDING) 323247
[4][0][0] exterior: [45,1265,45] : [95,1359,87] ([51,95,43] + PADDING) 208335
[5][0][0] exterior: [93,2569,93] : [119,2600,135] ([27,32,43] + PADDING) 37152
[5][0][1] exterior: [93,2601,93] : [151,2679,135] ([59,79,43] + PADDING) 200423
[6][0][0] exterior: [189,5178,189] : [199,5239,231] ([11,62,43] + PADDING) 29326
[6][0][1] exterior: [189,5240,189] : [263,5318,231] ([75,79,43] + PADDING) 254775
[7][0][0] exterior: [409,10519,381] : [487,10597,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [21.199999999999999,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.400000000000006,-0.600000000000001] : [9.399999999999999,9.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.500000000000000,-0.300000000000001] : [2.299999999999999,-2.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.300000000000011,-0.300000000000001] : [5.500000000000000,5.500000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.500000000000000,-0.150000000000000] : [0.350000000000000,-0.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.399999999999977,-0.150000000000000] : [3.549999999999999,3.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.625000000000000,0.574999999999989,-0.075000000000001] : [2.574999999999999,2.524999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 321k owned (+97%), 671k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 754M active, 1045M owned (+39%), 1870M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.935 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 14%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 12%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5060 63.250 | 38.3452104 | 0.2827811 0.9977828 | 991 1462
5064 63.300 | 38.3505631 | 0.2747366 0.9977828 | 991 1462
5068 63.350 | 38.3541866 | 0.2665468 0.9977828 | 991 1462
5072 63.400 | 38.3590214 | 0.2582124 0.9977828 | 991 1462
5076 63.450 | 38.3585677 | 0.2497344 0.9977828 | 991 1462
5080 63.500 | 38.3638189 | 0.2411152 0.9977828 | 991 1462
5084 63.550 | 38.3667756 | 0.2323580 0.9977828 | 991 1462
5088 63.600 | 38.3704352 | 0.2234673 0.9977828 | 991 1462
5092 63.650 | 38.3668455 | 0.2144498 0.9977828 | 991 1462
5096 63.700 | 38.3722468 | 0.2053142 0.9977828 | 991 1462
5100 63.750 | 38.3758638 | 0.1960728 0.9977828 | 991 1462
5104 63.800 | 38.3813901 | 0.1867412 0.9977828 | 991 1462
5108 63.850 | 38.3817348 | 0.1773392 0.9977828 | 991 1462
5112 63.900 | 38.3875582 | 0.1678899 0.9977828 | 991 1462
5116 63.950 | 38.3904823 | 0.1578560 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.399434 at (-1.504747,-1.634132,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56751044 m_irreducible=0.5000226755
INFO (AHFinderDirect): AH 2/3: r=0.399434 at (1.504747,1.634132,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56751044 m_irreducible=0.5000226755
INFO (TimerReport): Timer Report at iteration 5120 time 64
INFO (TimerReport): Top timers at iteration 5120 time 64
======================================================================
% Time/s Min/s Max/s Timer (gettimeofday)
======================================================================
100.0 6010.00 5963.52 6058.98 meta mode/meta mode/global mode
75.1 4515.77 4515.42 4516.93 main/Evolve/CallEvol
71.6 4304.02 4290.03 4319.88 main/Evolve/CallEvol/CCTK_EVOL
71.4 4292.64 4278.59 4307.83 main/Evolve/CallEvol/CCTK_EVOL/CallFunction
42.7 2563.33 2364.68 2758.99 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns
39.5 2372.02 2367.23 2374.30 meta mode/meta mode/global mode/level(7)
26.1 1569.78 1371.68 1778.00 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs
23.8 1432.03 1428.84 1436.00 meta mode/meta mode/global mode/level(6)
17.8 1070.22 952.88 1205.84 [0198] ML_BSSN: ML_BSSN_SelectBoundConds in CCTK_EVOL
14.4 862.80 694.21 1092.80 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Sync
12.2 731.91 731.87 731.97 main/Evolve/CallRestrict
11.7 705.33 623.10 781.80 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Prolongate
11.6 696.23 686.52 708.47 main/Evolve/CallRestrict/CCTK_POSTRESTRICT
11.6 694.41 684.74 706.66 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction
11.2 676.00 672.59 678.56 meta mode/meta mode/global mode/level(5)
9.7 584.32 486.84 752.09 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Sync/comm_state[6].state_do_some_work.step
9.3 561.38 511.74 606.79 main/Evolve/CallAnalysis
9.1 545.77 498.16 592.09 main/Evolve/CallAnalysis/CCTK_POSTSTEP
9.1 544.85 497.22 591.17 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction
9.0 538.97 471.37 568.77 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs
8.5 509.22 461.62 555.94 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction/thorns
7.4 442.72 175.81 678.59 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Prolongate/comm_state[6].state_do_some_work.step
6.1 367.45 303.57 438.38 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs/Prolongate
5.6 333.70 330.77 335.77 meta mode/meta mode/global mode/level(4)
5.3 321.40 295.45 343.50 [0191] ML_BSSN: ML_BSSN_EvolutionInteriorSplitBy3 in CCTK_EVOL
5.2 313.66 286.52 323.82 [0225] ML_BSSN: ML_BSSN_SelectBoundConds in CCTK_POSTRESTRICT
5.2 310.54 284.64 332.14 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EvolutionInteriorSplitBy3
4.7 283.60 273.65 296.17 meta mode/meta mode/global mode/level(0)
4.6 277.17 255.17 291.43 [0190] ML_BSSN: ML_BSSN_EvolutionInteriorSplitBy2 in CCTK_EVOL
4.4 265.85 244.26 279.98 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EvolutionInteriorSplitBy2
4.4 263.42 250.74 276.54 meta mode/meta mode/global mode/level(1)
4.3 257.90 232.19 272.28 [0197] ML_BSSN: ML_BSSN_EnforceEverywhere in CCTK_EVOL
4.1 248.08 220.97 263.47 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EnforceEverywhere
4.1 244.78 204.26 277.28 [0163] CarpetMask: CarpetSurfaceSetup in CCTK_POSTSTEP
4.0 240.00 199.67 272.21 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction/thorns/CarpetSurfaceSetup
3.9 233.95 229.96 236.85 meta mode/meta mode/global mode/level(3)
3.7 221.97 122.51 388.27 [0203] RotatingSymmetry180: Rot180_ComputeLevelExtent in CCTK_EVOL
3.7 220.88 121.55 386.99 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/Rot180_ComputeLevelExtent
3.5 212.13 195.68 226.77 [0194] MoL: MoL_Add in CCTK_EVOL
3.5 211.47 57.29 340.40 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs/Prolongate/comm_state[6].state_do_some
======================================================================
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 697998400 ( 665.7 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 858752 ( 0.8 MiB) Bytes in central cache freelist
MALLOC: + 4300800 ( 4.1 MiB) Bytes in transfer cache freelist
MALLOC: + 28764480 ( 27.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 734294208 ( 700.3 MiB) Actual memory used (physical + swap)
MALLOC: + 264896512 ( 252.6 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3933 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 430 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 622 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3636 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 271 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 5953 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 366 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 857 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2469 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 43 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 290 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 0.9 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 25 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.0 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.0 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 7 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 10 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 3 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 18 objs; 0.2 MiB; 1.5 cum MiB
class 52 [ 10240 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 55 [ 16384 bytes ] : 1 objs; 0.0 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 5 objs; 0.1 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 3.0 cum MiB
class 64 [ 73728 bytes ] : 2 objs; 0.1 MiB; 3.1 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.3 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.5 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.6 cum MiB
class 68 [ 106496 bytes ] : 8 objs; 0.8 MiB; 4.5 cum MiB
class 69 [ 114688 bytes ] : 8 objs; 0.9 MiB; 5.3 cum MiB
class 70 [ 122880 bytes ] : 25 objs; 2.9 MiB; 8.3 cum MiB
class 71 [ 131072 bytes ] : 2 objs; 0.2 MiB; 8.5 cum MiB
class 72 [ 139264 bytes ] : 25 objs; 3.3 MiB; 11.8 cum MiB
class 73 [ 147456 bytes ] : 6 objs; 0.8 MiB; 12.7 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 16.6 cum MiB
class 76 [ 172032 bytes ] : 58 objs; 9.5 MiB; 26.1 cum MiB
class 77 [ 180224 bytes ] : 25 objs; 4.3 MiB; 30.4 cum MiB
class 78 [ 188416 bytes ] : 4 objs; 0.7 MiB; 31.1 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 31.5 cum MiB
class 81 [ 212992 bytes ] : 2 objs; 0.4 MiB; 31.9 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 32.2 cum MiB
------------------------------------------------
PageHeap: 58 sizes; 0.0 MiB free; 252.6 MiB unmapped
------------------------------------------------
1 pages * 60 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 26 spans ~ 0.4 MiB; 0.9 MiB cum; unmapped: 0.4 MiB; 0.9 MiB cum
3 pages * 30 spans ~ 0.7 MiB; 1.6 MiB cum; unmapped: 0.7 MiB; 1.6 MiB cum
4 pages * 28 spans ~ 0.9 MiB; 2.5 MiB cum; unmapped: 0.9 MiB; 2.5 MiB cum
5 pages * 25 spans ~ 1.0 MiB; 3.4 MiB cum; unmapped: 1.0 MiB; 3.4 MiB cum
6 pages * 36 spans ~ 1.7 MiB; 5.1 MiB cum; unmapped: 1.7 MiB; 5.1 MiB cum
7 pages * 14 spans ~ 0.8 MiB; 5.9 MiB cum; unmapped: 0.8 MiB; 5.9 MiB cum
8 pages * 10 spans ~ 0.6 MiB; 6.5 MiB cum; unmapped: 0.6 MiB; 6.5 MiB cum
9 pages * 18 spans ~ 1.3 MiB; 7.8 MiB cum; unmapped: 1.3 MiB; 7.8 MiB cum
10 pages * 13 spans ~ 1.0 MiB; 8.8 MiB cum; unmapped: 1.0 MiB; 8.8 MiB cum
11 pages * 19 spans ~ 1.6 MiB; 10.4 MiB cum; unmapped: 1.6 MiB; 10.4 MiB cum
12 pages * 21 spans ~ 2.0 MiB; 12.4 MiB cum; unmapped: 2.0 MiB; 12.4 MiB cum
13 pages * 15 spans ~ 1.5 MiB; 13.9 MiB cum; unmapped: 1.5 MiB; 13.9 MiB cum
14 pages * 13 spans ~ 1.4 MiB; 15.3 MiB cum; unmapped: 1.4 MiB; 15.3 MiB cum
15 pages * 52 spans ~ 6.1 MiB; 21.4 MiB cum; unmapped: 6.1 MiB; 21.4 MiB cum
16 pages * 16 spans ~ 2.0 MiB; 23.4 MiB cum; unmapped: 2.0 MiB; 23.4 MiB cum
19 pages * 10 spans ~ 1.5 MiB; 24.9 MiB cum; unmapped: 1.5 MiB; 24.9 MiB cum
21 pages * 2 spans ~ 0.3 MiB; 25.2 MiB cum; unmapped: 0.3 MiB; 25.2 MiB cum
29 pages * 4 spans ~ 0.9 MiB; 26.1 MiB cum; unmapped: 0.9 MiB; 26.1 MiB cum
30 pages * 10 spans ~ 2.3 MiB; 28.5 MiB cum; unmapped: 2.3 MiB; 28.5 MiB cum
31 pages * 4 spans ~ 1.0 MiB; 29.5 MiB cum; unmapped: 1.0 MiB; 29.5 MiB cum
32 pages * 1 spans ~ 0.2 MiB; 29.7 MiB cum; unmapped: 0.2 MiB; 29.7 MiB cum
33 pages * 4 spans ~ 1.0 MiB; 30.7 MiB cum; unmapped: 1.0 MiB; 30.7 MiB cum
34 pages * 3 spans ~ 0.8 MiB; 31.5 MiB cum; unmapped: 0.8 MiB; 31.5 MiB cum
35 pages * 4 spans ~ 1.1 MiB; 32.6 MiB cum; unmapped: 1.1 MiB; 32.6 MiB cum
37 pages * 2 spans ~ 0.6 MiB; 33.2 MiB cum; unmapped: 0.6 MiB; 33.2 MiB cum
38 pages * 1 spans ~ 0.3 MiB; 33.5 MiB cum; unmapped: 0.3 MiB; 33.5 MiB cum
39 pages * 1 spans ~ 0.3 MiB; 33.8 MiB cum; unmapped: 0.3 MiB; 33.8 MiB cum
41 pages * 1 spans ~ 0.3 MiB; 34.1 MiB cum; unmapped: 0.3 MiB; 34.1 MiB cum
42 pages * 3 spans ~ 1.0 MiB; 35.1 MiB cum; unmapped: 1.0 MiB; 35.1 MiB cum
44 pages * 2 spans ~ 0.7 MiB; 35.8 MiB cum; unmapped: 0.7 MiB; 35.8 MiB cum
45 pages * 2 spans ~ 0.7 MiB; 36.5 MiB cum; unmapped: 0.7 MiB; 36.5 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 37.2 MiB cum; unmapped: 0.7 MiB; 37.2 Mi
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5120 64.000 | 38.3561889 | 0.3939823 0.9977828 | 991 1462
5124 64.050 | 38.3325117 | 0.3904877 0.9977828 | 991 1462
5128 64.100 | 38.3386748 | 0.3854850 0.9977828 | 991 1462
5132 64.150 | 38.3430189 | 0.3793208 0.9977828 | 991 1462
5136 64.200 | 38.3482674 | 0.3730309 0.9977828 | 991 1462
5140 64.250 | 38.3485316 | 0.3666122 0.9977828 | 991 1462
5144 64.300 | 38.3540799 | 0.3600614 0.9977828 | 991 1462
5148 64.350 | 38.3582455 | 0.3533753 0.9977828 | 991 1462
5152 64.400 | 38.3629963 | 0.3465507 0.9977828 | 991 1462
5156 64.450 | 38.3605239 | 0.3395843 0.9977828 | 991 1462
5160 64.500 | 38.3666313 | 0.3324725 0.9977828 | 991 1462
5164 64.550 | 38.3698738 | 0.3252120 0.9977828 | 991 1462
5168 64.600 | 38.3754848 | 0.3177994 0.9977828 | 991 1462
5172 64.650 | 38.3757393 | 0.3102310 0.9977828 | 991 1462
5176 64.700 | 38.3813837 | 0.3025034 0.9977828 | 991 1462
5180 64.750 | 38.3851655 | 0.2946131 0.9977828 | 991 1462
5184 64.800 | 38.3879922 | 0.2865565 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,603,21] : [76,709,73] ([56,107,53] + PADDING) 317576
[4][0][0] exterior: [45,1264,45] : [94,1360,87] ([50,97,43] + PADDING) 208550
[5][0][0] exterior: [93,2568,93] : [121,2601,135] ([29,34,43] + PADDING) 42398
[5][0][1] exterior: [93,2602,93] : [149,2680,135] ([57,79,43] + PADDING) 193629
[6][0][0] exterior: [189,5174,189] : [204,5243,231] ([16,70,43] + PADDING) 48160
[6][0][1] exterior: [189,5244,189] : [258,5322,231] ([70,79,43] + PADDING) 237790
[7][0][0] exterior: [400,10526,381] : [478,10604,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [20.800000000000001,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.599999999999994,-0.600000000000001] : [9.199999999999999,9.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.600000000000023,-0.300000000000001] : [2.500000000000000,-2.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.199999999999989,-0.300000000000001] : [5.299999999999999,5.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.699999999999989,-0.150000000000000] : [0.600000000000000,-0.250000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.199999999999989,-0.150000000000000] : [3.299999999999999,3.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.399999999999999,0.750000000000000,-0.075000000000001] : [2.350000000000000,2.699999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 321k owned (+98%), 670k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 753M active, 1043M owned (+39%), 1866M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.910 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 16%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5188 64.850 | 38.3442472 | 0.2783299 0.9977828 | 991 1462
5192 64.900 | 38.3496392 | 0.2699297 0.9977828 | 991 1462
5196 64.950 | 38.3529906 | 0.2613524 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5200 65.000 | 38.3582422 | 0.2525947 0.9977828 | 991 1462
5204 65.050 | 38.3585285 | 0.2436536 0.9977828 | 991 1462
5208 65.100 | 38.3640658 | 0.2345265 0.9977828 | 991 1462
5212 65.150 | 38.3675611 | 0.2252107 0.9977828 | 991 1462
5216 65.200 | 38.3704268 | 0.2157038 0.9977828 | 991 1462
5220 65.250 | 38.3674756 | 0.2060033 0.9977828 | 991 1462
5224 65.300 | 38.3731240 | 0.1961093 0.9977828 | 991 1462
5228 65.350 | 38.3766904 | 0.1860265 0.9977828 | 991 1462
5232 65.400 | 38.3817731 | 0.1757679 0.9977828 | 991 1462
5236 65.450 | 38.3823140 | 0.1653527 0.9977828 | 991 1462
5240 65.500 | 38.3874037 | 0.1547992 0.9977828 | 991 1462
5244 65.550 | 38.3908823 | 0.1441078 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.398571 at (-1.256397,-1.792417,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56765784 m_irreducible=0.5000256079
INFO (AHFinderDirect): AH 2/3: r=0.398571 at (1.256397,1.792417,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56765784 m_irreducible=0.5000256079
5248 65.600 | 38.3543763 | 0.3927376 0.9977828 | 991 1462
5252 65.650 | 38.3322975 | 0.3900558 0.9977828 | 991 1462
5256 65.700 | 38.3378380 | 0.3846008 0.9977828 | 991 1462
5260 65.750 | 38.3413371 | 0.3785688 0.9977828 | 991 1462
5264 65.800 | 38.3463852 | 0.3721732 0.9977828 | 991 1462
5268 65.850 | 38.3468660 | 0.3656448 0.9977828 | 991 1462
5272 65.900 | 38.3526980 | 0.3589803 0.9977828 | 991 1462
5276 65.950 | 38.3558252 | 0.3521765 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5280 66.000 | 38.3589485 | 0.3452298 0.9977828 | 991 1462
5284 66.050 | 38.3562353 | 0.3381370 0.9977828 | 991 1462
5288 66.100 | 38.3617994 | 0.3308945 0.9977828 | 991 1462
5292 66.150 | 38.3651276 | 0.3234990 0.9977828 | 991 1462
5296 66.200 | 38.3700382 | 0.3159469 0.9977828 | 991 1462
5300 66.250 | 38.3700677 | 0.3082348 0.9977828 | 991 1462
5304 66.300 | 38.3751716 | 0.3003591 0.9977828 | 991 1462
5308 66.350 | 38.3786469 | 0.2923165 0.9977828 | 991 1462
5312 66.400 | 38.3811097 | 0.2841035 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [62,379,61] ([54,103,53] + PADDING) 294786
[3][0][0] exterior: [21,602,21] : [76,710,73] ([56,109,53] + PADDING) 323512
[4][0][0] exterior: [45,1264,45] : [93,1360,87] ([49,97,43] + PADDING) 204379
[5][0][0] exterior: [93,2566,93] : [124,2603,135] ([32,38,43] + PADDING) 52288
[5][0][1] exterior: [93,2604,93] : [146,2682,135] ([54,79,43] + PADDING) 183438
[6][0][0] exterior: [189,5172,189] : [209,5245,231] ([21,74,43] + PADDING) 66822
[6][0][1] exterior: [189,5246,189] : [253,5324,231] ([65,79,43] + PADDING) 220805
[7][0][0] exterior: [389,10532,381] : [467,10610,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.000000000000000,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.800000000000001,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.599999999999994,-0.600000000000001] : [9.000000000000000,9.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.800000000000011,-0.300000000000001] : [2.799999999999999,-2.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-2.000000000000000,-0.300000000000001] : [5.000000000000000,5.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.800000000000011,-0.150000000000000] : [0.850000000000000,-0.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.100000000000023,-0.150000000000000] : [3.049999999999999,3.800000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.125000000000000,0.899999999999977,-0.075000000000001] : [2.074999999999999,2.850000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 163k active, 321k owned (+97%), 670k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 753M active, 1043M owned (+38%), 1865M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.901 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 14%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 16%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5316 66.450 | 38.3360738 | 0.2757167 0.9977828 | 991 1462
5320 66.500 | 38.3408023 | 0.2671530 0.9977828 | 991 1462
5324 66.550 | 38.3442448 | 0.2584092 0.9977828 | 991 1462
5328 66.600 | 38.3495465 | 0.2494830 0.9977828 | 991 1462
5332 66.650 | 38.3498808 | 0.2403721 0.9977828 | 991 1462
5336 66.700 | 38.3548506 | 0.2310753 0.9977828 | 991 1462
5340 66.750 | 38.3578712 | 0.2215915 0.9977828 | 991 1462
5344 66.800 | 38.3611220 | 0.2119196 0.9977828 | 991 1462
5348 66.850 | 38.3582826 | 0.2020579 0.9977828 | 991 1462
5352 66.900 | 38.3640363 | 0.1920046 0.9977828 | 991 1462
5356 66.950 | 38.3675110 | 0.1817578 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5360 67.000 | 38.3722231 | 0.1713168 0.9977828 | 991 1462
5364 67.050 | 38.3718395 | 0.1606818 0.9977828 | 991 1462
5368 67.100 | 38.3774186 | 0.1498522 0.9977828 | 991 1462
5372 67.150 | 38.3805708 | 0.1388237 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.397682 at (-0.987563,-1.916122,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56791158 m_irreducible=0.5000306557
INFO (AHFinderDirect): AH 2/3: r=0.397682 at (0.987563,1.916122,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56791158 m_irreducible=0.5000306557
5376 67.200 | 38.3547528 | 0.3918599 0.9977828 | 991 1462
5380 67.250 | 38.3325549 | 0.3889015 0.9977828 | 991 1462
5384 67.300 | 38.3374352 | 0.3834744 0.9977828 | 991 1462
5388 67.350 | 38.3403390 | 0.3776848 0.9977828 | 991 1462
5392 67.400 | 38.3450435 | 0.3718021 0.9977828 | 991 1462
5396 67.450 | 38.3453180 | 0.3656745 0.9977828 | 991 1462
5400 67.500 | 38.3507159 | 0.3590870 0.9977828 | 991 1462
5404 67.550 | 38.3540663 | 0.3523719 0.9977828 | 991 1462
5408 67.600 | 38.3566512 | 0.3455274 0.9977828 | 991 1462
5412 67.650 | 38.3543652 | 0.3384527 0.9977828 | 991 1462
5416 67.700 | 38.3596192 | 0.3312162 0.9977828 | 991 1462
5420 67.750 | 38.3628999 | 0.3238240 0.9977828 | 991 1462
5424 67.800 | 38.3678479 | 0.3162725 0.9977828 | 991 1462
5428 67.850 | 38.3678765 | 0.3085576 0.9977828 | 991 1462
5432 67.900 | 38.3731387 | 0.3006756 0.9977828 | 991 1462
5436 67.950 | 38.3764444 | 0.2926224 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5440 68.000 | 38.3787256 | 0.2843941 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [62,379,61] ([54,103,53] + PADDING) 294786
[3][0][0] exterior: [21,602,21] : [75,710,73] ([55,109,53] + PADDING) 317735
[4][0][0] exterior: [45,1263,45] : [91,1361,87] ([47,99,43] + PADDING) 200079
[5][0][0] exterior: [93,2565,93] : [127,2604,135] ([35,40,43] + PADDING) 60200
[5][0][1] exterior: [93,2605,93] : [143,2683,135] ([51,79,43] + PADDING) 173247
[6][0][0] exterior: [189,5170,189] : [214,5247,231] ([26,78,43] + PADDING) 87204
[6][0][1] exterior: [189,5248,189] : [248,5326,231] ([60,79,43] + PADDING) 203820
[7][0][0] exterior: [381,10378,381] : [390,10456,423] ([10,79,43] + PADDING) 33970
[7][0][1] exterior: [381,10536,381] : [456,10614,423] ([76,79,43] + PADDING) 258172
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.000000000000000,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.399999999999999,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [8.599999999999998,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.899999999999977,-0.300000000000001] : [3.100000000000000,-2.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,-1.899999999999977,-0.300000000000001] : [4.699999999999999,5.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.899999999999977,-0.150000000000000] : [1.100000000000000,-0.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.000000000000000,-0.150000000000000] : [2.799999999999999,3.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.949999999999989,-0.075000000000001] : [0.149999999999999,-1.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.000000000000000,-0.075000000000001] : [1.799999999999999,2.949999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 323k owned (+93%), 677k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 753M active, 1041M owned (+38%), 1864M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.892 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 19%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5444 68.050 | 38.3382975 | 0.2759868 0.9977828 | 991 1462
5448 68.100 | 38.3432537 | 0.2673964 0.9977828 | 991 1462
5452 68.150 | 38.3465205 | 0.2586187 0.9977828 | 991 1462
5456 68.200 | 38.3510611 | 0.2496486 0.9977828 | 991 1462
5460 68.250 | 38.3509736 | 0.2404805 0.9977828 | 991 1462
5464 68.300 | 38.3556686 | 0.2311076 0.9977828 | 991 1462
5468 68.350 | 38.3584549 | 0.2215238 0.9977828 | 991 1462
5472 68.400 | 38.3618363 | 0.2117252 0.9977828 | 991 1462
5476 68.450 | 38.3584003 | 0.2017144 0.9977828 | 991 1462
5480 68.500 | 38.3626522 | 0.1915032 0.9977828 | 991 1462
5484 68.550 | 38.3654619 | 0.1811125 0.9977828 | 991 1462
5488 68.600 | 38.3697496 | 0.1705659 0.9977828 | 991 1462
5492 68.650 | 38.3693186 | 0.1598754 0.9977828 | 991 1462
5496 68.700 | 38.3736753 | 0.1490213 0.9977828 | 991 1462
5500 68.750 | 38.3763576 | 0.1379354 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.39671 at (-0.702931,-2.001870,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56759155 m_irreducible=0.5000242892
INFO (AHFinderDirect): AH 2/3: r=0.39671 at (0.702931,2.001870,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56759155 m_irreducible=0.5000242892
5504 68.800 | 38.3561641 | 0.3907836 0.9977828 | 991 1462
5508 68.850 | 38.3338603 | 0.3875693 0.9977828 | 991 1462
5512 68.900 | 38.3383867 | 0.3824377 0.9977828 | 991 1462
5516 68.950 | 38.3414965 | 0.3765733 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5520 69.000 | 38.3459503 | 0.3706153 0.9977828 | 991 1462
5524 69.050 | 38.3458679 | 0.3643730 0.9977828 | 991 1462
5528 69.100 | 38.3505127 | 0.3578278 0.9977828 | 991 1462
5532 69.150 | 38.3536248 | 0.3511178 0.9977828 | 991 1462
5536 69.200 | 38.3562508 | 0.3441861 0.9977828 | 991 1462
5540 69.250 | 38.3530423 | 0.3371193 0.9977828 | 991 1462
5544 69.300 | 38.3579375 | 0.3299159 0.9977828 | 991 1462
5548 69.350 | 38.3614053 | 0.3225743 0.9977828 | 991 1462
5552 69.400 | 38.3660068 | 0.3150933 0.9977828 | 991 1462
5556 69.450 | 38.3664321 | 0.3074722 0.9977828 | 991 1462
5560 69.500 | 38.3711891 | 0.2997105 0.9977828 | 991 1462
5564 69.550 | 38.3740498 | 0.2918083 0.9977828 | 991 1462
5568 69.600 | 38.3759412 | 0.2837661 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,276,9] : [62,380,61] ([54,105,53] + PADDING) 300510
[3][0][0] exterior: [21,602,21] : [74,710,73] ([54,109,53] + PADDING) 311958
[4][0][0] exterior: [45,1263,45] : [90,1361,87] ([46,99,43] + PADDING) 195822
[5][0][0] exterior: [93,2565,93] : [140,2683,135] ([48,119,43] + PADDING) 245616
[6][0][0] exterior: [189,5168,189] : [220,5246,231] ([32,79,43] + PADDING) 108704
[6][0][1] exterior: [189,5250,189] : [242,5328,231] ([54,79,43] + PADDING) 183438
[7][0][0] exterior: [381,10376,381] : [401,10454,423] ([21,79,43] + PADDING) 71337
[7][0][1] exterior: [381,10538,381] : [445,10616,423] ([65,79,43] + PADDING) 220805
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [40.000000000000000,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.000000000000000,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [8.399999999999999,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.899999999999977,-0.300000000000001] : [4.399999999999999,5.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.000000000000000,-0.150000000000000] : [1.399999999999999,-0.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.100000000000023,-0.150000000000000] : [2.500000000000000,4.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.000000000000000,-0.075000000000001] : [0.424999999999999,-1.050000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.050000000000011,-0.075000000000001] : [1.524999999999999,3.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 324k owned (+98%), 677k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 749M active, 1039M owned (+39%), 1860M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.858 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 18%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 8%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 14%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5572 69.650 | 38.3243386 | 0.2755855 0.9977828 | 991 1462
5576 69.700 | 38.3286336 | 0.2672690 0.9977828 | 991 1462
5580 69.750 | 38.3309504 | 0.2588202 0.9977828 | 991 1462
5584 69.800 | 38.3346190 | 0.2502448 0.9977828 | 991 1462
5588 69.850 | 38.3339164 | 0.2415500 0.9977828 | 991 1462
5592 69.900 | 38.3382481 | 0.2323818 0.9977828 | 991 1462
5596 69.950 | 38.3409713 | 0.2229714 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5600 70.000 | 38.3429993 | 0.2133508 0.9977828 | 991 1462
5604 70.050 | 38.3398919 | 0.2035300 0.9977828 | 991 1462
5608 70.100 | 38.3438897 | 0.1935348 0.9977828 | 991 1462
5612 70.150 | 38.3464488 | 0.1832455 0.9977828 | 991 1462
5616 70.200 | 38.3506936 | 0.1727144 0.9977828 | 991 1462
5620 70.250 | 38.3507415 | 0.1620887 0.9977828 | 991 1462
5624 70.300 | 38.3553881 | 0.1513523 0.9977828 | 991 1462
5628 70.350 | 38.3582813 | 0.1404230 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.395691 at (-0.407726,-2.046820,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56776738 m_irreducible=0.500027787
INFO (AHFinderDirect): AH 2/3: r=0.395691 at (0.407726,2.046820,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56776738 m_irreducible=0.500027787
5632 70.400 | 38.3294575 | 0.3899938 0.9977828 | 991 1462
5636 70.450 | 38.3065723 | 0.3859393 0.9977828 | 991 1462
5640 70.500 | 38.3116971 | 0.3812361 0.9977828 | 991 1462
5644 70.550 | 38.3152650 | 0.3754317 0.9977828 | 991 1462
5648 70.600 | 38.3194405 | 0.3695309 0.9977828 | 991 1462
5652 70.650 | 38.3195699 | 0.3632892 0.9977828 | 991 1462
5656 70.700 | 38.3241487 | 0.3568342 0.9977828 | 991 1462
5660 70.750 | 38.3268400 | 0.3502669 0.9977828 | 991 1462
5664 70.800 | 38.3292614 | 0.3435872 0.9977828 | 991 1462
5668 70.850 | 38.3261026 | 0.3367952 0.9977828 | 991 1462
5672 70.900 | 38.3300669 | 0.3298915 0.9977828 | 991 1462
5676 70.950 | 38.3327650 | 0.3228771 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5680 71.000 | 38.3367051 | 0.3157536 0.9977828 | 991 1462
5684 71.050 | 38.3364515 | 0.3085233 0.9977828 | 991 1462
5688 71.100 | 38.3407508 | 0.3011892 0.9977828 | 991 1462
5692 71.150 | 38.3433976 | 0.2937554 0.9977828 | 991 1462
5696 71.200 | 38.3455215 | 0.2862267 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,276,9] : [61,380,61] ([53,105,53] + PADDING) 294945
[3][0][0] exterior: [21,602,21] : [74,710,73] ([54,109,53] + PADDING) 311958
[4][0][0] exterior: [45,1263,45] : [88,1361,87] ([44,99,43] + PADDING) 187308
[5][0][0] exterior: [93,2564,93] : [137,2684,135] ([45,121,43] + PADDING) 234135
[6][0][0] exterior: [189,5168,189] : [226,5246,231] ([38,79,43] + PADDING) 129086
[6][0][1] exterior: [189,5250,189] : [236,5328,231] ([48,79,43] + PADDING) 163056
[7][0][0] exterior: [381,10375,381] : [413,10453,423] ([33,79,43] + PADDING) 112101
[7][0][1] exterior: [381,10539,381] : [433,10617,423] ([53,79,43] + PADDING) 180041
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [39.200000000000003,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.000000000000000,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [8.000000000000000,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-6.000000000000000,-0.300000000000001] : [4.100000000000000,6.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.000000000000000,-0.150000000000000] : [1.699999999999999,-0.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.100000000000023,-0.150000000000000] : [2.199999999999999,4.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.024999999999977,-0.075000000000001] : [0.725000000000000,-1.074999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.074999999999989,-0.075000000000001] : [1.225000000000000,3.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 322k owned (+99%), 674k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 745M active, 1032M owned (+39%), 1849M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.773 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 9%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 15%
INFO (Carpet): Level 7: 3M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5700 71.250 | 38.3038702 | 0.2786097 0.9977828 | 991 1462
5704 71.300 | 38.3087456 | 0.2704680 0.9977828 | 991 1462
5708 71.350 | 38.3115563 | 0.2616965 0.9977828 | 991 1462
5712 71.400 | 38.3154362 | 0.2527350 0.9977828 | 991 1462
5716 71.450 | 38.3148871 | 0.2435728 0.9977828 | 991 1462
5720 71.500 | 38.3189879 | 0.2341953 0.9977828 | 991 1462
5724 71.550 | 38.3218099 | 0.2245877 0.9977828 | 991 1462
5728 71.600 | 38.3238303 | 0.2147418 0.9977828 | 991 1462
5732 71.650 | 38.3207102 | 0.2046640 0.9977828 | 991 1462
5736 71.700 | 38.3246191 | 0.1943805 0.9977828 | 991 1462
5740 71.750 | 38.3272094 | 0.1839355 0.9977828 | 991 1462
5744 71.800 | 38.3308076 | 0.1733780 0.9977828 | 991 1462
5748 71.850 | 38.3304443 | 0.1627375 0.9977828 | 991 1462
5752 71.900 | 38.3344798 | 0.1519953 0.9977828 | 991 1462
5756 71.950 | 38.3374061 | 0.1410636 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.394603 at (-0.107805,-2.048757,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56778413 m_irreducible=0.5000281202
INFO (AHFinderDirect): AH 2/3: r=0.394603 at (0.107805,2.048757,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56778413 m_irreducible=0.5000281202
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5760 72.000 | 38.3182776 | 0.3884869 0.9977828 | 991 1462
5764 72.050 | 38.2966916 | 0.3854250 0.9977828 | 991 1462
5768 72.100 | 38.3009873 | 0.3801574 0.9977828 | 991 1462
5772 72.150 | 38.3036163 | 0.3739343 0.9977828 | 991 1462
5776 72.200 | 38.3071290 | 0.3675893 0.9977828 | 991 1462
5780 72.250 | 38.3070356 | 0.3611203 0.9977828 | 991 1462
5784 72.300 | 38.3106772 | 0.3545253 0.9977828 | 991 1462
5788 72.350 | 38.3132801 | 0.3478023 0.9977828 | 991 1462
5792 72.400 | 38.3153414 | 0.3409494 0.9977828 | 991 1462
5796 72.450 | 38.3121212 | 0.3339650 0.9977828 | 991 1462
5800 72.500 | 38.3164309 | 0.3268317 0.9977828 | 991 1462
5804 72.550 | 38.3190140 | 0.3195376 0.9977828 | 991 1462
5808 72.600 | 38.3223469 | 0.3120996 0.9977828 | 991 1462
5812 72.650 | 38.3216062 | 0.3045160 0.9977828 | 991 1462
5816 72.700 | 38.3252179 | 0.2967853 0.9977828 | 991 1462
5820 72.750 | 38.3277425 | 0.2889062 0.9977828 | 991 1462
5824 72.800 | 38.3297507 | 0.2808780 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,276,9] : [61,380,61] ([53,105,53] + PADDING) 294945
[3][0][0] exterior: [21,602,21] : [73,710,73] ([53,109,53] + PADDING) 306181
[4][0][0] exterior: [45,1263,45] : [87,1361,87] ([43,99,43] + PADDING) 183051
[5][0][0] exterior: [93,2565,93] : [136,2683,135] ([44,119,43] + PADDING) 225148
[6][0][0] exterior: [189,5168,189] : [232,5328,231] ([44,161,43] + PADDING) 304612
[7][0][0] exterior: [381,10376,381] : [425,10454,423] ([45,79,43] + PADDING) 152865
[7][0][1] exterior: [381,10538,381] : [421,10616,423] ([41,79,43] + PADDING) 139277
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-41.599999999999994,-2.400000000000001] : [39.200000000000003,41.600000000000023,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [19.600000000000001,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [7.800000000000001,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.899999999999977,-0.300000000000001] : [4.000000000000000,5.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-4.000000000000000,-0.150000000000000] : [2.000000000000000,4.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-3.000000000000000,-0.075000000000001] : [1.024999999999999,-1.050000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.050000000000011,-0.075000000000001] : [0.924999999999999,3.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 169k active, 323k owned (+92%), 678k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 748M active, 1031M owned (+38%), 1844M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.733 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 6: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 11%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5828 72.850 | 38.2910504 | 0.2727006 0.9977828 | 991 1462
5832 72.900 | 38.2953652 | 0.2643743 0.9977828 | 991 1462
5836 72.950 | 38.2980197 | 0.2559008 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5840 73.000 | 38.3020399 | 0.2472825 0.9977828 | 991 1462
5844 73.050 | 38.3020495 | 0.2385235 0.9977828 | 991 1462
5848 73.100 | 38.3066624 | 0.2296293 0.9977828 | 991 1462
5852 73.150 | 38.3094719 | 0.2206071 0.9977828 | 991 1462
5856 73.200 | 38.3119067 | 0.2114658 0.9977828 | 991 1462
5860 73.250 | 38.3091447 | 0.2022161 0.9977828 | 991 1462
5864 73.300 | 38.3129858 | 0.1928705 0.9977828 | 991 1462
5868 73.350 | 38.3157863 | 0.1834443 0.9977828 | 991 1462
5872 73.400 | 38.3195746 | 0.1739562 0.9977828 | 991 1462
5876 73.450 | 38.3193851 | 0.1644315 0.9977828 | 991 1462
5880 73.500 | 38.3237654 | 0.1545254 0.9977828 | 991 1462
5884 73.550 | 38.3264575 | 0.1436920 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.393418 at (0.190427,-2.006309,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56754688 m_irreducible=0.5000234006
INFO (AHFinderDirect): AH 2/3: r=0.393418 at (-0.190427,2.006309,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56754688 m_irreducible=0.5000234006
5888 73.600 | 38.3082267 | 0.3869723 0.9977828 | 991 1462
5892 73.650 | 38.2885353 | 0.3842470 0.9977828 | 991 1462
5896 73.700 | 38.2929649 | 0.3790914 0.9977828 | 991 1462
5900 73.750 | 38.2960406 | 0.3729583 0.9977828 | 991 1462
5904 73.800 | 38.3000051 | 0.3667130 0.9977828 | 991 1462
5908 73.850 | 38.3001608 | 0.3603546 0.9977828 | 991 1462
5912 73.900 | 38.3044181 | 0.3538819 0.9977828 | 991 1462
5916 73.950 | 38.3069956 | 0.3472943 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
5920 74.000 | 38.3092289 | 0.3405915 0.9977828 | 991 1462
5924 74.050 | 38.3061826 | 0.3334369 0.9977828 | 991 1462
5928 74.100 | 38.3106304 | 0.3261112 0.9977828 | 991 1462
5932 74.150 | 38.3139412 | 0.3186384 0.9977828 | 991 1462
5936 74.200 | 38.3178986 | 0.3110168 0.9977828 | 991 1462
5940 74.250 | 38.3178220 | 0.3031126 0.9977828 | 991 1462
5944 74.300 | 38.3218494 | 0.2949971 0.9977828 | 991 1462
5948 74.350 | 38.3245664 | 0.2867014 0.9977828 | 991 1462
5952 74.400 | 38.3269943 | 0.2782213 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,277,9] : [61,379,61] ([53,103,53] + PADDING) 289327
[3][0][0] exterior: [21,602,21] : [74,710,73] ([54,109,53] + PADDING) 311958
[4][0][0] exterior: [45,1263,45] : [89,1361,87] ([45,99,43] + PADDING) 191565
[5][0][0] exterior: [93,2565,93] : [139,2683,135] ([47,119,43] + PADDING) 240499
[6][0][0] exterior: [189,5170,189] : [238,5248,231] ([50,79,43] + PADDING) 169850
[6][0][1] exterior: [189,5249,189] : [224,5326,231] ([36,78,43] + PADDING) 120744
[7][0][0] exterior: [381,10378,381] : [437,10456,423] ([57,79,43] + PADDING) 193629
[7][0][1] exterior: [381,10536,381] : [409,10614,423] ([29,79,43] + PADDING) 98513
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [39.200000000000003,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.000000000000000,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.800000000000011,-0.600000000000001] : [8.199999999999999,9.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.899999999999977,-0.300000000000001] : [4.299999999999999,5.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.899999999999977,-0.150000000000000] : [2.299999999999999,0.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.050000000000011,-0.150000000000000] : [1.600000000000000,3.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.949999999999989,-0.075000000000001] : [1.324999999999999,-1.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,1.000000000000000,-0.075000000000001] : [0.625000000000000,2.949999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 167k active, 322k owned (+93%), 674k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 749M active, 1033M owned (+38%), 1851M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.783 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 9%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 10%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 6%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
5956 74.450 | 38.2858702 | 0.2695526 0.9977828 | 991 1462
5960 74.500 | 38.2904588 | 0.2606908 0.9977828 | 991 1462
5964 74.550 | 38.2929813 | 0.2516315 0.9977828 | 991 1462
5968 74.600 | 38.2963011 | 0.2423696 0.9977828 | 991 1462
5972 74.650 | 38.2957878 | 0.2329000 0.9977828 | 991 1462
5976 74.700 | 38.2994751 | 0.2232180 0.9977828 | 991 1462
5980 74.750 | 38.3022096 | 0.2133213 0.9977828 | 991 1462
5984 74.800 | 38.3041278 | 0.2032134 0.9977828 | 991 1462
5988 74.850 | 38.3017574 | 0.1929068 0.9977828 | 991 1462
5992 74.900 | 38.3057122 | 0.1824242 0.9977828 | 991 1462
5996 74.950 | 38.3081370 | 0.1717938 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6000 75.000 | 38.3117636 | 0.1610353 0.9977828 | 991 1462
6004 75.050 | 38.3111424 | 0.1501388 0.9977828 | 991 1462
6008 75.100 | 38.3156088 | 0.1390456 0.9977828 | 991 1462
6012 75.150 | 38.3188227 | 0.1276433 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.392175 at (0.480046,-1.918989,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56785365 m_irreducible=0.5000295032
INFO (AHFinderDirect): AH 2/3: r=0.392175 at (-0.480046,1.918989,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56785365 m_irreducible=0.5000295032
6016 75.200 | 38.2914550 | 0.3860417 0.9977828 | 991 1462
6020 75.250 | 38.2704694 | 0.3827110 0.9977828 | 991 1462
6024 75.300 | 38.2742195 | 0.3768814 0.9977828 | 991 1462
6028 75.350 | 38.2767551 | 0.3707198 0.9977828 | 991 1462
6032 75.400 | 38.2803371 | 0.3644419 0.9977828 | 991 1462
6036 75.450 | 38.2796740 | 0.3580461 0.9977828 | 991 1462
6040 75.500 | 38.2830978 | 0.3514206 0.9977828 | 991 1462
6044 75.550 | 38.2850608 | 0.3444323 0.9977828 | 991 1462
6048 75.600 | 38.2871038 | 0.3372908 0.9977828 | 991 1462
INFO (TerminationTrigger): ***********************************************************
INFO (TerminationTrigger): Remaining wallclock time for your job is 4199.98 minutes
INFO (TerminationTrigger): ***********************************************************
6052 75.650 | 38.2840266 | 0.3299920 0.9977828 | 991 1462
6056 75.700 | 38.2874373 | 0.3225321 0.9977828 | 991 1462
6060 75.750 | 38.2896198 | 0.3149069 0.9977828 | 991 1462
6064 75.800 | 38.2931541 | 0.3071123 0.9977828 | 991 1462
6068 75.850 | 38.2929023 | 0.2991444 0.9977828 | 991 1462
6072 75.900 | 38.2964743 | 0.2909989 0.9977828 | 991 1462
6076 75.950 | 38.2985793 | 0.2826718 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6080 76.000 | 38.2998649 | 0.2741588 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,277,9] : [62,379,61] ([54,103,53] + PADDING) 294786
[3][0][0] exterior: [21,602,21] : [75,710,73] ([55,109,53] + PADDING) 317735
[4][0][0] exterior: [45,1264,45] : [90,1360,87] ([46,97,43] + PADDING) 191866
[5][0][0] exterior: [93,2566,93] : [141,2682,135] ([49,117,43] + PADDING) 246519
[6][0][0] exterior: [189,5172,189] : [244,5250,231] ([56,79,43] + PADDING) 190232
[6][0][1] exterior: [189,5251,189] : [218,5324,231] ([30,74,43] + PADDING) 95460
[7][0][0] exterior: [381,10383,381] : [448,10461,423] ([68,79,43] + PADDING) 230996
[7][0][1] exterior: [381,10531,381] : [398,10609,423] ([18,79,43] + PADDING) 61146
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.000000000000000,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.599999999999994,-1.200000000000001] : [20.399999999999999,21.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.599999999999994,-0.600000000000001] : [8.399999999999999,9.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.800000000000011,-0.300000000000001] : [4.500000000000000,5.800000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.800000000000011,-0.150000000000000] : [2.600000000000000,0.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.149999999999977,-0.150000000000000] : [1.299999999999999,3.800000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.824999999999989,-0.075000000000001] : [1.600000000000000,-0.875000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.875000000000000,-0.075000000000001] : [0.350000000000000,2.824999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 166k active, 322k owned (+94%), 674k total (+109%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 751M active, 1037M owned (+38%), 1856M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.827 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 21%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 7%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 9%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 13%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6084 76.050 | 38.2605154 | 0.2654560 0.9977828 | 991 1462
6088 76.100 | 38.2649593 | 0.2565592 0.9977828 | 991 1462
6092 76.150 | 38.2680110 | 0.2474647 0.9977828 | 991 1462
6096 76.200 | 38.2722139 | 0.2381691 0.9977828 | 991 1462
6100 76.250 | 38.2723530 | 0.2286692 0.9977828 | 991 1462
6104 76.300 | 38.2766217 | 0.2189618 0.9977828 | 991 1462
6108 76.350 | 38.2796772 | 0.2090429 0.9977828 | 991 1462
6112 76.400 | 38.2820801 | 0.1989069 0.9977828 | 991 1462
6116 76.450 | 38.2794278 | 0.1885468 0.9977828 | 991 1462
6120 76.500 | 38.2837274 | 0.1779551 0.9977828 | 991 1462
6124 76.550 | 38.2867065 | 0.1671256 0.9977828 | 991 1462
6128 76.600 | 38.2908814 | 0.1560548 0.9977828 | 991 1462
6132 76.650 | 38.2909114 | 0.1447388 0.9977828 | 991 1462
6136 76.700 | 38.2951853 | 0.1331682 0.9977828 | 991 1462
6140 76.750 | 38.2980891 | 0.1213234 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.390813 at (0.753825,-1.787350,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56740064 m_irreducible=0.5000204913
INFO (AHFinderDirect): AH 2/3: r=0.390813 at (-0.753825,1.787350,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56740064 m_irreducible=0.5000204913
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 698768288 ( 666.4 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 882376 ( 0.8 MiB) Bytes in central cache freelist
MALLOC: + 4186112 ( 4.0 MiB) Bytes in transfer cache freelist
MALLOC: + 30920088 ( 29.5 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 737128640 ( 703.0 MiB) Actual memory used (physical + swap)
MALLOC: + 262062080 ( 249.9 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3874 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 410 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 588 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3681 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 261 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6083 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 365 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 847 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2525 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 293 objs; 0.0 MiB; 0.9 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 24 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 12 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 14 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.1 cum MiB
class 34 [ 1152 bytes ] : 7 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 10 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 1 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.5 cum MiB
class 52 [ 10240 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 4 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 55 [ 16384 bytes ] : 3 objs; 0.0 MiB; 1.8 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 2.0 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 63 [ 65536 bytes ] : 2 objs; 0.1 MiB; 3.0 cum MiB
class 64 [ 73728 bytes ] : 1 objs; 0.1 MiB; 3.1 cum MiB
class 65 [ 81920 bytes ] : 3 objs; 0.2 MiB; 3.3 cum MiB
class 66 [ 90112 bytes ] : 1 objs; 0.1 MiB; 3.4 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.6 cum MiB
class 68 [ 106496 bytes ] : 2 objs; 0.2 MiB; 3.8 cum MiB
class 69 [ 114688 bytes ] : 25 objs; 2.7 MiB; 6.6 cum MiB
class 70 [ 122880 bytes ] : 4 objs; 0.5 MiB; 7.0 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 8.0 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 8.8 cum MiB
class 73 [ 147456 bytes ] : 25 objs; 3.5 MiB; 12.3 cum MiB
class 74 [ 155648 bytes ] : 6 objs; 0.9 MiB; 13.2 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 17.1 cum MiB
class 76 [ 172032 bytes ] : 71 objs; 11.6 MiB; 28.8 cum MiB
class 77 [ 180224 bytes ] : 25 objs; 4.3 MiB; 33.1 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 33.5 cum MiB
class 81 [ 212992 bytes ] : 2 objs; 0.4 MiB; 33.9 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 34.1 cum MiB
------------------------------------------------
PageHeap: 58 sizes; 0.0 MiB free; 249.9 MiB unmapped
------------------------------------------------
1 pages * 50 spans ~ 0.4 MiB; 0.4 MiB cum; unmapped: 0.4 MiB; 0.4 MiB cum
2 pages * 38 spans ~ 0.6 MiB; 1.0 MiB cum; unmapped: 0.6 MiB; 1.0 MiB cum
3 pages * 29 spans ~ 0.7 MiB; 1.7 MiB cum; unmapped: 0.7 MiB; 1.7 MiB cum
4 pages * 33 spans ~ 1.0 MiB; 2.7 MiB cum; unmapped: 1.0 MiB; 2.7 MiB cum
5 pages * 22 spans ~ 0.9 MiB; 3.6 MiB cum; unmapped: 0.9 MiB; 3.6 MiB cum
6 pages * 22 spans ~ 1.0 MiB; 4.6 MiB cum; unmapped: 1.0 MiB; 4.6 MiB cum
7 pages * 20 spans ~ 1.1 MiB; 5.7 MiB cum; unmapped: 1.1 MiB; 5.7 MiB cum
8 pages * 17 spans ~ 1.1 MiB; 6.7 MiB cum; unmapped: 1.1 MiB; 6.7 MiB cum
9 pages * 9 spans ~ 0.6 MiB; 7.4 MiB cum; unmapped: 0.6 MiB; 7.4 MiB cum
10 pages * 17 spans ~ 1.3 MiB; 8.7 MiB cum; unmapped: 1.3 MiB; 8.7 MiB cum
11 pages * 11 spans ~ 0.9 MiB; 9.6 MiB cum; unmapped: 0.9 MiB; 9.6 MiB cum
12 pages * 9 spans ~ 0.8 MiB; 10.5 MiB cum; unmapped: 0.8 MiB; 10.5 MiB cum
13 pages * 7 spans ~ 0.7 MiB; 11.2 MiB cum; unmapped: 0.7 MiB; 11.2 MiB cum
14 pages * 8 spans ~ 0.9 MiB; 12.1 MiB cum; unmapped: 0.9 MiB; 12.1 MiB cum
15 pages * 6 spans ~ 0.7 MiB; 12.8 MiB cum; unmapped: 0.7 MiB; 12.8 MiB cum
16 pages * 15 spans ~ 1.9 MiB; 14.7 MiB cum; unmapped: 1.9 MiB; 14.7 MiB cum
17 pages * 11 spans ~ 1.5 MiB; 16.1 MiB cum; unmapped: 1.5 MiB; 16.1 MiB cum
19 pages * 9 spans ~ 1.3 MiB; 17.5 MiB cum; unmapped: 1.3 MiB; 17.5 MiB cum
21 pages * 1 spans ~ 0.2 MiB; 17.6 MiB cum; unmapped: 0.2 MiB; 17.6 MiB cum
25 pages * 1 spans ~ 0.2 MiB; 17.8 MiB cum; unmapped: 0.2 MiB; 17.8 MiB cum
31 pages * 1 spans ~ 0.2 MiB; 18.1 MiB cum; unmapped: 0.2 MiB; 18.1 MiB cum
32 pages * 1 spans ~ 0.2 MiB; 18.3 MiB cum; unmapped: 0.2 MiB; 18.3 MiB cum
33 pages * 2 spans ~ 0.5 MiB; 18.8 MiB cum; unmapped: 0.5 MiB; 18.8 MiB cum
34 pages * 2 spans ~ 0.5 MiB; 19.4 MiB cum; unmapped: 0.5 MiB; 19.4 MiB cum
35 pages * 7 spans ~ 1.9 MiB; 21.3 MiB cum; unmapped: 1.9 MiB; 21.3 MiB cum
37 pages * 1 spans ~ 0.3 MiB; 21.6 MiB cum; unmapped: 0.3 MiB; 21.6 MiB cum
38 pages * 2 spans ~ 0.6 MiB; 22.1 MiB cum; unmapped: 0.6 MiB; 22.1 MiB cum
39 pages * 3 spans ~ 0.9 MiB; 23.1 MiB cum; unmapped: 0.9 MiB; 23.1 MiB cum
42 pages * 11 spans ~ 3.6 MiB; 26.7 MiB cum; unmapped: 3.6 MiB; 26.7 MiB cum
43 pages * 4 spans ~ 1.3 MiB; 28.0 MiB cum; unmapped: 1.3 MiB; 28.0 MiB cum
44 pages * 2 spans ~ 0.7 MiB; 28.7 MiB cum; unmapped: 0.7 MiB; 28.7 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 29.1 MiB cum; unmapped: 0.4 MiB; 29.1 MiB cum
46 pages * 3 spans ~ 1.1 MiB; 30.1 MiB cum; unmapped: 1.1 MiB; 30.1 MiB cum
47 pages * 1 spans ~ 0.4 MiB; 30.5 MiB cum; unmapped: 0.4 MiB; 30.5 MiB cum
48 pages * 2 spans ~ 0.8 MiB;
6144 76.800 | 38.2793212 | 0.3839494 0.9977828 | 991 1462
6148 76.850 | 38.2592579 | 0.3806978 0.9977828 | 991 1462
6152 76.900 | 38.2636608 | 0.3755883 0.9977828 | 991 1462
6156 76.950 | 38.2667448 | 0.3693661 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6160 77.000 | 38.2706009 | 0.3630203 0.9977828 | 991 1462
6164 77.050 | 38.2707245 | 0.3565485 0.9977828 | 991 1462
6168 77.100 | 38.2751674 | 0.3499486 0.9977828 | 991 1462
6172 77.150 | 38.2782766 | 0.3432184 0.9977828 | 991 1462
6176 77.200 | 38.2812854 | 0.3363559 0.9977828 | 991 1462
6180 77.250 | 38.2792112 | 0.3292472 0.9977828 | 991 1462
6184 77.300 | 38.2838391 | 0.3218563 0.9977828 | 991 1462
6188 77.350 | 38.2867319 | 0.3143058 0.9977828 | 991 1462
6192 77.400 | 38.2906869 | 0.3065923 0.9977828 | 991 1462
6196 77.450 | 38.2909320 | 0.2987124 0.9977828 | 991 1462
6200 77.500 | 38.2952615 | 0.2906629 0.9977828 | 991 1462
6204 77.550 | 38.2986893 | 0.2823836 0.9977828 | 991 1462
6208 77.600 | 38.3013382 | 0.2738546 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [62,379,61] ([54,103,53] + PADDING) 294786
[3][0][0] exterior: [21,603,21] : [75,709,73] ([55,107,53] + PADDING) 311905
[4][0][0] exterior: [45,1265,45] : [91,1359,87] ([47,95,43] + PADDING) 191995
[5][0][0] exterior: [93,2568,93] : [144,2646,135] ([52,79,43] + PADDING) 176644
[5][0][1] exterior: [93,2647,93] : [126,2680,135] ([34,34,43] + PADDING) 49708
[6][0][0] exterior: [189,5175,189] : [249,5253,231] ([61,79,43] + PADDING) 207217
[6][0][1] exterior: [189,5254,189] : [213,5321,231] ([25,68,43] + PADDING) 73100
[7][0][0] exterior: [381,10389,381] : [459,10467,423] ([79,79,43] + PADDING) 268363
[7][0][1] exterior: [381,10525,381] : [387,10603,423] ([7,79,43] + PADDING) 23779
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.000000000000000,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [20.399999999999999,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.400000000000006,-0.600000000000001] : [8.599999999999998,9.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.600000000000023,-0.300000000000001] : [4.799999999999999,2.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.300000000000011,-0.300000000000001] : [3.000000000000000,5.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.649999999999977,-0.150000000000000] : [2.850000000000000,0.250000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.300000000000011,-0.150000000000000] : [1.049999999999999,3.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.675000000000011,-0.075000000000001] : [1.875000000000000,-0.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.725000000000023,-0.075000000000001] : [0.074999999999999,2.675000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 168k active, 318k owned (+89%), 674k total (+112%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 751M active, 1034M owned (+38%), 1854M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.810 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 18%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 18%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6212 77.650 | 38.2565222 | 0.2651523 0.9977828 | 991 1462
6216 77.700 | 38.2609767 | 0.2562763 0.9977828 | 991 1462
6220 77.750 | 38.2643895 | 0.2472275 0.9977828 | 991 1462
6224 77.800 | 38.2689109 | 0.2380076 0.9977828 | 991 1462
6228 77.850 | 38.2693242 | 0.2286195 0.9977828 | 991 1462
6232 77.900 | 38.2741967 | 0.2190668 0.9977828 | 991 1462
6236 77.950 | 38.2776583 | 0.2093551 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6240 78.000 | 38.2802629 | 0.1994950 0.9977828 | 991 1462
6244 78.050 | 38.2773268 | 0.1895076 0.9977828 | 991 1462
6248 78.100 | 38.2814372 | 0.1794289 0.9977828 | 991 1462
6252 78.150 | 38.2841404 | 0.1685921 0.9977828 | 991 1462
6256 78.200 | 38.2878030 | 0.1573633 0.9977828 | 991 1462
6260 78.250 | 38.2875045 | 0.1458713 0.9977828 | 991 1462
6264 78.300 | 38.2914693 | 0.1340989 0.9977828 | 991 1462
6268 78.350 | 38.2945175 | 0.1220072 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.389368 at (1.004287,-1.613218,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56752168 m_irreducible=0.5000228991
INFO (AHFinderDirect): AH 2/3: r=0.389368 at (-1.004287,1.613218,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56752168 m_irreducible=0.5000228991
6272 78.400 | 38.2724201 | 0.3829152 0.9977828 | 991 1462
6276 78.450 | 38.2527633 | 0.3788847 0.9977828 | 991 1462
6280 78.500 | 38.2570826 | 0.3738640 0.9977828 | 991 1462
6284 78.550 | 38.2598887 | 0.3679871 0.9977828 | 991 1462
6288 78.600 | 38.2641121 | 0.3618617 0.9977828 | 991 1462
6292 78.650 | 38.2644564 | 0.3556296 0.9977828 | 991 1462
6296 78.700 | 38.2691215 | 0.3491903 0.9977828 | 991 1462
6300 78.750 | 38.2720856 | 0.3422147 0.9977828 | 991 1462
6304 78.800 | 38.2744767 | 0.3351062 0.9977828 | 991 1462
6308 78.850 | 38.2722895 | 0.3278639 0.9977828 | 991 1462
6312 78.900 | 38.2768315 | 0.3204879 0.9977828 | 991 1462
6316 78.950 | 38.2799238 | 0.3129784 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6320 79.000 | 38.2839504 | 0.3053364 0.9977828 | 991 1462
6324 79.050 | 38.2837611 | 0.2974330 0.9977828 | 991 1462
6328 79.100 | 38.2880366 | 0.2891772 0.9977828 | 991 1462
6332 79.150 | 38.2908633 | 0.2807321 0.9977828 | 991 1462
6336 79.200 | 38.2930604 | 0.2720933 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [62,379,61] ([54,103,53] + PADDING) 294786
[3][0][0] exterior: [21,603,21] : [76,709,73] ([56,107,53] + PADDING) 317576
[4][0][0] exterior: [45,1266,45] : [93,1358,87] ([49,93,43] + PADDING) 195951
[5][0][0] exterior: [93,2570,93] : [146,2648,135] ([54,79,43] + PADDING) 183438
[5][0][1] exterior: [93,2649,93] : [124,2678,135] ([32,30,43] + PADDING) 41280
[6][0][0] exterior: [189,5179,189] : [254,5257,231] ([66,79,43] + PADDING) 224202
[6][0][1] exterior: [189,5258,189] : [208,5317,231] ([20,60,43] + PADDING) 51600
[7][0][0] exterior: [390,10397,381] : [468,10475,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.000000000000000,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-21.199999999999989,-1.200000000000001] : [20.800000000000001,21.199999999999989,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.199999999999989,-0.600000000000001] : [9.000000000000000,9.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.399999999999977,-0.300000000000001] : [5.000000000000000,2.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.500000000000000,-0.300000000000001] : [2.799999999999999,5.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.449999999999989,-0.150000000000000] : [3.100000000000000,0.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.500000000000000,-0.150000000000000] : [0.799999999999999,3.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.149999999999999,-2.475000000000023,-0.075000000000001] : [2.100000000000000,-0.524999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 160k active, 316k owned (+97%), 661k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 748M active, 1034M owned (+38%), 1851M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.785 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 4M 0M owned 16%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 19%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6340 79.250 | 38.2589012 | 0.2632561 0.9977828 | 991 1462
6344 79.300 | 38.2638431 | 0.2542156 0.9977828 | 991 1462
6348 79.350 | 38.2672917 | 0.2449676 0.9977828 | 991 1462
6352 79.400 | 38.2718821 | 0.2355079 0.9977828 | 991 1462
6356 79.450 | 38.2728734 | 0.2258327 0.9977828 | 991 1462
6360 79.500 | 38.2776310 | 0.2159378 0.9977828 | 991 1462
6364 79.550 | 38.2804551 | 0.2058177 0.9977828 | 991 1462
6368 79.600 | 38.2836872 | 0.1954651 0.9977828 | 991 1462
6372 79.650 | 38.2821425 | 0.1848724 0.9977828 | 991 1462
6376 79.700 | 38.2870922 | 0.1740342 0.9977828 | 991 1462
6380 79.750 | 38.2905245 | 0.1629496 0.9977828 | 991 1462
6384 79.800 | 38.2952160 | 0.1516201 0.9977828 | 991 1462
6388 79.850 | 38.2958932 | 0.1400403 0.9977828 | 991 1462
6392 79.900 | 38.3007270 | 0.1281834 0.9977828 | 991 1462
6396 79.950 | 38.3038874 | 0.1159944 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.387802 at (1.223881,-1.399686,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56759236 m_irreducible=0.5000243052
INFO (AHFinderDirect): AH 2/3: r=0.387802 at (-1.223881,1.399686,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56759236 m_irreducible=0.5000243052
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6400 80.000 | 38.2796416 | 0.3809704 0.9977828 | 991 1462
6404 80.050 | 38.2617740 | 0.3782537 0.9977828 | 991 1462
6408 80.100 | 38.2668627 | 0.3724029 0.9977828 | 991 1462
6412 80.150 | 38.2703805 | 0.3660238 0.9977828 | 991 1462
6416 80.200 | 38.2746116 | 0.3595160 0.9977828 | 991 1462
6420 80.250 | 38.2749878 | 0.3528772 0.9977828 | 991 1462
6424 80.300 | 38.2796170 | 0.3461054 0.9977828 | 991 1462
6428 80.350 | 38.2830002 | 0.3391985 0.9977828 | 991 1462
6432 80.400 | 38.2866733 | 0.3321228 0.9977828 | 991 1462
6436 80.450 | 38.2847022 | 0.3248918 0.9977828 | 991 1462
6440 80.500 | 38.2896004 | 0.3175092 0.9977828 | 991 1462
6444 80.550 | 38.2929731 | 0.3099724 0.9977828 | 991 1462
6448 80.600 | 38.2975302 | 0.3022791 0.9977828 | 991 1462
6452 80.650 | 38.2982936 | 0.2941750 0.9977828 | 991 1462
6456 80.700 | 38.3031399 | 0.2857817 0.9977828 | 991 1462
6460 80.750 | 38.3066076 | 0.2772003 0.9977828 | 991 1462
6464 80.800 | 38.3092557 | 0.2684274 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,277,9] : [63,379,61] ([55,103,53] + PADDING) 300245
[3][0][0] exterior: [21,604,21] : [76,708,73] ([56,105,53] + PADDING) 311640
[4][0][0] exterior: [45,1267,45] : [94,1357,87] ([50,91,43] + PADDING) 195650
[5][0][0] exterior: [93,2572,93] : [148,2650,135] ([56,79,43] + PADDING) 190232
[5][0][1] exterior: [93,2651,93] : [122,2676,135] ([30,26,43] + PADDING) 33540
[6][0][0] exterior: [189,5184,189] : [258,5262,231] ([70,79,43] + PADDING) 237790
[6][0][1] exterior: [189,5263,189] : [204,5312,231] ([16,50,43] + PADDING) 34400
[7][0][0] exterior: [398,10406,381] : [476,10484,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.799999999999983,-2.400000000000001] : [40.800000000000004,40.800000000000011,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.800000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [9.199999999999999,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.199999999999989,-0.300000000000001] : [5.199999999999999,2.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,2.699999999999989,-0.300000000000001] : [2.600000000000000,5.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.199999999999989,-0.150000000000000] : [3.299999999999999,0.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,0.750000000000000,-0.150000000000000] : [0.600000000000000,3.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.350000000000000,-2.250000000000000,-0.075000000000001] : [2.299999999999999,-0.300000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 160k active, 315k owned (+97%), 660k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 748M active, 1034M owned (+38%), 1850M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.777 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 19%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6468 80.850 | 38.2733036 | 0.2594597 0.9977828 | 991 1462
6472 80.900 | 38.2783084 | 0.2502945 0.9977828 | 991 1462
6476 80.950 | 38.2817156 | 0.2409296 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6480 81.000 | 38.2862102 | 0.2313639 0.9977828 | 991 1462
6484 81.050 | 38.2875030 | 0.2215966 0.9977828 | 991 1462
6488 81.100 | 38.2924750 | 0.2116269 0.9977828 | 991 1462
6492 81.150 | 38.2956642 | 0.2014532 0.9977828 | 991 1462
6496 81.200 | 38.2991242 | 0.1910745 0.9977828 | 991 1462
6500 81.250 | 38.2975139 | 0.1804921 0.9977828 | 991 1462
6504 81.300 | 38.3022253 | 0.1697139 0.9977828 | 991 1462
6508 81.350 | 38.3058354 | 0.1587567 0.9977828 | 991 1462
6512 81.400 | 38.3105435 | 0.1476443 0.9977828 | 991 1462
6516 81.450 | 38.3112407 | 0.1364013 0.9977828 | 991 1462
6520 81.500 | 38.3160748 | 0.1250474 0.9977828 | 991 1462
6524 81.550 | 38.3194223 | 0.1136023 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.386107 at (1.405225,-1.151295,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56765385 m_irreducible=0.5000255285
INFO (AHFinderDirect): AH 2/3: r=0.386107 at (-1.405225,1.151295,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56765385 m_irreducible=0.5000255285
6528 81.600 | 38.3034115 | 0.3787019 0.9977828 | 991 1462
6532 81.650 | 38.2847762 | 0.3752923 0.9977828 | 991 1462
6536 81.700 | 38.2894014 | 0.3695967 0.9977828 | 991 1462
6540 81.750 | 38.2927522 | 0.3632746 0.9977828 | 991 1462
6544 81.800 | 38.2971741 | 0.3568252 0.9977828 | 991 1462
6548 81.850 | 38.2980134 | 0.3502463 0.9977828 | 991 1462
6552 81.900 | 38.3026367 | 0.3435357 0.9977828 | 991 1462
6556 81.950 | 38.3056735 | 0.3366914 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6560 82.000 | 38.3089797 | 0.3297118 0.9977828 | 991 1462
6564 82.050 | 38.3071156 | 0.3225951 0.9977828 | 991 1462
6568 82.100 | 38.3116382 | 0.3153400 0.9977828 | 991 1462
6572 82.150 | 38.3146538 | 0.3078935 0.9977828 | 991 1462
6576 82.200 | 38.3188197 | 0.2998518 0.9977828 | 991 1462
6580 82.250 | 38.3192610 | 0.2915728 0.9977828 | 991 1462
6584 82.300 | 38.3238271 | 0.2830993 0.9977828 | 991 1462
6588 82.350 | 38.3268792 | 0.2744263 0.9977828 | 991 1462
6592 82.400 | 38.3292071 | 0.2655487 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [63,378,61] ([55,101,53] + PADDING) 294415
[3][0][0] exterior: [21,605,21] : [77,707,73] ([57,103,53] + PADDING) 311163
[4][0][0] exterior: [45,1268,45] : [94,1356,87] ([50,89,43] + PADDING) 191350
[5][0][0] exterior: [93,2575,93] : [150,2653,135] ([58,79,43] + PADDING) 197026
[5][0][1] exterior: [93,2654,93] : [120,2673,135] ([28,20,43] + PADDING) 24080
[6][0][0] exterior: [189,5189,189] : [261,5267,231] ([73,79,43] + PADDING) 247981
[6][0][1] exterior: [189,5268,189] : [201,5307,231] ([13,40,43] + PADDING) 22360
[7][0][0] exterior: [405,10417,381] : [483,10495,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.800000000000004,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [21.199999999999999,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [9.199999999999999,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.899999999999977,-0.300000000000001] : [5.399999999999999,2.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[5][0][1] exterior: [-0.300000000000001,3.000000000000000,-0.300000000000001] : [2.399999999999999,4.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.949999999999989,-0.150000000000000] : [3.449999999999999,0.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,1.000000000000000,-0.150000000000000] : [0.449999999999999,2.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.524999999999999,-1.975000000000023,-0.075000000000001] : [2.475000000000000,-0.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 160k active, 314k owned (+97%), 659k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 746M active, 1030M owned (+38%), 1844M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.731 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 14%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 1M 2M 3M 0M owned 20%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6596 82.450 | 38.2927941 | 0.2564618 0.9977828 | 991 1462
6600 82.500 | 38.2975136 | 0.2471613 0.9977828 | 991 1462
6604 82.550 | 38.3010484 | 0.2376431 0.9977828 | 991 1462
6608 82.600 | 38.3053977 | 0.2279035 0.9977828 | 991 1462
6612 82.650 | 38.3061973 | 0.2179385 0.9977828 | 991 1462
6616 82.700 | 38.3108486 | 0.2077444 0.9977828 | 991 1462
6620 82.750 | 38.3143337 | 0.1973189 0.9977828 | 991 1462
6624 82.800 | 38.3180835 | 0.1866630 0.9977828 | 991 1462
6628 82.850 | 38.3164450 | 0.1757813 0.9977828 | 991 1462
6632 82.900 | 38.3211993 | 0.1646773 0.9977828 | 991 1462
6636 82.950 | 38.3245089 | 0.1533433 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6640 83.000 | 38.3289398 | 0.1417439 0.9977828 | 991 1462
6644 83.050 | 38.3299341 | 0.1298061 0.9977828 | 991 1462
6648 83.100 | 38.3348339 | 0.1174277 0.9977828 | 991 1462
6652 83.150 | 38.3383964 | 0.1045197 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.38425 at (1.541356,-0.874092,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56766119 m_irreducible=0.5000256746
INFO (AHFinderDirect): AH 2/3: r=0.38425 at (-1.541356,0.874092,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56766119 m_irreducible=0.5000256746
6656 83.200 | 38.3208367 | 0.3767983 0.9977828 | 991 1462
6660 83.250 | 38.3030317 | 0.3734324 0.9977828 | 991 1462
6664 83.300 | 38.3078829 | 0.3675391 0.9977828 | 991 1462
6668 83.350 | 38.3112015 | 0.3608963 0.9977828 | 991 1462
6672 83.400 | 38.3158183 | 0.3541043 0.9977828 | 991 1462
6676 83.450 | 38.3171963 | 0.3471590 0.9977828 | 991 1462
6680 83.500 | 38.3223460 | 0.3400564 0.9977828 | 991 1462
6684 83.550 | 38.3261671 | 0.3327923 0.9977828 | 991 1462
6688 83.600 | 38.3302256 | 0.3253626 0.9977828 | 991 1462
6692 83.650 | 38.3291727 | 0.3177629 0.9977828 | 991 1462
6696 83.700 | 38.3342423 | 0.3099892 0.9977828 | 991 1462
6700 83.750 | 38.3377734 | 0.3020373 0.9977828 | 991 1462
6704 83.800 | 38.3421069 | 0.2939032 0.9977828 | 991 1462
6708 83.850 | 38.3430309 | 0.2855835 0.9977828 | 991 1462
6712 83.900 | 38.3478812 | 0.2770748 0.9977828 | 991 1462
6716 83.950 | 38.3513234 | 0.2683737 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6720 84.000 | 38.3538873 | 0.2594759 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [63,378,61] ([55,101,53] + PADDING) 294415
[3][0][0] exterior: [21,605,21] : [77,707,73] ([57,103,53] + PADDING) 311163
[4][0][0] exterior: [45,1269,45] : [95,1355,87] ([51,87,43] + PADDING) 190791
[5][0][0] exterior: [93,2578,93] : [151,2670,135] ([59,93,43] + PADDING) 235941
[6][0][0] exterior: [189,5195,189] : [263,5273,231] ([75,79,43] + PADDING) 254775
[6][0][1] exterior: [189,5274,189] : [199,5301,231] ([11,28,43] + PADDING) 13244
[7][0][0] exterior: [409,10429,381] : [487,10507,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.800000000000004,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [21.199999999999999,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [9.399999999999999,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.600000000000023,-0.300000000000001] : [5.500000000000000,4.600000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.649999999999977,-0.150000000000000] : [3.549999999999999,1.250000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,1.300000000000011,-0.150000000000000] : [0.350000000000000,2.649999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.625000000000000,-1.675000000000011,-0.075000000000001] : [2.574999999999999,0.274999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 316k owned (+95%), 662k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 747M active, 1030M owned (+38%), 1845M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.735 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 14%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 11%
INFO (Carpet): Level 6: 1M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6724 84.050 | 38.3161464 | 0.2503756 0.9977828 | 991 1462
6728 84.100 | 38.3209650 | 0.2410651 0.9977828 | 991 1462
6732 84.150 | 38.3243449 | 0.2315360 0.9977828 | 991 1462
6736 84.200 | 38.3285639 | 0.2217825 0.9977828 | 991 1462
6740 84.250 | 38.3297063 | 0.2118062 0.9977828 | 991 1462
6744 84.300 | 38.3345925 | 0.2016209 0.9977828 | 991 1462
6748 84.350 | 38.3378492 | 0.1912540 0.9977828 | 991 1462
6752 84.400 | 38.3413724 | 0.1807406 0.9977828 | 991 1462
6756 84.450 | 38.3402411 | 0.1701094 0.9977828 | 991 1462
6760 84.500 | 38.3450740 | 0.1593634 0.9977828 | 991 1462
6764 84.550 | 38.3485340 | 0.1484631 0.9977828 | 991 1462
6768 84.600 | 38.3533514 | 0.1373248 0.9977828 | 991 1462
6772 84.650 | 38.3550866 | 0.1258454 0.9977828 | 991 1462
6776 84.700 | 38.3600445 | 0.1139552 0.9977828 | 991 1462
6780 84.750 | 38.3635544 | 0.1016908 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.382216 at (1.626078,-0.575736,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56768343 m_irreducible=0.500026117
INFO (AHFinderDirect): AH 2/3: r=0.382216 at (-1.626078,0.575736,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56768343 m_irreducible=0.500026117
6784 84.800 | 38.3462491 | 0.3744154 0.9977828 | 991 1462
6788 84.850 | 38.3293358 | 0.3717384 0.9977828 | 991 1462
6792 84.900 | 38.3342315 | 0.3657367 0.9977828 | 991 1462
6796 84.950 | 38.3379692 | 0.3593761 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6800 85.000 | 38.3423225 | 0.3528905 0.9977828 | 991 1462
6804 85.050 | 38.3432224 | 0.3461911 0.9977828 | 991 1462
6808 85.100 | 38.3480438 | 0.3393108 0.9977828 | 991 1462
6812 85.150 | 38.3515939 | 0.3322458 0.9977828 | 991 1462
6816 85.200 | 38.3553132 | 0.3247953 0.9977828 | 991 1462
6820 85.250 | 38.3538790 | 0.3171799 0.9977828 | 991 1462
6824 85.300 | 38.3585991 | 0.3093967 0.9977828 | 991 1462
6828 85.350 | 38.3619823 | 0.3014432 0.9977828 | 991 1462
6832 85.400 | 38.3664001 | 0.2933171 0.9977828 | 991 1462
6836 85.450 | 38.3672739 | 0.2850163 0.9977828 | 991 1462
6840 85.500 | 38.3719116 | 0.2765386 0.9977828 | 991 1462
6844 85.550 | 38.3753549 | 0.2678820 0.9977828 | 991 1462
6848 85.600 | 38.3779692 | 0.2590447 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [63,378,61] ([55,101,53] + PADDING) 294415
[3][0][0] exterior: [21,606,21] : [77,706,73] ([57,101,53] + PADDING) 305121
[4][0][0] exterior: [45,1271,45] : [95,1353,87] ([51,83,43] + PADDING) 182019
[5][0][0] exterior: [93,2581,93] : [151,2667,135] ([59,87,43] + PADDING) 220719
[6][0][0] exterior: [189,5201,189] : [264,5279,231] ([76,79,43] + PADDING) 258172
[6][0][1] exterior: [189,5280,189] : [198,5295,231] ([10,16,43] + PADDING) 6880
[7][0][0] exterior: [411,10441,381] : [489,10519,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.800000000000004,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [21.199999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.199999999999989,-0.600000000000001] : [9.399999999999999,8.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.300000000000011,-0.300000000000001] : [5.500000000000000,4.300000000000011,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.350000000000023,-0.150000000000000] : [3.600000000000000,1.550000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,1.600000000000023,-0.150000000000000] : [0.299999999999999,2.350000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.674999999999999,-1.375000000000000,-0.075000000000001] : [2.625000000000000,0.574999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 161k active, 312k owned (+94%), 657k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 743M active, 1022M owned (+38%), 1833M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.640 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 20%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 6: 1M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6852 85.650 | 38.3474201 | 0.2499468 0.9977828 | 991 1462
6856 85.700 | 38.3525786 | 0.2405553 0.9977828 | 991 1462
6860 85.750 | 38.3566228 | 0.2309665 0.9977828 | 991 1462
6864 85.800 | 38.3616365 | 0.2211870 0.9977828 | 991 1462
6868 85.850 | 38.3635227 | 0.2112293 0.9977828 | 991 1462
6872 85.900 | 38.3686940 | 0.2011113 0.9977828 | 991 1462
6876 85.950 | 38.3728134 | 0.1908526 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6880 86.000 | 38.3761411 | 0.1804691 0.9977828 | 991 1462
6884 86.050 | 38.3752104 | 0.1699659 0.9977828 | 991 1462
6888 86.100 | 38.3801827 | 0.1593351 0.9977828 | 991 1462
6892 86.150 | 38.3840920 | 0.1485612 0.9977828 | 991 1462
6896 86.200 | 38.3888494 | 0.1376385 0.9977828 | 991 1462
6900 86.250 | 38.3903415 | 0.1266000 0.9977828 | 991 1462
6904 86.300 | 38.3952464 | 0.1155525 0.9977828 | 991 1462
6908 86.350 | 38.3986493 | 0.1047068 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.379969 at (1.654255,-0.265503,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56785222 m_irreducible=0.5000294747
INFO (AHFinderDirect): AH 2/3: r=0.379969 at (-1.654255,0.265503,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56785222 m_irreducible=0.5000294747
6912 86.400 | 38.3839832 | 0.3721873 0.9977828 | 991 1462
6916 86.450 | 38.3679286 | 0.3681007 0.9977828 | 991 1462
6920 86.500 | 38.3732505 | 0.3623090 0.9977828 | 991 1462
6924 86.550 | 38.3772103 | 0.3564080 0.9977828 | 991 1462
6928 86.600 | 38.3821076 | 0.3504158 0.9977828 | 991 1462
6932 86.650 | 38.3837463 | 0.3438267 0.9977828 | 991 1462
6936 86.700 | 38.3890255 | 0.3369399 0.9977828 | 991 1462
6940 86.750 | 38.3930201 | 0.3299141 0.9977828 | 991 1462
6944 86.800 | 38.3965871 | 0.3227481 0.9977828 | 991 1462
6948 86.850 | 38.3958207 | 0.3154408 0.9977828 | 991 1462
6952 86.900 | 38.4011296 | 0.3079914 0.9977828 | 991 1462
6956 86.950 | 38.4049092 | 0.3003999 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
6960 87.000 | 38.4095378 | 0.2926668 0.9977828 | 991 1462
6964 87.050 | 38.4109317 | 0.2847934 0.9977828 | 991 1462
6968 87.100 | 38.4158557 | 0.2767818 0.9977828 | 991 1462
6972 87.150 | 38.4195130 | 0.2686356 0.9977828 | 991 1462
6976 87.200 | 38.4222578 | 0.2603597 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,279,9] : [63,377,61] ([55,99,53] + PADDING) 288585
[3][0][0] exterior: [21,607,21] : [77,705,73] ([57,99,53] + PADDING) 299079
[4][0][0] exterior: [45,1273,45] : [95,1351,87] ([51,79,43] + PADDING) 173247
[5][0][0] exterior: [93,2584,93] : [151,2664,135] ([59,81,43] + PADDING) 205497
[6][0][0] exterior: [189,5207,189] : [264,5289,231] ([76,83,43] + PADDING) 271244
[7][0][0] exterior: [411,10453,381] : [489,10531,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [40.800000000000004,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [21.199999999999999,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-7.800000000000011,-0.600000000000001] : [9.399999999999999,7.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.000000000000000,-0.300000000000001] : [5.500000000000000,4.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.050000000000011,-0.150000000000000] : [3.600000000000000,2.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.674999999999999,-1.074999999999989,-0.075000000000001] : [2.625000000000000,0.875000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 162k active, 312k owned (+93%), 654k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 739M active, 1016M owned (+37%), 1819M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.534 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 13%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 19%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
6980 87.250 | 38.3890372 | 0.2519607 0.9977828 | 991 1462
6984 87.300 | 38.3938741 | 0.2434472 0.9977828 | 991 1462
6988 87.350 | 38.3974039 | 0.2348303 0.9977828 | 991 1462
6992 87.400 | 38.4023174 | 0.2260097 0.9977828 | 991 1462
6996 87.450 | 38.4041881 | 0.2158384 0.9977828 | 991 1462
7000 87.500 | 38.4096051 | 0.2054204 0.9977828 | 991 1462
7004 87.550 | 38.4137458 | 0.1947950 0.9977828 | 991 1462
7008 87.600 | 38.4174331 | 0.1840176 0.9977828 | 991 1462
7012 87.650 | 38.4168074 | 0.1731396 0.9977828 | 991 1462
7016 87.700 | 38.4215533 | 0.1621770 0.9977828 | 991 1462
7020 87.750 | 38.4247595 | 0.1510798 0.9977828 | 991 1462
7024 87.800 | 38.4288207 | 0.1397186 0.9977828 | 991 1462
7028 87.850 | 38.4297615 | 0.1279070 0.9977828 | 991 1462
7032 87.900 | 38.4341366 | 0.1154682 0.9977828 | 991 1462
7036 87.950 | 38.4373298 | 0.1023377 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.377466 at (1.622282,0.045756,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56789026 m_irreducible=0.5000302315
INFO (AHFinderDirect): AH 2/3: r=0.377466 at (-1.622282,-0.045756,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56789026 m_irreducible=0.5000302315
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7040 88.000 | 38.4192273 | 0.3687995 0.9977828 | 991 1462
7044 88.050 | 38.4031098 | 0.3662290 0.9977828 | 991 1462
7048 88.100 | 38.4080452 | 0.3599542 0.9977828 | 991 1462
7052 88.150 | 38.4116978 | 0.3535551 0.9977828 | 991 1462
7056 88.200 | 38.4162642 | 0.3470302 0.9977828 | 991 1462
7060 88.250 | 38.4175752 | 0.3400621 0.9977828 | 991 1462
7064 88.300 | 38.4224289 | 0.3329242 0.9977828 | 991 1462
7068 88.350 | 38.4259769 | 0.3256357 0.9977828 | 991 1462
7072 88.400 | 38.4295558 | 0.3181946 0.9977828 | 991 1462
7076 88.450 | 38.4288341 | 0.3105996 0.9977828 | 991 1462
7080 88.500 | 38.4337454 | 0.3028497 0.9977828 | 991 1462
7084 88.550 | 38.4372681 | 0.2949445 0.9977828 | 991 1462
7088 88.600 | 38.4417922 | 0.2867973 0.9977828 | 991 1462
7092 88.650 | 38.4431482 | 0.2783901 0.9977828 | 991 1462
7096 88.700 | 38.4479779 | 0.2697978 0.9977828 | 991 1462
7100 88.750 | 38.4516429 | 0.2610192 0.9977828 | 991 1462
7104 88.800 | 38.4545453 | 0.2520537 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,279,9] : [63,377,61] ([55,99,53] + PADDING) 288585
[3][0][0] exterior: [21,606,21] : [77,706,73] ([57,101,53] + PADDING) 305121
[4][0][0] exterior: [45,1272,45] : [95,1352,87] ([51,81,43] + PADDING) 177633
[5][0][0] exterior: [93,2583,93] : [151,2665,135] ([59,83,43] + PADDING) 210571
[6][0][0] exterior: [189,5205,189] : [263,5291,231] ([75,87,43] + PADDING) 280575
[7][0][0] exterior: [408,10466,381] : [486,10544,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [40.800000000000004,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [21.199999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [9.399999999999999,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.100000000000023,-0.300000000000001] : [5.500000000000000,4.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.149999999999977,-0.150000000000000] : [3.549999999999999,2.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.600000000000000,-0.750000000000000,-0.075000000000001] : [2.549999999999999,1.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 315k owned (+92%), 661k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 743M active, 1022M owned (+38%), 1831M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.629 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 11%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7108 88.850 | 38.4253892 | 0.2429021 0.9977828 | 991 1462
7112 88.900 | 38.4300629 | 0.2335663 0.9977828 | 991 1462
7116 88.950 | 38.4335673 | 0.2240502 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7120 89.000 | 38.4379654 | 0.2143595 0.9977828 | 991 1462
7124 89.050 | 38.4391440 | 0.2045015 0.9977828 | 991 1462
7128 89.100 | 38.4439432 | 0.1944853 0.9977828 | 991 1462
7132 89.150 | 38.4473688 | 0.1843206 0.9977828 | 991 1462
7136 89.200 | 38.4504266 | 0.1740176 0.9977828 | 991 1462
7140 89.250 | 38.4490699 | 0.1635876 0.9977828 | 991 1462
7144 89.300 | 38.4537881 | 0.1528831 0.9977828 | 991 1462
7148 89.350 | 38.4572268 | 0.1413714 0.9977828 | 991 1462
7152 89.400 | 38.4615547 | 0.1296180 0.9977828 | 991 1462
7156 89.450 | 38.4626833 | 0.1176353 0.9977828 | 991 1462
7160 89.500 | 38.4674538 | 0.1054628 0.9977828 | 991 1462
7164 89.550 | 38.4709731 | 0.0932037 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.374659 at (1.528494,0.345759,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56782232 m_irreducible=0.5000288799
INFO (AHFinderDirect): AH 2/3: r=0.374659 at (-1.528494,-0.345759,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56782232 m_irreducible=0.5000288799
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 694974560 ( 662.8 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 766880 ( 0.7 MiB) Bytes in central cache freelist
MALLOC: + 3473408 ( 3.3 MiB) Bytes in transfer cache freelist
MALLOC: + 26768384 ( 25.5 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 728355008 ( 694.6 MiB) Actual memory used (physical + swap)
MALLOC: + 270835712 ( 258.3 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3883 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 444 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 562 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3657 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 414 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6097 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 367 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 865 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2527 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 285 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 54 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 27 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 38 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.2 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.2 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.5 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.6 cum MiB
class 55 [ 16384 bytes ] : 1 objs; 0.0 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.7 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.5 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.6 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 63 [ 65536 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 64 [ 73728 bytes ] : 1 objs; 0.1 MiB; 3.0 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.1 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.3 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 5.8 cum MiB
class 69 [ 114688 bytes ] : 2 objs; 0.2 MiB; 6.1 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 7.0 cum MiB
class 71 [ 131072 bytes ] : 25 objs; 3.1 MiB; 10.1 cum MiB
class 72 [ 139264 bytes ] : 2 objs; 0.3 MiB; 10.4 cum MiB
class 74 [ 155648 bytes ] : 11 objs; 1.6 MiB; 12.0 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 15.9 cum MiB
class 76 [ 172032 bytes ] : 76 objs; 12.5 MiB; 28.4 cum MiB
class 77 [ 180224 bytes ] : 2 objs; 0.3 MiB; 28.7 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 29.1 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 29.4 cum MiB
------------------------------------------------
PageHeap: 63 sizes; 0.0 MiB free; 258.3 MiB unmapped
------------------------------------------------
1 pages * 58 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 34 spans ~ 0.5 MiB; 1.0 MiB cum; unmapped: 0.5 MiB; 1.0 MiB cum
3 pages * 37 spans ~ 0.9 MiB; 1.9 MiB cum; unmapped: 0.9 MiB; 1.9 MiB cum
4 pages * 31 spans ~ 1.0 MiB; 2.8 MiB cum; unmapped: 1.0 MiB; 2.8 MiB cum
5 pages * 29 spans ~ 1.1 MiB; 4.0 MiB cum; unmapped: 1.1 MiB; 4.0 MiB cum
6 pages * 19 spans ~ 0.9 MiB; 4.8 MiB cum; unmapped: 0.9 MiB; 4.8 MiB cum
7 pages * 20 spans ~ 1.1 MiB; 5.9 MiB cum; unmapped: 1.1 MiB; 5.9 MiB cum
8 pages * 16 spans ~ 1.0 MiB; 6.9 MiB cum; unmapped: 1.0 MiB; 6.9 MiB cum
9 pages * 24 spans ~ 1.7 MiB; 8.6 MiB cum; unmapped: 1.7 MiB; 8.6 MiB cum
10 pages * 13 spans ~ 1.0 MiB; 9.6 MiB cum; unmapped: 1.0 MiB; 9.6 MiB cum
11 pages * 8 spans ~ 0.7 MiB; 10.3 MiB cum; unmapped: 0.7 MiB; 10.3 MiB cum
12 pages * 9 spans ~ 0.8 MiB; 11.2 MiB cum; unmapped: 0.8 MiB; 11.2 MiB cum
13 pages * 15 spans ~ 1.5 MiB; 12.7 MiB cum; unmapped: 1.5 MiB; 12.7 MiB cum
14 pages * 7 spans ~ 0.8 MiB; 13.5 MiB cum; unmapped: 0.8 MiB; 13.5 MiB cum
15 pages * 31 spans ~ 3.6 MiB; 17.1 MiB cum; unmapped: 3.6 MiB; 17.1 MiB cum
19 pages * 15 spans ~ 2.2 MiB; 19.3 MiB cum; unmapped: 2.2 MiB; 19.3 MiB cum
21 pages * 3 spans ~ 0.5 MiB; 19.8 MiB cum; unmapped: 0.5 MiB; 19.8 MiB cum
27 pages * 1 spans ~ 0.2 MiB; 20.0 MiB cum; unmapped: 0.2 MiB; 20.0 MiB cum
28 pages * 2 spans ~ 0.4 MiB; 20.5 MiB cum; unmapped: 0.4 MiB; 20.5 MiB cum
29 pages * 2 spans ~ 0.5 MiB; 20.9 MiB cum; unmapped: 0.5 MiB; 20.9 MiB cum
30 pages * 1 spans ~ 0.2 MiB; 21.1 MiB cum; unmapped: 0.2 MiB; 21.1 MiB cum
31 pages * 2 spans ~ 0.5 MiB; 21.6 MiB cum; unmapped: 0.5 MiB; 21.6 MiB cum
32 pages * 8 spans ~ 2.0 MiB; 23.6 MiB cum; unmapped: 2.0 MiB; 23.6 MiB cum
33 pages * 2 spans ~ 0.5 MiB; 24.1 MiB cum; unmapped: 0.5 MiB; 24.1 MiB cum
34 pages * 2 spans ~ 0.5 MiB; 24.7 MiB cum; unmapped: 0.5 MiB; 24.7 MiB cum
35 pages * 2 spans ~ 0.5 MiB; 25.2 MiB cum; unmapped: 0.5 MiB; 25.2 MiB cum
36 pages * 3 spans ~ 0.8 MiB; 26.1 MiB cum; unmapped: 0.8 MiB; 26.1 MiB cum
37 pages * 2 spans ~ 0.6 MiB; 26.6 MiB cum; unmapped: 0.6 MiB; 26.6 MiB cum
38 pages * 4 spans ~ 1.2 MiB; 27.8 MiB cum; unmapped: 1.2 MiB; 27.8 MiB cum
39 pages * 1 spans ~ 0.3 MiB; 28.1 MiB cum; unmapped: 0.3 MiB; 28.1 MiB cum
40 pages * 2 spans ~ 0.6 MiB; 28.8 MiB cum; unmapped: 0.6 MiB; 28.8 MiB cum
41 pages * 1 spans ~ 0.3 MiB; 29.1 MiB cum; unmapped: 0.3 MiB; 29.1 MiB cum
42 pages * 1 spans ~ 0.3 MiB; 29.4 MiB cum; unmapped: 0.3 MiB; 29.4 MiB cum
43 pages * 2 spans ~ 0.7 MiB; 30.1 MiB cum; unmapped: 0.7 MiB; 30.1 MiB cum
44 pages * 1 spans ~ 0.3 MiB; 30.4 MiB cum; unmapped: 0.3 MiB; 30.4 MiB cum
45 pages * 3 spans ~ 1.1 MiB; 31.5 MiB cum; unmapped: 1.1 MiB; 31.5 MiB cum
46 pages * 1 spans ~ 0.4 MiB; 31.8 MiB cum; unmapped: 0.4 MiB; 31.8 MiB cum
48 pages * 1 spans ~ 0.4 MiB
7168 89.600 | 38.4518598 | 0.3652474 0.9977828 | 991 1462
7172 89.650 | 38.4356797 | 0.3620628 0.9977828 | 991 1462
7176 89.700 | 38.4402990 | 0.3565259 0.9977828 | 991 1462
7180 89.750 | 38.4439756 | 0.3500556 0.9977828 | 991 1462
7184 89.800 | 38.4483540 | 0.3434506 0.9977828 | 991 1462
7188 89.850 | 38.4497934 | 0.3367086 0.9977828 | 991 1462
7192 89.900 | 38.4546398 | 0.3297246 0.9977828 | 991 1462
7196 89.950 | 38.4582705 | 0.3221433 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7200 90.000 | 38.4613759 | 0.3143762 0.9977828 | 991 1462
7204 90.050 | 38.4602236 | 0.3064179 0.9977828 | 991 1462
7208 90.100 | 38.4649768 | 0.2982631 0.9977828 | 991 1462
7212 90.150 | 38.4684897 | 0.2899063 0.9977828 | 991 1462
7216 90.200 | 38.4728391 | 0.2813420 0.9977828 | 991 1462
7220 90.250 | 38.4740163 | 0.2725647 0.9977828 | 991 1462
7224 90.300 | 38.4787368 | 0.2635689 0.9977828 | 991 1462
7228 90.350 | 38.4822449 | 0.2543495 0.9977828 | 991 1462
7232 90.400 | 38.4846117 | 0.2449021 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [63,378,61] ([55,101,53] + PADDING) 294415
[3][0][0] exterior: [21,606,21] : [77,706,73] ([57,101,53] + PADDING) 305121
[4][0][0] exterior: [45,1270,45] : [94,1354,87] ([50,85,43] + PADDING) 182750
[5][0][0] exterior: [93,2580,93] : [149,2668,135] ([57,89,43] + PADDING) 218139
[6][0][0] exterior: [189,5199,189] : [202,5218,231] ([14,20,43] + PADDING) 12040
[6][0][1] exterior: [189,5219,189] : [260,5297,231] ([72,79,43] + PADDING) 244584
[7][0][0] exterior: [403,10477,381] : [481,10555,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.800000000000004,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [21.199999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.400000000000006,-0.600000000000001] : [9.199999999999999,8.399999999999977,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.399999999999977,-0.300000000000001] : [5.299999999999999,4.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.449999999999989,-0.150000000000000] : [0.500000000000000,-1.500000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-1.449999999999989,-0.150000000000000] : [3.399999999999999,2.449999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.475000000000000,-0.475000000000023,-0.075000000000001] : [2.424999999999999,1.475000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 159k active, 309k owned (+95%), 651k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 741M active, 1020M owned (+38%), 1827M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.598 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 15%
INFO (Carpet): Level 6: 1M 3M 3M 0M owned 17%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7236 90.450 | 38.4546085 | 0.2352228 0.9977828 | 991 1462
7240 90.500 | 38.4594672 | 0.2253079 0.9977828 | 991 1462
7244 90.550 | 38.4632792 | 0.2151527 0.9977828 | 991 1462
7248 90.600 | 38.4678815 | 0.2047519 0.9977828 | 991 1462
7252 90.650 | 38.4692924 | 0.1941000 0.9977828 | 991 1462
7256 90.700 | 38.4742019 | 0.1831944 0.9977828 | 991 1462
7260 90.750 | 38.4773615 | 0.1720363 0.9977828 | 991 1462
7264 90.800 | 38.4800192 | 0.1606273 0.9977828 | 991 1462
7268 90.850 | 38.4791466 | 0.1489576 0.9977828 | 991 1462
7272 90.900 | 38.4835820 | 0.1369887 0.9977828 | 991 1462
7276 90.950 | 38.4868088 | 0.1246442 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7280 91.000 | 38.4913957 | 0.1118269 0.9977828 | 991 1462
7284 91.050 | 38.4924201 | 0.0984813 0.9977828 | 991 1462
7288 91.100 | 38.4973342 | 0.0846974 0.9977828 | 991 1462
7292 91.150 | 38.5005720 | 0.0708237 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.371486 at (1.373766,0.620991,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56789564 m_irreducible=0.5000303384
INFO (AHFinderDirect): AH 2/3: r=0.371486 at (-1.373766,-0.620991,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56789564 m_irreducible=0.5000303384
7296 91.200 | 38.4890087 | 0.3625486 0.9977828 | 991 1462
7300 91.250 | 38.4733853 | 0.3587395 0.9977828 | 991 1462
7304 91.300 | 38.4780998 | 0.3537467 0.9977828 | 991 1462
7308 91.350 | 38.4815319 | 0.3472255 0.9977828 | 991 1462
7312 91.400 | 38.4857069 | 0.3402536 0.9977828 | 991 1462
7316 91.450 | 38.4866537 | 0.3331150 0.9977828 | 991 1462
7320 91.500 | 38.4911517 | 0.3258051 0.9977828 | 991 1462
7324 91.550 | 38.4941594 | 0.3183191 0.9977828 | 991 1462
7328 91.600 | 38.4975572 | 0.3106523 0.9977828 | 991 1462
7332 91.650 | 38.4961892 | 0.3027996 0.9977828 | 991 1462
7336 91.700 | 38.5010322 | 0.2947564 0.9977828 | 991 1462
7340 91.750 | 38.5045947 | 0.2865178 0.9977828 | 991 1462
7344 91.800 | 38.5090486 | 0.2780788 0.9977828 | 991 1462
7348 91.850 | 38.5102913 | 0.2694347 0.9977828 | 991 1462
7352 91.900 | 38.5148972 | 0.2605807 0.9977828 | 991 1462
7356 91.950 | 38.5186472 | 0.2515123 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7360 92.000 | 38.5217456 | 0.2422259 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [96,253,95] ([94,179,93] + PADDING) 1564818
[2][0][0] exterior: [9,278,9] : [63,378,61] ([55,101,53] + PADDING) 294415
[3][0][0] exterior: [21,605,21] : [76,707,73] ([56,103,53] + PADDING) 305704
[4][0][0] exterior: [45,1269,45] : [93,1355,87] ([49,87,43] + PADDING) 183309
[5][0][0] exterior: [93,2577,93] : [148,2671,135] ([56,95,43] + PADDING) 228760
[6][0][0] exterior: [189,5194,189] : [206,5223,231] ([18,30,43] + PADDING) 23220
[6][0][1] exterior: [189,5224,189] : [256,5302,231] ([68,79,43] + PADDING) 230996
[7][0][0] exterior: [395,10487,381] : [473,10565,423] ([79,79,43] + PADDING) 268363
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [144.000000000000028,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.800000000000004,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [20.800000000000001,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [9.000000000000000,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.699999999999989,-0.300000000000001] : [5.199999999999999,4.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.699999999999989,-0.150000000000000] : [0.699999999999999,-1.250000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-1.199999999999989,-0.150000000000000] : [3.199999999999999,2.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [0.274999999999999,-0.225000000000023,-0.075000000000001] : [2.225000000000000,1.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 159k active, 310k owned (+95%), 652k total (+110%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 741M active, 1021M owned (+38%), 1830M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.619 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 5: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 6: 1M 2M 3M 0M owned 19%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7364 92.050 | 38.4928794 | 0.2327182 0.9977828 | 991 1462
7368 92.100 | 38.4972928 | 0.2227905 0.9977828 | 991 1462
7372 92.150 | 38.5005859 | 0.2125563 0.9977828 | 991 1462
7376 92.200 | 38.5045995 | 0.2020608 0.9977828 | 991 1462
7380 92.250 | 38.5058655 | 0.1912929 0.9977828 | 991 1462
7384 92.300 | 38.5103616 | 0.1802432 0.9977828 | 991 1462
7388 92.350 | 38.5135558 | 0.1689066 0.9977828 | 991 1462
7392 92.400 | 38.5162890 | 0.1572824 0.9977828 | 991 1462
7396 92.450 | 38.5150282 | 0.1453650 0.9977828 | 991 1462
7400 92.500 | 38.5196872 | 0.1331286 0.9977828 | 991 1462
7404 92.550 | 38.5228205 | 0.1205160 0.9977828 | 991 1462
7408 92.600 | 38.5267782 | 0.1074549 0.9977828 | 991 1462
7412 92.650 | 38.5277935 | 0.0939185 0.9977828 | 991 1462
7416 92.700 | 38.5322217 | 0.0800309 0.9977828 | 991 1462
7420 92.750 | 38.5354219 | 0.0661802 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.367862 at (1.162090,0.857088,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56802768 m_irreducible=0.5000329652
INFO (AHFinderDirect): AH 2/3: r=0.367862 at (-1.162090,-0.857088,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56802768 m_irreducible=0.5000329652
7424 92.800 | 38.5187809 | 0.3576647 0.9977828 | 991 1462
7428 92.850 | 38.5026866 | 0.3540401 0.9977828 | 991 1462
7432 92.900 | 38.5071097 | 0.3480447 0.9977828 | 991 1462
7436 92.950 | 38.5108739 | 0.3415543 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7440 93.000 | 38.5152470 | 0.3344381 0.9977828 | 991 1462
7444 93.050 | 38.5163322 | 0.3271465 0.9977828 | 991 1462
7448 93.100 | 38.5209290 | 0.3196744 0.9977828 | 991 1462
7452 93.150 | 38.5242846 | 0.3120165 0.9977828 | 991 1462
7456 93.200 | 38.5271663 | 0.3041673 0.9977828 | 991 1462
7460 93.250 | 38.5259141 | 0.2961213 0.9977828 | 991 1462
7464 93.300 | 38.5303846 | 0.2878728 0.9977828 | 991 1462
7468 93.350 | 38.5336378 | 0.2794162 0.9977828 | 991 1462
7472 93.400 | 38.5377968 | 0.2707455 0.9977828 | 991 1462
7476 93.450 | 38.5388774 | 0.2618550 0.9977828 | 991 1462
7480 93.500 | 38.5435544 | 0.2527395 0.9977828 | 991 1462
7484 93.550 | 38.5469082 | 0.2433941 0.9977828 | 991 1462
7488 93.600 | 38.5495782 | 0.2338144 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,605,21] : [76,707,73] ([56,103,53] + PADDING) 305704
[4][0][0] exterior: [45,1268,45] : [92,1356,87] ([48,89,43] + PADDING) 183696
[5][0][0] exterior: [93,2575,93] : [145,2673,135] ([53,99,43] + PADDING) 225621
[6][0][0] exterior: [189,5190,189] : [211,5227,231] ([23,38,43] + PADDING) 37582
[6][0][1] exterior: [189,5228,189] : [251,5306,231] ([63,79,43] + PADDING) 214011
[7][0][0] exterior: [381,10418,381] : [387,10495,423] ([7,78,43] + PADDING) 23478
[7][0][1] exterior: [381,10496,381] : [464,10574,423] ([84,79,43] + PADDING) 285348
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [20.800000000000001,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [8.800000000000001,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.899999999999977,-0.300000000000001] : [4.899999999999999,4.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.899999999999977,-0.150000000000000] : [0.949999999999999,-1.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-1.000000000000000,-0.150000000000000] : [2.949999999999999,2.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.949999999999989,-0.075000000000001] : [0.074999999999999,-0.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.000000000000000,-0.075000000000001] : [2.000000000000000,1.949999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 171k active, 320k owned (+87%), 676k total (+111%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 748M active, 1027M owned (+37%), 1842M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.716 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 16%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 15%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 17%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7492 93.650 | 38.5152587 | 0.2239956 0.9977828 | 991 1462
7496 93.700 | 38.5190596 | 0.2139318 0.9977828 | 991 1462
7500 93.750 | 38.5216691 | 0.2036174 0.9977828 | 991 1462
7504 93.800 | 38.5251844 | 0.1930501 0.9977828 | 991 1462
7508 93.850 | 38.5257163 | 0.1822350 0.9977828 | 991 1462
7512 93.900 | 38.5294117 | 0.1711868 0.9977828 | 991 1462
7516 93.950 | 38.5317905 | 0.1599226 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7520 94.000 | 38.5336647 | 0.1484434 0.9977828 | 991 1462
7524 94.050 | 38.5315410 | 0.1367098 0.9977828 | 991 1462
7528 94.100 | 38.5349551 | 0.1246301 0.9977828 | 991 1462
7532 94.150 | 38.5371867 | 0.1120823 0.9977828 | 991 1462
7536 94.200 | 38.5402303 | 0.0989872 0.9977828 | 991 1462
7540 94.250 | 38.5404627 | 0.0854231 0.9977828 | 991 1462
7544 94.300 | 38.5439949 | 0.0717405 0.9977828 | 991 1462
7548 94.350 | 38.5464272 | 0.0586186 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.363677 at (0.901221,1.039489,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.5683355 m_irreducible=0.5000390887
INFO (AHFinderDirect): AH 2/3: r=0.363677 at (-0.901221,-1.039489,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.5683355 m_irreducible=0.5000390887
7552 94.400 | 38.5196573 | 0.3524818 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [96,254,95] ([94,181,93] + PADDING) 1582302
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,604,21] : [75,708,73] ([55,105,53] + PADDING) 306075
[4][0][0] exterior: [45,1268,45] : [91,1356,87] ([47,89,43] + PADDING) 179869
[5][0][0] exterior: [93,2574,93] : [144,2674,135] ([52,101,43] + PADDING) 225836
[6][0][0] exterior: [189,5188,189] : [213,5229,231] ([25,42,43] + PADDING) 45150
[6][0][1] exterior: [189,5230,189] : [249,5308,231] ([61,79,43] + PADDING) 207217
[7][0][0] exterior: [381,10415,381] : [388,10493,423] ([8,79,43] + PADDING) 27176
[7][0][1] exterior: [381,10499,381] : [458,10577,423] ([78,79,43] + PADDING) 264966
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [144.000000000000028,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.399999999999999,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [8.599999999999998,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [4.799999999999999,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.000000000000000,-0.150000000000000] : [1.049999999999999,-0.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.899999999999977,-0.150000000000000] : [2.850000000000000,3.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.024999999999977,-0.075000000000001] : [0.100000000000000,-0.074999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.074999999999989,-0.075000000000001] : [1.850000000000000,2.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 310k owned (+90%), 659k total (+112%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 745M active, 1022M owned (+37%), 1834M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.651 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 5%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 20%
INFO (Carpet): Level 7: 1M 3M 3M 1M owned 19%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7556 94.450 | 38.4912941 | 0.3483290 0.9977828 | 991 1462
7560 94.500 | 38.4952471 | 0.3439560 0.9977828 | 991 1462
7564 94.550 | 38.4979493 | 0.3372036 0.9977828 | 991 1462
7568 94.600 | 38.5014012 | 0.3302973 0.9977828 | 991 1462
7572 94.650 | 38.5019543 | 0.3232339 0.9977828 | 991 1462
7576 94.700 | 38.5058839 | 0.3160103 0.9977828 | 991 1462
7580 94.750 | 38.5085551 | 0.3086236 0.9977828 | 991 1462
7584 94.800 | 38.5107870 | 0.3010712 0.9977828 | 991 1462
7588 94.850 | 38.5093250 | 0.2933509 0.9977828 | 991 1462
7592 94.900 | 38.5131379 | 0.2854612 0.9977828 | 991 1462
7596 94.950 | 38.5158713 | 0.2774009 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7600 95.000 | 38.5194889 | 0.2688486 0.9977828 | 991 1462
7604 95.050 | 38.5201381 | 0.2598296 0.9977828 | 991 1462
7608 95.100 | 38.5239329 | 0.2505879 0.9977828 | 991 1462
7612 95.150 | 38.5265190 | 0.2411213 0.9977828 | 991 1462
7616 95.200 | 38.5283423 | 0.2314281 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,604,21] : [75,708,73] ([55,105,53] + PADDING) 306075
[4][0][0] exterior: [45,1267,45] : [91,1357,87] ([47,91,43] + PADDING) 183911
[5][0][0] exterior: [93,2574,93] : [142,2674,135] ([50,101,43] + PADDING) 217150
[6][0][0] exterior: [189,5187,189] : [216,5230,231] ([28,44,43] + PADDING) 52976
[6][0][1] exterior: [189,5231,189] : [246,5309,231] ([58,79,43] + PADDING) 197026
[7][0][0] exterior: [381,10412,381] : [394,10490,423] ([14,79,43] + PADDING) 47558
[7][0][1] exterior: [381,10502,381] : [452,10580,423] ([72,79,43] + PADDING) 244584
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.399999999999999,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [8.599999999999998,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [4.600000000000000,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.050000000000011,-0.150000000000000] : [1.199999999999999,-0.899999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.850000000000023,-0.150000000000000] : [2.699999999999999,3.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.100000000000023,-0.075000000000001] : [0.250000000000000,-0.149999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.149999999999977,-0.075000000000001] : [1.699999999999999,2.100000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 158k active, 308k owned (+95%), 650k total (+111%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 738M active, 1016M owned (+38%), 1820M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.542 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 12%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 12%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 16%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7620 95.250 | 38.4921010 | 0.2215068 0.9977828 | 991 1462
7624 95.300 | 38.4960500 | 0.2113554 0.9977828 | 991 1462
7628 95.350 | 38.4991704 | 0.2009721 0.9977828 | 991 1462
7632 95.400 | 38.5030269 | 0.1903567 0.9977828 | 991 1462
7636 95.450 | 38.5039728 | 0.1795116 0.9977828 | 991 1462
7640 95.500 | 38.5083974 | 0.1684422 0.9977828 | 991 1462
7644 95.550 | 38.5116774 | 0.1571545 0.9977828 | 991 1462
7648 95.600 | 38.5141764 | 0.1456528 0.9977828 | 991 1462
7652 95.650 | 38.5127235 | 0.1339418 0.9977828 | 991 1462
7656 95.700 | 38.5168846 | 0.1220407 0.9977828 | 991 1462
7660 95.750 | 38.5201752 | 0.1100142 0.9977828 | 991 1462
7664 95.800 | 38.5241907 | 0.0980181 0.9977828 | 991 1462
7668 95.850 | 38.5251873 | 0.0857837 0.9977828 | 991 1462
7672 95.900 | 38.5294036 | 0.0719549 0.9977828 | 991 1462
7676 95.950 | 38.5324750 | 0.0588398 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.358771 at (0.603337,1.154322,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56859264 m_irreducible=0.5000442039
INFO (AHFinderDirect): AH 2/3: r=0.358771 at (-0.603337,-1.154322,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56859264 m_irreducible=0.5000442039
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7680 96.000 | 38.5186892 | 0.3463026 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,604,21] : [74,708,73] ([54,105,53] + PADDING) 300510
[4][0][0] exterior: [45,1267,45] : [90,1357,87] ([46,91,43] + PADDING) 179998
[5][0][0] exterior: [93,2573,93] : [141,2675,135] ([49,103,43] + PADDING) 217021
[6][0][0] exterior: [189,5186,189] : [219,5231,231] ([31,46,43] + PADDING) 61318
[6][0][1] exterior: [189,5232,189] : [243,5310,231] ([55,79,43] + PADDING) 186835
[7][0][0] exterior: [381,10411,381] : [400,10489,423] ([20,79,43] + PADDING) 67940
[7][0][1] exterior: [381,10503,381] : [446,10581,423] ([66,79,43] + PADDING) 224202
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.000000000000000,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [8.399999999999999,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.100000000000023,-0.300000000000001] : [4.500000000000000,5.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.100000000000023,-0.150000000000000] : [1.350000000000000,-0.850000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.800000000000011,-0.150000000000000] : [2.549999999999999,3.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.125000000000000,-0.075000000000001] : [0.399999999999999,-0.175000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.175000000000011,-0.075000000000001] : [1.549999999999999,2.125000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 157k active, 307k owned (+95%), 647k total (+111%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 737M active, 1013M owned (+38%), 1815M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.502 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 16%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 11%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 13%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 18%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7684 96.050 | 38.4916136 | 0.3439498 0.9977828 | 991 1462
7688 96.100 | 38.4957006 | 0.3380824 0.9977828 | 991 1462
7692 96.150 | 38.4987559 | 0.3312434 0.9977828 | 991 1462
7696 96.200 | 38.5023628 | 0.3241419 0.9977828 | 991 1462
7700 96.250 | 38.5031757 | 0.3168695 0.9977828 | 991 1462
7704 96.300 | 38.5071359 | 0.3094223 0.9977828 | 991 1462
7708 96.350 | 38.5100652 | 0.3017968 0.9977828 | 991 1462
7712 96.400 | 38.5124442 | 0.2939900 0.9977828 | 991 1462
7716 96.450 | 38.5111422 | 0.2859986 0.9977828 | 991 1462
7720 96.500 | 38.5150455 | 0.2778194 0.9977828 | 991 1462
7724 96.550 | 38.5179752 | 0.2694486 0.9977828 | 991 1462
7728 96.600 | 38.5216177 | 0.2608821 0.9977828 | 991 1462
7732 96.650 | 38.5228553 | 0.2521159 0.9977828 | 991 1462
7736 96.700 | 38.5270480 | 0.2431479 0.9977828 | 991 1462
7740 96.750 | 38.5300925 | 0.2339797 0.9977828 | 991 1462
7744 96.800 | 38.5324076 | 0.2246184 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,604,21] : [74,708,73] ([54,105,53] + PADDING) 300510
[4][0][0] exterior: [45,1267,45] : [89,1357,87] ([45,91,43] + PADDING) 176085
[5][0][0] exterior: [93,2573,93] : [139,2675,135] ([47,103,43] + PADDING) 208163
[6][0][0] exterior: [189,5185,189] : [223,5232,231] ([35,48,43] + PADDING) 72240
[6][0][1] exterior: [189,5233,189] : [239,5311,231] ([51,79,43] + PADDING) 173247
[7][0][0] exterior: [381,10410,381] : [406,10488,423] ([26,79,43] + PADDING) 88322
[7][0][1] exterior: [381,10504,381] : [440,10582,423] ([60,79,43] + PADDING) 203820
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.000000000000000,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [8.199999999999999,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.100000000000023,-0.300000000000001] : [4.299999999999999,5.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.149999999999977,-0.150000000000000] : [1.549999999999999,-0.800000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,-0.750000000000000,-0.150000000000000] : [2.350000000000000,3.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.149999999999977,-0.075000000000001] : [0.549999999999999,-0.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.199999999999989,-0.075000000000001] : [1.399999999999999,2.149999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 156k active, 305k owned (+95%), 644k total (+112%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 735M active, 1009M owned (+37%), 1811M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.467 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 10%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7748 96.850 | 38.5068676 | 0.2150770 0.9977828 | 991 1462
7752 96.900 | 38.5109198 | 0.2053730 0.9977828 | 991 1462
7756 96.950 | 38.5139068 | 0.1955247 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7760 97.000 | 38.5177275 | 0.1850317 0.9977828 | 991 1462
7764 97.050 | 38.5186832 | 0.1742412 0.9977828 | 991 1462
7768 97.100 | 38.5232574 | 0.1632788 0.9977828 | 991 1462
7772 97.150 | 38.5265389 | 0.1520895 0.9977828 | 991 1462
7776 97.200 | 38.5295554 | 0.1405907 0.9977828 | 991 1462
7780 97.250 | 38.5286458 | 0.1287078 0.9977828 | 991 1462
7784 97.300 | 38.5329955 | 0.1164314 0.9977828 | 991 1462
7788 97.350 | 38.5360465 | 0.1038839 0.9977828 | 991 1462
7792 97.400 | 38.5397306 | 0.0913723 0.9977828 | 991 1462
7796 97.450 | 38.5404799 | 0.0794019 0.9977828 | 991 1462
7800 97.500 | 38.5445031 | 0.0686357 0.9977828 | 991 1462
7804 97.550 | 38.5475099 | 0.0597985 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.352929 at (0.285553,1.189734,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56862592 m_irreducible=0.5000448658
INFO (AHFinderDirect): AH 2/3: r=0.352929 at (-0.285553,-1.189734,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56862592 m_irreducible=0.5000448658
7808 97.600 | 38.5314136 | 0.3396459 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [61,378,61] ([53,101,53] + PADDING) 283709
[3][0][0] exterior: [21,604,21] : [74,708,73] ([54,105,53] + PADDING) 300510
[4][0][0] exterior: [45,1267,45] : [88,1357,87] ([44,91,43] + PADDING) 172172
[5][0][0] exterior: [93,2573,93] : [138,2675,135] ([46,103,43] + PADDING) 203734
[6][0][0] exterior: [189,5185,189] : [236,5311,231] ([48,127,43] + PADDING) 262128
[7][0][0] exterior: [381,10409,381] : [413,10487,423] ([33,79,43] + PADDING) 112101
[7][0][1] exterior: [381,10505,381] : [433,10583,423] ([53,79,43] + PADDING) 180041
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [39.200000000000003,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.000000000000000,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [8.000000000000000,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.100000000000023,-0.300000000000001] : [4.199999999999999,5.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.149999999999977,-0.150000000000000] : [2.199999999999999,3.149999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.175000000000011,-0.075000000000001] : [0.725000000000000,-0.225000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.225000000000023,-0.075000000000001] : [1.225000000000000,2.175000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 160k active, 308k owned (+93%), 653k total (+112%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 736M active, 1010M owned (+37%), 1813M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.481 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 17%
INFO (Carpet): Level 6: 2M 3M 3M 0M owned 11%
INFO (Carpet): Level 7: 3M 3M 3M 0M owned 9%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7812 97.650 | 38.5017982 | 0.3366066 0.9977828 | 991 1462
7816 97.700 | 38.5055431 | 0.3309484 0.9977828 | 991 1462
7820 97.750 | 38.5083985 | 0.3241725 0.9977828 | 991 1462
7824 97.800 | 38.5119951 | 0.3172371 0.9977828 | 991 1462
7828 97.850 | 38.5127383 | 0.3101385 0.9977828 | 991 1462
7832 97.900 | 38.5165872 | 0.3028730 0.9977828 | 991 1462
7836 97.950 | 38.5192697 | 0.2954373 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7840 98.000 | 38.5215012 | 0.2878282 0.9977828 | 991 1462
7844 98.050 | 38.5199827 | 0.2800429 0.9977828 | 991 1462
7848 98.100 | 38.5235325 | 0.2720791 0.9977828 | 991 1462
7852 98.150 | 38.5262200 | 0.2639355 0.9977828 | 991 1462
7856 98.200 | 38.5298968 | 0.2556115 0.9977828 | 991 1462
7860 98.250 | 38.5305482 | 0.2471076 0.9977828 | 991 1462
7864 98.300 | 38.5342550 | 0.2384255 0.9977828 | 991 1462
7868 98.350 | 38.5370417 | 0.2295678 0.9977828 | 991 1462
7872 98.400 | 38.5388439 | 0.2205381 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [61,378,61] ([53,101,53] + PADDING) 283709
[3][0][0] exterior: [21,604,21] : [73,708,73] ([53,105,53] + PADDING) 294945
[4][0][0] exterior: [45,1267,45] : [88,1357,87] ([44,91,43] + PADDING) 172172
[5][0][0] exterior: [93,2573,93] : [136,2675,135] ([44,103,43] + PADDING) 194876
[6][0][0] exterior: [189,5186,189] : [233,5310,231] ([45,125,43] + PADDING) 241875
[7][0][0] exterior: [381,10410,381] : [419,10488,423] ([39,79,43] + PADDING) 132483
[7][0][1] exterior: [381,10504,381] : [427,10582,423] ([47,79,43] + PADDING) 159659
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [39.200000000000003,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [19.600000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [8.000000000000000,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.100000000000023,-0.300000000000001] : [4.000000000000000,5.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.100000000000023,-0.150000000000000] : [2.049999999999999,3.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.149999999999977,-0.075000000000001] : [0.875000000000000,-0.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.199999999999989,-0.075000000000001] : [1.074999999999999,2.149999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 155k active, 301k owned (+94%), 641k total (+113%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 730M active, 1002M owned (+37%), 1798M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.365 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 10%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 13%
INFO (Carpet): Level 6: 2M 2M 2M 0M owned 6%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 15%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7876 98.450 | 38.5119405 | 0.2113408 0.9977828 | 991 1462
7880 98.500 | 38.5159757 | 0.2019809 0.9977828 | 991 1462
7884 98.550 | 38.5189736 | 0.1924656 0.9977828 | 991 1462
7888 98.600 | 38.5226475 | 0.1828057 0.9977828 | 991 1462
7892 98.650 | 38.5236690 | 0.1730194 0.9977828 | 991 1462
7896 98.700 | 38.5276763 | 0.1630247 0.9977828 | 991 1462
7900 98.750 | 38.5306486 | 0.1519678 0.9977828 | 991 1462
7904 98.800 | 38.5330346 | 0.1405678 0.9977828 | 991 1462
7908 98.850 | 38.5319617 | 0.1286264 0.9977828 | 991 1462
7912 98.900 | 38.5359197 | 0.1159868 0.9977828 | 991 1462
7916 98.950 | 38.5389762 | 0.1026439 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
7920 99.000 | 38.5426519 | 0.0888474 0.9977828 | 991 1462
7924 99.050 | 38.5435103 | 0.0751534 0.9977828 | 991 1462
7928 99.100 | 38.5474335 | 0.0610531 0.9977828 | 991 1462
7932 99.150 | 38.5500090 | 0.0481195 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.345899 at (-0.029745,1.137788,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56918363 m_irreducible=0.50005596
INFO (AHFinderDirect): AH 2/3: r=0.345899 at (0.029745,-1.137788,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56918363 m_irreducible=0.50005596
7936 99.200 | 38.5366364 | 0.3318073 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [61,378,61] ([53,101,53] + PADDING) 283709
[3][0][0] exterior: [21,604,21] : [73,708,73] ([53,105,53] + PADDING) 294945
[4][0][0] exterior: [45,1267,45] : [87,1357,87] ([43,91,43] + PADDING) 168259
[5][0][0] exterior: [93,2574,93] : [136,2674,135] ([44,101,43] + PADDING) 191092
[6][0][0] exterior: [189,5186,189] : [232,5310,231] ([44,125,43] + PADDING) 236500
[7][0][0] exterior: [381,10412,381] : [425,10490,423] ([45,79,43] + PADDING) 152865
[7][0][1] exterior: [381,10502,381] : [421,10580,423] ([41,79,43] + PADDING) 139277
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [39.200000000000003,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [19.600000000000001,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-9.000000000000000,-0.600000000000001] : [7.800000000000001,9.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [4.000000000000000,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.100000000000023,-0.150000000000000] : [2.000000000000000,3.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.100000000000023,-0.075000000000001] : [1.024999999999999,-0.149999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.149999999999977,-0.075000000000001] : [0.924999999999999,2.100000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 154k active, 299k owned (+94%), 637k total (+113%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 728M active, 998M owned (+37%), 1792M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.318 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 6: 2M 2M 2M 0M owned 8%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 11%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
7940 99.250 | 38.5117843 | 0.3275725 0.9977828 | 991 1462
7944 99.300 | 38.5156689 | 0.3224866 0.9977828 | 991 1462
7948 99.350 | 38.5187135 | 0.3173690 0.9977828 | 991 1462
7952 99.400 | 38.5224816 | 0.3105013 0.9977828 | 991 1462
7956 99.450 | 38.5234621 | 0.3029327 0.9977828 | 991 1462
7960 99.500 | 38.5274731 | 0.2951695 0.9977828 | 991 1462
7964 99.550 | 38.5302458 | 0.2872067 0.9977828 | 991 1462
7968 99.600 | 38.5326303 | 0.2790390 0.9977828 | 991 1462
7972 99.650 | 38.5314506 | 0.2706617 0.9977828 | 991 1462
7976 99.700 | 38.5354448 | 0.2620700 0.9977828 | 991 1462
7980 99.750 | 38.5384180 | 0.2532595 0.9977828 | 991 1462
7984 99.800 | 38.5419722 | 0.2442266 0.9977828 | 991 1462
7988 99.850 | 38.5428234 | 0.2349685 0.9977828 | 991 1462
7992 99.900 | 38.5466366 | 0.2254856 0.9977828 | 991 1462
7996 99.950 | 38.5495084 | 0.2157842 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8000 100.000 | 38.5516803 | 0.2058803 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [61,378,61] ([53,101,53] + PADDING) 283709
[3][0][0] exterior: [21,604,21] : [74,708,73] ([54,105,53] + PADDING) 300510
[4][0][0] exterior: [45,1268,45] : [88,1356,87] ([44,89,43] + PADDING) 168388
[5][0][0] exterior: [93,2574,93] : [137,2674,135] ([45,101,43] + PADDING) 195435
[6][0][0] exterior: [189,5188,189] : [235,5308,231] ([47,121,43] + PADDING) 244541
[7][0][0] exterior: [381,10414,381] : [431,10492,423] ([51,79,43] + PADDING) 173247
[7][0][1] exterior: [381,10500,381] : [415,10578,423] ([35,79,43] + PADDING) 118895
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [39.200000000000003,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.800000000000011,-1.200000000000001] : [20.000000000000000,20.800000000000011,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [8.000000000000000,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-5.000000000000000,-0.300000000000001] : [4.100000000000000,5.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-3.000000000000000,-0.150000000000000] : [2.149999999999999,3.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-2.050000000000011,-0.075000000000001] : [1.174999999999999,-0.100000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.100000000000023,-0.075000000000001] : [0.774999999999999,2.050000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 156k active, 302k owned (+94%), 643k total (+113%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 732M active, 1003M owned (+37%), 1801M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.390 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 8%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 12%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 6%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 14%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 14%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8004 100.050 | 38.5248601 | 0.1958013 0.9977828 | 991 1462
8008 100.100 | 38.5284472 | 0.1855824 0.9977828 | 991 1462
8012 100.150 | 38.5312821 | 0.1752564 0.9977828 | 991 1462
8016 100.200 | 38.5348539 | 0.1648372 0.9977828 | 991 1462
8020 100.250 | 38.5355596 | 0.1543055 0.9977828 | 991 1462
8024 100.300 | 38.5393314 | 0.1436091 0.9977828 | 991 1462
8028 100.350 | 38.5420055 | 0.1326889 0.9977828 | 991 1462
8032 100.400 | 38.5445952 | 0.1215337 0.9977828 | 991 1462
8036 100.450 | 38.5434158 | 0.1086979 0.9977828 | 991 1462
8040 100.500 | 38.5472605 | 0.0952555 0.9977828 | 991 1462
8044 100.550 | 38.5500162 | 0.0815286 0.9977828 | 991 1462
8048 100.600 | 38.5534177 | 0.0680925 0.9977828 | 991 1462
8052 100.650 | 38.5540792 | 0.0558038 0.9977828 | 991 1462
8056 100.700 | 38.5575615 | 0.0456662 0.9977828 | 991 1462
8060 100.750 | 38.5603794 | 0.0386156 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.337233 at (-0.315189,0.997012,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.56936364 m_irreducible=0.5000595408
INFO (AHFinderDirect): AH 2/3: r=0.337233 at (0.315189,-0.997012,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.56936364 m_irreducible=0.5000595408
8064 100.800 | 38.5461983 | 0.3201326 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
WARNING level 1 from host majikthise process 0
while executing schedule bin (none), routine (no thorn)::(no routine)
in thorn CarpetRegrid2, file /home/mzilhao/dev/ET/Cactus/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:390:
-> Could not enforce grid structure properties in this round, starting another round
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 2
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,74,3] : [95,254,95] ([93,181,93] + PADDING) 1565469
[2][0][0] exterior: [9,278,9] : [61,378,61] ([53,101,53] + PADDING) 283709
[3][0][0] exterior: [21,605,21] : [74,707,73] ([54,103,53] + PADDING) 294786
[4][0][0] exterior: [45,1268,45] : [89,1356,87] ([45,89,43] + PADDING) 172215
[5][0][0] exterior: [93,2575,93] : [138,2673,135] ([46,99,43] + PADDING) 195822
[6][0][0] exterior: [189,5189,189] : [238,5307,231] ([50,119,43] + PADDING) 255850
[7][0][0] exterior: [381,10418,381] : [437,10496,423] ([57,79,43] + PADDING) 193629
[7][0][1] exterior: [381,10497,381] : [409,10574,423] ([29,78,43] + PADDING) 97266
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-144.000000000000000,-4.800000000000001] : [142.400000000000006,144.000000000000000,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [39.200000000000003,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [20.000000000000000,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.800000000000011,-0.600000000000001] : [8.199999999999999,8.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.899999999999977,-0.300000000000001] : [4.199999999999999,4.899999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.949999999999989,-0.150000000000000] : [2.299999999999999,2.949999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.949999999999989,-0.075000000000001] : [1.324999999999999,0.000000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.024999999999977,-0.075000000000001] : [0.625000000000000,1.949999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 164k active, 305k owned (+86%), 645k total (+111%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 736M active, 1005M owned (+37%), 1803M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.400 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 6%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 18%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 12%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 7%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8068 100.850 | 38.5211531 | 0.3164517 0.9977828 | 991 1462
8072 100.900 | 38.5251498 | 0.3123764 0.9977828 | 991 1462
8076 100.950 | 38.5282385 | 0.3065326 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8080 101.000 | 38.5319529 | 0.3005993 0.9977828 | 991 1462
8084 101.050 | 38.5327484 | 0.2943532 0.9977828 | 991 1462
8088 101.100 | 38.5367684 | 0.2870518 0.9977828 | 991 1462
8092 101.150 | 38.5399340 | 0.2795657 0.9977828 | 991 1462
8096 101.200 | 38.5423546 | 0.2718207 0.9977828 | 991 1462
8100 101.250 | 38.5413432 | 0.2636314 0.9977828 | 991 1462
8104 101.300 | 38.5454753 | 0.2552167 0.9977828 | 991 1462
8108 101.350 | 38.5487283 | 0.2465700 0.9977828 | 991 1462
8112 101.400 | 38.5523880 | 0.2376847 0.9977828 | 991 1462
8116 101.450 | 38.5532569 | 0.2285546 0.9977828 | 991 1462
8120 101.500 | 38.5571352 | 0.2191722 0.9977828 | 991 1462
8124 101.550 | 38.5600352 | 0.2095281 0.9977828 | 991 1462
8128 101.600 | 38.5621439 | 0.1996109 0.9977828 | 991 1462
8132 101.650 | 38.5481906 | 0.1894089 0.9977828 | 991 1462
8136 101.700 | 38.5523971 | 0.1789144 0.9977828 | 991 1462
8140 101.750 | 38.5554914 | 0.1681262 0.9977828 | 991 1462
8144 101.800 | 38.5592608 | 0.1570478 0.9977828 | 991 1462
8148 101.850 | 38.5605327 | 0.1456764 0.9977828 | 991 1462
8152 101.900 | 38.5647304 | 0.1339864 0.9977828 | 991 1462
8156 101.950 | 38.5679003 | 0.1219198 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8160 102.000 | 38.5703508 | 0.1094020 0.9977828 | 991 1462
8164 102.050 | 38.5695610 | 0.0963977 0.9977828 | 991 1462
8168 102.100 | 38.5735369 | 0.0830031 0.9977828 | 991 1462
8172 102.150 | 38.5764104 | 0.0695446 0.9977828 | 991 1462
8176 102.200 | 38.5799793 | 0.0566354 0.9977828 | 991 1462
8180 102.250 | 38.5808282 | 0.0451410 0.9977828 | 991 1462
8184 102.300 | 38.5846660 | 0.0360382 0.9977828 | 991 1462
8188 102.350 | 38.5874846 | 0.0302017 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.326374 at (-0.539889,0.775784,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.57016403 m_irreducible=0.5000754618
INFO (AHFinderDirect): AH 2/3: r=0.326374 at (0.539889,-0.775784,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.57016403 m_irreducible=0.5000754618
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 679803968 ( 648.3 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 780200 ( 0.7 MiB) Bytes in central cache freelist
MALLOC: + 4055040 ( 3.9 MiB) Bytes in transfer cache freelist
MALLOC: + 31874072 ( 30.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 718885056 ( 685.6 MiB) Actual memory used (physical + swap)
MALLOC: + 280305664 ( 267.3 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3892 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 428 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 518 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3900 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 398 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6119 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 365 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 854 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2537 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 292 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 53 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 25 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 20 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 12 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 14 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 6 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.2 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 7 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.2 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.6 cum MiB
class 52 [ 10240 bytes ] : 3 objs; 0.0 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 4 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 55 [ 16384 bytes ] : 3 objs; 0.0 MiB; 1.8 cum MiB
class 56 [ 20480 bytes ] : 4 objs; 0.1 MiB; 1.9 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 2.0 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.7 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.7 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.8 cum MiB
class 61 [ 49152 bytes ] : 2 objs; 0.1 MiB; 2.9 cum MiB
class 62 [ 57344 bytes ] : 2 objs; 0.1 MiB; 3.0 cum MiB
class 64 [ 73728 bytes ] : 1 objs; 0.1 MiB; 3.0 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.2 cum MiB
class 66 [ 90112 bytes ] : 1 objs; 0.1 MiB; 3.3 cum MiB
class 67 [ 98304 bytes ] : 2 objs; 0.2 MiB; 3.5 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 6.0 cum MiB
class 69 [ 114688 bytes ] : 25 objs; 2.7 MiB; 8.7 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 9.7 cum MiB
class 71 [ 131072 bytes ] : 6 objs; 0.8 MiB; 10.4 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 11.2 cum MiB
class 73 [ 147456 bytes ] : 25 objs; 3.5 MiB; 14.7 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 18.5 cum MiB
class 75 [ 163840 bytes ] : 25 objs; 3.9 MiB; 22.4 cum MiB
class 76 [ 172032 bytes ] : 72 objs; 11.8 MiB; 34.2 cum MiB
class 80 [ 204800 bytes ] : 2 objs; 0.4 MiB; 34.6 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 34.8 cum MiB
------------------------------------------------
PageHeap: 45 sizes; 0.0 MiB free; 267.3 MiB unmapped
------------------------------------------------
1 pages * 49 spans ~ 0.4 MiB; 0.4 MiB cum; unmapped: 0.4 MiB; 0.4 MiB cum
2 pages * 21 spans ~ 0.3 MiB; 0.7 MiB cum; unmapped: 0.3 MiB; 0.7 MiB cum
3 pages * 43 spans ~ 1.0 MiB; 1.7 MiB cum; unmapped: 1.0 MiB; 1.7 MiB cum
4 pages * 23 spans ~ 0.7 MiB; 2.4 MiB cum; unmapped: 0.7 MiB; 2.4 MiB cum
5 pages * 19 spans ~ 0.7 MiB; 3.2 MiB cum; unmapped: 0.7 MiB; 3.2 MiB cum
6 pages * 21 spans ~ 1.0 MiB; 4.2 MiB cum; unmapped: 1.0 MiB; 4.2 MiB cum
7 pages * 30 spans ~ 1.6 MiB; 5.8 MiB cum; unmapped: 1.6 MiB; 5.8 MiB cum
8 pages * 20 spans ~ 1.2 MiB; 7.1 MiB cum; unmapped: 1.2 MiB; 7.1 MiB cum
9 pages * 21 spans ~ 1.5 MiB; 8.5 MiB cum; unmapped: 1.5 MiB; 8.5 MiB cum
10 pages * 22 spans ~ 1.7 MiB; 10.2 MiB cum; unmapped: 1.7 MiB; 10.2 MiB cum
11 pages * 10 spans ~ 0.9 MiB; 11.1 MiB cum; unmapped: 0.9 MiB; 11.1 MiB cum
12 pages * 21 spans ~ 2.0 MiB; 13.1 MiB cum; unmapped: 2.0 MiB; 13.1 MiB cum
13 pages * 24 spans ~ 2.4 MiB; 15.5 MiB cum; unmapped: 2.4 MiB; 15.5 MiB cum
15 pages * 14 spans ~ 1.6 MiB; 17.2 MiB cum; unmapped: 1.6 MiB; 17.2 MiB cum
16 pages * 15 spans ~ 1.9 MiB; 19.0 MiB cum; unmapped: 1.9 MiB; 19.0 MiB cum
17 pages * 7 spans ~ 0.9 MiB; 20.0 MiB cum; unmapped: 0.9 MiB; 20.0 MiB cum
18 pages * 3 spans ~ 0.4 MiB; 20.4 MiB cum; unmapped: 0.4 MiB; 20.4 MiB cum
19 pages * 1 spans ~ 0.1 MiB; 20.5 MiB cum; unmapped: 0.1 MiB; 20.5 MiB cum
28 pages * 1 spans ~ 0.2 MiB; 20.8 MiB cum; unmapped: 0.2 MiB; 20.8 MiB cum
33 pages * 1 spans ~ 0.3 MiB; 21.0 MiB cum; unmapped: 0.3 MiB; 21.0 MiB cum
36 pages * 8 spans ~ 2.2 MiB; 23.3 MiB cum; unmapped: 2.2 MiB; 23.3 MiB cum
39 pages * 2 spans ~ 0.6 MiB; 23.9 MiB cum; unmapped: 0.6 MiB; 23.9 MiB cum
40 pages * 2 spans ~ 0.6 MiB; 24.5 MiB cum; unmapped: 0.6 MiB; 24.5 MiB cum
42 pages * 6 spans ~ 2.0 MiB; 26.5 MiB cum; unmapped: 2.0 MiB; 26.5 MiB cum
43 pages * 2 spans ~ 0.7 MiB; 27.1 MiB cum; unmapped: 0.7 MiB; 27.1 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 27.9 MiB cum; unmapped: 0.7 MiB; 27.9 MiB cum
48 pages * 3 spans ~ 1.1 MiB; 29.0 MiB cum; unmapped: 1.1 MiB; 29.0 MiB cum
52 pages * 1 spans ~ 0.4 MiB; 29.4 MiB cum; unmapped: 0.4 MiB; 29.4 MiB cum
53 pages * 2 spans ~ 0.8 MiB; 30.2 MiB cum; unmapped: 0.8 MiB; 30.2 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 30.7 MiB cum; unmapped: 0.5 MiB; 30.7 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 31.2 MiB cum; unmapped: 0.5 MiB; 31.2 MiB cum
65 pages * 1 spans ~ 0.5 MiB; 31.7 MiB cum; unmapped: 0.5 MiB; 31.7 MiB cum
69 pages * 1 spans ~ 0.5 MiB; 32.2 MiB cum; unmapped: 0.5 MiB; 32.2 MiB cum
72 pages * 1 spans ~ 0.6 MiB; 32.8 MiB cum; unmapped: 0.6 MiB; 32.8 MiB cum
74 pages * 1 spans ~ 0.6 MiB; 33.4 MiB cum; unmapped: 0.6 MiB; 33.4 MiB cum
75 pages * 1 spans ~ 0.6 MiB; 33.9 MiB cum; unmapped: 0.6 MiB; 33.9 M
8192 102.400 | 38.5718822 | 0.3069566 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,605,21] : [74,707,73] ([54,103,53] + PADDING) 294786
[4][0][0] exterior: [45,1269,45] : [90,1355,87] ([46,87,43] + PADDING) 172086
[5][0][0] exterior: [93,2577,93] : [141,2671,135] ([49,95,43] + PADDING) 200165
[6][0][0] exterior: [189,5194,189] : [242,5272,231] ([54,79,43] + PADDING) 183438
[6][0][1] exterior: [189,5273,189] : [220,5302,231] ([32,30,43] + PADDING) 41280
[7][0][0] exterior: [381,10427,381] : [445,10505,423] ([65,79,43] + PADDING) 220805
[7][0][1] exterior: [381,10506,381] : [401,10565,423] ([21,60,43] + PADDING) 54180
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.400000000000006,-1.200000000000001] : [20.000000000000000,20.399999999999977,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.599999999999994,-0.600000000000001] : [8.399999999999999,8.600000000000023,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.699999999999989,-0.300000000000001] : [4.500000000000000,4.699999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.699999999999989,-0.150000000000000] : [2.500000000000000,1.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[6][0][1] exterior: [-0.150000000000000,1.250000000000000,-0.150000000000000] : [1.399999999999999,2.699999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.725000000000023,-0.075000000000001] : [1.524999999999999,0.225000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.250000000000000,-0.075000000000001] : [0.424999999999999,1.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 152k active, 289k owned (+90%), 616k total (+113%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 726M active, 993M owned (+37%), 1782M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.236 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 15%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 10%
INFO (Carpet): Level 6: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 7: 2M 3M 3M 0M owned 15%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8196 102.450 | 38.5401235 | 0.3031078 0.9977828 | 991 1462
8200 102.500 | 38.5448273 | 0.2992935 0.9977828 | 991 1462
8204 102.550 | 38.5485465 | 0.2941583 0.9977828 | 991 1462
8208 102.600 | 38.5529375 | 0.2878343 0.9977828 | 991 1462
8212 102.650 | 38.5546374 | 0.2813891 0.9977828 | 991 1462
8216 102.700 | 38.5593223 | 0.2744511 0.9977828 | 991 1462
8220 102.750 | 38.5630890 | 0.2667442 0.9977828 | 991 1462
8224 102.800 | 38.5664452 | 0.2588476 0.9977828 | 991 1462
8228 102.850 | 38.5662933 | 0.2507591 0.9977828 | 991 1462
8232 102.900 | 38.5708663 | 0.2424775 0.9977828 | 991 1462
8236 102.950 | 38.5747547 | 0.2340023 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8240 103.000 | 38.5794047 | 0.2253342 0.9977828 | 991 1462
8244 103.050 | 38.5812057 | 0.2163128 0.9977828 | 991 1462
8248 103.100 | 38.5860292 | 0.2069485 0.9977828 | 991 1462
8252 103.150 | 38.5899058 | 0.1973229 0.9977828 | 991 1462
8256 103.200 | 38.5928909 | 0.1874449 0.9977828 | 991 1462
8260 103.250 | 38.5793651 | 0.1773332 0.9977828 | 991 1462
8264 103.300 | 38.5839646 | 0.1670066 0.9977828 | 991 1462
8268 103.350 | 38.5876315 | 0.1564659 0.9977828 | 991 1462
8272 103.400 | 38.5920176 | 0.1456708 0.9977828 | 991 1462
8276 103.450 | 38.5937039 | 0.1345264 0.9977828 | 991 1462
8280 103.500 | 38.5983009 | 0.1228952 0.9977828 | 991 1462
8284 103.550 | 38.6020578 | 0.1106441 0.9977828 | 991 1462
8288 103.600 | 38.6053599 | 0.0977256 0.9977828 | 991 1462
8292 103.650 | 38.6050282 | 0.0842727 0.9977828 | 991 1462
8296 103.700 | 38.6099239 | 0.0706709 0.9977828 | 991 1462
8300 103.750 | 38.6137052 | 0.0575737 0.9977828 | 991 1462
8304 103.800 | 38.6180894 | 0.0458368 0.9977828 | 991 1462
8308 103.850 | 38.6198554 | 0.0363787 0.9977828 | 991 1462
8312 103.900 | 38.6245017 | 0.0300019 0.9977828 | 991 1462
8316 103.950 | 38.6281855 | 0.0272283 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.312472 at (-0.673113,0.496046,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.57179982 m_irreducible=0.500107999
INFO (AHFinderDirect): AH 2/3: r=0.312472 at (0.673113,-0.496046,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.57179982 m_irreducible=0.500107999
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8320 104.000 | 38.5887054 | 0.2901475 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,278,9] : [62,378,61] ([54,101,53] + PADDING) 289062
[3][0][0] exterior: [21,606,21] : [75,706,73] ([55,101,53] + PADDING) 294415
[4][0][0] exterior: [45,1271,45] : [90,1353,87] ([46,83,43] + PADDING) 164174
[5][0][0] exterior: [93,2580,93] : [142,2668,135] ([50,89,43] + PADDING) 191350
[6][0][0] exterior: [189,5200,189] : [245,5296,231] ([57,97,43] + PADDING) 237747
[7][0][0] exterior: [381,10438,381] : [450,10516,423] ([70,79,43] + PADDING) 237790
[7][0][1] exterior: [381,10517,381] : [396,10554,423] ([16,38,43] + PADDING) 26144
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-40.000000000000000,-2.400000000000001] : [40.000000000000000,40.000000000000000,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [20.399999999999999,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.199999999999989,-0.600000000000001] : [8.399999999999999,8.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.399999999999977,-0.300000000000001] : [4.600000000000000,4.399999999999977,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.399999999999977,-0.150000000000000] : [2.649999999999999,2.399999999999977,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.449999999999989,-0.075000000000001] : [1.649999999999999,0.500000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.524999999999977,-0.075000000000001] : [0.299999999999999,1.449999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 153k active, 287k owned (+87%), 613k total (+114%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 726M active, 991M owned (+36%), 1778M total (+79%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 14.204 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 21%
INFO (Carpet): Level 5: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 6: 2M 2M 3M 0M owned 16%
INFO (Carpet): Level 7: 1M 3M 3M 0M owned 20%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8324 104.050 | 38.5645382 | 0.2869440 0.9977828 | 991 1462
8328 104.100 | 38.5691605 | 0.2821432 0.9977828 | 991 1462
8332 104.150 | 38.5728677 | 0.2773124 0.9977828 | 991 1462
8336 104.200 | 38.5771810 | 0.2724577 0.9977828 | 991 1462
8340 104.250 | 38.5786700 | 0.2664939 0.9977828 | 991 1462
8344 104.300 | 38.5831111 | 0.2597678 0.9977828 | 991 1462
8348 104.350 | 38.5866734 | 0.2520648 0.9977828 | 991 1462
8352 104.400 | 38.5898168 | 0.2440964 0.9977828 | 991 1462
8356 104.450 | 38.5893565 | 0.2359259 0.9977828 | 991 1462
8360 104.500 | 38.5937480 | 0.2275534 0.9977828 | 991 1462
8364 104.550 | 38.5971959 | 0.2189828 0.9977828 | 991 1462
8368 104.600 | 38.6015316 | 0.2102227 0.9977828 | 991 1462
8372 104.650 | 38.6033308 | 0.2012854 0.9977828 | 991 1462
8376 104.700 | 38.6079702 | 0.1921840 0.9977828 | 991 1462
8380 104.750 | 38.6116333 | 0.1829281 0.9977828 | 991 1462
8384 104.800 | 38.6147299 | 0.1735191 0.9977828 | 991 1462
8388 104.850 | 38.6011821 | 0.1639489 0.9977828 | 991 1462
8392 104.900 | 38.6056271 | 0.1542049 0.9977828 | 991 1462
8396 104.950 | 38.6091372 | 0.1442833 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8400 105.000 | 38.6132789 | 0.1342099 0.9977828 | 991 1462
8404 105.050 | 38.6147514 | 0.1240648 0.9977828 | 991 1462
8408 105.100 | 38.6191292 | 0.1140034 0.9977828 | 991 1462
8412 105.150 | 38.6225301 | 0.1042666 0.9977828 | 991 1462
8416 105.200 | 38.6255950 | 0.0925237 0.9977828 | 991 1462
8420 105.250 | 38.6253750 | 0.0799365 0.9977828 | 991 1462
8424 105.300 | 38.6301952 | 0.0671759 0.9977828 | 991 1462
8428 105.350 | 38.6339882 | 0.0548072 0.9977828 | 991 1462
8432 105.400 | 38.6384007 | 0.0440596 0.9977828 | 991 1462
8436 105.450 | 38.6400894 | 0.0356849 0.9977828 | 991 1462
8440 105.500 | 38.6445477 | 0.0302762 0.9977828 | 991 1462
8444 105.550 | 38.6485401 | 0.0281695 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.294304 at (-0.691549,0.196150,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.57432083 m_irreducible=0.5001581395
INFO (AHFinderDirect): AH 2/3: r=0.294304 at (0.691549,-0.196150,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.57432083 m_irreducible=0.5001581395
8448 105.600 | 38.6086646 | 0.2682751 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [62,377,61] ([54,99,53] + PADDING) 283338
[3][0][0] exterior: [21,607,21] : [75,705,73] ([55,99,53] + PADDING) 288585
[4][0][0] exterior: [45,1272,45] : [90,1352,87] ([46,81,43] + PADDING) 160218
[5][0][0] exterior: [93,2583,93] : [142,2665,135] ([50,83,43] + PADDING) 178450
[6][0][0] exterior: [189,5206,189] : [245,5290,231] ([57,85,43] + PADDING) 208335
[7][0][0] exterior: [381,10450,381] : [451,10528,423] ([71,79,43] + PADDING) 241187
[7][0][1] exterior: [381,10529,381] : [395,10542,423] ([15,14,43] + PADDING) 9030
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [40.000000000000000,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [20.399999999999999,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [8.399999999999999,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.100000000000023,-0.300000000000001] : [4.600000000000000,4.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.100000000000023,-0.150000000000000] : [2.649999999999999,2.100000000000023,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.149999999999977,-0.075000000000001] : [1.674999999999999,0.800000000000011,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,0.824999999999989,-0.075000000000001] : [0.274999999999999,1.149999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 145k active, 270k owned (+86%), 586k total (+117%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 717M active, 975M owned (+36%), 1751M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.991 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 17%
INFO (Carpet): Level 5: 1M 2M 2M 0M owned 16%
INFO (Carpet): Level 6: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 7: 2M 2M 3M 0M owned 15%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8452 105.650 | 38.5838164 | 0.2645704 0.9977828 | 991 1462
8456 105.700 | 38.5890039 | 0.2595717 0.9977828 | 991 1462
8460 105.750 | 38.5933190 | 0.2544446 0.9977828 | 991 1462
8464 105.800 | 38.5984375 | 0.2492617 0.9977828 | 991 1462
8468 105.850 | 38.6006572 | 0.2433839 0.9977828 | 991 1462
8472 105.900 | 38.6056755 | 0.2363882 0.9977828 | 991 1462
8476 105.950 | 38.6100053 | 0.2292159 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8480 106.000 | 38.6141848 | 0.2218636 0.9977828 | 991 1462
8484 106.050 | 38.6143016 | 0.2143278 0.9977828 | 991 1462
8488 106.100 | 38.6192835 | 0.2066044 0.9977828 | 991 1462
8492 106.150 | 38.6233940 | 0.1986880 0.9977828 | 991 1462
8496 106.200 | 38.6284053 | 0.1905717 0.9977828 | 991 1462
8500 106.250 | 38.6308398 | 0.1822476 0.9977828 | 991 1462
8504 106.300 | 38.6358925 | 0.1737068 0.9977828 | 991 1462
8508 106.350 | 38.6403077 | 0.1649399 0.9977828 | 991 1462
8512 106.400 | 38.6438281 | 0.1559369 0.9977828 | 991 1462
8516 106.450 | 38.6315694 | 0.1466881 0.9977828 | 991 1462
8520 106.500 | 38.6368387 | 0.1371863 0.9977828 | 991 1462
8524 106.550 | 38.6412250 | 0.1274310 0.9977828 | 991 1462
8528 106.600 | 38.6462264 | 0.1174385 0.9977828 | 991 1462
8532 106.650 | 38.6486582 | 0.1072560 0.9977828 | 991 1462
8536 106.700 | 38.6538204 | 0.0969811 0.9977828 | 991 1462
8540 106.750 | 38.6580461 | 0.0867804 0.9977828 | 991 1462
8544 106.800 | 38.6614883 | 0.0769025 0.9977828 | 991 1462
8548 106.850 | 38.6616636 | 0.0676768 0.9977828 | 991 1462
8552 106.900 | 38.6666430 | 0.0594930 0.9977828 | 991 1462
8556 106.950 | 38.6708066 | 0.0527608 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8560 107.000 | 38.6756837 | 0.0478539 0.9977828 | 991 1462
8564 107.050 | 38.6780149 | 0.0413666 0.9977828 | 991 1462
8568 107.100 | 38.6832205 | 0.0349125 0.9977828 | 991 1462
8572 107.150 | 38.6873149 | 0.0299082 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.270345 at (-0.590899,-0.070788,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.57932403 m_irreducible=0.5002576336
INFO (AHFinderDirect): AH 2/3: r=0.270345 at (0.590899,0.070788,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.57932403 m_irreducible=0.5002576336
8576 107.200 | 38.6712170 | 0.2380224 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [62,377,61] ([54,99,53] + PADDING) 283338
[3][0][0] exterior: [21,607,21] : [74,705,73] ([54,99,53] + PADDING) 283338
[4][0][0] exterior: [45,1273,45] : [90,1351,87] ([46,79,43] + PADDING) 156262
[5][0][0] exterior: [93,2584,93] : [141,2664,135] ([49,81,43] + PADDING) 170667
[6][0][0] exterior: [189,5207,189] : [243,5289,231] ([55,83,43] + PADDING) 196295
[7][0][0] exterior: [381,10453,381] : [446,10539,423] ([66,87,43] + PADDING) 246906
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [40.000000000000000,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [20.000000000000000,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-7.800000000000011,-0.600000000000001] : [8.399999999999999,7.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.000000000000000,-0.300000000000001] : [4.500000000000000,4.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.050000000000011,-0.150000000000000] : [2.549999999999999,2.050000000000011,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.074999999999989,-0.075000000000001] : [1.549999999999999,1.074999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 144k active, 264k owned (+83%), 573k total (+117%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 713M active, 967M owned (+36%), 1738M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.882 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 3: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 20%
INFO (Carpet): Level 5: 1M 2M 2M 0M owned 10%
INFO (Carpet): Level 6: 2M 2M 2M 0M owned 16%
INFO (Carpet): Level 7: 2M 2M 3M 0M owned 12%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8580 107.250 | 38.6488615 | 0.2349498 0.9977828 | 991 1462
8584 107.300 | 38.6545967 | 0.2300798 0.9977828 | 991 1462
8588 107.350 | 38.6593469 | 0.2251483 0.9977828 | 991 1462
8592 107.400 | 38.6647061 | 0.2201584 0.9977828 | 991 1462
8596 107.450 | 38.6676832 | 0.2151142 0.9977828 | 991 1462
8600 107.500 | 38.6731938 | 0.2100205 0.9977828 | 991 1462
8604 107.550 | 38.6779170 | 0.2048830 0.9977828 | 991 1462
8608 107.600 | 38.6827186 | 0.1997080 0.9977828 | 991 1462
8612 107.650 | 38.6838675 | 0.1945022 0.9977828 | 991 1462
8616 107.700 | 38.6895720 | 0.1883026 0.9977828 | 991 1462
8620 107.750 | 38.6943429 | 0.1810687 0.9977828 | 991 1462
8624 107.800 | 38.6996561 | 0.1736385 0.9977828 | 991 1462
8628 107.850 | 38.7023731 | 0.1660088 0.9977828 | 991 1462
8632 107.900 | 38.7079299 | 0.1581797 0.9977828 | 991 1462
8636 107.950 | 38.7127113 | 0.1501534 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8640 108.000 | 38.7168129 | 0.1419300 0.9977828 | 991 1462
8644 108.050 | 38.7049875 | 0.1335024 0.9977828 | 991 1462
8648 108.100 | 38.7103331 | 0.1248533 0.9977828 | 991 1462
8652 108.150 | 38.7149683 | 0.1159561 0.9977828 | 991 1462
8656 108.200 | 38.7202255 | 0.1067847 0.9977828 | 991 1462
8660 108.250 | 38.7230011 | 0.0973320 0.9977828 | 991 1462
8664 108.300 | 38.7286864 | 0.0876360 0.9977828 | 991 1462
8668 108.350 | 38.7333716 | 0.0778060 0.9977828 | 991 1462
8672 108.400 | 38.7374706 | 0.0680420 0.9977828 | 991 1462
8676 108.450 | 38.7384747 | 0.0586383 0.9977828 | 991 1462
8680 108.500 | 38.7441406 | 0.0499657 0.9977828 | 991 1462
8684 108.550 | 38.7488663 | 0.0424330 0.9977828 | 991 1462
8688 108.600 | 38.7542329 | 0.0364338 0.9977828 | 991 1462
8692 108.650 | 38.7568137 | 0.0322906 0.9977828 | 991 1462
8696 108.700 | 38.7620175 | 0.0302073 0.9977828 | 991 1462
8700 108.750 | 38.7667485 | 0.0302423 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.239068 at (-0.398583,-0.248723,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.5894769 m_irreducible=0.5004594739
INFO (AHFinderDirect): AH 2/3: r=0.239068 at (0.398583,0.248723,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.5894769 m_irreducible=0.5004594739
INFO (AHFinderDirect): AH 3/3: r=0.664327 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=37.53810393 m_irreducible=0.8641740851
8704 108.800 | 38.7596116 | 0.3397636 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [61,377,61] ([53,99,53] + PADDING) 278091
[3][0][0] exterior: [21,606,21] : [74,706,73] ([54,101,53] + PADDING) 289062
[4][0][0] exterior: [45,1272,45] : [89,1352,87] ([45,81,43] + PADDING) 156735
[5][0][0] exterior: [93,2582,93] : [139,2666,135] ([47,85,43] + PADDING) 171785
[6][0][0] exterior: [189,5204,189] : [238,5292,231] ([50,89,43] + PADDING) 191350
[7][0][0] exterior: [381,10446,381] : [408,10467,423] ([28,22,43] + PADDING) 26488
[7][0][1] exterior: [381,10468,381] : [438,10546,423] ([58,79,43] + PADDING) 197026
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [39.200000000000003,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [20.000000000000000,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [8.199999999999999,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.199999999999989,-0.300000000000001] : [4.299999999999999,4.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.199999999999989,-0.150000000000000] : [2.299999999999999,2.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.250000000000000,-0.075000000000001] : [0.600000000000000,-0.725000000000023,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
[7][0][1] exterior: [-0.075000000000001,-0.699999999999989,-0.075000000000001] : [1.350000000000000,1.250000000000000,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 132k active, 248k owned (+87%), 544k total (+120%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 708M active, 960M owned (+36%), 1724M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.771 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 3M 3M 3M 0M owned 11%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 5: 1M 2M 2M 0M owned 15%
INFO (Carpet): Level 6: 2M 2M 2M 0M owned 14%
INFO (Carpet): Level 7: 2M 2M 3M 0M owned 18%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8708 108.850 | 38.7352981 | 0.3372667 0.9977828 | 991 1462
8712 108.900 | 38.7408419 | 0.3348272 0.9977828 | 991 1462
8716 108.950 | 38.7454034 | 0.3324510 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8720 109.000 | 38.7504654 | 0.3301440 0.9977828 | 991 1462
8724 109.050 | 38.7531258 | 0.3279120 0.9977828 | 991 1462
8728 109.100 | 38.7585795 | 0.3257610 0.9977828 | 991 1462
8732 109.150 | 38.7632165 | 0.3233050 0.9977828 | 991 1462
8736 109.200 | 38.7677009 | 0.3208675 0.9977828 | 991 1462
8740 109.250 | 38.7687135 | 0.3184964 0.9977828 | 991 1462
8744 109.300 | 38.7741353 | 0.3161979 0.9977828 | 991 1462
8748 109.350 | 38.7788297 | 0.3139779 0.9977828 | 991 1462
8752 109.400 | 38.7841452 | 0.3118424 0.9977828 | 991 1462
8756 109.450 | 38.7869995 | 0.3097974 0.9977828 | 991 1462
8760 109.500 | 38.7923917 | 0.3078485 0.9977828 | 991 1462
8764 109.550 | 38.7968985 | 0.3050889 0.9977828 | 991 1462
8768 109.600 | 38.8007454 | 0.3023711 0.9977828 | 991 1462
8772 109.650 | 38.7889924 | 0.2997050 0.9977828 | 991 1462
8776 109.700 | 38.7943439 | 0.2970970 0.9977828 | 991 1462
8780 109.750 | 38.7988209 | 0.2945535 0.9977828 | 991 1462
8784 109.800 | 38.8038677 | 0.2920813 0.9977828 | 991 1462
8788 109.850 | 38.8063404 | 0.2896871 0.9977828 | 991 1462
8792 109.900 | 38.8117862 | 0.2873776 0.9977828 | 991 1462
8796 109.950 | 38.8164679 | 0.2851595 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8800 110.000 | 38.8205751 | 0.2830395 0.9977828 | 991 1462
8804 110.050 | 38.8215860 | 0.2810240 0.9977828 | 991 1462
8808 110.100 | 38.8270355 | 0.2791192 0.9977828 | 991 1462
8812 110.150 | 38.8316336 | 0.2773310 0.9977828 | 991 1462
8816 110.200 | 38.8368062 | 0.2756647 0.9977828 | 991 1462
8820 110.250 | 38.8394819 | 0.2741253 0.9977828 | 991 1462
8824 110.300 | 38.8448411 | 0.2727175 0.9977828 | 991 1462
8828 110.350 | 38.8493053 | 0.2714450 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.681733 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=38.49324876 m_irreducible=0.8750993383
INFO (AHFinderDirect): AH 1/3: r=0.200172 at (-0.176144,-0.303441,0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.61022548 m_irreducible=0.5008717049
INFO (AHFinderDirect): AH 2/3: r=0.200172 at (0.176144,0.303441,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.61022548 m_irreducible=0.5008717049
8832 110.400 | 38.8441628 | 0.3599102 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [61,377,61] ([53,99,53] + PADDING) 278091
[3][0][0] exterior: [21,606,21] : [73,706,73] ([53,101,53] + PADDING) 283709
[4][0][0] exterior: [45,1271,45] : [88,1353,87] ([44,83,43] + PADDING) 157036
[5][0][0] exterior: [93,2582,93] : [136,2666,135] ([44,85,43] + PADDING) 160820
[6][0][0] exterior: [189,5203,189] : [234,5293,231] ([46,91,43] + PADDING) 179998
[7][0][0] exterior: [381,10445,381] : [429,10547,423] ([49,103,43] + PADDING) 217021
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [39.200000000000003,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [19.600000000000001,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.199999999999989,-0.600000000000001] : [8.000000000000000,8.199999999999989,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.199999999999989,-0.300000000000001] : [4.000000000000000,4.199999999999989,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.250000000000000,-0.150000000000000] : [2.100000000000000,2.250000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.274999999999977,-0.075000000000001] : [1.125000000000000,1.274999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 129k active, 239k owned (+85%), 531k total (+123%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 704M active, 951M owned (+35%), 1710M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.658 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 1M 2M 2M 0M owned 14%
INFO (Carpet): Level 5: 1M 2M 2M 0M owned 12%
INFO (Carpet): Level 6: 1M 2M 2M 0M owned 16%
INFO (Carpet): Level 7: 2M 2M 2M 0M owned 11%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8836 110.450 | 38.8223973 | 0.3584833 0.9977828 | 991 1462
8840 110.500 | 38.8280065 | 0.3571097 0.9977828 | 991 1462
8844 110.550 | 38.8326806 | 0.3555528 0.9977828 | 991 1462
8848 110.600 | 38.8380320 | 0.3538289 0.9977828 | 991 1462
8852 110.650 | 38.8410195 | 0.3521388 0.9977828 | 991 1462
8856 110.700 | 38.8467244 | 0.3504850 0.9977828 | 991 1462
8860 110.750 | 38.8515026 | 0.3488701 0.9977828 | 991 1462
8864 110.800 | 38.8561867 | 0.3472964 0.9977828 | 991 1462
8868 110.850 | 38.8573971 | 0.3457666 0.9977828 | 991 1462
8872 110.900 | 38.8631017 | 0.3442830 0.9977828 | 991 1462
8876 110.950 | 38.8678488 | 0.3428480 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8880 111.000 | 38.8732492 | 0.3414640 0.9977828 | 991 1462
8884 111.050 | 38.8765652 | 0.3401330 0.9977828 | 991 1462
8888 111.100 | 38.8823608 | 0.3388574 0.9977828 | 991 1462
8892 111.150 | 38.8871656 | 0.3376391 0.9977828 | 991 1462
8896 111.200 | 38.8912525 | 0.3364801 0.9977828 | 991 1462
8900 111.250 | 38.8801281 | 0.3353821 0.9977828 | 991 1462
8904 111.300 | 38.8857181 | 0.3343467 0.9977828 | 991 1462
8908 111.350 | 38.8905063 | 0.3333754 0.9977828 | 991 1462
8912 111.400 | 38.8959351 | 0.3323157 0.9977828 | 991 1462
8916 111.450 | 38.8990831 | 0.3308877 0.9977828 | 991 1462
8920 111.500 | 38.9047661 | 0.3295036 0.9977828 | 991 1462
8924 111.550 | 38.9095854 | 0.3281655 0.9977828 | 991 1462
8928 111.600 | 38.9137526 | 0.3268753 0.9977828 | 991 1462
8932 111.650 | 38.9149324 | 0.3256351 0.9977828 | 991 1462
8936 111.700 | 38.9204815 | 0.3244466 0.9977828 | 991 1462
8940 111.750 | 38.9252361 | 0.3233116 0.9977828 | 991 1462
8944 111.800 | 38.9306000 | 0.3222316 0.9977828 | 991 1462
8948 111.850 | 38.9335716 | 0.3212081 0.9977828 | 991 1462
8952 111.900 | 38.9390829 | 0.3200622 0.9977828 | 991 1462
8956 111.950 | 38.9437803 | 0.3188933 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.691131 at (-0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=38.86667321 m_irreducible=0.8793337792
INFO (AHFinderDirect): AH 1/3: r=0.155459 at (0.003015,-0.247156,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.60608285 m_irreducible=0.5007894266
INFO (AHFinderDirect): AH 2/3: r=0.155459 at (-0.003015,0.247156,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.60608285 m_irreducible=0.5007894266
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
8960 112.000 | 38.9382982 | 0.3708915 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [61,377,61] ([53,99,53] + PADDING) 278091
[3][0][0] exterior: [21,606,21] : [73,706,73] ([53,101,53] + PADDING) 283709
[4][0][0] exterior: [45,1272,45] : [87,1352,87] ([43,81,43] + PADDING) 149769
[5][0][0] exterior: [93,2583,93] : [135,2665,135] ([43,83,43] + PADDING) 153467
[6][0][0] exterior: [189,5204,189] : [232,5292,231] ([44,89,43] + PADDING) 168388
[7][0][0] exterior: [381,10448,381] : [424,10544,423] ([44,97,43] + PADDING) 183524
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [39.200000000000003,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-20.000000000000000,-1.200000000000001] : [19.600000000000001,20.000000000000000,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-8.000000000000000,-0.600000000000001] : [7.800000000000001,8.000000000000000,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.100000000000023,-0.300000000000001] : [3.899999999999999,4.100000000000023,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.199999999999989,-0.150000000000000] : [2.000000000000000,2.199999999999989,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.199999999999989,-0.075000000000001] : [1.000000000000000,1.199999999999989,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 114k active, 215k owned (+89%), 490k total (+128%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 695M active, 937M owned (+35%), 1684M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.452 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 2M 3M 3M 0M owned 10%
INFO (Carpet): Level 4: 1M 1M 2M 0M owned 13%
INFO (Carpet): Level 5: 1M 1M 2M 0M owned 17%
INFO (Carpet): Level 6: 1M 2M 2M 0M owned 12%
INFO (Carpet): Level 7: 2M 2M 2M 0M owned 14%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
8964 112.050 | 38.9202630 | 0.3701949 0.9977828 | 991 1462
8968 112.100 | 38.9265055 | 0.3693347 0.9977828 | 991 1462
8972 112.150 | 38.9319781 | 0.3682980 0.9977828 | 991 1462
8976 112.200 | 38.9380074 | 0.3672938 0.9977828 | 991 1462
8980 112.250 | 38.9418514 | 0.3663235 0.9977828 | 991 1462
8984 112.300 | 38.9480840 | 0.3653879 0.9977828 | 991 1462
8988 112.350 | 38.9535425 | 0.3644881 0.9977828 | 991 1462
8992 112.400 | 38.9583974 | 0.3636252 0.9977828 | 991 1462
8996 112.450 | 38.9603292 | 0.3627999 0.9977828 | 991 1462
9000 112.500 | 38.9666325 | 0.3617600 0.9977828 | 991 1462
9004 112.550 | 38.9722429 | 0.3607054 0.9977828 | 991 1462
9008 112.600 | 38.9783160 | 0.3596776 0.9977828 | 991 1462
9012 112.650 | 38.9821155 | 0.3586778 0.9977828 | 991 1462
9016 112.700 | 38.9882635 | 0.3577068 0.9977828 | 991 1462
9020 112.750 | 38.9937103 | 0.3567659 0.9977828 | 991 1462
9024 112.800 | 38.9983728 | 0.3558560 0.9977828 | 991 1462
9028 112.850 | 38.9881409 | 0.3549779 0.9977828 | 991 1462
9032 112.900 | 38.9944397 | 0.3541328 0.9977828 | 991 1462
9036 112.950 | 38.9999328 | 0.3532726 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9040 113.000 | 39.0058973 | 0.3522226 0.9977828 | 991 1462
9044 113.050 | 39.0095571 | 0.3511910 0.9977828 | 991 1462
9048 113.100 | 39.0158001 | 0.3501788 0.9977828 | 991 1462
9052 113.150 | 39.0214222 | 0.3491869 0.9977828 | 991 1462
9056 113.200 | 39.0263088 | 0.3482162 0.9977828 | 991 1462
9060 113.250 | 39.0282771 | 0.3472677 0.9977828 | 991 1462
9064 113.300 | 39.0343994 | 0.3463424 0.9977828 | 991 1462
9068 113.350 | 39.0398096 | 0.3454410 0.9977828 | 991 1462
9072 113.400 | 39.0456892 | 0.3445645 0.9977828 | 991 1462
9076 113.450 | 39.0492385 | 0.3437138 0.9977828 | 991 1462
9080 113.500 | 39.0554104 | 0.3428895 0.9977828 | 991 1462
9084 113.550 | 39.0608040 | 0.3420926 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.697703 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.03546822 m_irreducible=0.8812411506
INFO (AHFinderDirect): AH 1/3: r=0.116327 at (0.092781,-0.136834,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=12.9190991 m_irreducible=0.5069687468
INFO (AHFinderDirect): AH 2/3: r=0.116327 at (-0.092781,0.136834,0.000000)
INFO (AHFinderDirect): AH 2/3: area=12.9190991 m_irreducible=0.5069687468
9088 113.600 | 39.0534740 | 0.3786219 0.9977828 | 991 1462
9092 113.650 | 39.0435548 | 0.3781312 0.9977828 | 991 1462
9096 113.700 | 39.0496345 | 0.3776290 0.9977828 | 991 1462
9100 113.750 | 39.0549903 | 0.3767473 0.9977828 | 991 1462
9104 113.800 | 39.0609895 | 0.3758755 0.9977828 | 991 1462
9108 113.850 | 39.0648044 | 0.3750142 0.9977828 | 991 1462
9112 113.900 | 39.0710001 | 0.3741641 0.9977828 | 991 1462
9116 113.950 | 39.0765028 | 0.3733259 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9120 114.000 | 39.0813466 | 0.3725003 0.9977828 | 991 1462
9124 114.050 | 39.0832685 | 0.3716881 0.9977828 | 991 1462
9128 114.100 | 39.0891829 | 0.3708899 0.9977828 | 991 1462
9132 114.150 | 39.0947245 | 0.3700504 0.9977828 | 991 1462
9136 114.200 | 39.1007180 | 0.3692209 0.9977828 | 991 1462
9140 114.250 | 39.1044545 | 0.3684032 0.9977828 | 991 1462
9144 114.300 | 39.1106334 | 0.3675980 0.9977828 | 991 1462
9148 114.350 | 39.1160873 | 0.3668061 0.9977828 | 991 1462
9152 114.400 | 39.1208544 | 0.3660281 0.9977828 | 991 1462
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 0
INFO (CarpetRegrid2): Enforcing grid structure properties, iteration 1
INFO (Carpet): Grid structure (superregions, grid points):
[0][0][0] exterior: [0,0,0] : [85,164,85] ([86,165,86] + PADDING) 1220340
[1][0][0] exterior: [3,75,3] : [95,253,95] ([93,179,93] + PADDING) 1548171
[2][0][0] exterior: [9,279,9] : [61,377,61] ([53,99,53] + PADDING) 278091
[3][0][0] exterior: [21,607,21] : [73,705,73] ([53,99,53] + PADDING) 278091
[4][0][0] exterior: [45,1273,45] : [88,1351,87] ([44,79,43] + PADDING) 149468
[5][0][0] exterior: [93,2584,93] : [136,2664,135] ([44,81,43] + PADDING) 153252
[6][0][0] exterior: [189,5208,189] : [233,5288,231] ([45,81,43] + PADDING) 156735
[7][0][0] exterior: [381,10455,381] : [427,10537,423] ([47,83,43] + PADDING) 167743
INFO (Carpet): Grid structure (superregions, coordinates):
[0][0][0] exterior: [-9.600000000000001,-262.399999999999977,-9.600000000000001] : [262.399999999999977,262.399999999999977,262.399999999999977] : [3.200000000000000,3.200000000000000,3.200000000000000]
[1][0][0] exterior: [-4.800000000000001,-142.399999999999977,-4.800000000000001] : [142.400000000000006,142.399999999999977,142.400000000000006] : [1.600000000000000,1.600000000000000,1.600000000000000]
[2][0][0] exterior: [-2.400000000000001,-39.199999999999989,-2.400000000000001] : [39.200000000000003,39.199999999999989,39.200000000000003] : [0.800000000000000,0.800000000000000,0.800000000000000]
[3][0][0] exterior: [-1.200000000000001,-19.599999999999994,-1.200000000000001] : [19.600000000000001,19.600000000000023,19.600000000000001] : [0.400000000000000,0.400000000000000,0.400000000000000]
[4][0][0] exterior: [-0.600000000000001,-7.800000000000011,-0.600000000000001] : [8.000000000000000,7.800000000000011,7.800000000000001] : [0.200000000000000,0.200000000000000,0.200000000000000]
[5][0][0] exterior: [-0.300000000000001,-4.000000000000000,-0.300000000000001] : [4.000000000000000,4.000000000000000,3.899999999999999] : [0.100000000000000,0.100000000000000,0.100000000000000]
[6][0][0] exterior: [-0.150000000000000,-2.000000000000000,-0.150000000000000] : [2.049999999999999,2.000000000000000,1.949999999999999] : [0.050000000000000,0.050000000000000,0.050000000000000]
[7][0][0] exterior: [-0.075000000000001,-1.024999999999977,-0.075000000000001] : [1.074999999999999,1.024999999999977,0.975000000000000] : [0.025000000000000,0.025000000000000,0.025000000000000]
INFO (Carpet): Global grid structure statistics:
INFO (Carpet): GF: rhs: 107k active, 203k owned (+90%), 470k total (+131%), 160 steps/time
INFO (Carpet): GF: vars: 265, pts: 690M active, 929M owned (+35%), 1672M total (+80%), 1.0 comp/proc
INFO (Carpet): GA: vars: 577, pts: 1M active, 1M total (+0%)
INFO (Carpet): Total required memory: 13.355 GByte (for GAs and currently active GFs)
INFO (Carpet): Load balance: min avg max sdv max/avg-1
INFO (Carpet): Level 0: 9M 11M 13M 1M owned 16%
INFO (Carpet): Level 1: 15M 16M 17M 1M owned 8%
INFO (Carpet): Level 2: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 3: 2M 3M 3M 0M owned 12%
INFO (Carpet): Level 4: 1M 1M 2M 0M owned 13%
INFO (Carpet): Level 5: 1M 1M 2M 0M owned 11%
INFO (Carpet): Level 6: 1M 2M 2M 0M owned 13%
INFO (Carpet): Level 7: 1M 2M 2M 0M owned 18%
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
INFO (tcmalloc): Releasing free memory to OS
9156 114.450 | 39.1019993 | 0.3652646 0.9977828 | 991 1462
9160 114.500 | 39.1084904 | 0.3645165 0.9977828 | 991 1462
9164 114.550 | 39.1140770 | 0.3637843 0.9977828 | 991 1462
9168 114.600 | 39.1203328 | 0.3630686 0.9977828 | 991 1462
9172 114.650 | 39.1242054 | 0.3623702 0.9977828 | 991 1462
9176 114.700 | 39.1307146 | 0.3616896 0.9977828 | 991 1462
9180 114.750 | 39.1364796 | 0.3610274 0.9977828 | 991 1462
9184 114.800 | 39.1423016 | 0.3603843 0.9977828 | 991 1462
9188 114.850 | 39.1450182 | 0.3597608 0.9977828 | 991 1462
9192 114.900 | 39.1517006 | 0.3591576 0.9977828 | 991 1462
9196 114.950 | 39.1573197 | 0.3585750 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9200 115.000 | 39.1636783 | 0.3580137 0.9977828 | 991 1462
9204 115.050 | 39.1680408 | 0.3574741 0.9977828 | 991 1462
9208 115.100 | 39.1748686 | 0.3569567 0.9977828 | 991 1462
9212 115.150 | 39.1807939 | 0.3564619 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.702582 at (-0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.12223055 m_irreducible=0.8822199539
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 642503904 ( 612.7 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 812392 ( 0.8 MiB) Bytes in central cache freelist
MALLOC: + 4415488 ( 4.2 MiB) Bytes in transfer cache freelist
MALLOC: + 28263864 ( 27.0 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 678367424 ( 646.9 MiB) Actual memory used (physical + swap)
MALLOC: + 320823296 ( 306.0 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3974 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 344 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 451 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3692 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 357 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6137 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 367 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 868 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2543 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 288 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 53 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 26 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 5 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.1 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 13 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.5 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.5 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.6 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.7 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.5 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.6 cum MiB
class 61 [ 49152 bytes ] : 3 objs; 0.1 MiB; 2.7 cum MiB
class 62 [ 57344 bytes ] : 1 objs; 0.1 MiB; 2.8 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.0 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.1 cum MiB
class 67 [ 98304 bytes ] : 25 objs; 2.3 MiB; 5.5 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 8.0 cum MiB
class 69 [ 114688 bytes ] : 147 objs; 16.1 MiB; 24.1 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 25.0 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 26.0 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 26.8 cum MiB
class 73 [ 147456 bytes ] : 2 objs; 0.3 MiB; 27.1 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 30.8 cum MiB
class 75 [ 163840 bytes ] : 2 objs; 0.3 MiB; 31.1 cum MiB
class 79 [ 196608 bytes ] : 2 objs; 0.4 MiB; 31.5 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 31.7 cum MiB
------------------------------------------------
PageHeap: 48 sizes; 0.0 MiB free; 306.0 MiB unmapped
------------------------------------------------
1 pages * 68 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 54 spans ~ 0.8 MiB; 1.4 MiB cum; unmapped: 0.8 MiB; 1.4 MiB cum
3 pages * 55 spans ~ 1.3 MiB; 2.7 MiB cum; unmapped: 1.3 MiB; 2.7 MiB cum
4 pages * 54 spans ~ 1.7 MiB; 4.4 MiB cum; unmapped: 1.7 MiB; 4.4 MiB cum
5 pages * 28 spans ~ 1.1 MiB; 5.4 MiB cum; unmapped: 1.1 MiB; 5.4 MiB cum
6 pages * 34 spans ~ 1.6 MiB; 7.0 MiB cum; unmapped: 1.6 MiB; 7.0 MiB cum
7 pages * 38 spans ~ 2.1 MiB; 9.1 MiB cum; unmapped: 2.1 MiB; 9.1 MiB cum
8 pages * 22 spans ~ 1.4 MiB; 10.5 MiB cum; unmapped: 1.4 MiB; 10.5 MiB cum
9 pages * 26 spans ~ 1.8 MiB; 12.3 MiB cum; unmapped: 1.8 MiB; 12.3 MiB cum
10 pages * 15 spans ~ 1.2 MiB; 13.5 MiB cum; unmapped: 1.2 MiB; 13.5 MiB cum
11 pages * 17 spans ~ 1.5 MiB; 15.0 MiB cum; unmapped: 1.5 MiB; 15.0 MiB cum
12 pages * 5 spans ~ 0.5 MiB; 15.4 MiB cum; unmapped: 0.5 MiB; 15.4 MiB cum
29 pages * 1 spans ~ 0.2 MiB; 15.6 MiB cum; unmapped: 0.2 MiB; 15.6 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 16.0 MiB cum; unmapped: 0.4 MiB; 16.0 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 16.7 MiB cum; unmapped: 0.7 MiB; 16.7 MiB cum
47 pages * 2 spans ~ 0.7 MiB; 17.5 MiB cum; unmapped: 0.7 MiB; 17.5 MiB cum
48 pages * 2 spans ~ 0.8 MiB; 18.2 MiB cum; unmapped: 0.8 MiB; 18.2 MiB cum
49 pages * 1 spans ~ 0.4 MiB; 18.6 MiB cum; unmapped: 0.4 MiB; 18.6 MiB cum
58 pages * 1 spans ~ 0.5 MiB; 19.0 MiB cum; unmapped: 0.5 MiB; 19.0 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 19.5 MiB cum; unmapped: 0.5 MiB; 19.5 MiB cum
61 pages * 1 spans ~ 0.5 MiB; 20.0 MiB cum; unmapped: 0.5 MiB; 20.0 MiB cum
62 pages * 1 spans ~ 0.5 MiB; 20.5 MiB cum; unmapped: 0.5 MiB; 20.5 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 21.0 MiB cum; unmapped: 0.5 MiB; 21.0 MiB cum
66 pages * 1 spans ~ 0.5 MiB; 21.5 MiB cum; unmapped: 0.5 MiB; 21.5 MiB cum
77 pages * 1 spans ~ 0.6 MiB; 22.1 MiB cum; unmapped: 0.6 MiB; 22.1 MiB cum
78 pages * 2 spans ~ 1.2 MiB; 23.3 MiB cum; unmapped: 1.2 MiB; 23.3 MiB cum
80 pages * 1 spans ~ 0.6 MiB; 23.9 MiB cum; unmapped: 0.6 MiB; 23.9 MiB cum
82 pages * 1 spans ~ 0.6 MiB; 24.6 MiB cum; unmapped: 0.6 MiB; 24.6 MiB cum
83 pages * 1 spans ~ 0.6 MiB; 25.2 MiB cum; unmapped: 0.6 MiB; 25.2 MiB cum
84 pages * 2 spans ~ 1.3 MiB; 26.5 MiB cum; unmapped: 1.3 MiB; 26.5 MiB cum
85 pages * 2 spans ~ 1.3 MiB; 27.9 MiB cum; unmapped: 1.3 MiB; 27.9 MiB cum
89 pages * 1 spans ~ 0.7 MiB; 28.5 MiB cum; unmapped: 0.7 MiB; 28.5 MiB cum
93 pages * 1 spans ~ 0.7 MiB; 29.3 MiB cum; unmapped: 0.7 MiB; 29.3 MiB cum
95 pages * 1 spans ~ 0.7 MiB; 30.0 MiB cum; unmapped: 0.7 MiB; 30.0 MiB cum
99 pages * 1 spans ~ 0.8 MiB; 30.8 MiB cum; unmapped: 0.8 MiB; 30.8 MiB cum
100 pages * 1 spans ~ 0.8 MiB; 31.6 MiB cum; unmapped: 0.8 MiB; 31.6 MiB cum
101 pages * 1 spans ~ 0.8 MiB; 32.4 MiB cum; unmapped: 0.8 MiB; 32.4 MiB cum
102 pages * 1 spans ~ 0.8 MiB; 33.2 MiB cum; unmapped: 0.8 MiB; 33.2 MiB cum
105 pages * 1 spans ~ 0.8 MiB; 34.0 MiB cum; unmapped: 0.8 MiB; 34.0 MiB cum
110 pages * 1 spans ~ 0.9 MiB; 34.8 MiB cum; unmapped: 0.9 MiB; 34.8 MiB cum
112 pages * 1 spans ~ 0.9 Mi
9216 115.200 | 39.1647606 | 0.3832705 0.9977828 | 991 1462
9220 115.250 | 39.1550822 | 0.3825958 0.9977828 | 991 1462
9224 115.300 | 39.1618603 | 0.3819312 0.9977828 | 991 1462
9228 115.350 | 39.1677267 | 0.3812773 0.9977828 | 991 1462
9232 115.400 | 39.1742843 | 0.3806345 0.9977828 | 991 1462
9236 115.450 | 39.1785886 | 0.3800034 0.9977828 | 991 1462
9240 115.500 | 39.1853002 | 0.3793847 0.9977828 | 991 1462
9244 115.550 | 39.1912455 | 0.3787787 0.9977828 | 991 1462
9248 115.600 | 39.1965377 | 0.3781861 0.9977828 | 991 1462
9252 115.650 | 39.1991429 | 0.3776073 0.9977828 | 991 1462
9256 115.700 | 39.2059669 | 0.3770429 0.9977828 | 991 1462
9260 115.750 | 39.2119842 | 0.3764934 0.9977828 | 991 1462
9264 115.800 | 39.2183546 | 0.3759061 0.9977828 | 991 1462
9268 115.850 | 39.2224102 | 0.3752555 0.9977828 | 991 1462
9272 115.900 | 39.2291817 | 0.3746116 0.9977828 | 991 1462
9276 115.950 | 39.2347788 | 0.3739749 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9280 116.000 | 39.2396949 | 0.3733459 0.9977828 | 991 1462
9284 116.050 | 39.2305744 | 0.3727251 0.9977828 | 991 1462
9288 116.100 | 39.2372369 | 0.3721131 0.9977828 | 991 1462
9292 116.150 | 39.2430300 | 0.3715104 0.9977828 | 991 1462
9296 116.200 | 39.2495601 | 0.3709174 0.9977828 | 991 1462
9300 116.250 | 39.2534550 | 0.3703347 0.9977828 | 991 1462
9304 116.300 | 39.2598212 | 0.3697628 0.9977828 | 991 1462
9308 116.350 | 39.2653220 | 0.3692022 0.9977828 | 991 1462
9312 116.400 | 39.2708635 | 0.3686534 0.9977828 | 991 1462
9316 116.450 | 39.2730150 | 0.3681168 0.9977828 | 991 1462
9320 116.500 | 39.2794080 | 0.3675929 0.9977828 | 991 1462
9324 116.550 | 39.2848910 | 0.3670823 0.9977828 | 991 1462
9328 116.600 | 39.2908337 | 0.3665853 0.9977828 | 991 1462
9332 116.650 | 39.2947361 | 0.3661024 0.9977828 | 991 1462
9336 116.700 | 39.3012328 | 0.3656340 0.9977828 | 991 1462
9340 116.750 | 39.3069341 | 0.3651805 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.706039 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.17299923 m_irreducible=0.882792194
INFO (AHFinderDirect): AH 1/3: r=0.125009 at (0.032552,-0.011271,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=27.04324983 m_irreducible=0.7334905323
INFO (AHFinderDirect): AH 2/3: r=0.125009 at (-0.032552,0.011271,0.000000)
INFO (AHFinderDirect): AH 2/3: area=27.04324983 m_irreducible=0.7334905323
9344 116.800 | 39.2986357 | 0.3857163 0.9977828 | 991 1462
9348 116.850 | 39.2885002 | 0.3851768 0.9977828 | 991 1462
9352 116.900 | 39.2949249 | 0.3846434 0.9977828 | 991 1462
INFO (TerminationTrigger): ***********************************************************
INFO (TerminationTrigger): Remaining wallclock time for your job is 4139.98 minutes
INFO (TerminationTrigger): ***********************************************************
9356 116.950 | 39.3005570 | 0.3841164 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9360 117.000 | 39.3067094 | 0.3835962 0.9977828 | 991 1462
9364 117.050 | 39.3105840 | 0.3830833 0.9977828 | 991 1462
9368 117.100 | 39.3169778 | 0.3825781 0.9977828 | 991 1462
9372 117.150 | 39.3223997 | 0.3820810 0.9977828 | 991 1462
9376 117.200 | 39.3271717 | 0.3815925 0.9977828 | 991 1462
9380 117.250 | 39.3289860 | 0.3811129 0.9977828 | 991 1462
9384 117.300 | 39.3353759 | 0.3806427 0.9977828 | 991 1462
9388 117.350 | 39.3412809 | 0.3801822 0.9977828 | 991 1462
9392 117.400 | 39.3477436 | 0.3797320 0.9977828 | 991 1462
9396 117.450 | 39.3512442 | 0.3792922 0.9977828 | 991 1462
9400 117.500 | 39.3573104 | 0.3788635 0.9977828 | 991 1462
9404 117.550 | 39.3625720 | 0.3784460 0.9977828 | 991 1462
9408 117.600 | 39.3672205 | 0.3780402 0.9977828 | 991 1462
9412 117.650 | 39.3571729 | 0.3776464 0.9977828 | 991 1462
9416 117.700 | 39.3635088 | 0.3772650 0.9977828 | 991 1462
9420 117.750 | 39.3689657 | 0.3768962 0.9977828 | 991 1462
9424 117.800 | 39.3751372 | 0.3765405 0.9977828 | 991 1462
9428 117.850 | 39.3788795 | 0.3761980 0.9977828 | 991 1462
9432 117.900 | 39.3850893 | 0.3758692 0.9977828 | 991 1462
9436 117.950 | 39.3904841 | 0.3755542 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9440 118.000 | 39.3959446 | 0.3751424 0.9977828 | 991 1462
9444 118.050 | 39.3983086 | 0.3746723 0.9977828 | 991 1462
9448 118.100 | 39.4047319 | 0.3742099 0.9977828 | 991 1462
9452 118.150 | 39.4103547 | 0.3737554 0.9977828 | 991 1462
9456 118.200 | 39.4165066 | 0.3733092 0.9977828 | 991 1462
9460 118.250 | 39.4201948 | 0.3728718 0.9977828 | 991 1462
9464 118.300 | 39.4265299 | 0.3724436 0.9977828 | 991 1462
9468 118.350 | 39.4320540 | 0.3720248 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.708358 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.20554442 m_irreducible=0.8831588328
INFO (AHFinderDirect): AH 1/3: r=0.0910305 at (0.027212,0.010080,0.000000)
INFO (AHFinderDirect): AH 1/3: area=26.40478997 m_irreducible=0.7247803844
INFO (AHFinderDirect): AH 2/3: r=0.0910305 at (-0.027212,-0.010080,0.000000)
INFO (AHFinderDirect): AH 2/3: area=26.40478997 m_irreducible=0.7247803844
9472 118.400 | 39.4225644 | 0.3877642 0.9977828 | 991 1462
9476 118.450 | 39.4123400 | 0.3873494 0.9977828 | 991 1462
9480 118.500 | 39.4186978 | 0.3869423 0.9977828 | 991 1462
9484 118.550 | 39.4243336 | 0.3865433 0.9977828 | 991 1462
9488 118.600 | 39.4305472 | 0.3861527 0.9977828 | 991 1462
9492 118.650 | 39.4345150 | 0.3857709 0.9977828 | 991 1462
9496 118.700 | 39.4408202 | 0.3853982 0.9977828 | 991 1462
9500 118.750 | 39.4461851 | 0.3850349 0.9977828 | 991 1462
9504 118.800 | 39.4511214 | 0.3846813 0.9977828 | 991 1462
9508 118.850 | 39.4532414 | 0.3843377 0.9977828 | 991 1462
9512 118.900 | 39.4595475 | 0.3840045 0.9977828 | 991 1462
9516 118.950 | 39.4650203 | 0.3836818 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9520 119.000 | 39.4710665 | 0.3833700 0.9977828 | 991 1462
9524 119.050 | 39.4751234 | 0.3829849 0.9977828 | 991 1462
9528 119.100 | 39.4816609 | 0.3825893 0.9977828 | 991 1462
9532 119.150 | 39.4874278 | 0.3822014 0.9977828 | 991 1462
9536 119.200 | 39.4923960 | 0.3818215 0.9977828 | 991 1462
9540 119.250 | 39.4831083 | 0.3814501 0.9977828 | 991 1462
9544 119.300 | 39.4893497 | 0.3810874 0.9977828 | 991 1462
9548 119.350 | 39.4946750 | 0.3807338 0.9977828 | 991 1462
9552 119.400 | 39.5006003 | 0.3803895 0.9977828 | 991 1462
9556 119.450 | 39.5042211 | 0.3800549 0.9977828 | 991 1462
9560 119.500 | 39.5103241 | 0.3797302 0.9977828 | 991 1462
9564 119.550 | 39.5157730 | 0.3794158 0.9977828 | 991 1462
9568 119.600 | 39.5212276 | 0.3791119 0.9977828 | 991 1462
9572 119.650 | 39.5229940 | 0.3788187 0.9977828 | 991 1462
9576 119.700 | 39.5289818 | 0.3785365 0.9977828 | 991 1462
9580 119.750 | 39.5341669 | 0.3782656 0.9977828 | 991 1462
9584 119.800 | 39.5398923 | 0.3780062 0.9977828 | 991 1462
9588 119.850 | 39.5432887 | 0.3777584 0.9977828 | 991 1462
9592 119.900 | 39.5493000 | 0.3774872 0.9977828 | 991 1462
9596 119.950 | 39.5547005 | 0.3771364 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.709844 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.2272441 m_irreducible=0.8834032065
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9600 120.000 | 39.5399258 | 0.3892055 0.9977828 | 991 1462
9604 120.050 | 39.5298212 | 0.3889529 0.9977828 | 991 1462
9608 120.100 | 39.5357903 | 0.3887107 0.9977828 | 991 1462
9612 120.150 | 39.5408792 | 0.3884792 0.9977828 | 991 1462
9616 120.200 | 39.5465500 | 0.3882584 0.9977828 | 991 1462
9620 120.250 | 39.5499116 | 0.3880486 0.9977828 | 991 1462
9624 120.300 | 39.5557790 | 0.3876932 0.9977828 | 991 1462
9628 120.350 | 39.5609865 | 0.3873265 0.9977828 | 991 1462
9632 120.400 | 39.5656917 | 0.3869627 0.9977828 | 991 1462
9636 120.450 | 39.5675454 | 0.3866023 0.9977828 | 991 1462
9640 120.500 | 39.5736719 | 0.3862454 0.9977828 | 991 1462
9644 120.550 | 39.5789520 | 0.3858925 0.9977828 | 991 1462
9648 120.600 | 39.5848408 | 0.3855437 0.9977828 | 991 1462
9652 120.650 | 39.5885281 | 0.3851993 0.9977828 | 991 1462
9656 120.700 | 39.5947448 | 0.3848597 0.9977828 | 991 1462
9660 120.750 | 39.6001315 | 0.3845252 0.9977828 | 991 1462
9664 120.800 | 39.6049028 | 0.3841960 0.9977828 | 991 1462
9668 120.850 | 39.5954086 | 0.3838723 0.9977828 | 991 1462
9672 120.900 | 39.6016481 | 0.3835546 0.9977828 | 991 1462
9676 120.950 | 39.6070602 | 0.3832430 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9680 121.000 | 39.6130759 | 0.3829378 0.9977828 | 991 1462
9684 121.050 | 39.6167867 | 0.3826393 0.9977828 | 991 1462
9688 121.100 | 39.6229934 | 0.3823477 0.9977828 | 991 1462
9692 121.150 | 39.6284266 | 0.3820633 0.9977828 | 991 1462
9696 121.200 | 39.6332804 | 0.3817863 0.9977828 | 991 1462
9700 121.250 | 39.6352356 | 0.3815170 0.9977828 | 991 1462
9704 121.300 | 39.6414484 | 0.3812556 0.9977828 | 991 1462
9708 121.350 | 39.6468839 | 0.3810023 0.9977828 | 991 1462
9712 121.400 | 39.6529154 | 0.3807574 0.9977828 | 991 1462
9716 121.450 | 39.6566295 | 0.3805210 0.9977828 | 991 1462
9720 121.500 | 39.6628108 | 0.3802933 0.9977828 | 991 1462
9724 121.550 | 39.6681925 | 0.3800746 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.710896 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.24259868 m_irreducible=0.8835760833
INFO (AHFinderDirect): AH 1/3: r=0.0425619 at (-0.000004,0.000010,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=20.81486251 m_irreducible=0.6435048813
INFO (AHFinderDirect): AH 2/3: r=0.0425619 at (0.000004,-0.000010,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=20.81486251 m_irreducible=0.6435048813
9728 121.600 | 39.6438940 | 0.3900308 0.9977828 | 991 1462
9732 121.650 | 39.6346320 | 0.3897526 0.9977828 | 991 1462
9736 121.700 | 39.6407217 | 0.3894810 0.9977828 | 991 1462
9740 121.750 | 39.6459555 | 0.3892161 0.9977828 | 991 1462
9744 121.800 | 39.6517151 | 0.3889582 0.9977828 | 991 1462
9748 121.850 | 39.6551954 | 0.3887075 0.9977828 | 991 1462
9752 121.900 | 39.6611736 | 0.3884643 0.9977828 | 991 1462
9756 121.950 | 39.6664237 | 0.3882287 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9760 122.000 | 39.6711552 | 0.3880009 0.9977828 | 991 1462
9764 122.050 | 39.6730984 | 0.3877812 0.9977828 | 991 1462
9768 122.100 | 39.6795592 | 0.3875697 0.9977828 | 991 1462
9772 122.150 | 39.6852213 | 0.3873665 0.9977828 | 991 1462
9776 122.200 | 39.6913236 | 0.3871720 0.9977828 | 991 1462
9780 122.250 | 39.6950032 | 0.3869610 0.9977828 | 991 1462
9784 122.300 | 39.7012844 | 0.3866774 0.9977828 | 991 1462
9788 122.350 | 39.7065109 | 0.3863983 0.9977828 | 991 1462
9792 122.400 | 39.7111535 | 0.3861241 0.9977828 | 991 1462
9796 122.450 | 39.7023525 | 0.3858549 0.9977828 | 991 1462
9800 122.500 | 39.7084319 | 0.3855910 0.9977828 | 991 1462
9804 122.550 | 39.7135613 | 0.3853325 0.9977828 | 991 1462
9808 122.600 | 39.7191622 | 0.3850798 0.9977828 | 991 1462
9812 122.650 | 39.7226697 | 0.3848331 0.9977828 | 991 1462
9816 122.700 | 39.7286656 | 0.3845925 0.9977828 | 991 1462
9820 122.750 | 39.7339583 | 0.3843583 0.9977828 | 991 1462
9824 122.800 | 39.7387051 | 0.3841307 0.9977828 | 991 1462
9828 122.850 | 39.7407749 | 0.3839098 0.9977828 | 991 1462
9832 122.900 | 39.7468564 | 0.3836959 0.9977828 | 991 1462
9836 122.950 | 39.7521973 | 0.3834891 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9840 123.000 | 39.7580855 | 0.3832897 0.9977828 | 991 1462
9844 123.050 | 39.7618579 | 0.3830977 0.9977828 | 991 1462
9848 123.100 | 39.7679893 | 0.3829134 0.9977828 | 991 1462
9852 123.150 | 39.7733321 | 0.3827102 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.711762 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.25299995 m_irreducible=0.8836931717
9856 123.200 | 39.7568277 | 0.3913412 0.9977828 | 991 1462
9860 123.250 | 39.7473021 | 0.3910701 0.9977828 | 991 1462
9864 123.300 | 39.7534164 | 0.3907996 0.9977828 | 991 1462
9868 123.350 | 39.7587368 | 0.3905299 0.9977828 | 991 1462
9872 123.400 | 39.7647958 | 0.3902613 0.9977828 | 991 1462
9876 123.450 | 39.7685310 | 0.3899940 0.9977828 | 991 1462
9880 123.500 | 39.7744961 | 0.3897282 0.9977828 | 991 1462
9884 123.550 | 39.7796764 | 0.3894642 0.9977828 | 991 1462
9888 123.600 | 39.7847893 | 0.3892020 0.9977828 | 991 1462
9892 123.650 | 39.7869953 | 0.3889421 0.9977828 | 991 1462
9896 123.700 | 39.7931729 | 0.3886845 0.9977828 | 991 1462
9900 123.750 | 39.7983662 | 0.3884294 0.9977828 | 991 1462
9904 123.800 | 39.8041548 | 0.3881772 0.9977828 | 991 1462
9908 123.850 | 39.8074861 | 0.3879281 0.9977828 | 991 1462
9912 123.900 | 39.8132365 | 0.3876821 0.9977828 | 991 1462
9916 123.950 | 39.8181757 | 0.3874396 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
9920 124.000 | 39.8225726 | 0.3872007 0.9977828 | 991 1462
9924 124.050 | 39.8130521 | 0.3869657 0.9977828 | 991 1462
9928 124.100 | 39.8189729 | 0.3867347 0.9977828 | 991 1462
9932 124.150 | 39.8241196 | 0.3865080 0.9977828 | 991 1462
9936 124.200 | 39.8298294 | 0.3862858 0.9977828 | 991 1462
9940 124.250 | 39.8333025 | 0.3860682 0.9977828 | 991 1462
9944 124.300 | 39.8391410 | 0.3858555 0.9977828 | 991 1462
9948 124.350 | 39.8442250 | 0.3856477 0.9977828 | 991 1462
9952 124.400 | 39.8492492 | 0.3854452 0.9977828 | 991 1462
9956 124.450 | 39.8510780 | 0.3852481 0.9977828 | 991 1462
9960 124.500 | 39.8570923 | 0.3850565 0.9977828 | 991 1462
9964 124.550 | 39.8623461 | 0.3848706 0.9977828 | 991 1462
9968 124.600 | 39.8680756 | 0.3846906 0.9977828 | 991 1462
9972 124.650 | 39.8716306 | 0.3845167 0.9977828 | 991 1462
9976 124.700 | 39.8776214 | 0.3843489 0.9977828 | 991 1462
9980 124.750 | 39.8828068 | 0.3841874 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.712629 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.26059015 m_irreducible=0.8837786056
9984 124.800 | 39.8628270 | 0.3928457 0.9977828 | 991 1462
9988 124.850 | 39.8538346 | 0.3926323 0.9977828 | 991 1462
9992 124.900 | 39.8598110 | 0.3924218 0.9977828 | 991 1462
9996 124.950 | 39.8649448 | 0.3922143 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10000 125.000 | 39.8706500 | 0.3920099 0.9977828 | 991 1462
10004 125.050 | 39.8742031 | 0.3918089 0.9977828 | 991 1462
10008 125.100 | 39.8800846 | 0.3916114 0.9977828 | 991 1462
10012 125.150 | 39.8851411 | 0.3914176 0.9977828 | 991 1462
10016 125.200 | 39.8898264 | 0.3912276 0.9977828 | 991 1462
10020 125.250 | 39.8917087 | 0.3910417 0.9977828 | 991 1462
10024 125.300 | 39.8976059 | 0.3908599 0.9977828 | 991 1462
10028 125.350 | 39.9027033 | 0.3906825 0.9977828 | 991 1462
10032 125.400 | 39.9084179 | 0.3905096 0.9977828 | 991 1462
10036 125.450 | 39.9118604 | 0.3903413 0.9977828 | 991 1462
10040 125.500 | 39.9178177 | 0.3901777 0.9977828 | 991 1462
10044 125.550 | 39.9229308 | 0.3900126 0.9977828 | 991 1462
10048 125.600 | 39.9273572 | 0.3898141 0.9977828 | 991 1462
10052 125.650 | 39.9180168 | 0.3896192 0.9977828 | 991 1462
10056 125.700 | 39.9241975 | 0.3894281 0.9977828 | 991 1462
10060 125.750 | 39.9295033 | 0.3892410 0.9977828 | 991 1462
10064 125.800 | 39.9351643 | 0.3890580 0.9977828 | 991 1462
10068 125.850 | 39.9386383 | 0.3888792 0.9977828 | 991 1462
10072 125.900 | 39.9445522 | 0.3887049 0.9977828 | 991 1462
10076 125.950 | 39.9496556 | 0.3885352 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10080 126.000 | 39.9542454 | 0.3883702 0.9977828 | 991 1462
10084 126.050 | 39.9561280 | 0.3882100 0.9977828 | 991 1462
10088 126.100 | 39.9620099 | 0.3880549 0.9977828 | 991 1462
10092 126.150 | 39.9671004 | 0.3879049 0.9977828 | 991 1462
10096 126.200 | 39.9728028 | 0.3877602 0.9977828 | 991 1462
10100 126.250 | 39.9763898 | 0.3876208 0.9977828 | 991 1462
10104 126.300 | 39.9826686 | 0.3874869 0.9977828 | 991 1462
10108 126.350 | 39.9882745 | 0.3873541 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.713558 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.26629188 m_irreducible=0.8838427779
INFO (AHFinderDirect): AH 1/3: r=0.0401577 at (0.000013,-0.000012,0.000000)
INFO (AHFinderDirect): AH 1/3: area=20.9899658 m_irreducible=0.6462059281
INFO (AHFinderDirect): AH 2/3: r=0.0401577 at (-0.000013,0.000012,0.000000)
INFO (AHFinderDirect): AH 2/3: area=20.9899658 m_irreducible=0.6462059281
10112 126.400 | 39.9857057 | 0.3934996 0.9977828 | 991 1462
10116 126.450 | 39.9760696 | 0.3933014 0.9977828 | 991 1462
10120 126.500 | 39.9818550 | 0.3931039 0.9977828 | 991 1462
10124 126.550 | 39.9868926 | 0.3929072 0.9977828 | 991 1462
10128 126.600 | 39.9924886 | 0.3927116 0.9977828 | 991 1462
10132 126.650 | 39.9959282 | 0.3925170 0.9977828 | 991 1462
10136 126.700 | 40.0018402 | 0.3923238 0.9977828 | 991 1462
10140 126.750 | 40.0069017 | 0.3921321 0.9977828 | 991 1462
10144 126.800 | 40.0118369 | 0.3919420 0.9977828 | 991 1462
10148 126.850 | 40.0135052 | 0.3917538 0.9977828 | 991 1462
10152 126.900 | 40.0193451 | 0.3915675 0.9977828 | 991 1462
10156 126.950 | 40.0243560 | 0.3913833 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10160 127.000 | 40.0300057 | 0.3912014 0.9977828 | 991 1462
10164 127.050 | 40.0335280 | 0.3910220 0.9977828 | 991 1462
10168 127.100 | 40.0394249 | 0.3908452 0.9977828 | 991 1462
10172 127.150 | 40.0447970 | 0.3906711 0.9977828 | 991 1462
10176 127.200 | 40.0492981 | 0.3905000 0.9977828 | 991 1462
10180 127.250 | 40.0397920 | 0.3903319 0.9977828 | 991 1462
10184 127.300 | 40.0457834 | 0.3901670 0.9977828 | 991 1462
10188 127.350 | 40.0510415 | 0.3900055 0.9977828 | 991 1462
10192 127.400 | 40.0569602 | 0.3898475 0.9977828 | 991 1462
10196 127.450 | 40.0607501 | 0.3896931 0.9977828 | 991 1462
10200 127.500 | 40.0665965 | 0.3895425 0.9977828 | 991 1462
10204 127.550 | 40.0716692 | 0.3893958 0.9977828 | 991 1462
10208 127.600 | 40.0763915 | 0.3892531 0.9977828 | 991 1462
10212 127.650 | 40.0785676 | 0.3891145 0.9977828 | 991 1462
10216 127.700 | 40.0843996 | 0.3889802 0.9977828 | 991 1462
10220 127.750 | 40.0893795 | 0.3888503 0.9977828 | 991 1462
10224 127.800 | 40.0949173 | 0.3887249 0.9977828 | 991 1462
10228 127.850 | 40.0983236 | 0.3886040 0.9977828 | 991 1462
10232 127.900 | 40.1041770 | 0.3884879 0.9977828 | 991 1462
10236 127.950 | 40.1091956 | 0.3883765 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.714529 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.27082404 m_irreducible=0.8838937836
INFO (TimerReport): Timer Report at iteration 10240 time 128
INFO (TimerReport): Top timers at iteration 10240 time 128
======================================================================
% Time/s Min/s Max/s Timer (gettimeofday)
======================================================================
100.0 11408.6 11306.7 11517.1 meta mode/meta mode/global mode
75.3 8589.1 8588.4 8591.6 main/Evolve/CallEvol
71.8 8189.2 8168.0 8219.2 main/Evolve/CallEvol/CCTK_EVOL
71.6 8166.3 8144.2 8194.8 main/Evolve/CallEvol/CCTK_EVOL/CallFunction
42.8 4884.9 4512.4 5291.0 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns
40.0 4569.0 4559.3 4573.5 meta mode/meta mode/global mode/level(7)
25.9 2958.7 2536.9 3351.5 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs
23.4 2667.9 2661.7 2673.8 meta mode/meta mode/global mode/level(6)
17.5 2000.1 1750.1 2235.4 [0198] ML_BSSN: ML_BSSN_SelectBoundConds in CCTK_EVOL
14.6 1663.3 1309.0 2025.8 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Sync
12.2 1387.1 1386.9 1387.3 main/Evolve/CallRestrict
11.6 1320.7 1298.4 1344.9 main/Evolve/CallRestrict/CCTK_POSTRESTRICT
11.5 1317.0 1294.8 1341.2 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction
11.3 1292.1 1126.6 1446.4 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Prolongate
10.9 1240.8 1234.9 1244.3 meta mode/meta mode/global mode/level(5)
10.0 1136.9 1034.0 1239.2 main/Evolve/CallAnalysis
9.9 1133.6 928.4 1437.3 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Sync/comm_state[6].state_do_some_work.step
9.7 1104.1 1004.3 1207.8 main/Evolve/CallAnalysis/CCTK_POSTSTEP
9.7 1102.3 1002.5 1206.1 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction
9.0 1030.7 931.1 1135.2 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction/thorns
8.8 1008.0 881.8 1082.1 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs
7.1 804.4 301.5 1250.2 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/syncs/Prolongate/comm_state[6].state_do_some_work.step
6.0 680.4 566.8 831.8 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs/Prolongate
5.5 633.0 627.4 637.4 meta mode/meta mode/global mode/level(4)
5.3 603.0 553.5 645.9 [0191] ML_BSSN: ML_BSSN_EvolutionInteriorSplitBy3 in CCTK_EVOL
5.1 581.0 530.9 623.2 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EvolutionInteriorSplitBy3
5.1 581.0 537.2 612.0 [0225] ML_BSSN: ML_BSSN_SelectBoundConds in CCTK_POSTRESTRICT
4.6 525.7 499.2 557.3 meta mode/meta mode/global mode/level(1)
4.6 525.6 481.2 551.8 [0190] ML_BSSN: ML_BSSN_EvolutionInteriorSplitBy2 in CCTK_EVOL
4.5 510.2 426.2 586.3 [0163] CarpetMask: CarpetSurfaceSetup in CCTK_POSTSTEP
4.4 502.4 459.0 528.2 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EvolutionInteriorSplitBy2
4.4 500.8 479.9 527.8 meta mode/meta mode/global mode/level(0)
4.4 500.6 416.8 576.1 main/Evolve/CallAnalysis/CCTK_POSTSTEP/CallFunction/thorns/CarpetSurfaceSetup
4.3 489.2 448.4 514.0 [0197] ML_BSSN: ML_BSSN_EnforceEverywhere in CCTK_EVOL
4.1 469.3 425.8 496.1 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/ML_BSSN_EnforceEverywhere
4.0 452.9 444.7 460.2 meta mode/meta mode/global mode/level(3)
3.9 444.0 250.3 747.8 [0203] RotatingSymmetry180: Rot180_ComputeLevelExtent in CCTK_EVOL
3.9 441.8 248.4 745.3 main/Evolve/CallEvol/CCTK_EVOL/CallFunction/thorns/Rot180_ComputeLevelExtent
3.5 398.8 73.7 645.9 main/Evolve/CallRestrict/CCTK_POSTRESTRICT/CallFunction/syncs/Prolongate/comm_state[6].state_do_some
3.5 393.8 393.8 393.8 [0146] AHFinderDirect: AHFinderDirect_find_horizons in CCTK_POSTSTEP
======================================================================
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 642506208 ( 612.7 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 762632 ( 0.7 MiB) Bytes in central cache freelist
MALLOC: + 4308992 ( 4.1 MiB) Bytes in transfer cache freelist
MALLOC: + 28720920 ( 27.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 678670528 ( 647.2 MiB) Actual memory used (physical + swap)
MALLOC: + 320520192 ( 305.7 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3975 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 344 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 419 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3660 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 341 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6137 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 367 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 868 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2543 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 288 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 53 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 26 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 5 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.2 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.2 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 13 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.3 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 3 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.0 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.2 cum MiB
class 67 [ 98304 bytes ] : 25 objs; 2.3 MiB; 5.6 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 8.1 cum MiB
class 69 [ 114688 bytes ] : 147 objs; 16.1 MiB; 24.2 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 25.1 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 26.1 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 26.9 cum MiB
class 73 [ 147456 bytes ] : 2 objs; 0.3 MiB; 27.2 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 30.9 cum MiB
class 75 [ 163840 bytes ] : 2 objs; 0.3 MiB; 31.2 cum MiB
class 79 [ 196608 bytes ] : 2 objs; 0.4 MiB; 31.6 cum MiB
class 80 [ 204800 bytes ] : 1 objs; 0.2 MiB; 31.8 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 32.0 cum MiB
------------------------------------------------
PageHeap: 47 sizes; 0.0 MiB free; 305.7 MiB unmapped
------------------------------------------------
1 pages * 68 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 50 spans ~ 0.8 MiB; 1.3 MiB cum; unmapped: 0.8 MiB; 1.3 MiB cum
3 pages * 55 spans ~ 1.3 MiB; 2.6 MiB cum; unmapped: 1.3 MiB; 2.6 MiB cum
4 pages * 54 spans ~ 1.7 MiB; 4.3 MiB cum; unmapped: 1.7 MiB; 4.3 MiB cum
5 pages * 28 spans ~ 1.1 MiB; 5.4 MiB cum; unmapped: 1.1 MiB; 5.4 MiB cum
6 pages * 34 spans ~ 1.6 MiB; 7.0 MiB cum; unmapped: 1.6 MiB; 7.0 MiB cum
7 pages * 38 spans ~ 2.1 MiB; 9.1 MiB cum; unmapped: 2.1 MiB; 9.1 MiB cum
8 pages * 22 spans ~ 1.4 MiB; 10.4 MiB cum; unmapped: 1.4 MiB; 10.4 MiB cum
9 pages * 26 spans ~ 1.8 MiB; 12.3 MiB cum; unmapped: 1.8 MiB; 12.3 MiB cum
10 pages * 15 spans ~ 1.2 MiB; 13.4 MiB cum; unmapped: 1.2 MiB; 13.4 MiB cum
11 pages * 17 spans ~ 1.5 MiB; 14.9 MiB cum; unmapped: 1.5 MiB; 14.9 MiB cum
12 pages * 5 spans ~ 0.5 MiB; 15.4 MiB cum; unmapped: 0.5 MiB; 15.4 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 15.7 MiB cum; unmapped: 0.4 MiB; 15.7 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 16.4 MiB cum; unmapped: 0.7 MiB; 16.4 MiB cum
47 pages * 2 spans ~ 0.7 MiB; 17.2 MiB cum; unmapped: 0.7 MiB; 17.2 MiB cum
48 pages * 2 spans ~ 0.8 MiB; 17.9 MiB cum; unmapped: 0.8 MiB; 17.9 MiB cum
49 pages * 1 spans ~ 0.4 MiB; 18.3 MiB cum; unmapped: 0.4 MiB; 18.3 MiB cum
58 pages * 1 spans ~ 0.5 MiB; 18.8 MiB cum; unmapped: 0.5 MiB; 18.8 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 19.2 MiB cum; unmapped: 0.5 MiB; 19.2 MiB cum
61 pages * 1 spans ~ 0.5 MiB; 19.7 MiB cum; unmapped: 0.5 MiB; 19.7 MiB cum
62 pages * 1 spans ~ 0.5 MiB; 20.2 MiB cum; unmapped: 0.5 MiB; 20.2 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 20.7 MiB cum; unmapped: 0.5 MiB; 20.7 MiB cum
66 pages * 1 spans ~ 0.5 MiB; 21.2 MiB cum; unmapped: 0.5 MiB; 21.2 MiB cum
77 pages * 1 spans ~ 0.6 MiB; 21.8 MiB cum; unmapped: 0.6 MiB; 21.8 MiB cum
78 pages * 2 spans ~ 1.2 MiB; 23.0 MiB cum; unmapped: 1.2 MiB; 23.0 MiB cum
80 pages * 1 spans ~ 0.6 MiB; 23.6 MiB cum; unmapped: 0.6 MiB; 23.6 MiB cum
82 pages * 1 spans ~ 0.6 MiB; 24.3 MiB cum; unmapped: 0.6 MiB; 24.3 MiB cum
83 pages * 1 spans ~ 0.6 MiB; 24.9 MiB cum; unmapped: 0.6 MiB; 24.9 MiB cum
84 pages * 2 spans ~ 1.3 MiB; 26.2 MiB cum; unmapped: 1.3 MiB; 26.2 MiB cum
85 pages * 2 spans ~ 1.3 MiB; 27.6 MiB cum; unmapped: 1.3 MiB; 27.6 MiB cum
89 pages * 1 spans ~ 0.7 MiB; 28.3 MiB cum; unmapped: 0.7 MiB; 28.3 MiB cum
93 pages * 1 spans ~ 0.7 MiB; 29.0 MiB cum; unmapped: 0.7 MiB; 29.0 MiB cum
95 pages * 1 spans ~ 0.7 MiB; 29.7 MiB cum; unmapped: 0.7 MiB; 29.7 MiB cum
99 pages * 1 spans ~ 0.8 MiB; 30.5 MiB cum; unmapped: 0.8 MiB; 30.5 MiB cum
100 pages * 1 spans ~ 0.8 MiB; 31.3 MiB cum; unmapped: 0.8 MiB; 31.3 MiB cum
101 pages * 1 spans ~ 0.8 MiB; 32.1 MiB cum; unmapped: 0.8 MiB; 32.1 MiB cum
102 pages * 1 spans ~ 0.8 MiB; 32.9 MiB cum; unmapped: 0.8 MiB; 32.9 MiB cum
105 pages * 1 spans ~ 0.8 MiB
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10240 128.000 | 40.0846395 | 0.3939185 0.9977828 | 991 1462
10244 128.050 | 40.0751260 | 0.3937480 0.9977828 | 991 1462
10248 128.100 | 40.0811880 | 0.3935776 0.9977828 | 991 1462
10252 128.150 | 40.0862630 | 0.3934075 0.9977828 | 991 1462
10256 128.200 | 40.0916893 | 0.3932379 0.9977828 | 991 1462
10260 128.250 | 40.0950298 | 0.3930689 0.9977828 | 991 1462
10264 128.300 | 40.1010077 | 0.3929005 0.9977828 | 991 1462
10268 128.350 | 40.1060567 | 0.3927331 0.9977828 | 991 1462
10272 128.400 | 40.1105052 | 0.3925666 0.9977828 | 991 1462
10276 128.450 | 40.1122074 | 0.3924013 0.9977828 | 991 1462
10280 128.500 | 40.1179516 | 0.3922373 0.9977828 | 991 1462
10284 128.550 | 40.1228834 | 0.3920747 0.9977828 | 991 1462
10288 128.600 | 40.1284621 | 0.3919137 0.9977828 | 991 1462
10292 128.650 | 40.1318387 | 0.3917544 0.9977828 | 991 1462
10296 128.700 | 40.1375751 | 0.3915970 0.9977828 | 991 1462
10300 128.750 | 40.1425249 | 0.3914415 0.9977828 | 991 1462
10304 128.800 | 40.1468326 | 0.3912882 0.9977828 | 991 1462
10308 128.850 | 40.1372439 | 0.3911372 0.9977828 | 991 1462
10312 128.900 | 40.1429751 | 0.3909885 0.9977828 | 991 1462
10316 128.950 | 40.1480255 | 0.3908424 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10320 129.000 | 40.1536453 | 0.3906989 0.9977828 | 991 1462
10324 129.050 | 40.1571034 | 0.3905581 0.9977828 | 991 1462
10328 129.100 | 40.1629199 | 0.3904203 0.9977828 | 991 1462
10332 129.150 | 40.1679660 | 0.3902855 0.9977828 | 991 1462
10336 129.200 | 40.1725620 | 0.3901538 0.9977828 | 991 1462
10340 129.250 | 40.1745457 | 0.3900254 0.9977828 | 991 1462
10344 129.300 | 40.1803466 | 0.3899003 0.9977828 | 991 1462
10348 129.350 | 40.1853559 | 0.3897787 0.9977828 | 991 1462
10352 129.400 | 40.1908851 | 0.3896607 0.9977828 | 991 1462
10356 129.450 | 40.1944326 | 0.3895463 0.9977828 | 991 1462
10360 129.500 | 40.2001141 | 0.3894357 0.9977828 | 991 1462
10364 129.550 | 40.2050463 | 0.3893289 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.715477 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.27404695 m_irreducible=0.8839300529
INFO (AHFinderDirect): AH 1/3: r=0.0398839 at (-0.000011,0.000011,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.06610557 m_irreducible=0.6473769027
INFO (AHFinderDirect): AH 2/3: r=0.0398839 at (0.000011,-0.000011,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.06610557 m_irreducible=0.6473769027
10368 129.600 | 40.2026853 | 0.3946399 0.9977828 | 991 1462
10372 129.650 | 40.1933088 | 0.3944951 0.9977828 | 991 1462
10376 129.700 | 40.1991553 | 0.3943523 0.9977828 | 991 1462
10380 129.750 | 40.2042173 | 0.3942114 0.9977828 | 991 1462
10384 129.800 | 40.2097165 | 0.3940725 0.9977828 | 991 1462
10388 129.850 | 40.2132061 | 0.3939359 0.9977828 | 991 1462
10392 129.900 | 40.2189445 | 0.3938016 0.9977828 | 991 1462
10396 129.950 | 40.2240045 | 0.3936697 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10400 130.000 | 40.2285306 | 0.3935404 0.9977828 | 991 1462
10404 130.050 | 40.2304226 | 0.3934137 0.9977828 | 991 1462
10408 130.100 | 40.2360561 | 0.3932898 0.9977828 | 991 1462
10412 130.150 | 40.2409794 | 0.3931688 0.9977828 | 991 1462
10416 130.200 | 40.2464489 | 0.3930508 0.9977828 | 991 1462
10420 130.250 | 40.2498143 | 0.3929358 0.9977828 | 991 1462
10424 130.300 | 40.2554116 | 0.3928241 0.9977828 | 991 1462
10428 130.350 | 40.2602502 | 0.3927156 0.9977828 | 991 1462
10432 130.400 | 40.2645228 | 0.3926105 0.9977828 | 991 1462
10436 130.450 | 40.2548844 | 0.3925088 0.9977828 | 991 1462
10440 130.500 | 40.2605984 | 0.3924107 0.9977828 | 991 1462
10444 130.550 | 40.2654131 | 0.3923161 0.9977828 | 991 1462
10448 130.600 | 40.2707923 | 0.3922131 0.9977828 | 991 1462
10452 130.650 | 40.2738747 | 0.3921088 0.9977828 | 991 1462
10456 130.700 | 40.2793934 | 0.3920076 0.9977828 | 991 1462
10460 130.750 | 40.2843966 | 0.3919096 0.9977828 | 991 1462
10464 130.800 | 40.2892894 | 0.3918148 0.9977828 | 991 1462
10468 130.850 | 40.2910847 | 0.3917235 0.9977828 | 991 1462
10472 130.900 | 40.2967125 | 0.3916356 0.9977828 | 991 1462
10476 130.950 | 40.3017358 | 0.3915512 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10480 131.000 | 40.3073224 | 0.3914703 0.9977828 | 991 1462
10484 131.050 | 40.3102058 | 0.3913931 0.9977828 | 991 1462
10488 131.100 | 40.3157930 | 0.3913195 0.9977828 | 991 1462
10492 131.150 | 40.3206847 | 0.3912496 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.716369 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.27660552 m_irreducible=0.8839588449
INFO (AHFinderDirect): AH 1/3: r=0.039872 at (-0.000008,0.000015,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.07421079 m_irreducible=0.6475014304
INFO (AHFinderDirect): AH 2/3: r=0.039872 at (0.000008,-0.000015,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.07421079 m_irreducible=0.6475014304
10496 131.200 | 40.3187464 | 0.3952476 0.9977828 | 991 1462
10500 131.250 | 40.3097455 | 0.3951361 0.9977828 | 991 1462
10504 131.300 | 40.3155403 | 0.3950274 0.9977828 | 991 1462
10508 131.350 | 40.3205039 | 0.3949213 0.9977828 | 991 1462
10512 131.400 | 40.3259805 | 0.3948182 0.9977828 | 991 1462
10516 131.450 | 40.3291878 | 0.3947179 0.9977828 | 991 1462
10520 131.500 | 40.3346318 | 0.3946207 0.9977828 | 991 1462
10524 131.550 | 40.3395531 | 0.3945265 0.9977828 | 991 1462
10528 131.600 | 40.3440123 | 0.3944355 0.9977828 | 991 1462
10532 131.650 | 40.3455787 | 0.3943478 0.9977828 | 991 1462
10536 131.700 | 40.3513114 | 0.3942633 0.9977828 | 991 1462
10540 131.750 | 40.3562884 | 0.3941822 0.9977828 | 991 1462
10544 131.800 | 40.3617605 | 0.3941046 0.9977828 | 991 1462
10548 131.850 | 40.3647838 | 0.3940304 0.9977828 | 991 1462
10552 131.900 | 40.3703240 | 0.3939546 0.9977828 | 991 1462
10556 131.950 | 40.3751606 | 0.3938330 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10560 132.000 | 40.3793741 | 0.3937125 0.9977828 | 991 1462
10564 132.050 | 40.3697572 | 0.3935933 0.9977828 | 991 1462
10568 132.100 | 40.3754870 | 0.3934755 0.9977828 | 991 1462
10572 132.150 | 40.3802291 | 0.3933592 0.9977828 | 991 1462
10576 132.200 | 40.3856093 | 0.3932444 0.9977828 | 991 1462
10580 132.250 | 40.3887919 | 0.3931313 0.9977828 | 991 1462
10584 132.300 | 40.3944148 | 0.3930200 0.9977828 | 991 1462
10588 132.350 | 40.3990640 | 0.3929106 0.9977828 | 991 1462
10592 132.400 | 40.4033953 | 0.3928031 0.9977828 | 991 1462
10596 132.450 | 40.4050617 | 0.3926977 0.9977828 | 991 1462
10600 132.500 | 40.4106735 | 0.3925944 0.9977828 | 991 1462
10604 132.550 | 40.4155508 | 0.3924934 0.9977828 | 991 1462
10608 132.600 | 40.4209625 | 0.3923947 0.9977828 | 991 1462
10612 132.650 | 40.4243174 | 0.3922984 0.9977828 | 991 1462
10616 132.700 | 40.4298360 | 0.3922045 0.9977828 | 991 1462
10620 132.750 | 40.4347473 | 0.3921133 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.717169 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.27834487 m_irreducible=0.8839784176
INFO (AHFinderDirect): AH 1/3: r=0.0398539 at (-0.000000,0.000012,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.08638999 m_irreducible=0.6476885053
INFO (AHFinderDirect): AH 2/3: r=0.0398539 at (0.000000,-0.000012,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.08638999 m_irreducible=0.6476885053
10624 132.800 | 40.4322310 | 0.3960443 0.9977828 | 991 1462
10628 132.850 | 40.4229034 | 0.3959436 0.9977828 | 991 1462
10632 132.900 | 40.4286510 | 0.3958451 0.9977828 | 991 1462
10636 132.950 | 40.4336157 | 0.3957486 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10640 133.000 | 40.4391186 | 0.3956544 0.9977828 | 991 1462
10644 133.050 | 40.4421286 | 0.3955624 0.9977828 | 991 1462
10648 133.100 | 40.4475071 | 0.3954729 0.9977828 | 991 1462
10652 133.150 | 40.4523833 | 0.3953857 0.9977828 | 991 1462
10656 133.200 | 40.4567204 | 0.3953011 0.9977828 | 991 1462
10660 133.250 | 40.4584654 | 0.3952191 0.9977828 | 991 1462
10664 133.300 | 40.4641061 | 0.3951397 0.9977828 | 991 1462
10668 133.350 | 40.4687733 | 0.3950631 0.9977828 | 991 1462
10672 133.400 | 40.4741520 | 0.3949892 0.9977828 | 991 1462
10676 133.450 | 40.4774666 | 0.3949181 0.9977828 | 991 1462
10680 133.500 | 40.4829917 | 0.3948499 0.9977828 | 991 1462
10684 133.550 | 40.4875027 | 0.3947846 0.9977828 | 991 1462
10688 133.600 | 40.4914964 | 0.3947223 0.9977828 | 991 1462
10692 133.650 | 40.4820101 | 0.3946629 0.9977828 | 991 1462
10696 133.700 | 40.4875773 | 0.3946066 0.9977828 | 991 1462
10700 133.750 | 40.4923457 | 0.3945534 0.9977828 | 991 1462
10704 133.800 | 40.4976175 | 0.3945033 0.9977828 | 991 1462
10708 133.850 | 40.5007512 | 0.3944562 0.9977828 | 991 1462
10712 133.900 | 40.5062297 | 0.3943695 0.9977828 | 991 1462
10716 133.950 | 40.5109951 | 0.3942683 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10720 134.000 | 40.5156205 | 0.3941680 0.9977828 | 991 1462
10724 134.050 | 40.5172302 | 0.3940686 0.9977828 | 991 1462
10728 134.100 | 40.5226624 | 0.3939702 0.9977828 | 991 1462
10732 134.150 | 40.5273281 | 0.3938728 0.9977828 | 991 1462
10736 134.200 | 40.5324947 | 0.3937766 0.9977828 | 991 1462
10740 134.250 | 40.5355405 | 0.3936816 0.9977828 | 991 1462
10744 134.300 | 40.5409401 | 0.3935880 0.9977828 | 991 1462
10748 134.350 | 40.5456608 | 0.3934958 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 1/3: r=0.0398495 at (-0.000005,0.000007,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.09046631 m_irreducible=0.6477511062
INFO (AHFinderDirect): AH 2/3: r=0.0398495 at (0.000005,-0.000007,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.09046631 m_irreducible=0.6477511062
INFO (AHFinderDirect): AH 3/3: r=0.717887 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.27988488 m_irreducible=0.8839957468
10752 134.400 | 40.5450670 | 0.3964519 0.9977828 | 991 1462
10756 134.450 | 40.5354969 | 0.3963601 0.9977828 | 991 1462
10760 134.500 | 40.5410077 | 0.3962696 0.9977828 | 991 1462
10764 134.550 | 40.5457792 | 0.3961806 0.9977828 | 991 1462
10768 134.600 | 40.5510760 | 0.3960932 0.9977828 | 991 1462
10772 134.650 | 40.5543094 | 0.3960074 0.9977828 | 991 1462
10776 134.700 | 40.5597612 | 0.3959234 0.9977828 | 991 1462
10780 134.750 | 40.5642980 | 0.3958411 0.9977828 | 991 1462
10784 134.800 | 40.5684522 | 0.3957607 0.9977828 | 991 1462
10788 134.850 | 40.5697163 | 0.3956821 0.9977828 | 991 1462
10792 134.900 | 40.5748386 | 0.3956056 0.9977828 | 991 1462
10796 134.950 | 40.5793393 | 0.3955311 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10800 135.000 | 40.5844480 | 0.3954587 0.9977828 | 991 1462
10804 135.050 | 40.5873844 | 0.3953884 0.9977828 | 991 1462
10808 135.100 | 40.5926092 | 0.3953204 0.9977828 | 991 1462
10812 135.150 | 40.5971162 | 0.3952546 0.9977828 | 991 1462
10816 135.200 | 40.6010396 | 0.3951912 0.9977828 | 991 1462
10820 135.250 | 40.5915559 | 0.3951301 0.9977828 | 991 1462
10824 135.300 | 40.5970812 | 0.3950714 0.9977828 | 991 1462
10828 135.350 | 40.6019283 | 0.3950151 0.9977828 | 991 1462
10832 135.400 | 40.6071579 | 0.3949613 0.9977828 | 991 1462
10836 135.450 | 40.6103621 | 0.3948909 0.9977828 | 991 1462
10840 135.500 | 40.6157733 | 0.3948043 0.9977828 | 991 1462
10844 135.550 | 40.6206705 | 0.3947187 0.9977828 | 991 1462
10848 135.600 | 40.6250107 | 0.3946342 0.9977828 | 991 1462
10852 135.650 | 40.6265493 | 0.3945508 0.9977828 | 991 1462
10856 135.700 | 40.6318777 | 0.3944687 0.9977828 | 991 1462
10860 135.750 | 40.6365724 | 0.3943878 0.9977828 | 991 1462
10864 135.800 | 40.6418545 | 0.3943083 0.9977828 | 991 1462
10868 135.850 | 40.6449903 | 0.3942302 0.9977828 | 991 1462
10872 135.900 | 40.6503145 | 0.3941536 0.9977828 | 991 1462
10876 135.950 | 40.6548890 | 0.3940786 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.718521 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.2809752 m_irreducible=0.8840080155
INFO (AHFinderDirect): AH 1/3: r=0.0398705 at (0.000000,0.000005,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.09373497 m_irreducible=0.6478012995
INFO (AHFinderDirect): AH 2/3: r=0.0398705 at (-0.000000,-0.000005,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.09373497 m_irreducible=0.6478012995
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10880 136.000 | 40.6525846 | 0.3972958 0.9977828 | 991 1462
10884 136.050 | 40.6428718 | 0.3972203 0.9977828 | 991 1462
10888 136.100 | 40.6481890 | 0.3971441 0.9977828 | 991 1462
10892 136.150 | 40.6527274 | 0.3970619 0.9977828 | 991 1462
10896 136.200 | 40.6578054 | 0.3969800 0.9977828 | 991 1462
10900 136.250 | 40.6607505 | 0.3968991 0.9977828 | 991 1462
10904 136.300 | 40.6659556 | 0.3968194 0.9977828 | 991 1462
10908 136.350 | 40.6705476 | 0.3967410 0.9977828 | 991 1462
10912 136.400 | 40.6747791 | 0.3966638 0.9977828 | 991 1462
10916 136.450 | 40.6763398 | 0.3965879 0.9977828 | 991 1462
10920 136.500 | 40.6817017 | 0.3965131 0.9977828 | 991 1462
10924 136.550 | 40.6862969 | 0.3964327 0.9977828 | 991 1462
10928 136.600 | 40.6913704 | 0.3963522 0.9977828 | 991 1462
10932 136.650 | 40.6940447 | 0.3962717 0.9977828 | 991 1462
10936 136.700 | 40.6994298 | 0.3961912 0.9977828 | 991 1462
10940 136.750 | 40.7040370 | 0.3961108 0.9977828 | 991 1462
10944 136.800 | 40.7079952 | 0.3960306 0.9977828 | 991 1462
10948 136.850 | 40.6983870 | 0.3959506 0.9977828 | 991 1462
10952 136.900 | 40.7038793 | 0.3958710 0.9977828 | 991 1462
10956 136.950 | 40.7086542 | 0.3957918 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
10960 137.000 | 40.7139746 | 0.3957131 0.9977828 | 991 1462
10964 137.050 | 40.7171884 | 0.3956348 0.9977828 | 991 1462
10968 137.100 | 40.7223992 | 0.3955572 0.9977828 | 991 1462
10972 137.150 | 40.7268949 | 0.3954803 0.9977828 | 991 1462
10976 137.200 | 40.7308808 | 0.3954041 0.9977828 | 991 1462
10980 137.250 | 40.7321102 | 0.3953288 0.9977828 | 991 1462
10984 137.300 | 40.7373054 | 0.3952543 0.9977828 | 991 1462
10988 137.350 | 40.7417377 | 0.3951808 0.9977828 | 991 1462
10992 137.400 | 40.7467671 | 0.3951083 0.9977828 | 991 1462
10996 137.450 | 40.7498253 | 0.3950368 0.9977828 | 991 1462
11000 137.500 | 40.7551907 | 0.3949665 0.9977828 | 991 1462
11004 137.550 | 40.7599286 | 0.3948974 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.719087 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28192148 m_irreducible=0.8840186634
11008 137.600 | 40.7350565 | 0.3976261 0.9977828 | 991 1462
11012 137.650 | 40.7257156 | 0.3975610 0.9977828 | 991 1462
11016 137.700 | 40.7311261 | 0.3974972 0.9977828 | 991 1462
11020 137.750 | 40.7358655 | 0.3974348 0.9977828 | 991 1462
11024 137.800 | 40.7410353 | 0.3973738 0.9977828 | 991 1462
11028 137.850 | 40.7441952 | 0.3973017 0.9977828 | 991 1462
11032 137.900 | 40.7497032 | 0.3972302 0.9977828 | 991 1462
11036 137.950 | 40.7544864 | 0.3971596 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11040 138.000 | 40.7586100 | 0.3970899 0.9977828 | 991 1462
11044 138.050 | 40.7601637 | 0.3970212 0.9977828 | 991 1462
11048 138.100 | 40.7655670 | 0.3969534 0.9977828 | 991 1462
11052 138.150 | 40.7700605 | 0.3968867 0.9977828 | 991 1462
11056 138.200 | 40.7750804 | 0.3968211 0.9977828 | 991 1462
11060 138.250 | 40.7778178 | 0.3967568 0.9977828 | 991 1462
11064 138.300 | 40.7827921 | 0.3966936 0.9977828 | 991 1462
11068 138.350 | 40.7873935 | 0.3966317 0.9977828 | 991 1462
11072 138.400 | 40.7914839 | 0.3965712 0.9977828 | 991 1462
11076 138.450 | 40.7825037 | 0.3965121 0.9977828 | 991 1462
11080 138.500 | 40.7879924 | 0.3964544 0.9977828 | 991 1462
11084 138.550 | 40.7927173 | 0.3963982 0.9977828 | 991 1462
11088 138.600 | 40.7980222 | 0.3963435 0.9977828 | 991 1462
11092 138.650 | 40.8012824 | 0.3962904 0.9977828 | 991 1462
11096 138.700 | 40.8068289 | 0.3962389 0.9977828 | 991 1462
11100 138.750 | 40.8115832 | 0.3961891 0.9977828 | 991 1462
11104 138.800 | 40.8162297 | 0.3961409 0.9977828 | 991 1462
11108 138.850 | 40.8177192 | 0.3960945 0.9977828 | 991 1462
11112 138.900 | 40.8229678 | 0.3960449 0.9977828 | 991 1462
11116 138.950 | 40.8276594 | 0.3959804 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11120 139.000 | 40.8328193 | 0.3959164 0.9977828 | 991 1462
11124 139.050 | 40.8359195 | 0.3958528 0.9977828 | 991 1462
11128 139.100 | 40.8410871 | 0.3957897 0.9977828 | 991 1462
11132 139.150 | 40.8457775 | 0.3957272 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.719597 at (0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28274092 m_irreducible=0.8840278839
INFO (AHFinderDirect): AH 1/3: r=0.0398625 at (0.000003,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.10501217 m_irreducible=0.6479744411
INFO (AHFinderDirect): AH 2/3: r=0.0398625 at (-0.000003,0.000000,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.10501217 m_irreducible=0.6479744411
11136 139.200 | 40.8444025 | 0.3978148 0.9977828 | 991 1462
11140 139.250 | 40.8351262 | 0.3977528 0.9977828 | 991 1462
11144 139.300 | 40.8403536 | 0.3976908 0.9977828 | 991 1462
11148 139.350 | 40.8447941 | 0.3976289 0.9977828 | 991 1462
11152 139.400 | 40.8498804 | 0.3975671 0.9977828 | 991 1462
11156 139.450 | 40.8528243 | 0.3975055 0.9977828 | 991 1462
11160 139.500 | 40.8580424 | 0.3974442 0.9977828 | 991 1462
11164 139.550 | 40.8625741 | 0.3973831 0.9977828 | 991 1462
11168 139.600 | 40.8666698 | 0.3973224 0.9977828 | 991 1462
11172 139.650 | 40.8680968 | 0.3972621 0.9977828 | 991 1462
11176 139.700 | 40.8733003 | 0.3972022 0.9977828 | 991 1462
11180 139.750 | 40.8777142 | 0.3971429 0.9977828 | 991 1462
11184 139.800 | 40.8827461 | 0.3970841 0.9977828 | 991 1462
11188 139.850 | 40.8857910 | 0.3970260 0.9977828 | 991 1462
11192 139.900 | 40.8910458 | 0.3969685 0.9977828 | 991 1462
11196 139.950 | 40.8954636 | 0.3969118 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11200 140.000 | 40.8993516 | 0.3968558 0.9977828 | 991 1462
11204 140.050 | 40.8899022 | 0.3968007 0.9977828 | 991 1462
11208 140.100 | 40.8951506 | 0.3967464 0.9977828 | 991 1462
11212 140.150 | 40.8997332 | 0.3966930 0.9977828 | 991 1462
11216 140.200 | 40.9048056 | 0.3966406 0.9977828 | 991 1462
11220 140.250 | 40.9079825 | 0.3965892 0.9977828 | 991 1462
11224 140.300 | 40.9133380 | 0.3965389 0.9977828 | 991 1462
11228 140.350 | 40.9179486 | 0.3964896 0.9977828 | 991 1462
11232 140.400 | 40.9223243 | 0.3964415 0.9977828 | 991 1462
11236 140.450 | 40.9237317 | 0.3963945 0.9977828 | 991 1462
11240 140.500 | 40.9289595 | 0.3963488 0.9977828 | 991 1462
11244 140.550 | 40.9334565 | 0.3963043 0.9977828 | 991 1462
11248 140.600 | 40.9384384 | 0.3962610 0.9977828 | 991 1462
11252 140.650 | 40.9413516 | 0.3962191 0.9977828 | 991 1462
11256 140.700 | 40.9467109 | 0.3961785 0.9977828 | 991 1462
11260 140.750 | 40.9514044 | 0.3961392 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.720052 at (-0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28328224 m_irreducible=0.8840339749
INFO (AHFinderDirect): AH 1/3: r=0.0398579 at (0.000003,0.000001,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.10325136 m_irreducible=0.64794741
INFO (AHFinderDirect): AH 2/3: r=0.0398579 at (-0.000003,-0.000001,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.10325136 m_irreducible=0.64794741
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 642508512 ( 612.7 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 762632 ( 0.7 MiB) Bytes in central cache freelist
MALLOC: + 4308992 ( 4.1 MiB) Bytes in transfer cache freelist
MALLOC: + 28718616 ( 27.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 678670528 ( 647.2 MiB) Actual memory used (physical + swap)
MALLOC: + 320520192 ( 305.7 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3975 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 344 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 387 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3628 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 325 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6137 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 367 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 868 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2543 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 288 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 53 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 26 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 5 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.2 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 13 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.3 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 3 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.0 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.2 cum MiB
class 67 [ 98304 bytes ] : 25 objs; 2.3 MiB; 5.6 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 8.1 cum MiB
class 69 [ 114688 bytes ] : 147 objs; 16.1 MiB; 24.2 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 25.1 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 26.1 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 26.9 cum MiB
class 73 [ 147456 bytes ] : 2 objs; 0.3 MiB; 27.2 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 30.9 cum MiB
class 75 [ 163840 bytes ] : 2 objs; 0.3 MiB; 31.2 cum MiB
class 79 [ 196608 bytes ] : 2 objs; 0.4 MiB; 31.6 cum MiB
class 80 [ 204800 bytes ] : 1 objs; 0.2 MiB; 31.8 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 32.0 cum MiB
------------------------------------------------
PageHeap: 47 sizes; 0.0 MiB free; 305.7 MiB unmapped
------------------------------------------------
1 pages * 68 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 50 spans ~ 0.8 MiB; 1.3 MiB cum; unmapped: 0.8 MiB; 1.3 MiB cum
3 pages * 55 spans ~ 1.3 MiB; 2.6 MiB cum; unmapped: 1.3 MiB; 2.6 MiB cum
4 pages * 54 spans ~ 1.7 MiB; 4.3 MiB cum; unmapped: 1.7 MiB; 4.3 MiB cum
5 pages * 28 spans ~ 1.1 MiB; 5.4 MiB cum; unmapped: 1.1 MiB; 5.4 MiB cum
6 pages * 34 spans ~ 1.6 MiB; 7.0 MiB cum; unmapped: 1.6 MiB; 7.0 MiB cum
7 pages * 38 spans ~ 2.1 MiB; 9.1 MiB cum; unmapped: 2.1 MiB; 9.1 MiB cum
8 pages * 22 spans ~ 1.4 MiB; 10.4 MiB cum; unmapped: 1.4 MiB; 10.4 MiB cum
9 pages * 26 spans ~ 1.8 MiB; 12.3 MiB cum; unmapped: 1.8 MiB; 12.3 MiB cum
10 pages * 15 spans ~ 1.2 MiB; 13.4 MiB cum; unmapped: 1.2 MiB; 13.4 MiB cum
11 pages * 17 spans ~ 1.5 MiB; 14.9 MiB cum; unmapped: 1.5 MiB; 14.9 MiB cum
12 pages * 5 spans ~ 0.5 MiB; 15.4 MiB cum; unmapped: 0.5 MiB; 15.4 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 15.7 MiB cum; unmapped: 0.4 MiB; 15.7 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 16.4 MiB cum; unmapped: 0.7 MiB; 16.4 MiB cum
47 pages * 2 spans ~ 0.7 MiB; 17.2 MiB cum; unmapped: 0.7 MiB; 17.2 MiB cum
48 pages * 2 spans ~ 0.8 MiB; 17.9 MiB cum; unmapped: 0.8 MiB; 17.9 MiB cum
49 pages * 1 spans ~ 0.4 MiB; 18.3 MiB cum; unmapped: 0.4 MiB; 18.3 MiB cum
58 pages * 1 spans ~ 0.5 MiB; 18.8 MiB cum; unmapped: 0.5 MiB; 18.8 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 19.2 MiB cum; unmapped: 0.5 MiB; 19.2 MiB cum
61 pages * 1 spans ~ 0.5 MiB; 19.7 MiB cum; unmapped: 0.5 MiB; 19.7 MiB cum
62 pages * 1 spans ~ 0.5 MiB; 20.2 MiB cum; unmapped: 0.5 MiB; 20.2 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 20.7 MiB cum; unmapped: 0.5 MiB; 20.7 MiB cum
66 pages * 1 spans ~ 0.5 MiB; 21.2 MiB cum; unmapped: 0.5 MiB; 21.2 MiB cum
77 pages * 1 spans ~ 0.6 MiB; 21.8 MiB cum; unmapped: 0.6 MiB; 21.8 MiB cum
78 pages * 2 spans ~ 1.2 MiB; 23.0 MiB cum; unmapped: 1.2 MiB; 23.0 MiB cum
80 pages * 1 spans ~ 0.6 MiB; 23.6 MiB cum; unmapped: 0.6 MiB; 23.6 MiB cum
82 pages * 1 spans ~ 0.6 MiB; 24.3 MiB cum; unmapped: 0.6 MiB; 24.3 MiB cum
83 pages * 1 spans ~ 0.6 MiB; 24.9 MiB cum; unmapped: 0.6 MiB; 24.9 MiB cum
84 pages * 2 spans ~ 1.3 MiB; 26.2 MiB cum; unmapped: 1.3 MiB; 26.2 MiB cum
85 pages * 2 spans ~ 1.3 MiB; 27.6 MiB cum; unmapped: 1.3 MiB; 27.6 MiB cum
89 pages * 1 spans ~ 0.7 MiB; 28.3 MiB cum; unmapped: 0.7 MiB; 28.3 MiB cum
93 pages * 1 spans ~ 0.7 MiB; 29.0 MiB cum; unmapped: 0.7 MiB; 29.0 MiB cum
95 pages * 1 spans ~ 0.7 MiB; 29.7 MiB cum; unmapped: 0.7 MiB; 29.7 MiB cum
99 pages * 1 spans ~ 0.8 MiB; 30.5 MiB cum; unmapped: 0.8 MiB; 30.5 MiB cum
100 pages * 1 spans ~ 0.8 MiB; 31.3 MiB cum; unmapped: 0.8 MiB; 31.3 MiB cum
101 pages * 1 spans ~ 0.8 MiB; 32.1 MiB cum; unmapped: 0.8 MiB; 32.1 MiB cum
102 pages * 1 spans ~ 0.8 MiB; 32.9 MiB cum; unmapped: 0.8 MiB; 32.9 MiB cum
105 pages * 1 spans ~ 0.8 MiB
11264 140.800 | 40.9489926 | 0.3981154 0.9977828 | 991 1462
11268 140.850 | 40.9395486 | 0.3980609 0.9977828 | 991 1462
11272 140.900 | 40.9448313 | 0.3980063 0.9977828 | 991 1462
11276 140.950 | 40.9494234 | 0.3979517 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11280 141.000 | 40.9546074 | 0.3978971 0.9977828 | 991 1462
11284 141.050 | 40.9580433 | 0.3978425 0.9977828 | 991 1462
11288 141.100 | 40.9635898 | 0.3977880 0.9977828 | 991 1462
11292 141.150 | 40.9683822 | 0.3977337 0.9977828 | 991 1462
11296 141.200 | 40.9726742 | 0.3976796 0.9977828 | 991 1462
11300 141.250 | 40.9746638 | 0.3976258 0.9977828 | 991 1462
11304 141.300 | 40.9801244 | 0.3975722 0.9977828 | 991 1462
11308 141.350 | 40.9849041 | 0.3975190 0.9977828 | 991 1462
11312 141.400 | 40.9899127 | 0.3974663 0.9977828 | 991 1462
11316 141.450 | 40.9928419 | 0.3974139 0.9977828 | 991 1462
11320 141.500 | 40.9980115 | 0.3973621 0.9977828 | 991 1462
11324 141.550 | 41.0024426 | 0.3973108 0.9977828 | 991 1462
11328 141.600 | 41.0063056 | 0.3972600 0.9977828 | 991 1462
11332 141.650 | 40.9968348 | 0.3972100 0.9977828 | 991 1462
11336 141.700 | 41.0020621 | 0.3971606 0.9977828 | 991 1462
11340 141.750 | 41.0066081 | 0.3971119 0.9977828 | 991 1462
11344 141.800 | 41.0116712 | 0.3970639 0.9977828 | 991 1462
11348 141.850 | 41.0147157 | 0.3970168 0.9977828 | 991 1462
11352 141.900 | 41.0198730 | 0.3969705 0.9977828 | 991 1462
11356 141.950 | 41.0243301 | 0.3969251 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11360 142.000 | 41.0283567 | 0.3968807 0.9977828 | 991 1462
11364 142.050 | 41.0297080 | 0.3968371 0.9977828 | 991 1462
11368 142.100 | 41.0348541 | 0.3967946 0.9977828 | 991 1462
11372 142.150 | 41.0392679 | 0.3967531 0.9977828 | 991 1462
11376 142.200 | 41.0442243 | 0.3967126 0.9977828 | 991 1462
11380 142.250 | 41.0472653 | 0.3966732 0.9977828 | 991 1462
11384 142.300 | 41.0524037 | 0.3966350 0.9977828 | 991 1462
11388 142.350 | 41.0568447 | 0.3965979 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.720467 at (0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28370992 m_irreducible=0.8840387871
INFO (AHFinderDirect): AH 1/3: r=0.0398472 at (0.000001,0.000000,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11014495 m_irreducible=0.6480532307
INFO (AHFinderDirect): AH 2/3: r=0.0398472 at (-0.000001,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11014495 m_irreducible=0.6480532307
11392 142.400 | 41.0556910 | 0.3985670 0.9977828 | 991 1462
11396 142.450 | 41.0460717 | 0.3985259 0.9977828 | 991 1462
11400 142.500 | 41.0511163 | 0.3984781 0.9977828 | 991 1462
11404 142.550 | 41.0555663 | 0.3984304 0.9977828 | 991 1462
11408 142.600 | 41.0605531 | 0.3983826 0.9977828 | 991 1462
11412 142.650 | 41.0634185 | 0.3983349 0.9977828 | 991 1462
11416 142.700 | 41.0685881 | 0.3982873 0.9977828 | 991 1462
11420 142.750 | 41.0730114 | 0.3982399 0.9977828 | 991 1462
11424 142.800 | 41.0772223 | 0.3981926 0.9977828 | 991 1462
11428 142.850 | 41.0788212 | 0.3981456 0.9977828 | 991 1462
11432 142.900 | 41.0840098 | 0.3980989 0.9977828 | 991 1462
11436 142.950 | 41.0884309 | 0.3980524 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11440 143.000 | 41.0932649 | 0.3980064 0.9977828 | 991 1462
11444 143.050 | 41.0959431 | 0.3979607 0.9977828 | 991 1462
11448 143.100 | 41.1008900 | 0.3979155 0.9977828 | 991 1462
11452 143.150 | 41.1050599 | 0.3978708 0.9977828 | 991 1462
11456 143.200 | 41.1087182 | 0.3978266 0.9977828 | 991 1462
11460 143.250 | 41.0994044 | 0.3977830 0.9977828 | 991 1462
11464 143.300 | 41.1043888 | 0.3977399 0.9977828 | 991 1462
11468 143.350 | 41.1086181 | 0.3976975 0.9977828 | 991 1462
11472 143.400 | 41.1133636 | 0.3976558 0.9977828 | 991 1462
11476 143.450 | 41.1160707 | 0.3976148 0.9977828 | 991 1462
11480 143.500 | 41.1210814 | 0.3975745 0.9977828 | 991 1462
11484 143.550 | 41.1255045 | 0.3975350 0.9977828 | 991 1462
11488 143.600 | 41.1294474 | 0.3974963 0.9977828 | 991 1462
11492 143.650 | 41.1308654 | 0.3974585 0.9977828 | 991 1462
11496 143.700 | 41.1360236 | 0.3974215 0.9977828 | 991 1462
11500 143.750 | 41.1404483 | 0.3973854 0.9977828 | 991 1462
11504 143.800 | 41.1453793 | 0.3973503 0.9977828 | 991 1462
11508 143.850 | 41.1482287 | 0.3973161 0.9977828 | 991 1462
11512 143.900 | 41.1533675 | 0.3972828 0.9977828 | 991 1462
11516 143.950 | 41.1578876 | 0.3972506 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.720852 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28414472 m_irreducible=0.8840436794
INFO (AHFinderDirect): AH 1/3: r=0.039832 at (0.000000,0.000001,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11738089 m_irreducible=0.648164288
INFO (AHFinderDirect): AH 2/3: r=0.039832 at (-0.000000,-0.000001,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11738089 m_irreducible=0.648164288
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11520 144.000 | 41.1568766 | 0.3987899 0.9977828 | 991 1462
11524 144.050 | 41.1474676 | 0.3987565 0.9977828 | 991 1462
11528 144.100 | 41.1524698 | 0.3987225 0.9977828 | 991 1462
11532 144.150 | 41.1567753 | 0.3986880 0.9977828 | 991 1462
11536 144.200 | 41.1615888 | 0.3986530 0.9977828 | 991 1462
11540 144.250 | 41.1643182 | 0.3986175 0.9977828 | 991 1462
11544 144.300 | 41.1692685 | 0.3985815 0.9977828 | 991 1462
11548 144.350 | 41.1736482 | 0.3985452 0.9977828 | 991 1462
11552 144.400 | 41.1776858 | 0.3985085 0.9977828 | 991 1462
11556 144.450 | 41.1788329 | 0.3984714 0.9977828 | 991 1462
11560 144.500 | 41.1839199 | 0.3984341 0.9977828 | 991 1462
11564 144.550 | 41.1883699 | 0.3983965 0.9977828 | 991 1462
11568 144.600 | 41.1934233 | 0.3983586 0.9977828 | 991 1462
11572 144.650 | 41.1964769 | 0.3983206 0.9977828 | 991 1462
11576 144.700 | 41.2015776 | 0.3982824 0.9977828 | 991 1462
11580 144.750 | 41.2059093 | 0.3982442 0.9977828 | 991 1462
11584 144.800 | 41.2095869 | 0.3982058 0.9977828 | 991 1462
11588 144.850 | 41.2004423 | 0.3981674 0.9977828 | 991 1462
11592 144.900 | 41.2055886 | 0.3981289 0.9977828 | 991 1462
11596 144.950 | 41.2098720 | 0.3980905 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11600 145.000 | 41.2145729 | 0.3980522 0.9977828 | 991 1462
11604 145.050 | 41.2173485 | 0.3980140 0.9977828 | 991 1462
11608 145.100 | 41.2224186 | 0.3979759 0.9977828 | 991 1462
11612 145.150 | 41.2267651 | 0.3979380 0.9977828 | 991 1462
11616 145.200 | 41.2306466 | 0.3979003 0.9977828 | 991 1462
11620 145.250 | 41.2319437 | 0.3978628 0.9977828 | 991 1462
11624 145.300 | 41.2370744 | 0.3978256 0.9977828 | 991 1462
11628 145.350 | 41.2414715 | 0.3977887 0.9977828 | 991 1462
11632 145.400 | 41.2463876 | 0.3977522 0.9977828 | 991 1462
11636 145.450 | 41.2493882 | 0.3977160 0.9977828 | 991 1462
11640 145.500 | 41.2544531 | 0.3976802 0.9977828 | 991 1462
11644 145.550 | 41.2590067 | 0.3976449 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.721212 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28436574 m_irreducible=0.8840461664
INFO (AHFinderDirect): AH 1/3: r=0.0398276 at (-0.000000,0.000001,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11907935 m_irreducible=0.6481903532
INFO (AHFinderDirect): AH 2/3: r=0.0398276 at (0.000000,-0.000001,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11907935 m_irreducible=0.6481903532
11648 145.600 | 41.2579642 | 0.3990157 0.9977828 | 991 1462
11652 145.650 | 41.2491396 | 0.3989976 0.9977828 | 991 1462
11656 145.700 | 41.2541277 | 0.3989806 0.9977828 | 991 1462
11660 145.750 | 41.2583999 | 0.3989647 0.9977828 | 991 1462
11664 145.800 | 41.2632373 | 0.3989498 0.9977828 | 991 1462
11668 145.850 | 41.2662038 | 0.3989359 0.9977828 | 991 1462
11672 145.900 | 41.2712243 | 0.3989231 0.9977828 | 991 1462
11676 145.950 | 41.2755362 | 0.3989114 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11680 146.000 | 41.2793724 | 0.3988853 0.9977828 | 991 1462
11684 146.050 | 41.2807848 | 0.3988549 0.9977828 | 991 1462
11688 146.100 | 41.2859827 | 0.3988240 0.9977828 | 991 1462
11692 146.150 | 41.2904803 | 0.3987927 0.9977828 | 991 1462
11696 146.200 | 41.2952118 | 0.3987593 0.9977828 | 991 1462
11700 146.250 | 41.2979189 | 0.3987240 0.9977828 | 991 1462
11704 146.300 | 41.3028671 | 0.3986888 0.9977828 | 991 1462
11708 146.350 | 41.3070207 | 0.3986537 0.9977828 | 991 1462
11712 146.400 | 41.3106476 | 0.3986186 0.9977828 | 991 1462
11716 146.450 | 41.3011875 | 0.3985836 0.9977828 | 991 1462
11720 146.500 | 41.3061096 | 0.3985488 0.9977828 | 991 1462
11724 146.550 | 41.3102781 | 0.3985142 0.9977828 | 991 1462
11728 146.600 | 41.3152015 | 0.3984798 0.9977828 | 991 1462
11732 146.650 | 41.3183264 | 0.3984456 0.9977828 | 991 1462
11736 146.700 | 41.3234529 | 0.3984117 0.9977828 | 991 1462
11740 146.750 | 41.3279314 | 0.3983781 0.9977828 | 991 1462
11744 146.800 | 41.3317569 | 0.3983449 0.9977828 | 991 1462
11748 146.850 | 41.3331907 | 0.3983120 0.9977828 | 991 1462
11752 146.900 | 41.3382952 | 0.3982796 0.9977828 | 991 1462
11756 146.950 | 41.3425603 | 0.3982475 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11760 147.000 | 41.3473573 | 0.3982159 0.9977828 | 991 1462
11764 147.050 | 41.3500654 | 0.3981848 0.9977828 | 991 1462
11768 147.100 | 41.3549658 | 0.3981542 0.9977828 | 991 1462
11772 147.150 | 41.3591770 | 0.3981241 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.721548 at (0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28434997 m_irreducible=0.8840459889
11776 147.200 | 41.3396671 | 0.3991803 0.9977828 | 991 1462
11780 147.250 | 41.3300351 | 0.3991479 0.9977828 | 991 1462
11784 147.300 | 41.3348464 | 0.3991158 0.9977828 | 991 1462
11788 147.350 | 41.3388996 | 0.3990839 0.9977828 | 991 1462
11792 147.400 | 41.3435029 | 0.3990523 0.9977828 | 991 1462
11796 147.450 | 41.3464682 | 0.3990210 0.9977828 | 991 1462
11800 147.500 | 41.3515109 | 0.3989900 0.9977828 | 991 1462
11804 147.550 | 41.3558915 | 0.3989594 0.9977828 | 991 1462
11808 147.600 | 41.3597120 | 0.3989292 0.9977828 | 991 1462
11812 147.650 | 41.3610784 | 0.3988994 0.9977828 | 991 1462
11816 147.700 | 41.3659781 | 0.3988700 0.9977828 | 991 1462
11820 147.750 | 41.3701559 | 0.3988411 0.9977828 | 991 1462
11824 147.800 | 41.3748307 | 0.3988126 0.9977828 | 991 1462
11828 147.850 | 41.3775876 | 0.3987847 0.9977828 | 991 1462
11832 147.900 | 41.3824265 | 0.3987573 0.9977828 | 991 1462
11836 147.950 | 41.3865289 | 0.3987304 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11840 148.000 | 41.3897551 | 0.3987041 0.9977828 | 991 1462
11844 148.050 | 41.3805643 | 0.3986784 0.9977828 | 991 1462
11848 148.100 | 41.3856178 | 0.3986533 0.9977828 | 991 1462
11852 148.150 | 41.3899615 | 0.3986288 0.9977828 | 991 1462
11856 148.200 | 41.3947223 | 0.3986049 0.9977828 | 991 1462
11860 148.250 | 41.3974232 | 0.3985817 0.9977828 | 991 1462
11864 148.300 | 41.4023416 | 0.3985592 0.9977828 | 991 1462
11868 148.350 | 41.4066014 | 0.3985373 0.9977828 | 991 1462
11872 148.400 | 41.4108498 | 0.3985161 0.9977828 | 991 1462
11876 148.450 | 41.4122278 | 0.3984957 0.9977828 | 991 1462
11880 148.500 | 41.4172328 | 0.3984759 0.9977828 | 991 1462
11884 148.550 | 41.4214736 | 0.3984569 0.9977828 | 991 1462
11888 148.600 | 41.4262058 | 0.3984386 0.9977828 | 991 1462
11892 148.650 | 41.4290765 | 0.3984211 0.9977828 | 991 1462
11896 148.700 | 41.4339866 | 0.3984043 0.9977828 | 991 1462
11900 148.750 | 41.4379984 | 0.3983882 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.721882 at (0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28466039 m_irreducible=0.8840494817
INFO (AHFinderDirect): AH 1/3: r=0.0398309 at (-0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11981405 m_irreducible=0.6482016279
INFO (AHFinderDirect): AH 2/3: r=0.0398309 at (0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11981405 m_irreducible=0.6482016279
11904 148.800 | 41.4361321 | 0.3994724 0.9977828 | 991 1462
11908 148.850 | 41.4268290 | 0.3994503 0.9977828 | 991 1462
11912 148.900 | 41.4317382 | 0.3994288 0.9977828 | 991 1462
11916 148.950 | 41.4358243 | 0.3994079 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
11920 149.000 | 41.4404925 | 0.3993877 0.9977828 | 991 1462
11924 149.050 | 41.4431679 | 0.3993682 0.9977828 | 991 1462
11928 149.100 | 41.4479419 | 0.3993494 0.9977828 | 991 1462
11932 149.150 | 41.4520098 | 0.3993312 0.9977828 | 991 1462
11936 149.200 | 41.4556338 | 0.3993138 0.9977828 | 991 1462
11940 149.250 | 41.4567756 | 0.3992970 0.9977828 | 991 1462
11944 149.300 | 41.4616487 | 0.3992810 0.9977828 | 991 1462
11948 149.350 | 41.4657979 | 0.3992657 0.9977828 | 991 1462
11952 149.400 | 41.4704687 | 0.3992511 0.9977828 | 991 1462
11956 149.450 | 41.4730702 | 0.3992372 0.9977828 | 991 1462
11960 149.500 | 41.4779367 | 0.3992241 0.9977828 | 991 1462
11964 149.550 | 41.4821552 | 0.3992117 0.9977828 | 991 1462
11968 149.600 | 41.4856729 | 0.3992000 0.9977828 | 991 1462
11972 149.650 | 41.4760952 | 0.3991890 0.9977828 | 991 1462
11976 149.700 | 41.4809221 | 0.3991788 0.9977828 | 991 1462
11980 149.750 | 41.4850688 | 0.3991694 0.9977828 | 991 1462
11984 149.800 | 41.4897098 | 0.3991606 0.9977828 | 991 1462
11988 149.850 | 41.4923510 | 0.3991526 0.9977828 | 991 1462
11992 149.900 | 41.4971199 | 0.3991454 0.9977828 | 991 1462
11996 149.950 | 41.5012445 | 0.3991388 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12000 150.000 | 41.5048363 | 0.3991330 0.9977828 | 991 1462
12004 150.050 | 41.5058021 | 0.3991279 0.9977828 | 991 1462
12008 150.100 | 41.5106315 | 0.3991235 0.9977828 | 991 1462
12012 150.150 | 41.5147602 | 0.3991198 0.9977828 | 991 1462
12016 150.200 | 41.5193838 | 0.3991168 0.9977828 | 991 1462
12020 150.250 | 41.5220068 | 0.3991146 0.9977828 | 991 1462
12024 150.300 | 41.5267737 | 0.3991130 0.9977828 | 991 1462
12028 150.350 | 41.5308355 | 0.3991005 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.722182 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28420399 m_irreducible=0.8840443463
INFO (AHFinderDirect): AH 2/3: r=0.0398328 at (0.000000,0.000000,0.000002)
INFO (AHFinderDirect): AH 2/3: area=21.12053741 m_irreducible=0.6482127283
12032 150.400 | 41.5172288 | 0.3995649 0.9977828 | 991 1462
12036 150.450 | 41.5078690 | 0.3995447 0.9977828 | 991 1462
12040 150.500 | 41.5128112 | 0.3995249 0.9977828 | 991 1462
12044 150.550 | 41.5170662 | 0.3995057 0.9977828 | 991 1462
12048 150.600 | 41.5219119 | 0.3994869 0.9977828 | 991 1462
12052 150.650 | 41.5248717 | 0.3994688 0.9977828 | 991 1462
12056 150.700 | 41.5297060 | 0.3994511 0.9977828 | 991 1462
12060 150.750 | 41.5337748 | 0.3994341 0.9977828 | 991 1462
12064 150.800 | 41.5374060 | 0.3994176 0.9977828 | 991 1462
12068 150.850 | 41.5385100 | 0.3994017 0.9977828 | 991 1462
12072 150.900 | 41.5432925 | 0.3993863 0.9977828 | 991 1462
12076 150.950 | 41.5473788 | 0.3993716 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12080 151.000 | 41.5521392 | 0.3993574 0.9977828 | 991 1462
12084 151.050 | 41.5549997 | 0.3993439 0.9977828 | 991 1462
12088 151.100 | 41.5598194 | 0.3993310 0.9977828 | 991 1462
12092 151.150 | 41.5638274 | 0.3993186 0.9977828 | 991 1462
12096 151.200 | 41.5672274 | 0.3993069 0.9977828 | 991 1462
12100 151.250 | 41.5581865 | 0.3992958 0.9977828 | 991 1462
12104 151.300 | 41.5628502 | 0.3992854 0.9977828 | 991 1462
12108 151.350 | 41.5670651 | 0.3992755 0.9977828 | 991 1462
12112 151.400 | 41.5720626 | 0.3992663 0.9977828 | 991 1462
12116 151.450 | 41.5751116 | 0.3992577 0.9977828 | 991 1462
12120 151.500 | 41.5800945 | 0.3992497 0.9977828 | 991 1462
12124 151.550 | 41.5843692 | 0.3992423 0.9977828 | 991 1462
12128 151.600 | 41.5883536 | 0.3992356 0.9977828 | 991 1462
12132 151.650 | 41.5896912 | 0.3992294 0.9977828 | 991 1462
12136 151.700 | 41.5946442 | 0.3992239 0.9977828 | 991 1462
12140 151.750 | 41.5988270 | 0.3992180 0.9977828 | 991 1462
12144 151.800 | 41.6034565 | 0.3992048 0.9977828 | 991 1462
12148 151.850 | 41.6059911 | 0.3991923 0.9977828 | 991 1462
12152 151.900 | 41.6106406 | 0.3991802 0.9977828 | 991 1462
12156 151.950 | 41.6147339 | 0.3991687 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.722484 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28438519 m_irreducible=0.8840463852
INFO (AHFinderDirect): AH 1/3: r=0.0398344 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.12041133 m_irreducible=0.6482107935
INFO (AHFinderDirect): AH 2/3: r=0.0398344 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.12041133 m_irreducible=0.6482107935
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12160 152.000 | 41.6130465 | 0.3998846 0.9977828 | 991 1462
12164 152.050 | 41.6038681 | 0.3998651 0.9977828 | 991 1462
12168 152.100 | 41.6087786 | 0.3998459 0.9977828 | 991 1462
12172 152.150 | 41.6129573 | 0.3998271 0.9977828 | 991 1462
12176 152.200 | 41.6177081 | 0.3998086 0.9977828 | 991 1462
12180 152.250 | 41.6204100 | 0.3997904 0.9977828 | 991 1462
12184 152.300 | 41.6253370 | 0.3997727 0.9977828 | 991 1462
12188 152.350 | 41.6295220 | 0.3997553 0.9977828 | 991 1462
12192 152.400 | 41.6335269 | 0.3997383 0.9977828 | 991 1462
12196 152.450 | 41.6345768 | 0.3997218 0.9977828 | 991 1462
12200 152.500 | 41.6394045 | 0.3997056 0.9977828 | 991 1462
12204 152.550 | 41.6435554 | 0.3996899 0.9977828 | 991 1462
12208 152.600 | 41.6481923 | 0.3996747 0.9977828 | 991 1462
12212 152.650 | 41.6510596 | 0.3996598 0.9977828 | 991 1462
12216 152.700 | 41.6557740 | 0.3996455 0.9977828 | 991 1462
12220 152.750 | 41.6597550 | 0.3996316 0.9977828 | 991 1462
12224 152.800 | 41.6632150 | 0.3996182 0.9977828 | 991 1462
12228 152.850 | 41.6536161 | 0.3996052 0.9977828 | 991 1462
12232 152.900 | 41.6582291 | 0.3995927 0.9977828 | 991 1462
12236 152.950 | 41.6621356 | 0.3995808 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12240 153.000 | 41.6665242 | 0.3995693 0.9977828 | 991 1462
12244 153.050 | 41.6692243 | 0.3995583 0.9977828 | 991 1462
12248 153.100 | 41.6740329 | 0.3995478 0.9977828 | 991 1462
12252 153.150 | 41.6783007 | 0.3995376 0.9977828 | 991 1462
12256 153.200 | 41.6818971 | 0.3995245 0.9977828 | 991 1462
12260 153.250 | 41.6830160 | 0.3995118 0.9977828 | 991 1462
12264 153.300 | 41.6877140 | 0.3994996 0.9977828 | 991 1462
12268 153.350 | 41.6916667 | 0.3994879 0.9977828 | 991 1462
12272 153.400 | 41.6961093 | 0.3994766 0.9977828 | 991 1462
12276 153.450 | 41.6986194 | 0.3994657 0.9977828 | 991 1462
12280 153.500 | 41.7033121 | 0.3994554 0.9977828 | 991 1462
12284 153.550 | 41.7072749 | 0.3994455 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.72276 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28405474 m_irreducible=0.884042667
INFO (AHFinderDirect): AH 1/3: r=0.0398333 at (0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11987373 m_irreducible=0.6482025437
INFO (AHFinderDirect): AH 2/3: r=0.0398333 at (-0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11987373 m_irreducible=0.6482025437
INFO (tcmalloc): Memory statistics:
------------------------------------------------
MALLOC: 642510816 ( 612.7 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 762632 ( 0.7 MiB) Bytes in central cache freelist
MALLOC: + 4308992 ( 4.1 MiB) Bytes in transfer cache freelist
MALLOC: + 28716312 ( 27.4 MiB) Bytes in thread cache freelists
MALLOC: + 2371776 ( 2.3 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 678670528 ( 647.2 MiB) Actual memory used (physical + swap)
MALLOC: + 320520192 ( 305.7 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 999190720 ( 952.9 MiB) Virtual address space used
MALLOC:
MALLOC: 3975 Spans in use
MALLOC: 3 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
------------------------------------------------
Total size of freelists for per-thread caches,
transfer cache, and central cache, by size class
------------------------------------------------
class 1 [ 8 bytes ] : 344 objs; 0.0 MiB; 0.0 cum MiB
class 2 [ 16 bytes ] : 355 objs; 0.0 MiB; 0.0 cum MiB
class 3 [ 32 bytes ] : 3596 objs; 0.1 MiB; 0.1 cum MiB
class 4 [ 48 bytes ] : 309 objs; 0.0 MiB; 0.1 cum MiB
class 5 [ 64 bytes ] : 6137 objs; 0.4 MiB; 0.5 cum MiB
class 6 [ 80 bytes ] : 367 objs; 0.0 MiB; 0.5 cum MiB
class 7 [ 96 bytes ] : 868 objs; 0.1 MiB; 0.6 cum MiB
class 8 [ 112 bytes ] : 2543 objs; 0.3 MiB; 0.9 cum MiB
class 9 [ 128 bytes ] : 120 objs; 0.0 MiB; 0.9 cum MiB
class 10 [ 144 bytes ] : 44 objs; 0.0 MiB; 0.9 cum MiB
class 11 [ 160 bytes ] : 288 objs; 0.0 MiB; 1.0 cum MiB
class 12 [ 176 bytes ] : 74 objs; 0.0 MiB; 1.0 cum MiB
class 13 [ 192 bytes ] : 68 objs; 0.0 MiB; 1.0 cum MiB
class 14 [ 208 bytes ] : 43 objs; 0.0 MiB; 1.0 cum MiB
class 15 [ 224 bytes ] : 41 objs; 0.0 MiB; 1.0 cum MiB
class 16 [ 240 bytes ] : 34 objs; 0.0 MiB; 1.0 cum MiB
class 17 [ 256 bytes ] : 46 objs; 0.0 MiB; 1.0 cum MiB
class 18 [ 288 bytes ] : 53 objs; 0.0 MiB; 1.0 cum MiB
class 19 [ 320 bytes ] : 26 objs; 0.0 MiB; 1.0 cum MiB
class 20 [ 352 bytes ] : 15 objs; 0.0 MiB; 1.0 cum MiB
class 21 [ 384 bytes ] : 42 objs; 0.0 MiB; 1.1 cum MiB
class 22 [ 416 bytes ] : 21 objs; 0.0 MiB; 1.1 cum MiB
class 23 [ 448 bytes ] : 36 objs; 0.0 MiB; 1.1 cum MiB
class 24 [ 480 bytes ] : 15 objs; 0.0 MiB; 1.1 cum MiB
class 25 [ 512 bytes ] : 10 objs; 0.0 MiB; 1.1 cum MiB
class 26 [ 576 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 27 [ 640 bytes ] : 13 objs; 0.0 MiB; 1.1 cum MiB
class 28 [ 704 bytes ] : 5 objs; 0.0 MiB; 1.1 cum MiB
class 29 [ 768 bytes ] : 22 objs; 0.0 MiB; 1.1 cum MiB
class 30 [ 832 bytes ] : 11 objs; 0.0 MiB; 1.1 cum MiB
class 31 [ 896 bytes ] : 16 objs; 0.0 MiB; 1.1 cum MiB
class 32 [ 960 bytes ] : 9 objs; 0.0 MiB; 1.2 cum MiB
class 33 [ 1024 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 34 [ 1152 bytes ] : 13 objs; 0.0 MiB; 1.2 cum MiB
class 35 [ 1280 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 36 [ 1408 bytes ] : 6 objs; 0.0 MiB; 1.2 cum MiB
class 37 [ 1536 bytes ] : 15 objs; 0.0 MiB; 1.2 cum MiB
class 38 [ 1792 bytes ] : 8 objs; 0.0 MiB; 1.2 cum MiB
class 39 [ 2048 bytes ] : 2 objs; 0.0 MiB; 1.2 cum MiB
class 40 [ 2304 bytes ] : 5 objs; 0.0 MiB; 1.2 cum MiB
class 41 [ 2560 bytes ] : 3 objs; 0.0 MiB; 1.2 cum MiB
class 42 [ 2816 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 43 [ 3072 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 44 [ 3328 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 45 [ 4096 bytes ] : 6 objs; 0.0 MiB; 1.3 cum MiB
class 46 [ 4608 bytes ] : 4 objs; 0.0 MiB; 1.3 cum MiB
class 47 [ 5120 bytes ] : 2 objs; 0.0 MiB; 1.3 cum MiB
class 48 [ 6144 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 49 [ 6656 bytes ] : 2 objs; 0.0 MiB; 1.4 cum MiB
class 50 [ 8192 bytes ] : 4 objs; 0.0 MiB; 1.4 cum MiB
class 51 [ 9216 bytes ] : 19 objs; 0.2 MiB; 1.6 cum MiB
class 53 [ 12288 bytes ] : 1 objs; 0.0 MiB; 1.6 cum MiB
class 54 [ 13312 bytes ] : 8 objs; 0.1 MiB; 1.7 cum MiB
class 56 [ 20480 bytes ] : 5 objs; 0.1 MiB; 1.8 cum MiB
class 57 [ 24576 bytes ] : 7 objs; 0.2 MiB; 1.9 cum MiB
class 58 [ 26624 bytes ] : 25 objs; 0.6 MiB; 2.6 cum MiB
class 59 [ 32768 bytes ] : 1 objs; 0.0 MiB; 2.6 cum MiB
class 60 [ 40960 bytes ] : 2 objs; 0.1 MiB; 2.7 cum MiB
class 61 [ 49152 bytes ] : 3 objs; 0.1 MiB; 2.8 cum MiB
class 62 [ 57344 bytes ] : 1 objs; 0.1 MiB; 2.9 cum MiB
class 65 [ 81920 bytes ] : 2 objs; 0.2 MiB; 3.0 cum MiB
class 66 [ 90112 bytes ] : 2 objs; 0.2 MiB; 3.2 cum MiB
class 67 [ 98304 bytes ] : 25 objs; 2.3 MiB; 5.6 cum MiB
class 68 [ 106496 bytes ] : 25 objs; 2.5 MiB; 8.1 cum MiB
class 69 [ 114688 bytes ] : 147 objs; 16.1 MiB; 24.2 cum MiB
class 70 [ 122880 bytes ] : 8 objs; 0.9 MiB; 25.1 cum MiB
class 71 [ 131072 bytes ] : 8 objs; 1.0 MiB; 26.1 cum MiB
class 72 [ 139264 bytes ] : 6 objs; 0.8 MiB; 26.9 cum MiB
class 73 [ 147456 bytes ] : 2 objs; 0.3 MiB; 27.2 cum MiB
class 74 [ 155648 bytes ] : 25 objs; 3.7 MiB; 30.9 cum MiB
class 75 [ 163840 bytes ] : 2 objs; 0.3 MiB; 31.2 cum MiB
class 79 [ 196608 bytes ] : 2 objs; 0.4 MiB; 31.6 cum MiB
class 80 [ 204800 bytes ] : 1 objs; 0.2 MiB; 31.8 cum MiB
class 86 [ 253952 bytes ] : 1 objs; 0.2 MiB; 32.0 cum MiB
------------------------------------------------
PageHeap: 47 sizes; 0.0 MiB free; 305.7 MiB unmapped
------------------------------------------------
1 pages * 68 spans ~ 0.5 MiB; 0.5 MiB cum; unmapped: 0.5 MiB; 0.5 MiB cum
2 pages * 50 spans ~ 0.8 MiB; 1.3 MiB cum; unmapped: 0.8 MiB; 1.3 MiB cum
3 pages * 55 spans ~ 1.3 MiB; 2.6 MiB cum; unmapped: 1.3 MiB; 2.6 MiB cum
4 pages * 54 spans ~ 1.7 MiB; 4.3 MiB cum; unmapped: 1.7 MiB; 4.3 MiB cum
5 pages * 28 spans ~ 1.1 MiB; 5.4 MiB cum; unmapped: 1.1 MiB; 5.4 MiB cum
6 pages * 34 spans ~ 1.6 MiB; 7.0 MiB cum; unmapped: 1.6 MiB; 7.0 MiB cum
7 pages * 38 spans ~ 2.1 MiB; 9.1 MiB cum; unmapped: 2.1 MiB; 9.1 MiB cum
8 pages * 22 spans ~ 1.4 MiB; 10.4 MiB cum; unmapped: 1.4 MiB; 10.4 MiB cum
9 pages * 26 spans ~ 1.8 MiB; 12.3 MiB cum; unmapped: 1.8 MiB; 12.3 MiB cum
10 pages * 15 spans ~ 1.2 MiB; 13.4 MiB cum; unmapped: 1.2 MiB; 13.4 MiB cum
11 pages * 17 spans ~ 1.5 MiB; 14.9 MiB cum; unmapped: 1.5 MiB; 14.9 MiB cum
12 pages * 5 spans ~ 0.5 MiB; 15.4 MiB cum; unmapped: 0.5 MiB; 15.4 MiB cum
45 pages * 1 spans ~ 0.4 MiB; 15.7 MiB cum; unmapped: 0.4 MiB; 15.7 MiB cum
46 pages * 2 spans ~ 0.7 MiB; 16.4 MiB cum; unmapped: 0.7 MiB; 16.4 MiB cum
47 pages * 2 spans ~ 0.7 MiB; 17.2 MiB cum; unmapped: 0.7 MiB; 17.2 MiB cum
48 pages * 2 spans ~ 0.8 MiB; 17.9 MiB cum; unmapped: 0.8 MiB; 17.9 MiB cum
49 pages * 1 spans ~ 0.4 MiB; 18.3 MiB cum; unmapped: 0.4 MiB; 18.3 MiB cum
58 pages * 1 spans ~ 0.5 MiB; 18.8 MiB cum; unmapped: 0.5 MiB; 18.8 MiB cum
60 pages * 1 spans ~ 0.5 MiB; 19.2 MiB cum; unmapped: 0.5 MiB; 19.2 MiB cum
61 pages * 1 spans ~ 0.5 MiB; 19.7 MiB cum; unmapped: 0.5 MiB; 19.7 MiB cum
62 pages * 1 spans ~ 0.5 MiB; 20.2 MiB cum; unmapped: 0.5 MiB; 20.2 MiB cum
63 pages * 1 spans ~ 0.5 MiB; 20.7 MiB cum; unmapped: 0.5 MiB; 20.7 MiB cum
66 pages * 1 spans ~ 0.5 MiB; 21.2 MiB cum; unmapped: 0.5 MiB; 21.2 MiB cum
77 pages * 1 spans ~ 0.6 MiB; 21.8 MiB cum; unmapped: 0.6 MiB; 21.8 MiB cum
78 pages * 2 spans ~ 1.2 MiB; 23.0 MiB cum; unmapped: 1.2 MiB; 23.0 MiB cum
80 pages * 1 spans ~ 0.6 MiB; 23.6 MiB cum; unmapped: 0.6 MiB; 23.6 MiB cum
82 pages * 1 spans ~ 0.6 MiB; 24.3 MiB cum; unmapped: 0.6 MiB; 24.3 MiB cum
83 pages * 1 spans ~ 0.6 MiB; 24.9 MiB cum; unmapped: 0.6 MiB; 24.9 MiB cum
84 pages * 2 spans ~ 1.3 MiB; 26.2 MiB cum; unmapped: 1.3 MiB; 26.2 MiB cum
85 pages * 2 spans ~ 1.3 MiB; 27.6 MiB cum; unmapped: 1.3 MiB; 27.6 MiB cum
89 pages * 1 spans ~ 0.7 MiB; 28.3 MiB cum; unmapped: 0.7 MiB; 28.3 MiB cum
93 pages * 1 spans ~ 0.7 MiB; 29.0 MiB cum; unmapped: 0.7 MiB; 29.0 MiB cum
95 pages * 1 spans ~ 0.7 MiB; 29.7 MiB cum; unmapped: 0.7 MiB; 29.7 MiB cum
99 pages * 1 spans ~ 0.8 MiB; 30.5 MiB cum; unmapped: 0.8 MiB; 30.5 MiB cum
100 pages * 1 spans ~ 0.8 MiB; 31.3 MiB cum; unmapped: 0.8 MiB; 31.3 MiB cum
101 pages * 1 spans ~ 0.8 MiB; 32.1 MiB cum; unmapped: 0.8 MiB; 32.1 MiB cum
102 pages * 1 spans ~ 0.8 MiB; 32.9 MiB cum; unmapped: 0.8 MiB; 32.9 MiB cum
105 pages * 1 spans ~ 0.8 MiB
12288 153.600 | 41.7059078 | 0.3999210 0.9977828 | 991 1462
12292 153.650 | 41.6968124 | 0.3999147 0.9977828 | 991 1462
12296 153.700 | 41.7014675 | 0.3999089 0.9977828 | 991 1462
12300 153.750 | 41.7055424 | 0.3999035 0.9977828 | 991 1462
12304 153.800 | 41.7100025 | 0.3998986 0.9977828 | 991 1462
12308 153.850 | 41.7124643 | 0.3998942 0.9977828 | 991 1462
12312 153.900 | 41.7170456 | 0.3998903 0.9977828 | 991 1462
12316 153.950 | 41.7209486 | 0.3998869 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12320 154.000 | 41.7244692 | 0.3998839 0.9977828 | 991 1462
12324 154.050 | 41.7255794 | 0.3998814 0.9977828 | 991 1462
12328 154.100 | 41.7302541 | 0.3998794 0.9977828 | 991 1462
12332 154.150 | 41.7342165 | 0.3998778 0.9977828 | 991 1462
12336 154.200 | 41.7386956 | 0.3998670 0.9977828 | 991 1462
12340 154.250 | 41.7411483 | 0.3998515 0.9977828 | 991 1462
12344 154.300 | 41.7457724 | 0.3998362 0.9977828 | 991 1462
12348 154.350 | 41.7497042 | 0.3998212 0.9977828 | 991 1462
12352 154.400 | 41.7530472 | 0.3998065 0.9977828 | 991 1462
12356 154.450 | 41.7436722 | 0.3997921 0.9977828 | 991 1462
12360 154.500 | 41.7483596 | 0.3997780 0.9977828 | 991 1462
12364 154.550 | 41.7523344 | 0.3997643 0.9977828 | 991 1462
12368 154.600 | 41.7567225 | 0.3997508 0.9977828 | 991 1462
12372 154.650 | 41.7591821 | 0.3997377 0.9977828 | 991 1462
12376 154.700 | 41.7638723 | 0.3997249 0.9977828 | 991 1462
12380 154.750 | 41.7678678 | 0.3997125 0.9977828 | 991 1462
12384 154.800 | 41.7717907 | 0.3997004 0.9977828 | 991 1462
12388 154.850 | 41.7728429 | 0.3996887 0.9977828 | 991 1462
12392 154.900 | 41.7774827 | 0.3996774 0.9977828 | 991 1462
12396 154.950 | 41.7815159 | 0.3996664 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12400 155.000 | 41.7860274 | 0.3996558 0.9977828 | 991 1462
12404 155.050 | 41.7886364 | 0.3996456 0.9977828 | 991 1462
12408 155.100 | 41.7933245 | 0.3996358 0.9977828 | 991 1462
12412 155.150 | 41.7973469 | 0.3996263 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.723011 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28353532 m_irreducible=0.8840368225
12416 155.200 | 41.7885248 | 0.4001513 0.9977828 | 991 1462
12420 155.250 | 41.7797524 | 0.4001461 0.9977828 | 991 1462
12424 155.300 | 41.7841457 | 0.4001413 0.9977828 | 991 1462
12428 155.350 | 41.7878138 | 0.4001370 0.9977828 | 991 1462
12432 155.400 | 41.7920655 | 0.4001330 0.9977828 | 991 1462
12436 155.450 | 41.7942820 | 0.4001295 0.9977828 | 991 1462
12440 155.500 | 41.7986904 | 0.4001263 0.9977828 | 991 1462
12444 155.550 | 41.8024340 | 0.4001236 0.9977828 | 991 1462
12448 155.600 | 41.8057946 | 0.4001213 0.9977828 | 991 1462
12452 155.650 | 41.8065469 | 0.4001194 0.9977828 | 991 1462
12456 155.700 | 41.8110508 | 0.4001179 0.9977828 | 991 1462
12460 155.750 | 41.8147428 | 0.4001163 0.9977828 | 991 1462
12464 155.800 | 41.8189770 | 0.4001026 0.9977828 | 991 1462
12468 155.850 | 41.8211120 | 0.4000892 0.9977828 | 991 1462
12472 155.900 | 41.8254081 | 0.4000760 0.9977828 | 991 1462
12476 155.950 | 41.8291415 | 0.4000630 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12480 156.000 | 41.8326243 | 0.4000503 0.9977828 | 991 1462
12484 156.050 | 41.8239672 | 0.4000378 0.9977828 | 991 1462
12488 156.100 | 41.8287237 | 0.4000256 0.9977828 | 991 1462
12492 156.150 | 41.8327660 | 0.4000136 0.9977828 | 991 1462
12496 156.200 | 41.8373771 | 0.4000019 0.9977828 | 991 1462
12500 156.250 | 41.8400675 | 0.3999905 0.9977828 | 991 1462
12504 156.300 | 41.8448370 | 0.3999794 0.9977828 | 991 1462
12508 156.350 | 41.8488324 | 0.3999686 0.9977828 | 991 1462
12512 156.400 | 41.8527141 | 0.3999581 0.9977828 | 991 1462
12516 156.450 | 41.8538926 | 0.3999479 0.9977828 | 991 1462
12520 156.500 | 41.8586460 | 0.3999380 0.9977828 | 991 1462
12524 156.550 | 41.8625895 | 0.3999284 0.9977828 | 991 1462
12528 156.600 | 41.8669608 | 0.3999192 0.9977828 | 991 1462
12532 156.650 | 41.8694016 | 0.3999102 0.9977828 | 991 1462
12536 156.700 | 41.8739703 | 0.3999016 0.9977828 | 991 1462
12540 156.750 | 41.8777812 | 0.3998933 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.723265 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28359658 m_irreducible=0.8840375118
12544 156.800 | 41.8555499 | 0.4004228 0.9977828 | 991 1462
12548 156.850 | 41.8468793 | 0.4004108 0.9977828 | 991 1462
12552 156.900 | 41.8515471 | 0.4003987 0.9977828 | 991 1462
12556 156.950 | 41.8555426 | 0.4003865 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12560 157.000 | 41.8600206 | 0.4003743 0.9977828 | 991 1462
12564 157.050 | 41.8624026 | 0.4003620 0.9977828 | 991 1462
12568 157.100 | 41.8669702 | 0.4003496 0.9977828 | 991 1462
12572 157.150 | 41.8709570 | 0.4003372 0.9977828 | 991 1462
12576 157.200 | 41.8747824 | 0.4003247 0.9977828 | 991 1462
12580 157.250 | 41.8757522 | 0.4003123 0.9977828 | 991 1462
12584 157.300 | 41.8803518 | 0.4002998 0.9977828 | 991 1462
12588 157.350 | 41.8841045 | 0.4002873 0.9977828 | 991 1462
12592 157.400 | 41.8884154 | 0.4002749 0.9977828 | 991 1462
12596 157.450 | 41.8908775 | 0.4002624 0.9977828 | 991 1462
12600 157.500 | 41.8954438 | 0.4002500 0.9977828 | 991 1462
12604 157.550 | 41.8993119 | 0.4002377 0.9977828 | 991 1462
12608 157.600 | 41.9026315 | 0.4002254 0.9977828 | 991 1462
12612 157.650 | 41.8932574 | 0.4002133 0.9977828 | 991 1462
12616 157.700 | 41.8977435 | 0.4002011 0.9977828 | 991 1462
12620 157.750 | 41.9016350 | 0.4001891 0.9977828 | 991 1462
12624 157.800 | 41.9059494 | 0.4001772 0.9977828 | 991 1462
12628 157.850 | 41.9084221 | 0.4001654 0.9977828 | 991 1462
12632 157.900 | 41.9128855 | 0.4001537 0.9977828 | 991 1462
12636 157.950 | 41.9166026 | 0.4001422 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12640 158.000 | 41.9201271 | 0.4001308 0.9977828 | 991 1462
12644 158.050 | 41.9208776 | 0.4001195 0.9977828 | 991 1462
12648 158.100 | 41.9252455 | 0.4001084 0.9977828 | 991 1462
12652 158.150 | 41.9290908 | 0.4000975 0.9977828 | 991 1462
12656 158.200 | 41.9334722 | 0.4000867 0.9977828 | 991 1462
12660 158.250 | 41.9358558 | 0.4000761 0.9977828 | 991 1462
12664 158.300 | 41.9404047 | 0.4000657 0.9977828 | 991 1462
12668 158.350 | 41.9443754 | 0.4000555 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.723483 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28296805 m_irreducible=0.8840304395
INFO (AHFinderDirect): AH 1/3: r=0.0398255 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11823941 m_irreducible=0.6481774633
INFO (AHFinderDirect): AH 2/3: r=0.0398255 at (-0.000000,-0.000000,0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11823941 m_irreducible=0.6481774633
12672 158.400 | 41.9432542 | 0.4004530 0.9977828 | 991 1462
12676 158.450 | 41.9343968 | 0.4004423 0.9977828 | 991 1462
12680 158.500 | 41.9389178 | 0.4004315 0.9977828 | 991 1462
12684 158.550 | 41.9427312 | 0.4004206 0.9977828 | 991 1462
12688 158.600 | 41.9470752 | 0.4004097 0.9977828 | 991 1462
12692 158.650 | 41.9495166 | 0.4003988 0.9977828 | 991 1462
12696 158.700 | 41.9541077 | 0.4003878 0.9977828 | 991 1462
12700 158.750 | 41.9580584 | 0.4003769 0.9977828 | 991 1462
12704 158.800 | 41.9612038 | 0.4003659 0.9977828 | 991 1462
12708 158.850 | 41.9617815 | 0.4003549 0.9977828 | 991 1462
12712 158.900 | 41.9660568 | 0.4003440 0.9977828 | 991 1462
12716 158.950 | 41.9696770 | 0.4003331 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12720 159.000 | 41.9737515 | 0.4003222 0.9977828 | 991 1462
12724 159.050 | 41.9759854 | 0.4003114 0.9977828 | 991 1462
12728 159.100 | 41.9804131 | 0.4003006 0.9977828 | 991 1462
12732 159.150 | 41.9842331 | 0.4002900 0.9977828 | 991 1462
12736 159.200 | 41.9874387 | 0.4002794 0.9977828 | 991 1462
12740 159.250 | 41.9779274 | 0.4002688 0.9977828 | 991 1462
12744 159.300 | 41.9824477 | 0.4002584 0.9977828 | 991 1462
12748 159.350 | 41.9862901 | 0.4002481 0.9977828 | 991 1462
12752 159.400 | 41.9904459 | 0.4002379 0.9977828 | 991 1462
12756 159.450 | 41.9928438 | 0.4002279 0.9977828 | 991 1462
12760 159.500 | 41.9972604 | 0.4002179 0.9977828 | 991 1462
12764 159.550 | 42.0009775 | 0.4002081 0.9977828 | 991 1462
12768 159.600 | 42.0046233 | 0.4001985 0.9977828 | 991 1462
12772 159.650 | 42.0054243 | 0.4001890 0.9977828 | 991 1462
12776 159.700 | 42.0098844 | 0.4001796 0.9977828 | 991 1462
12780 159.750 | 42.0136808 | 0.4001704 0.9977828 | 991 1462
12784 159.800 | 42.0179144 | 0.4001614 0.9977828 | 991 1462
12788 159.850 | 42.0202166 | 0.4001526 0.9977828 | 991 1462
12792 159.900 | 42.0245142 | 0.4001440 0.9977828 | 991 1462
12796 159.950 | 42.0281863 | 0.4001355 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.723708 at (-0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28297102 m_irreducible=0.884030473
INFO (AHFinderDirect): AH 1/3: r=0.0398233 at (0.000000,0.000000,0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11765852 m_irreducible=0.6481685487
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12800 160.000 | 41.9877313 | 0.4004992 0.9977828 | 991 1462
12804 160.050 | 41.9783694 | 0.4004919 0.9977828 | 991 1462
12808 160.100 | 41.9827838 | 0.4004849 0.9977828 | 991 1462
12812 160.150 | 41.9865966 | 0.4004781 0.9977828 | 991 1462
12816 160.200 | 41.9908934 | 0.4004715 0.9977828 | 991 1462
12820 160.250 | 41.9933282 | 0.4004651 0.9977828 | 991 1462
12824 160.300 | 41.9979639 | 0.4004590 0.9977828 | 991 1462
12828 160.350 | 42.0019558 | 0.4004531 0.9977828 | 991 1462
12832 160.400 | 42.0058440 | 0.4004474 0.9977828 | 991 1462
12836 160.450 | 42.0071548 | 0.4004420 0.9977828 | 991 1462
12840 160.500 | 42.0116845 | 0.4004368 0.9977828 | 991 1462
12844 160.550 | 42.0156884 | 0.4004319 0.9977828 | 991 1462
12848 160.600 | 42.0200577 | 0.4004271 0.9977828 | 991 1462
12852 160.650 | 42.0223451 | 0.4004227 0.9977828 | 991 1462
12856 160.700 | 42.0268729 | 0.4004185 0.9977828 | 991 1462
12860 160.750 | 42.0307610 | 0.4004145 0.9977828 | 991 1462
12864 160.800 | 42.0341524 | 0.4004108 0.9977828 | 991 1462
12868 160.850 | 42.0250618 | 0.4004073 0.9977828 | 991 1462
12872 160.900 | 42.0298253 | 0.4004041 0.9977828 | 991 1462
12876 160.950 | 42.0338207 | 0.4004011 0.9977828 | 991 1462
------------------------------------------------------------------------------------
Iteration Time | *me_per_hour | ML_BSSN::phi | *TISTICS::maxrss_mb
| | minimum maximum | minimum maximum
------------------------------------------------------------------------------------
12880 161.000 | 42.0382459 | 0.4003984 0.9977828 | 991 1462
12884 161.050 | 42.0406684 | 0.4003959 0.9977828 | 991 1462
12888 161.100 | 42.0450443 | 0.4003936 0.9977828 | 991 1462
12892 161.150 | 42.0487831 | 0.4003917 0.9977828 | 991 1462
12896 161.200 | 42.0521323 | 0.4003899 0.9977828 | 991 1462
12900 161.250 | 42.0532920 | 0.4003885 0.9977828 | 991 1462
12904 161.300 | 42.0577934 | 0.4003872 0.9977828 | 991 1462
12908 161.350 | 42.0616081 | 0.4003862 0.9977828 | 991 1462
12912 161.400 | 42.0659290 | 0.4003855 0.9977828 | 991 1462
12916 161.450 | 42.0683598 | 0.4003816 0.9977828 | 991 1462
12920 161.500 | 42.0728275 | 0.4003738 0.9977828 | 991 1462
12924 161.550 | 42.0766539 | 0.4003662 0.9977828 | 991 1462
INFO (AHFinderDirect): proc 0: searching for horizon 1/3
INFO (AHFinderDirect): AH 3/3: r=0.723905 at (0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 3/3: area=39.28237239 m_irreducible=0.8840237371
INFO (AHFinderDirect): AH 1/3: r=0.0398214 at (-0.000000,0.000000,-0.000000)
INFO (AHFinderDirect): AH 1/3: area=21.11776422 m_irreducible=0.6481701707
INFO (AHFinderDirect): AH 2/3: r=0.0398214 at (0.000000,-0.000000,-0.000000)
INFO (AHFinderDirect): AH 2/3: area=21.11776422 m_irreducible=0.6481701707
12928 161.600 | 42.0752675 | 0.4006813 0.9977828 | 991 1462
12932 161.650 | 42.0662277 | 0.4006733 0.9977828 | 991 1462
-------------- next part --------------
#------------------------------------------------------------------------------
ActiveThorns = "
ADMBase
ADMCoupling
ADMMacros
AEILocalInterp
AHFinderDirect
Boundary
Carpet
CarpetInterp
# CarpetIOASCII
CarpetIOBasic
# CarpetIOHDF5
CarpetIOScalar
CarpetLib
CarpetMask
CarpetReduce
CarpetRegrid2
CarpetSlab
CarpetTracker
CartGrid3D
CoordBase
CoordGauge
Dissipation
# Formaline
Fortran
GenericFD
GSL
HDF5
InitBase
IOUtil
LocalInterp
LoopControl
ML_ADMConstraints
ML_BSSN
ML_BSSN_Helper
MoL
# Multipole
NaNChecker
NewRad
PunctureTracker
# QuasiLocalMeasures
ReflectionSymmetry
RotatingSymmetry180
Slab
SpaceMask
SphericalSurface
StaticConformal
SummationByParts
SymBase
SystemStatistics
tcmalloc
TerminationTrigger
Time
TimerReport
TmunuBase
TwoPunctures
Vectors
WeylScal4
"
#------------------------------------------------------------------------------
# Grid setup
#------------------------------------------------------------------------------
CartGrid3D::type = "coordbase"
Carpet::domain_from_coordbase = yes
CoordBase::domainsize = "minmax"
# make sure all (xmax - xmin)/dx are integers!
CoordBase::xmin = 0.0
CoordBase::ymin = -256.0
CoordBase::zmin = 0.0
CoordBase::xmax = 256.0
CoordBase::ymax = 256.0
CoordBase::zmax = 256.0
CoordBase::dx = 3.2
CoordBase::dy = 3.2
CoordBase::dz = 3.2
driver::ghost_size = 3
CoordBase::boundary_size_x_lower = 3
CoordBase::boundary_size_y_lower = 3
CoordBase::boundary_size_z_lower = 3
CoordBase::boundary_size_x_upper = 3
CoordBase::boundary_size_y_upper = 3
CoordBase::boundary_size_z_upper = 3
CoordBase::boundary_shiftout_x_lower = 1
CoordBase::boundary_shiftout_y_lower = 0
CoordBase::boundary_shiftout_z_lower = 1
CarpetRegrid2::symmetry_rotating180 = yes
ReflectionSymmetry::reflection_x = no
ReflectionSymmetry::reflection_y = no
ReflectionSymmetry::reflection_z = yes
ReflectionSymmetry::avoid_origin_x = yes
ReflectionSymmetry::avoid_origin_y = yes
ReflectionSymmetry::avoid_origin_z = no
# Mesh refinement
#------------------------------------------------------------------------------
Carpet::max_refinement_levels = 8
CarpetRegrid2::num_centres = 2
CarpetRegrid2::num_levels_1 = 8
CarpetRegrid2::position_x_1 = 3
CarpetRegrid2::radius_1[1] = 128.0
CarpetRegrid2::radius_1[2] = 32.0
CarpetRegrid2::radius_1[3] = 16.0
CarpetRegrid2::radius_1[4] = 6.0
CarpetRegrid2::radius_1[5] = 3.0
CarpetRegrid2::radius_1[6] = 1.5
CarpetRegrid2::radius_1[7] = 0.75
CarpetRegrid2::movement_threshold_1 = 0.16
CarpetRegrid2::num_levels_2 = 8
CarpetRegrid2::position_x_2 = -3
CarpetRegrid2::radius_2[1] = 128.0
CarpetRegrid2::radius_2[2] = 32.0
CarpetRegrid2::radius_2[3] = 16.0
CarpetRegrid2::radius_2[4] = 6.0
CarpetRegrid2::radius_2[5] = 3.0
CarpetRegrid2::radius_2[6] = 1.5
CarpetRegrid2::radius_2[7] = 0.75
CarpetRegrid2::movement_threshold_2 = 0.16
Carpet::use_buffer_zones = yes
Carpet::prolongation_order_space = 5
Carpet::prolongation_order_time = 2
CarpetRegrid2::freeze_unaligned_levels = yes
CarpetRegrid2::regrid_every = 64
CarpetRegrid2::verbose = no
Carpet::grid_structure_filename = "carpet-grid-structure"
Carpet::grid_coordinates_filename = "carpet-grid-coordinates"
Carpet::time_refinement_factors = "[1, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512]"
Time::dtfac = 0.25
# Initial Data
#------------------------------------------------------------------------------
ADMBase::initial_data = "twopunctures"
ADMBase::initial_lapse = "psi^n"
ADMBase::initial_shift = "zero"
ADMBase::initial_dtlapse = "zero"
ADMBase::initial_dtshift = "zero"
ADMBase::lapse_timelevels = 3
ADMBase::shift_timelevels = 3
ADMBase::metric_timelevels = 3
TwoPunctures::target_M_plus = 0.5
TwoPunctures::target_M_minus = 0.5
TwoPunctures::par_m_plus = 0.476534633024028
TwoPunctures::par_m_minus = 0.476534633024028
TwoPunctures::par_b = 3
TwoPunctures::center_offset[0] = 0
TwoPunctures::par_P_plus[0] = -0.0058677669328272
TwoPunctures::par_P_plus[1] = 0.138357448824906
TwoPunctures::par_P_plus[2] = 0.
TwoPunctures::par_P_minus[0] = 0.0058677669328272
TwoPunctures::par_P_minus[1] = -0.138357448824906
TwoPunctures::par_P_minus[2] = 0.
TwoPunctures::par_S_plus[0] = 0.
TwoPunctures::par_S_plus[1] = 0.
TwoPunctures::par_S_plus[2] = 0.
TwoPunctures::par_S_minus[0] = 0.
TwoPunctures::par_S_minus[1] = 0.
TwoPunctures::par_S_minus[2] = 0.
TwoPunctures::give_bare_mass = yes
TwoPunctures::TP_epsilon = 1.0e-6
TwoPunctures::TP_Tiny = 1.e-10
TwoPunctures::npoints_A = 30
TwoPunctures::npoints_B = 30
TwoPunctures::npoints_phi = 16
TwoPunctures::grid_setup_method = "evaluation"
TwoPunctures::keep_u_around = yes
TwoPunctures::verbose = yes
InitBase::initial_data_setup_method = "init_some_levels"
Carpet::init_fill_timelevels = yes
Carpet::init_3_timelevels = no
# Evolution
#------------------------------------------------------------------------------
ADMBase::evolution_method = "ML_BSSN"
ADMBase::lapse_evolution_method = "ML_BSSN"
ADMBase::shift_evolution_method = "ML_BSSN"
ADMBase::dtlapse_evolution_method = "ML_BSSN"
ADMBase::dtshift_evolution_method = "ML_BSSN"
ML_BSSN::harmonicN = 1 # 1+log
ML_BSSN::harmonicF = 2.0 # 1+log
ML_BSSN::ShiftGammaCoeff = 0.75
ML_BSSN::BetaDriver = 1.0
ML_BSSN::advectLapse = 1
ML_BSSN::advectShift = 1
ML_BSSN::MinimumLapse = 1.0e-8
ML_BSSN::conformalMethod = 1 # 1 for W
# Boundary conditions
#------------------------------------------------------------------------------
ML_BSSN::initial_boundary_condition = "extrapolate-gammas"
ML_BSSN::rhs_boundary_condition = "NewRad"
Boundary::radpower = 2
ML_BSSN::ML_log_confac_bound = "none"
ML_BSSN::ML_metric_bound = "none"
ML_BSSN::ML_Gamma_bound = "none"
ML_BSSN::ML_trace_curv_bound = "none"
ML_BSSN::ML_curv_bound = "none"
ML_BSSN::ML_lapse_bound = "none"
ML_BSSN::ML_dtlapse_bound = "none"
ML_BSSN::ML_shift_bound = "none"
ML_BSSN::ML_dtshift_bound = "none"
# Spatial finite differencing
#------------------------------------------------------------------------------
SummationByParts::order = 4
ML_BSSN::fdOrder = 4
Dissipation::order = 5
Dissipation::vars = "
ML_BSSN::ML_log_confac
ML_BSSN::ML_metric
ML_BSSN::ML_trace_curv
ML_BSSN::ML_curv
ML_BSSN::ML_Gamma
ML_BSSN::ML_lapse
ML_BSSN::ML_shift
ML_BSSN::ML_dtlapse
ML_BSSN::ML_dtshift
"
# Integration method
#------------------------------------------------------------------------------
MoL::ODE_Method = "RK4"
MoL::MoL_Intermediate_Steps = 4
MoL::MoL_Num_Scratch_Levels = 1
Carpet::num_integrator_substeps = 4
# Spherical surfaces
#------------------------------------------------------------------------------
SphericalSurface::nsurfaces = 3
SphericalSurface::maxntheta = 66
SphericalSurface::maxnphi = 124
SphericalSurface::verbose = no
# Horizon 1
SphericalSurface::ntheta [0] = 41
SphericalSurface::nphi [0] = 80
SphericalSurface::nghoststheta [0] = 2
SphericalSurface::nghostsphi [0] = 2
CarpetMask::excluded_surface [0] = 0
CarpetMask::excluded_surface_factor [0] = 1.0
# Horizon 2
SphericalSurface::ntheta [1] = 41
SphericalSurface::nphi [1] = 80
SphericalSurface::nghoststheta [1] = 2
SphericalSurface::nghostsphi [1] = 2
CarpetMask::excluded_surface [1] = 1
CarpetMask::excluded_surface_factor [1] = 1.0
# Common horizon
SphericalSurface::ntheta [2] = 41
SphericalSurface::nphi [2] = 80
SphericalSurface::nghoststheta [2] = 2
SphericalSurface::nghostsphi [2] = 2
CarpetMask::excluded_surface [2] = 2
CarpetMask::excluded_surface_factor [2] = 1.0
CarpetMask::verbose = no
# Puncture tracking
#------------------------------------------------------------------------------
CarpetTracker::surface[0] = 0
CarpetTracker::surface[1] = 1
PunctureTracker::track [0] = yes
PunctureTracker::initial_x [0] = 3
PunctureTracker::which_surface_to_store_info[0] = 0
PunctureTracker::track [1] = yes
PunctureTracker::initial_x [1] = -3
PunctureTracker::which_surface_to_store_info[1] = 1
PunctureTracker::verbose = no
# Wave extraction
#------------------------------------------------------------------------------
WeylScal4::fd_order = "4th"
WeylScal4::offset = 1e-8
# Horizons
#------------------------------------------------------------------------------
# AHFinderDirect::verbose_level = "algorithm highlights"
AHFinderDirect::verbose_level = "physics details"
AHFinderDirect::output_BH_diagnostics = "true"
AHFinderDirect::run_at_CCTK_POST_RECOVER_VARIABLES = no
AHFinderDirect::N_horizons = 3
AHFinderDirect::find_every = 128
AHFinderDirect::output_h_every = 0
AHFinderDirect::max_Newton_iterations__initial = 50
AHFinderDirect::max_Newton_iterations__subsequent = 50
AHFinderDirect::max_allowable_Theta_growth_iterations = 10
AHFinderDirect::max_allowable_Theta_nonshrink_iterations = 10
AHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation"
AHFinderDirect::geometry_interpolator_pars = "order=4"
AHFinderDirect::surface_interpolator_name = "Lagrange polynomial interpolation"
AHFinderDirect::surface_interpolator_pars = "order=4"
AHFinderDirect::move_origins = yes
AHFinderDirect::reshape_while_moving = yes
AHFinderDirect::predict_origin_movement = yes
AHFinderDirect::origin_x [1] = 3
AHFinderDirect::initial_guess__coord_sphere__x_center[1] = 3
AHFinderDirect::initial_guess__coord_sphere__radius [1] = 0.25
AHFinderDirect::which_surface_to_store_info [1] = 0
AHFinderDirect::set_mask_for_individual_horizon [1] = no
AHFinderDirect::reset_horizon_after_not_finding [1] = no
AHFinderDirect::track_origin_from_grid_scalar [1] = yes
AHFinderDirect::track_origin_source_x [1] = "PunctureTracker::pt_loc_x[0]"
AHFinderDirect::track_origin_source_y [1] = "PunctureTracker::pt_loc_y[0]"
AHFinderDirect::track_origin_source_z [1] = "PunctureTracker::pt_loc_z[0]"
AHFinderDirect::max_allowable_horizon_radius [1] = 3
#AHFinderDirect::dont_find_after_individual_time [1] = 30.0
AHFinderDirect::origin_x [2] = -3
AHFinderDirect::initial_guess__coord_sphere__x_center[2] = -3
AHFinderDirect::initial_guess__coord_sphere__radius [2] = 0.25
AHFinderDirect::which_surface_to_store_info [2] = 1
AHFinderDirect::set_mask_for_individual_horizon [2] = no
AHFinderDirect::reset_horizon_after_not_finding [2] = no
AHFinderDirect::track_origin_from_grid_scalar [2] = yes
AHFinderDirect::track_origin_source_x [2] = "PunctureTracker::pt_loc_x[1]"
AHFinderDirect::track_origin_source_y [2] = "PunctureTracker::pt_loc_y[1]"
AHFinderDirect::track_origin_source_z [2] = "PunctureTracker::pt_loc_z[1]"
AHFinderDirect::max_allowable_horizon_radius [2] = 3
#AHFinderDirect::dont_find_after_individual_time [2] = 30.0
AHFinderDirect::origin_x [3] = 0
AHFinderDirect::find_after_individual [3] = 50.0
AHFinderDirect::initial_guess__coord_sphere__x_center[3] = 0
AHFinderDirect::initial_guess__coord_sphere__radius [3] = 1.0
AHFinderDirect::which_surface_to_store_info [3] = 2
AHFinderDirect::set_mask_for_individual_horizon [3] = no
AHFinderDirect::max_allowable_horizon_radius [3] = 6
# Check for NaNs
#-------------------------------------------------------------------------------
Carpet::poison_new_timelevels = yes
CarpetLib::poison_new_memory = yes
Carpet::check_for_poison = no
NaNChecker::check_every = 512
NanChecker::check_after = 0
NaNChecker::report_max = 10
# NaNChecker::verbose = "all"
NaNChecker::action_if_found = "terminate"
NaNChecker::out_NaNmask = yes
NaNChecker::check_vars = "
ML_BSSN::ML_log_confac
"
# Timers
#-------------------------------------------------------------------------------
Cactus::cctk_timer_output = "full"
TimerReport::out_every = 5120
TimerReport::n_top_timers = 40
TimerReport::output_all_timers_together = yes
TimerReport::output_all_timers_readable = yes
TimerReport::output_schedule_timers = no
tcmalloc::report_every = 1024
# I/O thorns
#-------------------------------------------------------------------------------
Cactus::cctk_run_title = $parfile
IO::out_dir = $parfile
IOScalar::one_file_per_group = yes
# IOASCII::one_file_per_group = yes
IOBasic::outInfo_every = 4
IOBasic::outInfo_reductions = "minimum maximum"
IOBasic::outInfo_vars = "
Carpet::physical_time_per_hour
ML_BSSN::ML_log_confac
SystemStatistics::maxrss_mb
"
# for scalar reductions of 3D grid functions
IOScalar::outScalar_every = 64
IOScalar::outScalar_reductions = "minimum maximum average norm2"
IOScalar::outScalar_vars = "
ML_BSSN::ML_Ham
ML_BSSN::ML_mom
SystemStatistics::maxrss_mb
SystemStatistics::process_memory_mb
Carpet::memory_procs
tcmalloc::generic_current_allocated_bytes
tcmalloc::generic_heap_size
tcmalloc::tcmalloc_pageheap_free_bytes
tcmalloc::tcmalloc_pageheap_unmapped_bytes
"
# # output just at one point (0D)
# IOASCII::out0D_every = 32
# IOASCII::out0D_vars = "
# Carpet::timing
# # PunctureTracker::pt_loc
# # QuasiLocalMeasures::qlm_scalars{out_every = 128}
# "
# IOASCII::output_symmetry_points = no
# IOASCII::out3D_ghosts = no
# # 1D text output
# IOASCII::out1D_every = 128
# IOASCII::out1D_d = no
# IOASCII::out1D_x = yes
# IOASCII::out1D_y = no
# IOASCII::out1D_z = no
# IOASCII::out1D_vars = "
# ADMBase::lapse
# ML_BSSN::ML_Ham
# ML_BSSN::ML_mom
# "
# 1D HDF5 output
#IOHDF5::out1D_every = 256
#IOHDF5::out1D_d = no
#IOHDF5::out1D_x = yes
#IOHDF5::out1D_y = no
#IOHDF5::out1D_z = no
#IOHDF5::out1D_vars = "
# ADMBase::lapse
#"
# # 2D HDF5 output
#IOHDF5::out2D_every = 256
#IOHDF5::out2D_xy = yes
#IOHDF5::out2D_xz = no
#IOHDF5::out2D_yz = no
#IOHDF5::out2D_vars = "
# ADMBase::lapse
# "
# # 3D HDF5 output
# IOHDF5::out_every = 8192
# IOHDF5::out_vars = "
# ADMBase::lapse
# "
Carpet::verbose = no
Carpet::veryverbose = no
Carpet::schedule_barriers = no
Carpet::storage_verbose = no
CarpetLib::output_bboxes = no
Cactus::cctk_full_warnings = yes
Cactus::highlight_warning_messages = no
# Run termination
#-------------------------------------------------------------------------------
TerminationTrigger::max_walltime = 72 # hours
TerminationTrigger::on_remaining_walltime = 60 # minutes
TerminationTrigger::output_remtime_every_minutes = 60
TerminationTrigger::termination_from_file = yes
TerminationTrigger::termination_file = "terminate.txt"
TerminationTrigger::create_termination_file = no
Cactus::terminate = "time"
Cactus::cctk_final_time = 350.0
More information about the Users
mailing list