Comparing Shamrock disc with Phantom disc#

Check that both codes generate the same profiles for a disc.

  • t = 6.000 [years]
  • t = 6.000 [years]
  • t = 6.015 [years / 2*pi]
  • t = 6.000 [years / 2*pi]
-> modified loglevel to 0 enabled log types :
log status :
 - Loglevel: 1, enabled log types :
[xxx] Info: xxx ( logger::info )
[xxx] : xxx ( logger::normal )
[xxx] Warning: xxx ( logger::warn )
[xxx] Error: xxx ( logger::err )
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_AV": 0.0765404518492,
            "alpha_u": 1.0,
            "beta_AV": 2.0,
            "type": "constant_disc"
        },
        "boundary_config": {
            "bc_type": "free"
        },
        "cfl_config": {
            "cfl_cour": 0.3,
            "cfl_force": 0.25,
            "cfl_multiplier_stiffness": 2.0,
            "eta_sink": 0.05
        },
        "combined_dtdiv_divcurlv_compute": false,
        "debug_dump_filename": "",
        "do_debug_dump": false,
        "dust_config": {
            "drag_mode": {
                "type": "none"
            },
            "mode": {
                "type": "none"
            }
        },
        "enable_particle_reordering": false,
        "eos_config": {
            "Tvec": "f64_3",
            "cs0": 0.04999981727640601,
            "eos_type": "locally_isothermal_lp07",
            "q": 0.5,
            "r0": 1.0
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 5e-07,
        "h_iter_per_subcycles": 50,
        "h_max_subcycles_count": 100,
        "htol_up_coarse_cycle": 1.1,
        "htol_up_fine_cycle": 1.1,
        "kernel_id": "M4<f64>",
        "mhd_config": {
            "mhd_type": "none"
        },
        "particle_killing": [
            {
                "center": [
                    0.0,
                    0.0,
                    0.0
                ],
                "radius": 12.0,
                "type": "sphere"
            }
        ],
        "particle_reordering_step_freq": 1000,
        "save_dt_to_fields": false,
        "scheduler_config": {
            "merge_load_value": 0,
            "split_load_value": 0
        },
        "self_grav_config": {
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "none"
        },
        "show_cfl_detail": false,
        "show_ghost_zone_graph": false,
        "show_neigh_stats": false,
        "smoothing_length_config": {
            "type": "density_based"
        },
        "time_state": {
            "cfl_multiplier": 0.01,
            "dt_sph": 0.0,
            "time": 0.0
        },
        "tree_reduction_level": 3,
        "type_id": "sycl::vec<f64,3>",
        "unit_sys": {
            "unit_current": 1.0,
            "unit_length": 149597870700.0,
            "unit_lumint": 1.0,
            "unit_mass": 1.98847e+30,
            "unit_qte": 1.0,
            "unit_temperature": 1.0,
            "unit_time": 5022548.032116797
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Warning: make_generator_disc_mc: with the current EOS, cs_profile is ignored     [SPHSetup][rank=0]
digraph G {
rankdir=LR;
node_0 [label="GeneratorMCDisc"];
node_2 [label="Simulation"];
node_0 -> node_2;
}

SPH setup: generating particles ...
SPH setup: Nstep = 100000 ( 1.0e+05 ) Ntotal = 100000 ( 1.0e+05 rank min = 3.7e+05 max = 1.0e+05) rate = 1.000000e+05 N.s^-1
SPH setup: the generation step took : 0.271775248 s
SPH setup: final particle count = 100000 beginning injection ...
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 22.69 us   (84.6%)
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 851.00 ns  (0.2%)
   patch tree reduce : 1.04 us    (0.2%)
   gen split merge   : 881.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.2%)
   LB compute        : 543.44 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 4.12 us    (0.7%)
Info: patch count stable after 1 runs npatch = 1                      [DataInserterUtility][rank=0]
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
SPH setup: injected       100000 / 100000 => 100.0% | ranks with patchs = 1 / 1  <- global loop -> (msg count : 0)
SPH setup: the injection step took : 0.007717011 s
Info: injection perf report:                                                    [SPH setup][rank=0]
+======+====================+=======+=============+=============+=============+
| rank | rank get (sum/max) |  MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+====================+=======+=============+=============+=============+
| 0    |      0.00s / 0.00s | 0.00s |   0.3% 0.0% |     2.15 GB |     2.15 GB |
+------+--------------------+-------+-------------+-------------+-------------+
SPH setup: the setup took : 0.29425204400000005 s
Info: evolve_until (target_time = 6.00s, niter_max = -1, max_walltime = -1.00s)       [SPH][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 10.63 us   (4.3%)
   patch tree reduce : 1.58 us    (0.6%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 219.96 us  (90.0%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (60.4%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.5460854054041223 unconverged cnt = 99999
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.6006939459445346 unconverged cnt = 99997
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.6607633405389881 unconverged cnt = 99996
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.726839674592887 unconverged cnt = 99996
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.7995236420521757 unconverged cnt = 99993
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.8794760062573934 unconverged cnt = 99990
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757869 unconverged cnt = 99988
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 99985
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 99981
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 99970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 99959
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 99935
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 99906
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 99843
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 99760
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 99570
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 99090
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 97721
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 93885
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 84647
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 67959
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 43807
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 19514
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 4901
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 815
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757873 unconverged cnt = 144
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9422982425757874 unconverged cnt = 17
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624208071534366e-05,1.6457847442787189e-06,0)
    sum a = (2.202285662861181e-18,-4.463863632030163e-19,-4.870439446712227e-21)
    sum e = 0.006332971622025506
    sum de = -3.488634233442394e-22
Info: cfl dt = 0.0004899910971704365 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+========+========+===========+======+=============+=============+=============+
| rank | rate (N/s) |  Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+========+========+===========+======+=============+=============+=============+
| 0    | 1.7601e+04 | 100000 |      1 | 5.681e+00 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
---------------- t = 0, dt = 0.0004899910971704365 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.43 us    (2.1%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.16 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 290.38 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.23 us    (65.1%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62487944130414e-05,1.647032509614445e-06,-4.338911545220501e-10)
    sum a = (1.9820570965750628e-18,6.124048208648591e-19,-3.6845933205562065e-20)
    sum e = 0.006332971842277627
    sum de = 6.734583230672047e-09
Info: cfl dt = 0.016659725327737674 cfl multiplier : 0.34                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+========+========+===========+======+=============+=============+=============+
| rank | rate (N/s) |  Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+========+========+===========+======+=============+=============+=============+
| 0    | 1.9465e+05 | 100000 |      1 | 5.138e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 3.43350206067603 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 0.0004899910971704365, dt = 0.016659725327737674 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.33 us    (2.4%)
   patch tree reduce : 1.58 us    (0.6%)
   gen split merge   : 952.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.5%)
   LB compute        : 244.18 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (67.5%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.647038482390013e-05,1.6881138669894242e-06,-1.4752323363800226e-08)
    sum a = (-2.642742795433417e-19,-8.571973426213519e-19,4.0234064994579266e-21)
    sum e = 0.006333226346512768
    sum de = 2.3429170082309023e-07
Info: cfl dt = 0.027015063324717137 cfl multiplier : 0.56                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+========+========+===========+======+=============+=============+=============+
| rank | rate (N/s) |  Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+========+========+===========+======+=============+=============+=============+
| 0    | 1.8859e+05 | 100000 |      1 | 5.302e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 113.10727580649065 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.01714971642490811, dt = 0.027015063324717137 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.3%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 962.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.5%)
   LB compute        : 257.90 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6614353668714335e-05,1.7091713652307632e-06,-2.392066026906487e-08)
    sum a = (7.115076756936123e-19,4.2775163836342167e-19,-1.1858461261560205e-20)
    sum e = 0.006333649323756347
    sum de = 6.000567426970499e-07
Info: cfl dt = 0.03305972452726521 cfl multiplier : 0.7066666666666667         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+========+========+===========+======+=============+=============+=============+
| rank | rate (N/s) |  Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+========+========+===========+======+=============+=============+=============+
| 0    | 1.7662e+05 | 100000 |      1 | 5.662e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 171.77104233207652 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.04416477974962525, dt = 0.03305972452726521 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.93 us    (2.2%)
   patch tree reduce : 1.39 us    (0.5%)
   gen split merge   : 992.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.72 us    (0.6%)
   LB compute        : 287.16 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.76 us    (70.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.670155727556815e-05,1.7128439051591984e-06,-2.9263284087195636e-08)
    sum a = (2.286988957586611e-18,-9.444417361885449e-20,2.414043899674756e-20)
    sum e = 0.006334006988335172
    sum de = 1.0412636868178796e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.03296506032729001
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6701747817394454e-05,1.6927735496011132e-06,-2.9397886082448473e-08)
    sum a = (-1.1079190950086248e-18,1.0693790959085542e-18,2.0117032497289633e-20)
    sum e = 0.006333012322107178
    sum de = 1.0492067566789753e-06
Info: cfl dt = 0.018248707394866778 cfl multiplier : 0.4022222222222222        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+========+========+===========+======+=============+=============+=============+
| rank | rate (N/s) |  Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+========+========+===========+======+=============+=============+=============+
| 0    | 1.5613e+05 | 100000 |      1 | 6.405e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 185.82277468304906 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.07722450427689045, dt = 0.018248707394866778 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 100000.0 min = 100000.0 factor = 1
 - strategy "round robin" : max = 95000.0 min = 95000.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 100000
    max = 100000
    avg = 100000
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.47 us    (2.2%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.19 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 279.35 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.22 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.5897506912528905e-07,-4.274619984913723e-07,-9.55338133961012e-09) v=(4.262804859603633e-07,2.5564349523769677e-07,-9.39680627787056e-10) l=(5.864377804256318e-09,-7.548206833170959e-09,4.967141011625566e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.649533106706957e-05,1.6711851679995546e-06,-1.6032952659753334e-08)
    sum a = (-2.0633722595114756e-18,-8.792201992499638e-19,-1.9269999550035333e-20)
    sum e = 0.006333089883827495
    sum de = 1.27613539733275e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01816044592243544
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.649175125778482e-05,1.6630620360961026e-06,-1.6282804369849066e-08)
    sum a = (-2.4530074152484538e-18,1.5056010637445189e-19,-2.329340604949326e-20)
    sum e = 0.006332786761944774
    sum de = 1.2782609640221867e-06
Info: cfl dt = 0.014952419267247925 cfl multiplier : 0.30074074074074075       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5650e+05 | 99999 |      1 | 6.390e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 102.8130853267881 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.09547321167175724, dt = 0.014952419267247925 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99999.0 min = 99999.0 factor = 1
 - strategy "round robin" : max = 94999.0 min = 94999.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99999
    max = 99999
    avg = 99999
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.2%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.4%)
   LB compute        : 282.86 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.63 us    (71.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(5.780671721146717e-07,-5.163530301847442e-07,-7.136454789423124e-09) v=(5.110565480384756e-07,5.729717231736719e-07,-2.6894862509714364e-10) l=(-8.046385825775473e-09,5.684735103005117e-09,1.991248586617312e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6445981807963075e-05,1.6598467600506464e-06,-1.3244503306470477e-08)
    sum a = (-5.082197683525802e-19,-2.6469779601696886e-19,6.3527471044072525e-21)
    sum e = 0.006332018704222439
    sum de = 1.4747753948607322e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014868993502836178
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6449323736107985e-05,1.6541504911353275e-06,-1.3443398556762523e-08)
    sum a = (-2.778268066994105e-19,-7.076960274309679e-19,2.752857078576476e-21)
    sum e = 0.006331815568447435
    sum de = 1.4773214502931775e-06
Info: cfl dt = 0.013169700083810956 cfl multiplier : 0.2669135802469136        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5757e+05 | 99995 |      1 | 6.346e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 84.8232108779196 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 0.11042563093900516, dt = 0.013169700083810956 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99995.0 min = 99995.0 factor = 1
 - strategy "round robin" : max = 94995.2 min = 94995.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99995
    max = 99995
    avg = 99995
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 5.99 us    (2.1%)
   patch tree reduce : 1.82 us    (0.6%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 971.00 ns  (0.3%)
   LB compute        : 265.23 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.94 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-2.600412025584983e-07,-4.2672340466893883e-07,-1.465062734484862e-08) v=(4.257124748134076e-07,-2.5560604978000814e-07,1.4853801720572915e-10) l=(-7.525067473942214e-09,-1.2449038771799661e-08,4.961646783932215e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.642473575548231e-05,1.6527679190463334e-06,-1.174681455641096e-08)
    sum a = (-1.179069862577986e-18,-1.1163894244811678e-18,1.9058241313221758e-20)
    sum e = 0.006331747286700984
    sum de = 1.6593204913932304e-06
Info: cfl dt = 0.025058435279398793 cfl multiplier : 0.5112757201646091        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8357e+05 | 99994 |      1 | 5.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 87.03576374352421 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.12359533102281611, dt = 0.025058435279398793 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99994.0 min = 99994.0 factor = 1
 - strategy "round robin" : max = 94994.3 min = 94994.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99994
    max = 99994
    avg = 99994
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 5.80 us    (2.1%)
   patch tree reduce : 1.56 us    (0.6%)
   gen split merge   : 972.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 252.40 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (66.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.659034097295055e-05,1.6559088968613834e-06,-2.2516638606003422e-08)
    sum a = (-2.4191260973582818e-18,-4.944554829596978e-19,4.5528020914918643e-20)
    sum e = 0.006332205796769013
    sum de = 1.9830799355966634e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.024949542867791514
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.658951341994403e-05,1.6540073576706911e-06,-2.24450455438164e-08)
    sum a = (-1.6025863362051362e-18,2.6385076306971456e-19,3.790472438962994e-20)
    sum e = 0.0063316354817759815
    sum de = 1.987217318644984e-06
Info: cfl dt = 0.016339378304491458 cfl multiplier : 0.3370919067215364        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5676e+05 | 99994 |      1 | 6.379e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 141.4207362295883 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.1486537663022149, dt = 0.016339378304491458 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99994.0 min = 99994.0 factor = 1
 - strategy "round robin" : max = 94994.3 min = 94994.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99994
    max = 99994
    avg = 99994
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.2%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.35 us    (0.5%)
   LB compute        : 247.97 us  (85.6%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.79 us    (72.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.0121146304565216e-07,4.435435072182852e-07,3.334930609874883e-09) v=(-4.416821789737388e-07,1.9862971849135884e-07,-7.740205443823021e-10) l=(1.534063517640442e-08,-9.376419360931003e-09,9.903525261682727e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6468504124800406e-05,1.6514980448340927e-06,-1.4616049932504364e-08)
    sum a = (-2.507217523872729e-19,1.0048987127988206e-18,1.3976043629695956e-20)
    sum e = 0.006331421319436038
    sum de = 2.163743739648265e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.016281316855128264
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.645766115840955e-05,1.6509705170764969e-06,-1.4544477649018413e-08)
    sum a = (-4.811147140404426e-19,5.115020210231906e-19,1.1858461261560205e-20)
    sum e = 0.00633117856340778
    sum de = 2.1660584227469954e-06
Info: cfl dt = 0.01343222352580429 cfl multiplier : 0.27903063557384544        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5646e+05 | 99992 |      1 | 6.391e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 92.04016854408002 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.16499314460670636, dt = 0.01343222352580429 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99992.0 min = 99992.0 factor = 1
 - strategy "round robin" : max = 94992.4 min = 94992.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99992
    max = 99992
    avg = 99992
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 5.86 us    (2.1%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 791.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 942.00 ns  (0.3%)
   LB compute        : 255.34 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (69.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.4303476562414577e-06,3.6529916277825954e-07,9.302133829773621e-09) v=(-3.7996941251578226e-07,1.4258069062164506e-06,7.59115409226421e-09) l=(-1.0174653344675509e-08,-3.958048392220908e-08,2.4910391325584755e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.641828529642086e-05,1.6501969193282092e-06,-1.2289351714378417e-08)
    sum a = (4.946672411965114e-19,-6.778910555994572e-19,-8.470329472543003e-21)
    sum e = 0.006330129804994726
    sum de = 2.3276615832690264e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013301269606610577
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.641311483147392e-05,1.647600927128607e-06,-1.2143588487591757e-08)
    sum a = (5.996993266560446e-19,-1.3038484036203852e-18,-5.929230630780102e-21)
    sum e = 0.006329966233030505
    sum de = 2.330207180679099e-06
Info: cfl dt = 0.012432317003829248 cfl multiplier : 0.25967687852461513       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5681e+05 | 99987 |      1 | 6.376e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.83654814815326 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.17842536813251064, dt = 0.012432317003829248 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99987.0 min = 99987.0 factor = 1
 - strategy "round robin" : max = 94987.6 min = 94987.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99987
    max = 99987
    avg = 99987
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.4%)
   patch tree reduce : 1.92 us    (0.7%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 243.75 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 2.99 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.01 us    (62.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(9.966704542466351e-07,-6.404284556889584e-08,-2.9567590161804018e-08) v=(4.8309920202471806e-08,9.915138923607604e-07,-3.761234300560382e-09) l=(2.9657687094995052e-08,3.10842089330312e-09,9.918618075548411e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639964716349813e-05,1.6475360919138002e-06,-1.0996951953187388e-08)
    sum a = (-1.2027867851011065e-18,-1.5061304593365528e-19,1.9058241313221758e-21)
    sum e = 0.006329643498283348
    sum de = 2.4911521317719486e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012362029247592415
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6403171476175384e-05,1.6478043825730944e-06,-1.1089376844763311e-08)
    sum a = (-1.5280474368467578e-18,6.608445175359644e-19,-2.117582368135751e-22)
    sum e = 0.00632950339138974
    sum de = 2.492555096839797e-06
Info: cfl dt = 0.012063364486732078 cfl multiplier : 0.2532256261748717        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4779e+05 | 99985 |      1 | 6.765e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.15664652514758 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.19085768513633988, dt = 0.012063364486732078 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99985.0 min = 99985.0 factor = 1
 - strategy "round robin" : max = 94985.8 min = 94985.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99985
    max = 99985
    avg = 99985
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 5.87 us    (2.3%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 932.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 240.25 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (61.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.831280266374156e-07,3.204363878946199e-07,2.2601035634140947e-08) v=(-3.1406151035279644e-07,-3.8780065450524325e-07,2.500840791048363e-09) l=(1.9267510051232057e-08,-1.2120420517575532e-08,4.984615332203138e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639861099142891e-05,1.6479621918593148e-06,-1.0955724981835687e-08)
    sum a = (8.199278929421627e-19,-2.095480102168334e-19,1.0376153603865179e-20)
    sum e = 0.006329417127922709
    sum de = 2.6603044938586088e-06
Info: cfl dt = 0.025710927897702962 cfl multiplier : 0.5021504174499145        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8601e+05 | 99984 |      1 | 5.375e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.7931136543503 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 0.20292104962307195, dt = 0.025710927897702962 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99984.0 min = 99984.0 factor = 1
 - strategy "round robin" : max = 94984.8 min = 94984.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99984
    max = 99984
    avg = 99984
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (1.9%)
   patch tree reduce : 1.67 us    (0.5%)
   gen split merge   : 991.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.4%)
   LB compute        : 309.20 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 4.03 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.59 us    (65.4%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.657604129881312e-05,1.6465702830217322e-06,-2.2910292894365504e-08)
    sum a = (8.775261333554552e-19,1.826414792517085e-21,-1.1858461261560205e-20)
    sum e = 0.006329956797058901
    sum de = 2.9744467005662795e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02560274607424608
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.656807086089253e-05,1.6485716139259972e-06,-2.2861847975708168e-08)
    sum a = (2.3987973066241786e-18,7.755645423297187e-21,-4.0234064994579266e-21)
    sum e = 0.006329358060841963
    sum de = 2.9795781917715932e-06
Info: cfl dt = 0.016481047529260214 cfl multiplier : 0.3340501391499715        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5204e+05 | 99984 |      1 | 6.576e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 140.75156229984185 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.2286319775207749, dt = 0.016481047529260214 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99984.0 min = 99984.0 factor = 1
 - strategy "round robin" : max = 94984.8 min = 94984.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99984
    max = 99984
    avg = 99984
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.1%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 892.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 281.29 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.23 us    (66.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(7.47055167563144e-07,7.194812544135878e-07,-3.351405397901398e-10) v=(-7.245558655153434e-07,7.288804827185677e-07,-7.743905725507191e-10) l=(-2.186700205666325e-10,9.533795851034604e-10,1.482311993765904e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9420712613144286 unconverged cnt = 2
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6450561066681936e-05,1.648425083435815e-06,-1.4660022003391918e-08)
    sum a = (-6.437450399132683e-19,-2.22504967331864e-19,6.988021814847978e-21)
    sum e = 0.006328922092479622
    sum de = 3.1892022879410695e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01639276696050147
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.644977656810552e-05,1.6482816156283094e-06,-1.4592149981178601e-08)
    sum a = (-3.9979955110402976e-19,-7.199780051661553e-21,4.870439446712227e-21)
    sum e = 0.006328675856459379
    sum de = 3.1921530186175833e-06
Info: cfl dt = 0.013363664186046124 cfl multiplier : 0.2780167130499905        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0089e+05 | 99981 |      1 | 9.910e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.87196229280587 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.24511302505003513, dt = 0.013363664186046124 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99981.0 min = 99981.0 factor = 1
 - strategy "round robin" : max = 94981.9 min = 94981.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99981
    max = 99981
    avg = 99981
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.4%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 255.24 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (60.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.4177420920709436e-07,4.374097517637346e-07,4.719660387804029e-09) v=(-4.410088878707789e-07,2.293125130473818e-07,5.651133061737354e-10) l=(-1.6239673868051074e-09,-4.461450481825501e-09,4.966703503798249e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6410325682657056e-05,1.6481626016719914e-06,-1.1881103616128539e-08)
    sum a = (-2.5139937874507634e-18,2.4923944472957787e-19,6.988021814847978e-21)
    sum e = 0.006328634301896607
    sum de = 3.3209219011289146e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013290222605085469
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6414800489283705e-05,1.6400351071320524e-06,-1.2039383880683693e-08)
    sum a = (-1.2502206301473473e-18,6.608974570951678e-19,8.893845946170154e-21)
    sum e = 0.006328472492221439
    sum de = 3.3222849249842886e-06
Info: cfl dt = 0.012457792970520576 cfl multiplier : 0.2593389043499968        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5717e+05 | 99980 |      1 | 6.361e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.6270134553488 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 0.25847668923608125, dt = 0.012457792970520576 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99980.0 min = 99980.0 factor = 1
 - strategy "round robin" : max = 94981.0 min = 94981.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99980
    max = 99980
    avg = 99980
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.24 us    (2.5%)
   patch tree reduce : 2.08 us    (0.8%)
   gen split merge   : 921.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 230.68 us  (92.1%)
   LB move op cnt    : 0
   LB apply          : 3.20 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-5.713915566642665e-07,-8.806652791746518e-07,-3.351657685205248e-08) v=(8.862980901510158e-07,-5.404879907775868e-07,-7.24604033211791e-09) l=(-4.914256978737778e-09,-1.531027393947199e-08,1.478962427759187e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.640330710652426e-05,1.6397440826553434e-06,-1.0866558491565246e-08)
    sum a = (3.5914196963582334e-19,-6.682031162652362e-19,-8.258571235729428e-21)
    sum e = 0.006327924169619
    sum de = 3.464622747630303e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01240643943505091
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.64062521878101e-05,1.6400626232477173e-06,-1.1227823293527376e-08)
    sum a = (-4.404571325722362e-19,-6.667208086075412e-19,-5.929230630780102e-21)
    sum e = 0.006327783569426168
    sum de = 3.466576472230631e-06
Info: cfl dt = 0.01200814737956391 cfl multiplier : 0.25311296811666556        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5698e+05 | 99977 |      1 | 6.369e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.41742626858948 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.2709344822066018, dt = 0.01200814737956391 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99977.0 min = 99977.0 factor = 1
 - strategy "round robin" : max = 94978.1 min = 94978.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99977
    max = 99977
    avg = 99977
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.7%)
   patch tree reduce : 1.74 us    (0.7%)
   gen split merge   : 942.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 227.37 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (53.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.5264216779245087e-07,2.1223252721281697e-07,-2.9492276122868037e-09) v=(-1.843637834655597e-07,-4.5431152289255897e-07,-1.3138274723321095e-09) l=(-3.2561987297190923e-09,-1.4349241452749664e-10,4.894295333457862e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.640080718456026e-05,1.6403629454419434e-06,-1.077979030589327e-08)
    sum a = (-1.6534083130403943e-18,-8.199278929421627e-19,1.461131834013668e-20)
    sum e = 0.006327716700683731
    sum de = 3.576764059485159e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011934991443128358
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6403351094864556e-05,1.6338427577515231e-06,-1.0468178709832266e-08)
    sum a = (3.3203691532368573e-18,-1.6097861162567978e-18,1.0164395367051604e-20)
    sum e = 0.006327586089181057
    sum de = 3.5780158667448656e-06
Info: cfl dt = 0.01177447738668957 cfl multiplier : 0.2510376560388885         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5765e+05 | 99976 |      1 | 6.342e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.1684803354843 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 0.28294262958616573, dt = 0.01177447738668957 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99976.0 min = 99976.0 factor = 1
 - strategy "round robin" : max = 94977.2 min = 94977.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99976
    max = 99976
    avg = 99976
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.2%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 921.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 252.30 us  (83.9%)
   LB move op cnt    : 0
   LB apply          : 31.52 us   (10.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-4.498574168276573e-07,-8.016415994426551e-07,5.667892115196047e-08) v=(8.058807565122273e-07,-4.355008028252346e-07,5.824112171115077e-09) l=(3.59641255787123e-08,1.8093008678269896e-08,1.992425010729903e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.640038429240692e-05,1.6337277397554569e-06,-1.0689620339610445e-08)
    sum a = (-5.996993266560446e-19,3.536362554786704e-19,4.446922973085077e-21)
    sum e = 0.006326759434715952
    sum de = 3.7080124016023424e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011710938879836826
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639610299835625e-05,1.6303248555693988e-06,-1.0040083389400672e-08)
    sum a = (-1.2739375526704677e-18,9.537590986083422e-19,9.105604182983729e-21)
    sum e = 0.006326634180552771
    sum de = 3.7098573456089235e-06
Info: cfl dt = 0.011617591068756835 cfl multiplier : 0.25034588534629615       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5253e+05 | 99972 |      1 | 6.554e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.67275421915755 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.2947171069728553, dt = 0.011617591068756835 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99972.0 min = 99972.0 factor = 1
 - strategy "round robin" : max = 94973.4 min = 94973.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99972
    max = 99972
    avg = 99972
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.7%)
   patch tree reduce : 1.57 us    (0.7%)
   gen split merge   : 992.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.5%)
   LB compute        : 218.76 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.19 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.55 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(7.385717464805224e-07,-3.690799985222744e-07,3.5462640355836366e-08) v=(3.4644991941661157e-07,7.493102149952571e-07,-4.8801951823565526e-09) l=(-2.8383565504179178e-08,4.281567379172991e-09,9.912267469347586e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639357986149847e-05,1.630390094310112e-06,-9.969735046092907e-09)
    sum a = (-8.334804200982315e-19,-1.1604351377383915e-18,1.4823076576950256e-21)
    sum e = 0.0063263076127677955
    sum de = 3.80326640038452e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011552047912656021
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6397778792910725e-05,1.6291336465252848e-06,-1.0122326176235482e-08)
    sum a = (-1.0842021724855044e-19,-4.0657581468206416e-19,2.964615315390051e-21)
    sum e = 0.00632618544558946
    sum de = 3.804572482420541e-06
Info: cfl dt = 0.011491288851071495 cfl multiplier : 0.250115295115432         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5641e+05 | 99970 |      1 | 6.392e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.43378834900227 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.3063346980416121, dt = 0.011491288851071495 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99970.0 min = 99970.0 factor = 1
 - strategy "round robin" : max = 94971.5 min = 94971.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99970
    max = 99970
    avg = 99970
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.38 us    (2.6%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 1.10 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.45 us    (0.6%)
   LB compute        : 220.84 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-6.066156520346859e-07,1.6828336262022732e-08,-3.9792579899309795e-08) v=(5.373993785058915e-09,-5.991278068091754e-07,-4.355773451282518e-10) l=(-7.57775693164942e-09,-8.585262894266262e-09,1.9894701418913507e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639649939680855e-05,1.6291799129130685e-06,-9.890566037512951e-09)
    sum a = (-8.605854744103691e-19,5.560771298724482e-19,5.717472393966527e-21)
    sum e = 0.006325357941145821
    sum de = 3.904537559401841e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01143029238389042
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639520432031756e-05,1.630716765939889e-06,-9.871116108300091e-09)
    sum a = (-6.674619624363887e-19,9.634999775017666e-19,6.564505341220828e-21)
    sum e = 0.00632523863854618
    sum de = 3.906412184033561e-06
Info: cfl dt = 0.011379909629382864 cfl multiplier : 0.250038431705144         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5695e+05 | 99966 |      1 | 6.369e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.95185514101584 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.3178259868926836, dt = 0.011379909629382864 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99966.0 min = 99966.0 factor = 1
 - strategy "round robin" : max = 94967.7 min = 94967.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99966
    max = 99966
    avg = 99966
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.18 us    (2.0%)
   patch tree reduce : 1.94 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 288.22 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (67.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.844160439183914e-07,5.063372360592449e-07,2.212121212902983e-08) v=(-5.005419108513269e-07,1.5605358903499026e-07,7.19137946597482e-09) l=(1.2446634225852542e-08,4.804686551681394e-09,1.4922509597512426e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393711892415305e-05,1.6311810228467781e-06,-1.0001711333942286e-08)
    sum a = (9.317362419797304e-19,5.89534931288993e-19,5.293955920339377e-21)
    sum e = 0.006324657172580443
    sum de = 4.046478802101696e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011309482307461172
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393641974389895e-05,1.632219954772921e-06,-9.635655023075864e-09)
    sum a = (-9.791700870259712e-19,9.994988777600744e-20,1.376428539288238e-20)
    sum e = 0.006324540555135225
    sum de = 4.0481083642622114e-06
Info: cfl dt = 0.011452721144778778 cfl multiplier : 0.25001281056838137       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4652e+05 | 99963 |      1 | 6.823e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.04742647805805 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.32920589652206644, dt = 0.011452721144778778 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99963.0 min = 99963.0 factor = 1
 - strategy "round robin" : max = 94964.8 min = 94964.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99963
    max = 99963
    avg = 99963
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.24 us    (2.0%)
   patch tree reduce : 1.83 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.3%)
   LB compute        : 296.21 us  (93.8%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (68.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.855307797480764e-08,4.971183001928026e-07,2.1785585178616283e-08) v=(-4.96772759309472e-07,3.472161641884797e-08,1.873668387839996e-09) l=(5.094698459084668e-10,-2.184138419247019e-08,4.972561152544881e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639463084068601e-05,1.6323890196537935e-06,-9.846463542834702e-09)
    sum a = (1.8905775382715984e-18,8.54656243779589e-19,3.9810548520952116e-20)
    sum e = 0.006324457969141985
    sum de = 4.17646286556989e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011379581732465498
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6399432182604605e-05,1.6289829324543033e-06,-9.811899771654386e-09)
    sum a = (-1.4162390878091902e-18,5.44218668610888e-19,3.9387032047324966e-20)
    sum e = 0.006324339786179481
    sum de = 4.177480224958473e-06
Info: cfl dt = 0.011306920434424213 cfl multiplier : 0.2500042701894605        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5678e+05 | 99962 |      1 | 6.376e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.66475604010681 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.34065861766684524, dt = 0.011306920434424213 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99962.0 min = 99962.0 factor = 1
 - strategy "round robin" : max = 94963.9 min = 94963.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99962
    max = 99962
    avg = 99962
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.19 us    (2.1%)
   patch tree reduce : 1.56 us    (0.5%)
   gen split merge   : 871.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 280.33 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.034726432928269e-07,-2.900202812771851e-07,-2.2940733838458225e-08) v=(3.1707992742281304e-07,-7.952215410117328e-07,-2.745652879674631e-10) l=(-2.7768106400082276e-08,7.112133592799843e-09,1.0004375124783173e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639784998888006e-05,1.6289419364911451e-06,-9.550337702132114e-09)
    sum a = (-1.870248747537495e-18,-8.449153648861646e-19,9.105604182983729e-21)
    sum e = 0.00632400137548086
    sum de = 4.283276152788387e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011239564505470385
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.640025611892651e-05,1.6305807531554632e-06,-9.903579278300578e-09)
    sum a = (-5.014435047745458e-19,-1.0693790959085542e-18,1.0164395367051604e-20)
    sum e = 0.006323886128822243
    sum de = 4.284529277741744e-06
Info: cfl dt = 0.01117235098738599 cfl multiplier : 0.25000142339648684        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5661e+05 | 99960 |      1 | 6.383e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.774150662819395 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.35196553810126946, dt = 0.01117235098738599 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99960.0 min = 99960.0 factor = 1
 - strategy "round robin" : max = 94962.0 min = 94962.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99960
    max = 99960
    avg = 99960
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.20 us    (2.2%)
   patch tree reduce : 1.61 us    (0.6%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.37 us    (0.5%)
   LB compute        : 266.93 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.40 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.68616720166656e-07,5.09964546548297e-07,-4.1135181309053615e-08) v=(-5.129904112716884e-07,-4.845176658753039e-07,3.840096335399362e-09) l=(-3.232753902603768e-08,-2.260237211860688e-08,1.5034716032611315e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639846556536115e-05,1.6310866489282723e-06,-9.587332048950965e-09)
    sum a = (1.2569968937253817e-18,-2.5707449949168015e-19,2.5622746654442585e-20)
    sum e = 0.006323291549813948
    sum de = 4.395775277226486e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011109581465415764
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639956307635037e-05,1.6267182181157566e-06,-9.756775682004569e-09)
    sum a = (4.2012834183813297e-19,-3.9387032047324966e-20,2.752857078576476e-20)
    sum e = 0.006323179218085177
    sum de = 4.3972805608699e-06
Info: cfl dt = 0.01104772694619459 cfl multiplier : 0.2500004744654956         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4648e+05 | 99957 |      1 | 6.824e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.942246267702316 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.36313788908865546, dt = 0.01104772694619459 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99957.0 min = 99957.0 factor = 1
 - strategy "round robin" : max = 94959.1 min = 94959.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99957
    max = 99957
    avg = 99957
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.12 us    (2.6%)
   patch tree reduce : 1.73 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.5%)
   LB compute        : 216.12 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.78 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.774892812315737e-07,-4.54586906489414e-07,2.3379022195879904e-09) v=(4.5599775401175053e-07,-1.6103671575186468e-07,3.6905459263528913e-09) l=(-2.0393560790335946e-08,6.6267515992050635e-09,1.0008316693472787e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639786517770577e-05,1.6266328695497925e-06,-9.73581162547113e-09)
    sum a = (3.689675518239732e-18,1.1528118412131028e-18,6.988021814847978e-21)
    sum e = 0.006322836486744416
    sum de = 4.447606618313561e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010985898965390314
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6399770800404936e-05,1.6200112184296028e-06,-9.738090999335493e-09)
    sum a = (2.0972535774016476e-18,9.579942633446137e-19,1.0376153603865179e-20)
    sum e = 0.006322726424014976
    sum de = 4.448926767800694e-06
Info: cfl dt = 0.010932029459118333 cfl multiplier : 0.2500001581551652        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5712e+05 | 99955 |      1 | 6.362e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.517625516245374 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.37418561603485007, dt = 0.010932029459118333 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99955.0 min = 99955.0 factor = 1
 - strategy "round robin" : max = 94957.2 min = 94957.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99955
    max = 99955
    avg = 99955
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.72 us    (2.7%)
   patch tree reduce : 1.84 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 226.71 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (66.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-3.272281323143945e-07,-9.846930450775528e-07,-1.936745043147752e-08) v=(1.001172527046219e-06,-2.925674134640571e-07,2.7689680515935612e-08) l=(-1.216592968183425e-08,2.34235379785094e-08,2.4744287723233008e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9419116694681864 unconverged cnt = 3
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6398210737823864e-05,1.6197403699963023e-06,-9.838547302539162e-09)
    sum a = (1.765216662077962e-18,-1.091401952537166e-18,-1.1434944787933055e-20)
    sum e = 0.006321656481709109
    sum de = 4.522290871306976e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010876761916173913
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639490876802783e-05,1.6259405030730465e-06,-9.573619486576169e-09)
    sum a = (1.0740377771184528e-18,-3.680358155819935e-19,-5.293955920339377e-21)
    sum e = 0.006321548699244492
    sum de = 4.524332818768275e-06
Info: cfl dt = 0.01082439796484628 cfl multiplier : 0.2500000527183884         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0047e+05 | 99950 |      1 | 9.948e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 39.56110505763549 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.3851176454939684, dt = 0.01082439796484628 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99950.0 min = 99950.0 factor = 1
 - strategy "round robin" : max = 94952.5 min = 94952.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99950
    max = 99950
    avg = 99950
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.32 us    (2.1%)
   patch tree reduce : 1.47 us    (0.5%)
   gen split merge   : 902.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.36 us    (0.5%)
   LB compute        : 278.91 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(6.016948338456551e-07,1.302974408164778e-06,8.123310668297903e-09) v=(-1.3263987800524948e-06,5.704430542793153e-07,1.0467010928853385e-08) l=(3.5216193827109833e-10,-4.987046888846701e-09,2.0042967956371457e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393131520903144e-05,1.6267564279334645e-06,-9.692191157105907e-09)
    sum a = (1.799097979968134e-18,7.017667968001878e-19,-4.235164736271502e-21)
    sum e = 0.0063206961743481034
    sum de = 4.536866893646529e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010766958128721246
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639742273252428e-05,1.6260884116705045e-06,-9.423412510685246e-09)
    sum a = (-8.538092108323347e-19,5.55653613398821e-19,-6.352747104407253e-22)
    sum e = 0.006320590530650269
    sum de = 4.538609755028981e-06
Info: cfl dt = 0.010724080369155708 cfl multiplier : 0.2500000175727961        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5414e+05 | 99946 |      1 | 6.484e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.097749813015135 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.3959420434588147, dt = 0.010724080369155708 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99946.0 min = 99946.0 factor = 1
 - strategy "round robin" : max = 94948.7 min = 94948.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99946
    max = 99946
    avg = 99946
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.0%)
   patch tree reduce : 1.87 us    (0.6%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 303.62 us  (93.8%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-7.145373688061773e-07,2.526886053895262e-07,6.762606845942279e-09) v=(-2.2979865465852946e-07,-7.446150738994474e-07,-1.7349518282941382e-08) l=(-6.656643597489684e-08,-2.1662402243033448e-08,3.486607278824829e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639642188254229e-05,1.6264117419949867e-06,-9.232349872021354e-09)
    sum a = (-2.846030702774449e-19,-2.0201735792015063e-18,-8.682087709356578e-21)
    sum e = 0.006319001558546912
    sum de = 4.614248045391636e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0106625657260911
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63898310049496e-05,1.6258272607836314e-06,-9.309165328319775e-09)
    sum a = (1.9651164376299768e-19,-2.3619513734186165e-18,-1.1434944787933055e-20)
    sum e = 0.006318898158525237
    sum de = 4.616644727603628e-06
Info: cfl dt = 0.010630416811308198 cfl multiplier : 0.2500000058575987        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5560e+05 | 99939 |      1 | 6.423e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.10888274342179 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.4066661238279704, dt = 0.010630416811308198 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99939.0 min = 99939.0 factor = 1
 - strategy "round robin" : max = 94942.0 min = 94942.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99939
    max = 99939
    avg = 99939
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 5.88 us    (2.1%)
   patch tree reduce : 1.51 us    (0.5%)
   gen split merge   : 992.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 262.92 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.48 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.33 us    (63.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.1729821656280796e-06,1.8311728047543578e-07,1.610721680128196e-09) v=(-2.106209645550577e-07,1.1642102157949609e-06,-3.2339688338541775e-09) l=(-1.2309757193181522e-08,-8.040768263480124e-09,1.975589254886544e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638811983367386e-05,1.6261978700266037e-06,-9.176429529840599e-09)
    sum a = (1.3654171109739321e-18,4.2182240773264157e-19,-3.8116482626443515e-21)
    sum e = 0.0063180685922186505
    sum de = 4.668153168330016e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01058012723264239
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63829579709317e-05,1.6146853130174912e-06,-8.677461929907495e-09)
    sum a = (1.2807138162485021e-18,-1.4399560103323106e-20,-5.505714157152952e-21)
    sum e = 0.006317966972332679
    sum de = 4.669635394392451e-06
Info: cfl dt = 0.010542817899487297 cfl multiplier : 0.25000000195253286       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4578e+05 | 99935 |      1 | 6.855e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.82514977893464 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.4172965406392786, dt = 0.010542817899487297 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99935.0 min = 99935.0 factor = 1
 - strategy "round robin" : max = 94938.2 min = 94938.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99935
    max = 99935
    avg = 99935
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.3%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 871.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.3%)
   LB compute        : 276.90 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.19 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.53 us    (71.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.0768693204163348e-06,-1.875882359306953e-06,1.0005944915137503e-07) v=(1.8524796158388624e-06,1.1408792255946022e-06,-5.283500416530512e-09) l=(-7.128615000014226e-08,6.904710438631897e-08,2.498005463853554e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638133704010499e-05,1.614078501598753e-06,-9.04255615640044e-09)
    sum a = (-4.523155938337964e-18,-1.7364175418713157e-18,-4.658681209898652e-21)
    sum e = 0.006316862430947544
    sum de = 4.720557862165005e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010484388366680551
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63806173361575e-05,1.6199465961287257e-06,-8.738938336179882e-09)
    sum a = (-3.984442983884229e-18,-1.993915557836623e-18,-2.329340604949326e-21)
    sum e = 0.006316762833648726
    sum de = 4.722374828566392e-06
Info: cfl dt = 0.010460750617451685 cfl multiplier : 0.25000000065084427       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5666e+05 | 99930 |      1 | 6.379e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.50200239632258 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.4278393585387659, dt = 0.010460750617451685 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99930.0 min = 99930.0 factor = 1
 - strategy "round robin" : max = 94933.5 min = 94933.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99930
    max = 99930
    avg = 99930
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.4%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.5%)
   LB compute        : 242.64 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(2.279846307316168e-07,1.1863718173959857e-06,-2.9009472150233135e-08) v=(-1.1923459526307137e-06,1.8159680936949933e-07,1.0102652964859256e-08) l=(-1.4824904874725761e-08,6.0269055896528e-08,1.9798273901721253e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6379511836303813e-05,1.6206867573544913e-06,-8.623921087466809e-09)
    sum a = (-3.2864878353466853e-19,5.658180087658726e-19,-8.046812998915853e-21)
    sum e = 0.006315927978187209
    sum de = 4.731943700068599e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010407430460274094
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6382706691156735e-05,1.617084397248986e-06,-8.429865634432247e-09)
    sum a = (7.521652571618187e-19,-5.209252625613947e-19,-9.740878893424454e-21)
    sum e = 0.00631582968428286
    sum de = 4.733537721092237e-06
Info: cfl dt = 0.010383735778602349 cfl multiplier : 0.25000000021694807       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5512e+05 | 99926 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.458955362272405 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.4383001091562176, dt = 0.010383735778602349 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99926.0 min = 99926.0 factor = 1
 - strategy "round robin" : max = 94929.7 min = 94929.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99926
    max = 99926
    avg = 99926
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 30.33 us   (10.4%)
   patch tree reduce : 1.96 us    (0.7%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.31 us    (0.5%)
   LB compute        : 246.58 us  (84.8%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (64.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-5.91891544038114e-07,-3.486166974407601e-07,4.2520795965326695e-08) v=(3.6850000429972045e-07,-5.623245183599258e-07,-9.129819156789618e-09) l=(7.908771377706905e-09,-5.718081474882872e-08,2.9855832233252925e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63818963172848e-05,1.6169642951122288e-06,-8.491958100528783e-09)
    sum a = (4.492662752236809e-18,-1.037615360386518e-18,6.988021814847978e-21)
    sum e = 0.006314486702853258
    sum de = 4.723225653486055e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010329377729251254
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63853307254707e-05,1.6121400454034355e-06,-8.039158574740893e-09)
    sum a = (2.5309344463958494e-18,-2.507217523872729e-19,4.658681209898652e-21)
    sum e = 0.00631438989834804
    sum de = 4.725277878493437e-06
Info: cfl dt = 0.010311340458503692 cfl multiplier : 0.250000000072316         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5582e+05 | 99920 |      1 | 6.413e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.294238556862965 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.44868384493481994, dt = 0.010311340458503692 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99920.0 min = 99920.0 factor = 1
 - strategy "round robin" : max = 94924.0 min = 94924.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99920
    max = 99920
    avg = 99920
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.15 us    (2.0%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.3%)
   LB compute        : 281.03 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-6.97123477824451e-07,-7.529545806125855e-07,5.951784471803831e-08) v=(7.781299257821318e-07,-6.705750203290333e-07,6.95263978991067e-10) l=(-9.27006694469773e-09,-5.452626560981149e-09,2.9685578777693874e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638469447695051e-05,1.6119571855118163e-06,-8.232995803284357e-09)
    sum a = (-7.115076756936123e-20,2.286988957586611e-20,-2.922263668027336e-20)
    sum e = 0.0063130614287839225
    sum de = 4.78865546749521e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01025976250756432
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6378627068362956e-05,1.608206663392661e-06,-8.17282270160932e-09)
    sum a = (8.944667923005412e-19,2.2878359905338652e-18,-3.2610768469290563e-20)
    sum e = 0.006312966389615098
    sum de = 4.790745685077273e-06
Info: cfl dt = 0.010243166615956197 cfl multiplier : 0.25000000002410533       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5654e+05 | 99914 |      1 | 6.383e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.159099524975886 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.4589951853933236, dt = 0.010243166615956197 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99914.0 min = 99914.0 factor = 1
 - strategy "round robin" : max = 94918.3 min = 94918.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99914
    max = 99914
    avg = 99914
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.15 us    (2.2%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 254.21 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.86 us    (67.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.1036873705097993e-06,-5.6300340704567e-07,-4.069338699406678e-08) v=(5.277039638585451e-07,1.1321463561900252e-06,-1.2147560847542652e-08) l=(3.628411148826133e-08,-1.1462298497069403e-08,1.5108352217928412e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637724150972064e-05,1.608149411759541e-06,-7.879261506424066e-09)
    sum a = (-4.506215279392878e-19,-1.7719929256559963e-18,1.7364175418713157e-20)
    sum e = 0.006312346738238156
    sum de = 4.861224009911184e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010186505522032636
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6379833875872626e-05,1.6082946253284832e-06,-8.284140839665933e-09)
    sum a = (1.3992984288641042e-18,2.837560373301906e-19,1.461131834013668e-20)
    sum e = 0.006312253375909101
    sum de = 4.862648034889152e-06
Info: cfl dt = 0.01017884080019275 cfl multiplier : 0.25000000000803513        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5645e+05 | 99911 |      1 | 6.386e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.74303656076763 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.4692383520092798, dt = 0.01017884080019275 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99911.0 min = 99911.0 factor = 1
 - strategy "round robin" : max = 94915.4 min = 94915.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99911
    max = 99911
    avg = 99911
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.81 us    (2.3%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 274.34 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.210782522757503e-07,2.0183743734671333e-07,-3.576977708040036e-08) v=(-1.8477526382307553e-07,-4.2690313084349046e-07,6.337319920945682e-09) l=(-7.760195340656512e-09,6.487702614613746e-09,1.4968202005600923e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637917311116203e-05,1.6085530961879844e-06,-8.107894464608393e-09)
    sum a = (5.319366908757006e-19,1.102836897325099e-18,-9.105604182983729e-21)
    sum e = 0.0063116471190811305
    sum de = 4.817909442066435e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010125886956832624
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637750113671041e-05,1.6073229658473707e-06,-8.17411974126332e-09)
    sum a = (1.4738373282224826e-18,-3.1848438816761693e-19,-1.1858461261560205e-20)
    sum e = 0.006311554280548907
    sum de = 4.819224525014149e-06
Info: cfl dt = 0.010317188092293329 cfl multiplier : 0.25000000000267836       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5634e+05 | 99908 |      1 | 6.391e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.340640896688896 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.4794171928094726, dt = 0.010317188092293329 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99908.0 min = 99908.0 factor = 1
 - strategy "round robin" : max = 94912.6 min = 94912.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99908
    max = 99908
    avg = 99908
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.34 us    (2.3%)
   patch tree reduce : 1.86 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 250.63 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (61.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=4.499999999962867e-06 r=(2.7830777739126156e-07,1.7058644515079597e-10,7.813331975306004e-09) v=(-5.363129779293563e-09,2.587355236929805e-07,-1.1659675126927542e-08) l=(-4.103074150804317e-08,5.164047434485814e-08,4.480517497582944e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9417782870928835 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637910112763618e-05,1.6066987522765047e-06,-8.305860822373135e-09)
    sum a = (1.0164395367051604e-20,7.623296525288703e-20,8.470329472543003e-21)
    sum e = 0.00630946248794237
    sum de = 4.834411246028712e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01026742912922233
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6386423707006295e-05,1.6014846719908196e-06,-8.14747985878769e-09)
    sum a = (-6.606856988583543e-19,-1.8634724839594607e-20,1.0376153603865179e-20)
    sum e = 0.006309367318539156
    sum de = 4.837065335838492e-06
Info: cfl dt = 0.01057337605119158 cfl multiplier : 0.2500000000008928         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0461e+05 | 99899 |      1 | 9.549e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 38.895016073266184 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.4897343809017659, dt = 0.01057337605119158 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99899.0 min = 99899.0 factor = 1
 - strategy "round robin" : max = 94904.0 min = 94904.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99899
    max = 99899
    avg = 99899
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.34 us    (2.0%)
   patch tree reduce : 1.46 us    (0.5%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.38 us    (0.4%)
   LB compute        : 296.79 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 4.15 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (68.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.3835825913631728e-06,-7.921587965155157e-07,2.3019023740761183e-08) v=(8.430684022605659e-07,-1.3364696992650867e-06,3.105463630996174e-09) l=(8.29395209096609e-09,-2.941762703019574e-08,2.473597217694279e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6390589648396836e-05,1.599880668704212e-06,-8.47477042655866e-09)
    sum a = (-1.5585406229479126e-19,9.41900637346782e-19,8.470329472543003e-22)
    sum e = 0.006308291069385887
    sum de = 4.904738024289349e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010517436630509958
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639559358968872e-05,1.5991239035783046e-06,-8.453748308375728e-09)
    sum a = (-3.852305844112558e-18,9.910285482875314e-19,-6.776263578034403e-21)
    sum e = 0.006308191774253301
    sum de = 4.906584057228364e-06
Info: cfl dt = 0.010501451868381206 cfl multiplier : 0.2500000000002976        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5617e+05 | 99894 |      1 | 6.396e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.50814782879454 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.5003077569529575, dt = 0.010501451868381206 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99894.0 min = 99894.0 factor = 1
 - strategy "round robin" : max = 94899.3 min = 94899.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99894
    max = 99894
    avg = 99894
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.12 us    (2.4%)
   patch tree reduce : 1.63 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 239.86 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.24 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.0791614790738421e-06,1.8672460625394042e-08,-2.359796078165713e-08) v=(2.9348265312414485e-08,-1.0775165210343463e-06,9.148422029059734e-09) l=(-1.5017568408654226e-08,4.3079355104080234e-08,1.4967533966206572e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6395092434219965e-05,1.5994418458089073e-06,-8.277690898748706e-09)
    sum a = (5.183841637196318e-19,7.877406409464993e-19,-7.835054762102278e-21)
    sum e = 0.0063075925529971705
    sum de = 4.959378562550746e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010458941632110119
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6390524822899286e-05,1.5960925168599974e-06,-8.182101137046605e-09)
    sum a = (-6.877907531704919e-19,5.082197683525802e-20,-8.682087709356578e-21)
    sum e = 0.006307494805522838
    sum de = 4.960761998007245e-06
Info: cfl dt = 0.010433422556600255 cfl multiplier : 0.2500000000000992        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4789e+05 | 99891 |      1 | 6.754e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.971137510739446 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.5108092088213387, dt = 0.010433422556600255 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99891.0 min = 99891.0 factor = 1
 - strategy "round robin" : max = 94896.4 min = 94896.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99891
    max = 99891
    avg = 99891
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.5%)
   patch tree reduce : 2.19 us    (0.8%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 249.42 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 4.23 us    (1.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(7.40872506931643e-07,-3.69911573383585e-07,3.681510553294658e-08) v=(3.2034705274471405e-07,7.383817846351716e-07,1.7027209155484254e-08) l=(-1.3796164014226672e-08,2.3507371077360557e-08,1.4874621507054148e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9417357549737567 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638918634586682e-05,1.5963130282137076e-06,-8.400170814743923e-09)
    sum a = (-1.9989977555201488e-19,-3.7438856268640075e-19,-4.235164736271502e-21)
    sum e = 0.0063069036916936225
    sum de = 5.060287535895584e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010374581856803008
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638909990494913e-05,1.5966901868054583e-06,-8.000602323167665e-09)
    sum a = (-5.082197683525802e-19,-6.962610826430349e-19,-4.235164736271502e-21)
    sum e = 0.006306807462412595
    sum de = 5.0616394752152e-06
Info: cfl dt = 0.010589563631566296 cfl multiplier : 0.2500000000000331        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0165e+05 | 99888 |      1 | 9.827e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 38.22304784948665 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.521242631377939, dt = 0.010589563631566296 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99888.0 min = 99888.0 factor = 1
 - strategy "round robin" : max = 94893.6 min = 94893.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99888
    max = 99888
    avg = 99888
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.5%)
   patch tree reduce : 1.63 us    (0.6%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 242.17 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(6.016312127885788e-08,3.11086535927881e-07,2.025304422501326e-08) v=(-3.1482189524119713e-07,5.376595324532263e-08,5.392580296046868e-10) l=(3.951893059342563e-09,-1.2461146846399193e-08,1.0114422790267645e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639127403411453e-05,1.5961252035629884e-06,-8.200156279071433e-09)
    sum a = (1.2197274440461925e-18,-1.5415999640028266e-19,2.752857078576476e-20)
    sum e = 0.006306449014786128
    sum de = 5.02007002433545e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010542628341547114
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393280968714414e-05,1.589783413853815e-06,-8.407373668745383e-09)
    sum a = (-9.994988777600744e-19,1.2874900798265365e-19,2.456395547037471e-20)
    sum e = 0.0063063491320817415
    sum de = 5.021292861394699e-06
Info: cfl dt = 0.011254207184166984 cfl multiplier : 0.25000000000001105       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5475e+05 | 99886 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.061806914585866 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.5318321950095053, dt = 0.011254207184166984 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99886.0 min = 99886.0 factor = 1
 - strategy "round robin" : max = 94891.7 min = 94891.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99886
    max = 99886
    avg = 99886
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.2%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 260.80 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-4.019341968461752e-07,-9.03915086405703e-07,-5.866190031348206e-08) v=(9.204413963868564e-07,-3.792687276925573e-07,-1.1597912374616806e-08) l=(6.262296920490048e-10,-9.991529828612641e-08,3.994293946682095e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6402984073512925e-05,1.5858964869304048e-06,-8.802528551359247e-09)
    sum a = (-3.733721231496956e-18,-3.049318610115481e-20,1.418780186650953e-20)
    sum e = 0.006304513896503687
    sum de = 5.082044205361969e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011198243722206718
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6402111000920295e-05,1.5877547609778814e-06,-8.538086847779065e-09)
    sum a = (-4.340196821731035e-18,-2.879912020664621e-19,2.414043899674756e-20)
    sum e = 0.00630440181708625
    sum de = 5.084790739873738e-06
Info: cfl dt = 0.011136549756937184 cfl multiplier : 0.2500000000000037        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5658e+05 | 99878 |      1 | 6.379e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.514304507224765 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.5430864021936723, dt = 0.011136549756937184 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99878.0 min = 99878.0 factor = 1
 - strategy "round robin" : max = 94884.1 min = 94884.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99878
    max = 99878
    avg = 99878
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.09 us    (2.2%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 257.89 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.71 us    (70.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(7.415710474281348e-08,5.46036833029456e-07,6.609993142262408e-08) v=(-5.569454036979164e-07,4.4305678461705586e-08,-1.1974871009486407e-08) l=(-1.2113718963412847e-08,-6.659497950397138e-08,1.981305820515945e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6400352736155175e-05,1.5886246599040975e-06,-8.63808759999727e-09)
    sum a = (-2.0159384144652348e-18,-3.3373098121819433e-19,-1.545835128739098e-20)
    sum e = 0.006303582963826883
    sum de = 5.108298070736608e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01108558911900656
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.640103950769718e-05,1.5881695350690353e-06,-8.001732384952865e-09)
    sum a = (-3.198396408832238e-18,-1.2637731573034161e-18,-1.6093625997831706e-20)
    sum e = 0.006303473082894726
    sum de = 5.10999842479154e-06
Info: cfl dt = 0.011013236006444825 cfl multiplier : 0.2500000000000013        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5665e+05 | 99874 |      1 | 6.376e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.88125178333453 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.5542229519506096, dt = 0.011013236006444825 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99874.0 min = 99874.0 factor = 1
 - strategy "round robin" : max = 94880.3 min = 94880.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99874
    max = 99874
    avg = 99874
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (2.1%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.4%)
   LB compute        : 284.23 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.4731121425913498e-07,2.4444059289314734e-07,7.550195147111093e-08) v=(-2.6603914660711255e-07,-1.30743308099832e-07,3.408636057182314e-08) l=(1.8363879078241442e-08,4.447618461770287e-09,1.9879576159796024e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639921553447887e-05,1.5888673124984583e-06,-8.380090191657703e-09)
    sum a = (-2.710505431213761e-20,5.878408653944844e-19,1.6517142471458857e-20)
    sum e = 0.006302644684422393
    sum de = 5.159892683745874e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01097975572547363
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639703710768918e-05,1.5874351805960075e-06,-7.886512059836048e-09)
    sum a = (1.2536087619363645e-19,-7.420008617947671e-19,2.5622746654442585e-20)
    sum e = 0.006302537638148049
    sum de = 5.161745110434875e-06
Info: cfl dt = 0.011210561848102395 cfl multiplier : 0.25000000000000044       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4509e+05 | 99870 |      1 | 6.883e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.59884224490614 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.5652361879570543, dt = 0.011210561848102395 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99870.0 min = 99870.0 factor = 1
 - strategy "round robin" : max = 94876.5 min = 94876.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99870
    max = 99870
    avg = 99870
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.22 us    (2.3%)
   patch tree reduce : 1.94 us    (0.6%)
   gen split merge   : 1.09 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.4%)
   LB compute        : 294.65 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.72 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.692773931199454e-07,2.823589786490501e-08,-4.543655421526353e-10) v=(-6.211844631078402e-08,3.683792608606459e-07,-5.9507127321212406e-09) l=(-2.1691040439528088e-08,2.5930609146657515e-08,1.4822434862595397e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639963027765032e-05,1.5864197735118987e-06,-8.047773062801925e-09)
    sum a = (2.981555974335137e-19,-9.16489648929153e-19,-2.668153783851046e-20)
    sum e = 0.006301971244965617
    sum de = 5.102899568512286e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01116444385582159
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638796527804529e-05,1.5847154806590495e-06,-8.03223194756421e-09)
    sum a = (1.3417001884508117e-18,7.911287727355165e-19,-2.9857911390714087e-20)
    sum e = 0.0063018598174614795
    sum de = 5.104504631576752e-06
Info: cfl dt = 0.010388808167000184 cfl multiplier : 0.25000000000000017       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4705e+05 | 99867 |      1 | 6.792e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.42358485563833 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.5764467498051568, dt = 0.010388808167000184 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99867.0 min = 99867.0 factor = 1
 - strategy "round robin" : max = 94873.6 min = 94873.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99867
    max = 99867
    avg = 99867
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.3%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 961.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 256.97 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (69.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(2.0717662614279597e-06,-2.1004998817412855e-08,-5.9910555640001485e-09) v=(-9.567269159890473e-08,2.0698362947490005e-06,2.0938516292212647e-08) l=(4.1019823806134755e-08,-2.170894166706359e-08,3.479722223404398e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9416437163063934 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6376318346045046e-05,1.589283414284013e-06,-7.605232278054939e-09)
    sum a = (5.72594272343907e-19,3.4897757426877174e-19,1.4823076576950256e-21)
    sum e = 0.006300273360438761
    sum de = 5.090226136104082e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010341842274172779
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637834267029647e-05,1.587940439431504e-06,-7.567278499800506e-09)
    sum a = (2.371692252312041e-19,-1.0825081065909958e-18,-1.0587911840678754e-21)
    sum e = 0.006300177902882813
    sum de = 5.092413125112883e-06
Info: cfl dt = 0.010324340911891225 cfl multiplier : 0.25000000000000006       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0264e+05 | 99860 |      1 | 9.729e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 38.44178069669308 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.5868355579721569, dt = 0.010324340911891225 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99860.0 min = 99860.0 factor = 1
 - strategy "round robin" : max = 94867.0 min = 94867.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99860
    max = 99860
    avg = 99860
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.90 us    (2.6%)
   patch tree reduce : 1.66 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.48 us    (0.6%)
   LB compute        : 240.47 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.10 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 982.00 ns  (62.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-2.4581647591550284e-07,-4.137881020378526e-09,-2.890236723270225e-08) v=(6.302940004803862e-09,-2.553162461455429e-07,1.7891005371541e-08) l=(-1.0349317567887357e-08,2.5822115798194376e-08,2.992739078103054e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637762983644978e-05,1.5882948477655036e-06,-7.494791904884435e-09)
    sum a = (-5.692061405548898e-19,9.554531645028508e-19,-1.9905274260476058e-20)
    sum e = 0.006298825903657426
    sum de = 5.17923316189723e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010270231772287652
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6377468675919546e-05,1.5858171526084535e-06,-7.1836761181430794e-09)
    sum a = (-7.758821796849391e-19,9.520650327138336e-19,-1.3552527156068805e-20)
    sum e = 0.006298732312986921
    sum de = 5.181247911329135e-06
Info: cfl dt = 0.010261678618127544 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5617e+05 | 99854 |      1 | 6.394e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.128795482689824 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.5971598988840482, dt = 0.010261678618127544 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99854.0 min = 99854.0 factor = 1
 - strategy "round robin" : max = 94861.3 min = 94861.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99854
    max = 99854
    avg = 99854
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.27 us    (2.3%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 254.27 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.40 us    (63.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.928805232465762e-08,-2.440362179792337e-07,6.0017404269177e-08) v=(2.470206733660066e-07,-2.8681417337762932e-08,7.670296626721984e-10) l=(7.749163651580102e-09,1.7386706314359908e-08,1.0071194344082852e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6376654120234857e-05,1.586113448160553e-06,-7.348344164155354e-09)
    sum a = (-4.2690460541616737e-19,-1.4230153513872246e-18,-1.7575933655526732e-20)
    sum e = 0.00629836890166085
    sum de = 5.16823529667239e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010218073583135673
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637288151497642e-05,1.5814711799728641e-06,-6.924521080452672e-09)
    sum a = (-5.658180087658726e-19,1.5331296345302836e-18,-2.3081647812679684e-20)
    sum e = 0.006298276097570592
    sum de = 5.169371969754895e-06
Info: cfl dt = 0.010200688662001816 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5555e+05 | 99852 |      1 | 6.419e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.547704323241646 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.6074215775021757, dt = 0.010200688662001816 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99852.0 min = 99852.0 factor = 1
 - strategy "round robin" : max = 94859.4 min = 94859.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99852
    max = 99852
    avg = 99852
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.1%)
   patch tree reduce : 1.60 us    (0.5%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 291.86 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(6.841602006372481e-07,-6.824860259764747e-07,3.6471227329302705e-08) v=(6.637437563184319e-07,7.158517015787948e-07,-1.3166324023299293e-09) l=(9.397706359298229e-09,4.057221759347665e-08,2.477354037017554e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637177645729975e-05,1.5816940087013542e-06,-7.009396140561399e-09)
    sum a = (6.708500942254059e-19,-4.506215279392878e-19,-2.795208725939191e-20)
    sum e = 0.006297186199980321
    sum de = 5.2217171358583835e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01015323531392179
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637232514188612e-05,1.5797817988565832e-06,-6.654988967003794e-09)
    sum a = (8.809142651444724e-19,-1.6652667743019545e-18,-2.8163845496205486e-20)
    sum e = 0.006297094959159381
    sum de = 5.223426965430617e-06
Info: cfl dt = 0.011049596921513935 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5686e+05 | 99847 |      1 | 6.365e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.69026060113716 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.6176222661641776, dt = 0.011049596921513935 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99847.0 min = 99847.0 factor = 1
 - strategy "round robin" : max = 94854.6 min = 94854.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99847
    max = 99847
    avg = 99847
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.4%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 251.71 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.23 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.49 us    (50.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.0025745579605602e-07,-1.7896186240888254e-07,3.924486083904688e-08) v=(1.590834117063204e-07,-8.069151598421391e-08,-4.077256494936564e-09) l=(-1.1748458028691363e-08,-3.290325566508056e-08,1.4818087484946417e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638320141129501e-05,1.5742249560272105e-06,-7.40219632947681e-09)
    sum a = (6.437450399132683e-19,1.238362168885787e-18,7.199780051661553e-21)
    sum e = 0.0062965247969918705
    sum de = 5.149342137320245e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011004375719875033
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638288302293501e-05,1.579186090242333e-06,-7.554318663255205e-09)
    sum a = (-1.7957098481791167e-19,-2.947674656444965e-19,1.0164395367051604e-20)
    sum e = 0.006296417187246615
    sum de = 5.150734192744821e-06
Info: cfl dt = 0.010960640295241315 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5607e+05 | 99844 |      1 | 6.397e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.180622416674744 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.6286718630856916, dt = 0.010960640295241315 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99844.0 min = 99844.0 factor = 1
 - strategy "round robin" : max = 94851.8 min = 94851.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99844
    max = 99844
    avg = 99844
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.4%)
   patch tree reduce : 1.88 us    (0.7%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 255.68 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (66.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-1.625480576100872e-08,1.1316329283348555e-06,-6.84797657245986e-08) v=(-1.1459230792507962e-06,-8.568273554192705e-08,1.030854076627131e-08) l=(-1.330797068528597e-09,8.358800665296288e-08,3.462108725286534e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6381801597690266e-05,1.5803043357013976e-06,-7.315347797912446e-09)
    sum a = (7.115076756936123e-20,-1.2874900798265365e-19,8.893845946170154e-21)
    sum e = 0.0062948596773792775
    sum de = 5.2662887027556616e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010918022133961867
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637873769168931e-05,1.577941821442018e-06,-7.313261043208475e-09)
    sum a = (-2.337810934421869e-19,6.776263578034403e-20,6.352747104407253e-22)
    sum e = 0.006294754884280477
    sum de = 5.2686565517165955e-06
Info: cfl dt = 0.010874442492160179 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5008e+05 | 99837 |      1 | 6.652e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.31565794940494 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.6396325033809329, dt = 0.010874442492160179 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99837.0 min = 99837.0 factor = 1
 - strategy "round robin" : max = 94845.1 min = 94845.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99837
    max = 99837
    avg = 99837
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.4%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 932.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.4%)
   LB compute        : 252.63 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.925603491145597e-07,-7.945893609174908e-08,2.7084271481760295e-08) v=(5.415448248480449e-08,4.946462290304138e-07,-2.1034304021717732e-09) l=(-2.6482359624818953e-08,4.882327662529857e-09,4.959374621887024e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637745343973386e-05,1.5784780696906598e-06,-7.3701824253545e-09)
    sum a = (1.8770250111155296e-18,-1.6483261153568685e-18,-1.122318655111948e-20)
    sum e = 0.006294668455338041
    sum de = 5.226573088422963e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010832434674239673
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637331312215953e-05,1.5790432143202309e-06,-7.703352782705486e-09)
    sum a = (3.2424421220894617e-18,-1.145188544687814e-18,-9.105604182983729e-21)
    sum e = 0.006294564565668436
    sum de = 5.227567514517254e-06
Info: cfl dt = 0.010790832262831349 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5657e+05 | 99836 |      1 | 6.377e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.393996276727655 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.6505069458730931, dt = 0.010790832262831349 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99836.0 min = 99836.0 factor = 1
 - strategy "round robin" : max = 94844.2 min = 94844.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99836
    max = 99836
    avg = 99836
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.82 us    (2.5%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.42 us    (0.5%)
   LB compute        : 256.86 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(7.40872393554301e-07,3.402893299329131e-07,-8.82855947112217e-08) v=(-3.7519359644279016e-07,7.279090894235322e-07,-1.78481017432377e-08) l=(-1.4613317265857449e-08,2.5890901011012892e-08,2.9929648976685614e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6371933447141394e-05,1.5795782728488143e-06,-7.293569472211323e-09)
    sum a = (-1.1756817307889689e-18,5.776764700274328e-19,-7.411538288475128e-21)
    sum e = 0.006293224219688207
    sum de = 5.218839681837798e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010745992742474253
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637032763846305e-05,1.5790575237537797e-06,-7.459385760280132e-09)
    sum a = (5.285485590866834e-19,1.6771252355635147e-19,-7.199780051661553e-21)
    sum e = 0.006293122143333783
    sum de = 5.221036043795303e-06
Info: cfl dt = 0.010705761369297446 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5619e+05 | 99830 |      1 | 6.392e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.77781452155696 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.6612977781359245, dt = 0.010705761369297446 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99830.0 min = 99830.0 factor = 1
 - strategy "round robin" : max = 94838.5 min = 94838.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99830
    max = 99830
    avg = 99830
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.11 us    (2.5%)
   patch tree reduce : 1.82 us    (0.8%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.5%)
   LB compute        : 222.62 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.17 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (67.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(3.089123535682447e-07,1.3285672207210925e-07,2.884277199452582e-08) v=(-1.7290463014352775e-07,2.910029517030819e-07,1.3409090328380162e-08) l=(-6.349768009616048e-08,-4.3182430432972585e-08,2.4836820635187385e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636928531487489e-05,1.5797206765506683e-06,-7.516757276099117e-09)
    sum a = (1.6127507315721878e-18,9.723938234479368e-19,1.2281977735187355e-20)
    sum e = 0.006292039272886233
    sum de = 5.24574490491822e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01066350929904332
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637468760515603e-05,1.582874929392098e-06,-7.608252995656536e-09)
    sum a = (8.300922883092143e-19,1.412850956020173e-18,1.3976043629695956e-20)
    sum e = 0.006291939131852948
    sum de = 5.247542030300912e-06
Info: cfl dt = 0.010579134412650399 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5674e+05 | 99825 |      1 | 6.369e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.51579846968851 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.672003539505222, dt = 0.010579134412650399 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99825.0 min = 99825.0 factor = 1
 - strategy "round robin" : max = 94833.8 min = 94833.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99825
    max = 99825
    avg = 99825
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.15 us    (2.4%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.5%)
   LB compute        : 235.37 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.52 us    (68.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0605171110970591e-06,8.339253870585378e-07,-4.463856782666265e-08) v=(-7.745157337801311e-07,-1.1102763467616458e-06,1.1998041969432638e-08) l=(-1.3254590665431747e-08,6.630960563721952e-08,2.000637952768921e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6373637687771496e-05,1.583848769622638e-06,-7.472896360237048e-09)
    sum a = (-9.181837148236616e-19,1.446732273910345e-18,1.6517142471458857e-20)
    sum e = 0.006291088208508749
    sum de = 5.256623030988363e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010544349230275533
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6372278566300434e-05,1.5804475460698578e-06,-7.447100973276107e-09)
    sum a = (-9.859463506040056e-19,1.8821072087990554e-18,1.079967007749233e-20)
    sum e = 0.0062909904238575886
    sum de = 5.2582143765415085e-06
Info: cfl dt = 0.010554923293914546 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5554e+05 | 99821 |      1 | 6.418e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.34222962707489 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.6825826739178723, dt = 0.010554923293914546 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99821.0 min = 99821.0 factor = 1
 - strategy "round robin" : max = 94829.9 min = 94829.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99821
    max = 99821
    avg = 99821
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.23 us    (2.6%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 254.01 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.35 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (61.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.0741283062083807e-07,-3.709090031672892e-07,7.704940650488345e-09) v=(3.4527782677860595e-07,1.2033952772261255e-07,3.637051475352386e-08) l=(4.637080088562181e-09,1.017356201410003e-08,1.9953348701867935e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6371872843854276e-05,1.5804132078820149e-06,-7.47259824914209e-09)
    sum a = (1.1146953585866592e-18,-1.1858461261560205e-18,-2.244637310223896e-20)
    sum e = 0.006290144662890521
    sum de = 5.338092518339414e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01051503285263125
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6370428753057924e-05,1.578289403639562e-06,-7.61585619018501e-09)
    sum a = (2.3344228026328517e-18,-1.2722434867759591e-18,-2.3081647812679684e-20)
    sum e = 0.006290047857266599
    sum de = 5.339710782884126e-06
Info: cfl dt = 0.010470358932492459 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5184e+05 | 99817 |      1 | 6.574e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.80269051968664 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.6931375972117868, dt = 0.010470358932492459 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99817.0 min = 99817.0 factor = 1
 - strategy "round robin" : max = 94826.1 min = 94826.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99817
    max = 99817
    avg = 99817
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.2%)
   patch tree reduce : 1.99 us    (0.7%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 281.43 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.3841524118400757e-07,-2.114025587647587e-07,-4.1483254056638734e-08) v=(2.0377352082484083e-07,2.6013709826923446e-07,4.48813673692107e-09) l=(3.378335171839565e-08,1.3488970525497778e-08,9.93234661543366e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6369326296736175e-05,1.5787423548442504e-06,-7.421706061460172e-09)
    sum a = (1.9312351197398048e-19,-2.337810934421869e-19,3.5998900258307764e-21)
    sum e = 0.006289703604402749
    sum de = 5.430908534829066e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01042156531480108
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636944301614683e-05,1.5777619708499902e-06,-7.347559858609938e-09)
    sum a = (-1.7618285302889447e-19,8.707498697774207e-19,6.564505341220828e-21)
    sum e = 0.006289608519809714
    sum de = 5.432050961135524e-06
Info: cfl dt = 0.010388057457653888 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5558e+05 | 99815 |      1 | 6.416e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.75070524220914 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.7036079561442793, dt = 0.010388057457653888 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99815.0 min = 99815.0 factor = 1
 - strategy "round robin" : max = 94824.2 min = 94824.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99815
    max = 99815
    avg = 99815
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.4%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.17 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 254.36 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.06 us    (62.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.717295919720433e-08,1.7444288503061172e-08,3.339261693920874e-08) v=(-4.140467446548182e-09,-7.405970506493239e-08,-7.26857444554743e-09) l=(-1.3068672403038708e-08,-3.326944394287918e-08,1.001456566195562e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636841936669159e-05,1.5782209908336893e-06,-7.4484863382582046e-09)
    sum a = (-1.009663273127126e-18,1.3942162311805784e-18,1.9058241313221758e-20)
    sum e = 0.006289255740170341
    sum de = 5.524270977281903e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010345413600963534
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6369149572016166e-05,1.5727589372027441e-06,-7.638566622061493e-09)
    sum a = (-3.049318610115481e-19,1.4907779871675686e-19,1.9058241313221758e-20)
    sum e = 0.0062891621043068184
    sum de = 5.52540158926066e-06
Info: cfl dt = 0.010307906401301725 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5612e+05 | 99813 |      1 | 6.393e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.49440519511746 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.7139960136019332, dt = 0.010307906401301725 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99813.0 min = 99813.0 factor = 1
 - strategy "round robin" : max = 94822.3 min = 94822.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99813
    max = 99813
    avg = 99813
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.8%)
   patch tree reduce : 1.66 us    (0.7%)
   gen split merge   : 1.17 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.5%)
   LB compute        : 212.73 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (63.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.9679532520026087e-07,-8.454014365016631e-07,-7.343655723972806e-08) v=(8.486422972162503e-07,-1.6077166407599318e-07,-6.696290992257767e-10) l=(-8.506382538667605e-09,-6.324858343277132e-08,9.926895745543114e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6368140696905746e-05,1.5730073443254677e-06,-7.292841287773611e-09)
    sum a = (3.479611347320666e-18,8.893845946170154e-19,9.317362419797304e-21)
    sum e = 0.0062888150096648485
    sum de = 5.471922967294715e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010275676598355106
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636428533904016e-05,1.5750993939117498e-06,-7.70663044824016e-09)
    sum a = (1.5551524911588954e-18,-1.8465318250143747e-19,8.470329472543003e-21)
    sum e = 0.006288722128758531
    sum de = 5.472976548515087e-06
Info: cfl dt = 0.01047271576532826 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5544e+05 | 99811 |      1 | 6.421e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.78983350768938 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.724303920003235, dt = 0.01047271576532826 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99811.0 min = 99811.0 factor = 1
 - strategy "round robin" : max = 94820.4 min = 94820.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99811
    max = 99811
    avg = 99811
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.33 us    (2.1%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 912.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 282.42 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (66.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(6.813110256824877e-07,5.635273991538848e-07,-3.0533325202216345e-08) v=(-6.115169312023127e-07,6.875674533692449e-07,-3.143607030625239e-08) l=(2.0786741275557393e-08,-6.926875502104133e-08,2.992976004037099e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636606291492612e-05,1.574247547043263e-06,-7.841483937416209e-09)
    sum a = (1.2231155758352097e-18,-1.2807138162485021e-18,1.3129010682441655e-20)
    sum e = 0.006287370414960192
    sum de = 5.378936276746801e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010439585514314445
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6380188529581466e-05,1.5697961822667024e-06,-7.639061162980643e-09)
    sum a = (5.183841637196318e-19,-1.0452386569118066e-18,1.6517142471458857e-20)
    sum e = 0.006287274508508556
    sum de = 5.380896820481389e-06
Info: cfl dt = 0.011409792281284949 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4577e+05 | 99805 |      1 | 6.847e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.06713604691361 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.7347766357685632, dt = 0.011409792281284949 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99805.0 min = 99805.0 factor = 1
 - strategy "round robin" : max = 94814.8 min = 94814.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99805
    max = 99805
    avg = 99805
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.25 us    (3.0%)
   patch tree reduce : 1.90 us    (0.8%)
   gen split merge   : 1.09 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 219.82 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (69.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-2.7275561696864428e-06,-5.786127192334992e-07,3.062713159060222e-08) v=(7.187913802561558e-07,-2.6785025184883813e-06,-2.1396388637872077e-09) l=(2.0132180021763746e-08,-3.57501554681911e-08,3.9760186767214825e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393603564610916e-05,1.5625098425647336e-06,-8.48869445026627e-09)
    sum a = (2.642742795433417e-19,-1.0740377771184528e-18,5.653944922922455e-20)
    sum e = 0.006285462064783671
    sum de = 5.347882883210408e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011366451601098854
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63990424224058e-05,1.5621774729622003e-06,-8.58433885465238e-09)
    sum a = (-2.574980159653073e-19,-1.2705494208814505e-19,5.759824041329242e-20)
    sum e = 0.006285348627296126
    sum de = 5.35044858599394e-06
Info: cfl dt = 0.011310636413287695 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5393e+05 | 99797 |      1 | 6.483e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.35390303189314 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.7461864280498481, dt = 0.011310636413287695 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99797.0 min = 99797.0 factor = 1
 - strategy "round robin" : max = 94807.1 min = 94807.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99797
    max = 99797
    avg = 99797
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.18 us    (2.1%)
   patch tree reduce : 2.01 us    (0.6%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.3%)
   LB compute        : 315.68 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (70.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-1.2197520346588333e-06,1.2267044305378664e-07,-5.2381730315374214e-08) v=(-5.815240743238615e-08,-1.216103230936395e-06,3.2066982806244664e-08) l=(-1.9579957206983324e-09,1.3532002478773474e-08,3.4952293695156154e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6398342633611044e-05,1.5629223343181348e-06,-8.312988071054086e-09)
    sum a = (8.605854744103691e-19,1.9989977555201488e-19,3.1763735522036263e-21)
    sum e = 0.00628376864363163
    sum de = 5.38785399406846e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011262901337866466
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639467319477033e-05,1.559948058401789e-06,-8.534252390898456e-09)
    sum a = (-6.979551485375435e-19,2.6156377411212794e-18,9.740878893424454e-21)
    sum e = 0.0062836577679325715
    sum de = 5.390216508378986e-06
Info: cfl dt = 0.01121251796512699 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5545e+05 | 99790 |      1 | 6.420e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.42846201897292 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.7574970644631358, dt = 0.01121251796512699 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99790.0 min = 99790.0 factor = 1
 - strategy "round robin" : max = 94800.5 min = 94800.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99790
    max = 99790
    avg = 99790
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.94 us    (2.6%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.38 us    (0.5%)
   LB compute        : 245.92 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.35 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.520091144650083e-07,-2.4409758169923897e-07,-1.0966225881733838e-08) v=(2.1200204966980143e-07,4.6441236423263475e-07,1.1526323573442894e-08) l=(-3.270951513061838e-08,2.3989644534434006e-09,1.496874051056603e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639311530680146e-05,1.5605976106247418e-06,-8.53296702742931e-09)
    sum a = (1.043544591017298e-18,1.3992984288641042e-18,-3.1763735522036263e-21)
    sum e = 0.006283076290843452
    sum de = 5.434520945685493e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011175071710839228
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6392154349981214e-05,1.5554062467042388e-06,-8.112705824600342e-09)
    sum a = (-3.2187251995663413e-19,4.404571325722362e-19,-6.352747104407253e-22)
    sum e = 0.00628296770028719
    sum de = 5.436129927135814e-06
Info: cfl dt = 0.01111539440175334 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5562e+05 | 99787 |      1 | 6.412e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.948503547587585 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.7687095824282628, dt = 0.01111539440175334 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99787.0 min = 99787.0 factor = 1
 - strategy "round robin" : max = 94797.6 min = 94797.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99787
    max = 99787
    avg = 99787
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.75 us    (2.5%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 951.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 253.83 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.3087996103877244e-07,-6.715358583732584e-07,5.497851264708604e-08) v=(6.654922220325301e-07,1.664342157915158e-07,4.652668746428907e-09) l=(6.440065367288812e-08,2.1915763063883354e-08,2.0071044617874287e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639071732967368e-05,1.5559669505684986e-06,-8.281829236460506e-09)
    sum a = (-5.04831636563563e-19,-6.132518538121134e-19,-9.105604182983729e-21)
    sum e = 0.006282121515389755
    sum de = 5.5514787133364985e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0110746098404326
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638843566370813e-05,1.5526883132984045e-06,-8.123483814673884e-09)
    sum a = (3.1509625637859973e-19,-9.41900637346782e-19,-2.964615315390051e-21)
    sum e = 0.006282015017342381
    sum de = 5.553330917618276e-06
Info: cfl dt = 0.011020833689209118 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5597e+05 | 99783 |      1 | 6.398e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.548386032483464 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.7798249768300162, dt = 0.011020833689209118 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99783.0 min = 99783.0 factor = 1
 - strategy "round robin" : max = 94793.8 min = 94793.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99783
    max = 99783
    avg = 99783
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.4%)
   patch tree reduce : 2.01 us    (0.7%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 253.98 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.12 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (66.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.425703416467772e-07,-3.633761103919509e-07,-2.1788447896252513e-08) v=(3.4413527987014973e-07,3.619492278094084e-07,-2.3737415150757643e-10) l=(1.5974856291786402e-08,-1.4810871373729129e-08,4.981735670489654e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6387011064320184e-05,1.5533219637636792e-06,-8.027751468351986e-09)
    sum a = (1.6601845766184287e-18,-1.0028870095490916e-18,6.564505341220828e-21)
    sum e = 0.006281932615016016
    sum de = 5.6678682523884205e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01097182106140062
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638810233556483e-05,1.5543811664467349e-06,-8.170875353896398e-09)
    sum a = (3.015437292225309e-19,-1.0232158002831948e-18,8.258571235729428e-21)
    sum e = 0.006281828220637784
    sum de = 5.668975522155603e-06
Info: cfl dt = 0.011120955478235623 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5623e+05 | 99782 |      1 | 6.387e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.119231288813424 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.7908458105192253, dt = 0.011120955478235623 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99782.0 min = 99782.0 factor = 1
 - strategy "round robin" : max = 94792.9 min = 94792.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99782
    max = 99782
    avg = 99782
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.17 us    (2.1%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 1.18 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 278.34 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-2.6361673494968597e-07,4.238494216706897e-07,-2.8118439050966997e-08) v=(-3.977517168100858e-07,-2.8092521353006646e-07,-1.5205255470218464e-09) l=(-1.717637450386618e-08,2.1515474453890483e-08,4.853505966137452e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6389549843816696e-05,1.5536650255189658e-06,-8.152027877093218e-09)
    sum a = (2.256495771485456e-18,1.1553529400548657e-18,-1.2705494208814505e-20)
    sum e = 0.0062817616174075264
    sum de = 5.70356212387265e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011090386253060735
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63931182326696e-05,1.5492361223537717e-06,-7.982270214198564e-09)
    sum a = (1.2061749168901237e-18,1.2027867851011065e-18,-8.682087709356578e-21)
    sum e = 0.0062816548865267914
    sum de = 5.704621123518932e-06
Info: cfl dt = 0.011000107983534211 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5299e+05 | 99781 |      1 | 6.522e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.38317790161829 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.801966765997461, dt = 0.011000107983534211 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99781.0 min = 99781.0 factor = 1
 - strategy "round robin" : max = 94791.9 min = 94791.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99781
    max = 99781
    avg = 99781
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.80 us    (2.5%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.27 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.87 us    (0.7%)
   LB compute        : 250.69 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.63 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-7.593152781744128e-07,-5.095547374066808e-07,4.016193496101694e-08) v=(5.466461631388929e-07,-7.294698693502704e-07,1.1010063155902298e-08) l=(5.616609422188883e-08,1.931083761794591e-08,2.0005045342579405e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639163229244817e-05,1.5497803469424457e-06,-8.142033802415151e-09)
    sum a = (1.700842158086635e-18,-4.777265822514254e-19,3.006966962752766e-20)
    sum e = 0.0062808174568576925
    sum de = 5.7094755067022776e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01096313169265597
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6395559959717773e-05,1.5450721180208579e-06,-8.394928942190131e-09)
    sum a = (1.7076184216646695e-18,-1.3179832659276913e-18,3.134021904840911e-20)
    sum e = 0.006280712778817377
    sum de = 5.711277841847444e-06
Info: cfl dt = 0.010853982630649933 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5557e+05 | 99777 |      1 | 6.414e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.74314568856665 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8129668739809952, dt = 0.010853982630649933 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99777.0 min = 99777.0 factor = 1
 - strategy "round robin" : max = 94788.1 min = 94788.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99777
    max = 99777
    avg = 99777
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.4%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 249.36 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.60 us    (69.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-8.454880408188628e-07,-6.770913334327246e-07,-9.805476484027943e-08) v=(7.384203037579793e-07,-8.270432080642279e-07,-3.109205148162979e-08) l=(-2.70434128222094e-08,-3.2471697657745926e-08,2.515678840209467e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9412719752681886 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639378949267554e-05,1.5460382984815707e-06,-7.913443564399141e-09)
    sum a = (-2.168404344971009e-19,1.5551524911588954e-18,-2.117582368135751e-22)
    sum e = 0.006279606033411729
    sum de = 5.6830104021324386e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010815023764861606
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6393518041704885e-05,1.5449427593959926e-06,-7.88501499062919e-09)
    sum a = (5.55653613398821e-19,3.1170812458958252e-19,2.117582368135751e-22)
    sum e = 0.006279504083245151
    sum de = 5.684868859684358e-06
Info: cfl dt = 0.010713685141011176 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0470e+05 | 99772 |      1 | 9.530e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 41.00250025926429 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8238208566116452, dt = 0.010713685141011176 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99772.0 min = 99772.0 factor = 1
 - strategy "round robin" : max = 94783.4 min = 94783.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99772
    max = 99772
    avg = 99772
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.24 us    (2.6%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 252.67 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (65.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.1108887127602819e-07,5.256248430595423e-09,6.684810615593575e-08) v=(-4.744244920827428e-09,-7.820998800324559e-08,3.6221771465567485e-08) l=(1.671544808744801e-08,4.829186864867838e-08,2.494548526142104e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639165414291449e-05,1.5462888341282415e-06,-7.99031731919557e-09)
    sum a = (5.963111948670274e-19,-4.3029273720518457e-19,2.117582368135751e-21)
    sum e = 0.006278414306737438
    sum de = 5.575292235383261e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010679254792060841
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638706567751928e-05,1.5499922496474958e-06,-7.45837025059989e-09)
    sum a = (3.5575383784680614e-19,-1.4060746924421386e-18,4.870439446712227e-21)
    sum e = 0.006278314844247896
    sum de = 5.57708663686261e-06
Info: cfl dt = 0.010578828789372876 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5286e+05 | 99767 |      1 | 6.527e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.095475490870925 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.8345345417526564, dt = 0.010578828789372876 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99767.0 min = 99767.0 factor = 1
 - strategy "round robin" : max = 94778.6 min = 94778.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99767
    max = 99767
    avg = 99767
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.23 us    (2.5%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 941.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 982.00 ns  (0.3%)
   LB compute        : 270.46 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(7.264254470956317e-07,9.713125817307698e-07,5.3099809574390526e-08) v=(-1.0096768065322117e-06,6.524752636141207e-07,-2.7118328971791706e-08) l=(-2.5436772754167734e-08,1.8743109024698312e-09,3.982678785981975e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638498503091284e-05,1.551459385061907e-06,-7.60167898894854e-09)
    sum a = (-1.8634724839594607e-19,-9.75781955236954e-19,-2.1811098391798234e-20)
    sum e = 0.006276476865123676
    sum de = 5.635170233173762e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010551239166109694
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638440116485613e-05,1.550559059364894e-06,-7.3866972999975215e-09)
    sum a = (4.777265822514254e-19,-8.775261333554552e-19,-2.541098841762901e-20)
    sum e = 0.0062763807183645855
    sum de = 5.637590591693969e-06
Info: cfl dt = 0.010449021396150828 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5575e+05 | 99759 |      1 | 6.405e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.46023393816481 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8451133705420293, dt = 0.010449021396150828 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99759.0 min = 99759.0 factor = 1
 - strategy "round robin" : max = 94771.0 min = 94771.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99759
    max = 99759
    avg = 99759
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (2.4%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 253.79 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (67.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(5.563329389035816e-08,1.4084189334221065e-07,-1.1390064961428418e-08) v=(-1.3573243543215733e-07,5.042312059286418e-08,-3.0152685784139415e-09) l=(-2.906688013902735e-08,1.874557365522305e-08,9.938160872813794e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638261208318628e-05,1.5517982480209655e-06,-7.286211029107838e-09)
    sum a = (-2.0328790734103208e-20,3.3203691532368573e-19,1.1434944787933055e-20)
    sum e = 0.006276037439881704
    sum de = 5.72864848426222e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0104068554514087
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6381207695093385e-05,1.5479431812125526e-06,-7.340251842094873e-09)
    sum a = (1.4907779871675686e-19,-8.097634975751111e-19,8.682087709356578e-21)
    sum e = 0.006275944090748956
    sum de = 5.729779926429742e-06
Info: cfl dt = 0.01032394575050095 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5602e+05 | 99757 |      1 | 6.394e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.83130775464201 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8555623919381801, dt = 0.01032394575050095 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99757.0 min = 99757.0 factor = 1
 - strategy "round robin" : max = 94769.1 min = 94769.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99757
    max = 99757
    avg = 99757
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.88 us    (2.5%)
   patch tree reduce : 2.09 us    (0.8%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 253.82 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (63.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.7416021947718e-07,-4.681837250152941e-07,-1.5356407839611922e-08) v=(4.4551975580107124e-07,2.1227774349285195e-07,-4.328967458109562e-09) l=(1.0648517396333254e-08,-1.2151268858254999e-08,4.912330099174242e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6379489250531524e-05,1.54896435381931e-06,-7.179579956795338e-09)
    sum a = (3.3542504711270293e-19,-3.3881317890172014e-21,-2.0964065444543933e-20)
    sum e = 0.006275851708560693
    sum de = 5.697172190423727e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010293915853672224
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63756254467788e-05,1.546419817212033e-06,-7.579485908486409e-09)
    sum a = (7.453889935837843e-19,-1.633079522306291e-18,-2.0328790734103208e-20)
    sum e = 0.006275760029382486
    sum de = 5.698092780131416e-06
Info: cfl dt = 0.010817660085410342 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5566e+05 | 99756 |      1 | 6.409e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.99282767488785 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8658863376886811, dt = 0.010817660085410342 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99756.0 min = 99756.0 factor = 1
 - strategy "round robin" : max = 94768.2 min = 94768.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99756
    max = 99756
    avg = 99756
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (2.7%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.5%)
   LB compute        : 221.71 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.06 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(6.493955298488128e-07,-2.712037611102418e-07,-7.007433308343596e-08) v=(2.290327705175252e-07,6.670766550201294e-07,3.2895729771125456e-09) l=(-2.6529695402610343e-08,-5.5896659362396033e-08,2.4960569357546656e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638171552941563e-05,1.5415423879151853e-06,-7.816673471141935e-09)
    sum a = (-3.5236570605778894e-19,4.845028458294598e-19,6.564505341220828e-21)
    sum e = 0.006274669571652071
    sum de = 5.717152778364484e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010783904401177212
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638255035242011e-05,1.5429657962356263e-06,-7.945294915709046e-09)
    sum a = (9.012430558785756e-19,-3.2187251995663413e-19,5.929230630780102e-21)
    sum e = 0.006274569178531276
    sum de = 5.719032095048745e-06
Info: cfl dt = 0.010726262199407173 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5617e+05 | 99751 |      1 | 6.387e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.97132254330403 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8767039977740914, dt = 0.010726262199407173 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99751.0 min = 99751.0 factor = 1
 - strategy "round robin" : max = 94763.4 min = 94763.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99751
    max = 99751
    avg = 99751
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.09 us    (2.5%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 257.77 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.81 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.06 us    (63.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.1878404212063597e-07,4.939015092516559e-07,-7.555513657894115e-09) v=(-4.84596535661228e-07,-2.649979563906929e-07,-1.0302557613459156e-08) l=(7.398823930500254e-09,-2.203194628316216e-08,1.4756649430093408e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638144346319176e-05,1.54393092376672e-06,-7.895196529706137e-09)
    sum a = (1.3857459017080354e-18,1.3552527156068805e-20,-9.740878893424454e-21)
    sum e = 0.006274000244053058
    sum de = 5.7955131798739545e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010688969892874331
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637621950680061e-05,1.5439554126269268e-06,-7.929758864898475e-09)
    sum a = (1.7584403984999275e-18,5.421010862427522e-19,-1.1434944787933055e-20)
    sum e = 0.006273902043371839
    sum de = 5.7969738695568154e-06
Info: cfl dt = 0.01063650863260362 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5192e+05 | 99748 |      1 | 6.566e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.810143953970545 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.8874302599734986, dt = 0.01063650863260362 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99748.0 min = 99748.0 factor = 1
 - strategy "round robin" : max = 94760.6 min = 94760.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99748
    max = 99748
    avg = 99748
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.92 us    (2.4%)
   patch tree reduce : 1.93 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 261.99 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.62 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(8.418042988532801e-07,2.7633719500860113e-07,-1.658467013396192e-08) v=(-3.229330334073862e-07,8.244238570820027e-07,-2.5339301617086947e-08) l=(1.3617438662743363e-08,2.355546787282559e-08,1.0025248425122799e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637477235053375e-05,1.5451253919021343e-06,-7.796089316179034e-09)
    sum a = (-1.4840017235895342e-18,2.202285662861181e-19,-2.9434394917086937e-20)
    sum e = 0.006273556975567888
    sum de = 5.801878744596196e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010609420100461748
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637579080454628e-05,1.5479827099959448e-06,-8.023546239351858e-09)
    sum a = (-2.642742795433417e-18,-4.0657581468206416e-19,-3.536362554786704e-20)
    sum e = 0.0062734599038212985
    sum de = 5.8031463863684296e-06
Info: cfl dt = 0.010549237694157691 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5525e+05 | 99746 |      1 | 6.425e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.59728241906564 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.8980667686061021, dt = 0.010549237694157691 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99746.0 min = 99746.0 factor = 1
 - strategy "round robin" : max = 94758.7 min = 94758.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99746
    max = 99746
    avg = 99746
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.91 us    (2.6%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 242.70 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.55 us    (64.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.446057788967205e-07,8.376395788400301e-07,-3.6732505564696186e-08) v=(-8.088855043685575e-07,-3.2167152476786106e-07,-7.488427042806697e-09) l=(3.399296712116035e-09,3.067897133277458e-08,2.009550653320739e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637487390440682e-05,1.5490085810000267e-06,-7.856622262489734e-09)
    sum a = (-1.2061749168901237e-18,1.6127507315721878e-18,-1.1434944787933055e-20)
    sum e = 0.006272604255916121
    sum de = 5.819480900617487e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010520092674023063
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637407359581205e-05,1.5525129714268026e-06,-7.666367732990144e-09)
    sum a = (-1.917682592583736e-18,1.4873898553785514e-18,-9.952637130238029e-21)
    sum e = 0.006272508887815909
    sum de = 5.821202654251907e-06
Info: cfl dt = 0.010339755925157075 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5525e+05 | 99742 |      1 | 6.425e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.11144434352508 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9086160063002598, dt = 0.010339755925157075 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99742.0 min = 99742.0 factor = 1
 - strategy "round robin" : max = 94754.9 min = 94754.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99742
    max = 99742
    avg = 99742
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.1%)
   patch tree reduce : 1.91 us    (0.6%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 982.00 ns  (0.3%)
   LB compute        : 288.97 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.80 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (68.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(9.505031137011614e-09,9.461926310762117e-07,4.864671896589677e-08) v=(-9.447936809133732e-07,-3.478746606453388e-08,-1.3242147183255192e-08) l=(2.3034121451050585e-08,-1.8170061255463145e-08,1.9894347573558865e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637150560963456e-05,1.5546499923127334e-06,-7.766577498194862e-09)
    sum a = (-7.860465750519907e-19,8.470329472543003e-20,-1.8211208365967457e-20)
    sum e = 0.006271664747772214
    sum de = 5.874856490619839e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010315595732772036
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637101579714657e-05,1.5529462375482445e-06,-7.471194202390096e-09)
    sum a = (-1.5517643593698782e-18,-2.371692252312041e-20,-2.1811098391798234e-20)
    sum e = 0.006271573462018397
    sum de = 5.8763484766427295e-06
Info: cfl dt = 0.010235109466642297 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5518e+05 | 99738 |      1 | 6.427e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.91507254052031 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.918955762225417, dt = 0.010235109466642297 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99738.0 min = 99738.0 factor = 1
 - strategy "round robin" : max = 94751.1 min = 94751.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99738
    max = 99738
    avg = 99738
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.8%)
   patch tree reduce : 1.95 us    (0.8%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 217.63 us  (91.2%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.2971288438523942e-08,-4.0471557725208355e-08,1.7065702937275526e-09) v=(3.332359762582194e-08,-8.74654551451003e-09,-2.53836753442619e-08) l=(4.2044138649860115e-08,-1.9449359833561414e-08,9.875253666888557e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6369721104139145e-05,1.5538432118138627e-06,-7.396754126670817e-09)
    sum a = (-3.6930636500287495e-19,4.87890977618477e-19,3.9810548520952116e-20)
    sum e = 0.006271232073432843
    sum de = 5.97292592525725e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010195293895742624
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6370151969111575e-05,1.5503322328069541e-06,-7.340144575300388e-09)
    sum a = (-1.145188544687814e-18,-4.438452643612534e-19,4.002230675776569e-20)
    sum e = 0.006271142981306941
    sum de = 5.9740648678617e-06
Info: cfl dt = 0.01013491212991921 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5604e+05 | 99736 |      1 | 6.392e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.64761874795453 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9291908716920593, dt = 0.01013491212991921 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99736.0 min = 99736.0 factor = 1
 - strategy "round robin" : max = 94749.2 min = 94749.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99736
    max = 99736
    avg = 99736
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.2%)
   patch tree reduce : 1.60 us    (0.5%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 290.29 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.93 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.33 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-1.8536084111833018e-07,-4.642689579803234e-07,4.639709975776208e-09) v=(4.826647426392429e-07,-1.562952064279298e-07,-2.799802138008476e-09) l=(4.032855902550819e-09,3.44863225964925e-09,5.062011375953741e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6368930097421784e-05,1.5510592916447175e-06,-7.285885172895369e-09)
    sum a = (1.599198204416119e-18,-8.300922883092143e-19,1.9905274260476058e-20)
    sum e = 0.006271034725061493
    sum de = 5.925775288076058e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010107702148746888
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637468753130264e-05,1.5425305575399257e-06,-6.986329442429405e-09)
    sum a = (6.911788849595091e-19,-1.2027867851011065e-18,1.8634724839594607e-20)
    sum e = 0.0062709466888481126
    sum de = 5.926731457283854e-06
Info: cfl dt = 0.01025171495027386 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5597e+05 | 99735 |      1 | 6.395e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.05691373701935 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9393257838219785, dt = 0.01025171495027386 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99735.0 min = 99735.0 factor = 1
 - strategy "round robin" : max = 94748.2 min = 94748.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99735
    max = 99735
    avg = 99735
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.2%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.49 us    (0.5%)
   LB compute        : 277.62 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.2453726103521975e-06,-1.4922623727906057e-06,4.9408126639575886e-08) v=(1.5608595046268055e-06,-1.1383931777275413e-06,-7.688449655807712e-09) l=(2.598826979341362e-08,-1.5522990003031838e-08,2.494814600183281e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637658807499409e-05,1.540714421614857e-06,-7.2005679649134145e-09)
    sum a = (6.301925127571995e-19,-7.081195439045951e-19,-3.155197728522269e-20)
    sum e = 0.006269845880012415
    sum de = 5.960099242830016e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010226305137419303
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637647752136004e-05,1.5445725742390152e-06,-6.95829789163444e-09)
    sum a = (-4.3029273720518457e-19,-7.115076756936123e-20,-3.006966962752766e-20)
    sum e = 0.006269756323368932
    sum de = 5.9617503151455115e-06
Info: cfl dt = 0.011209559278162702 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5265e+05 | 99730 |      1 | 6.533e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.49038127824012 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9495774987722524, dt = 0.011209559278162702 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99730.0 min = 99730.0 factor = 1
 - strategy "round robin" : max = 94743.5 min = 94743.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99730
    max = 99730
    avg = 99730
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.74 us    (2.5%)
   patch tree reduce : 1.92 us    (0.7%)
   gen split merge   : 1.17 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.38 us    (0.5%)
   LB compute        : 248.73 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (68.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.7322271010024454e-07,8.751132494294226e-07,1.4747710509786674e-08) v=(-8.651242059375537e-07,-2.1274291310262632e-07,8.85842237175173e-09) l=(-1.503316458856787e-08,-2.407033998165695e-08,1.5067874755053722e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638927509554879e-05,1.5355828528424541e-06,-7.670532569384004e-09)
    sum a = (7.623296525288703e-19,1.0401564592282808e-18,1.207021949837378e-20)
    sum e = 0.006269170651772225
    sum de = 6.02472674116829e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011173575742923922
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639353962655022e-05,1.5334161446677666e-06,-6.874009315148923e-09)
    sum a = (9.317362419797304e-19,-6.776263578034403e-21,1.6728900708272432e-20)
    sum e = 0.006269063760068337
    sum de = 6.026300293538364e-06
Info: cfl dt = 0.011120970629659976 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4826e+05 | 99727 |      1 | 6.726e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.99338500896021 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9607870580504151, dt = 0.011120970629659976 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99727.0 min = 99727.0 factor = 1
 - strategy "round robin" : max = 94740.6 min = 94740.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99727
    max = 99727
    avg = 99727
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.85 us    (2.8%)
   patch tree reduce : 2.11 us    (0.9%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 221.01 us  (91.3%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (62.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-9.281599352231583e-07,-3.258099934967819e-08,1.2379998291547217e-07) v=(7.444809843234538e-08,-9.292803561496725e-07,-3.197922087296918e-08) l=(7.387130818054014e-08,-1.8875744134442592e-08,1.4988038676832529e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639269536808814e-05,1.5342597246660109e-06,-7.300206523807317e-09)
    sum a = (4.54009659728305e-19,-1.1485766764768313e-18,2.541098841762901e-20)
    sum e = 0.006268479967609904
    sum de = 6.133403225560471e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011084651068389463
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639279190528511e-05,1.5352923789657756e-06,-6.883759767531649e-09)
    sum a = (1.395910297075087e-18,-2.757939276260002e-18,2.1387581918171084e-20)
    sum e = 0.006268375095229469
    sum de = 6.134930882905571e-06
Info: cfl dt = 0.011035179568935604 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5455e+05 | 99724 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.045781231833274 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 0.9719080286800751, dt = 0.011035179568935604 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99724.0 min = 99724.0 factor = 1
 - strategy "round robin" : max = 94737.8 min = 94737.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99724
    max = 99724
    avg = 99724
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.2%)
   patch tree reduce : 1.56 us    (0.5%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 286.29 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-2.0732653889394336e-07,4.5421706797149597e-07,-1.8754972870354374e-08) v=(-4.372510138100787e-07,-2.367756978076377e-07,2.7874741738644007e-09) l=(-6.4020575203027215e-09,1.7537633853358695e-08,4.955063982099467e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.639174854411201e-05,1.5363479447691333e-06,-6.782808565839377e-09)
    sum a = (5.72594272343907e-19,-6.539094352803199e-19,1.6940658945086007e-21)
    sum e = 0.006268299341269834
    sum de = 6.2073999163572245e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011006850629014108
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6387570375919335e-05,1.5322841059374715e-06,-6.6885116321976656e-09)
    sum a = (1.3247595295057257e-18,1.6940658945086007e-19,3.3881317890172014e-21)
    sum e = 0.006268195971966954
    sum de = 6.208581010350256e-06
Info: cfl dt = 0.010951292620493987 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5462e+05 | 99723 |      1 | 6.450e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.59465636765063 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9829432082490107, dt = 0.010951292620493987 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99723.0 min = 99723.0 factor = 1
 - strategy "round robin" : max = 94736.8 min = 94736.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99723
    max = 99723
    avg = 99723
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.3%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 255.52 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.02 us    (62.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(6.118206788719243e-07,-4.222886796724224e-07,1.885023492638727e-08) v=(3.805154904294695e-07,6.46444251006894e-07,4.178240320397356e-09) l=(4.6402918019729425e-09,2.6260388045645986e-08,1.0068013136650363e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638613267914031e-05,1.5330507537804487e-06,-6.664160334104189e-09)
    sum a = (2.608861477543245e-19,1.0401564592282808e-18,-4.0234064994579266e-21)
    sum e = 0.006267856176662439
    sum de = 6.163882006906955e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010927417102779665
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638188183947712e-05,1.5328868431596632e-06,-7.359394269470833e-09)
    sum a = (-2.846030702774449e-19,3.2526065174565133e-19,-5.929230630780102e-21)
    sum e = 0.006267753724868561
    sum de = 6.165229344624916e-06
Info: cfl dt = 0.010831745161207263 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5515e+05 | 99721 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.33656198212143 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 0.9938945008695047, dt = 0.010831745161207263 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99721.0 min = 99721.0 factor = 1
 - strategy "round robin" : max = 94734.9 min = 94734.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99721
    max = 99721
    avg = 99721
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.47 us    (2.2%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 267.40 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.73 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (67.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(7.067225835753478e-07,2.1842146778817744e-07,-1.386384031665701e-07) v=(-2.53376133154756e-07,6.891472496419176e-07,2.948448568554552e-08) l=(3.107221897969853e-08,2.818816178148422e-08,2.983386016318243e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638009208443451e-05,1.5343428332712281e-06,-6.962442343234077e-09)
    sum a = (-1.7957098481791167e-19,3.1170812458958252e-19,-7.411538288475128e-21)
    sum e = 0.006266428608120368
    sum de = 6.199283148123435e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010795708328941762
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637688001162283e-05,1.5388866758479832e-06,-7.228354490792969e-09)
    sum a = (-3.8285889215894375e-19,-1.548376227580861e-18,-2.541098841762901e-21)
    sum e = 0.00626632868552796
    sum de = 6.201322152950704e-06
Info: cfl dt = 0.010718314059730207 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5487e+05 | 99715 |      1 | 6.439e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.56242484766207 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.004726246030712, dt = 0.010718314059730207 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99715.0 min = 99715.0 factor = 1
 - strategy "round robin" : max = 94729.2 min = 94729.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99715
    max = 99715
    avg = 99715
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 12.30 us   (4.1%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 952.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 277.11 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.75 us    (72.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.134076696050812e-07,1.134112366973302e-06,2.64272249485608e-09) v=(-1.1526357526489796e-06,4.3409289997209606e-07,4.551011828853912e-09) l=(-1.6804742020901796e-08,3.5093835472372997e-08,1.4832912681211256e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637534077838617e-05,1.5404494286910813e-06,-7.182552381883886e-09)
    sum a = (-1.4602848010664138e-18,1.0842021724855044e-18,1.7787691892340307e-20)
    sum e = 0.006265752383917349
    sum de = 6.280708959418805e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010692133285845479
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637546672110663e-05,1.538138792001632e-06,-7.0820405095525446e-09)
    sum a = (-5.116079001415974e-19,1.009663273127126e-18,1.9693516023662483e-20)
    sum e = 0.006265655141877466
    sum de = 6.282094127845616e-06
Info: cfl dt = 0.010607984346511083 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5568e+05 | 99712 |      1 | 6.405e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.24476388831232 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.0154445600904423, dt = 0.010607984346511083 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99712.0 min = 99712.0 factor = 1
 - strategy "round robin" : max = 94726.4 min = 94726.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99712
    max = 99712
    avg = 99712
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.98 us    (2.5%)
   patch tree reduce : 1.46 us    (0.5%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 256.62 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.1716668118760262e-07,-1.0207346599092821e-07,6.102716457466336e-09) v=(1.0418991026567932e-07,-1.0226857270586705e-07,1.4469111276064662e-08) l=(-1.4586350510724916e-08,2.4316566664377097e-08,1.0089602462051836e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637412396928433e-05,1.5392019525598641e-06,-6.9695388544946e-09)
    sum a = (1.6940658945086007e-19,3.6930636500287495e-19,5.082197683525802e-21)
    sum e = 0.006265307014830478
    sum de = 6.261252492961196e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01058250004260995
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637370685851498e-05,1.532329862838819e-06,-7.026135020867437e-09)
    sum a = (-3.3881317890172014e-19,1.2671612890924333e-18,3.1763735522036263e-21)
    sum e = 0.006265211225116881
    sum de = 6.262536706372041e-06
Info: cfl dt = 0.010500619682797207 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5541e+05 | 99710 |      1 | 6.416e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.522807004879816 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.0260525444369533, dt = 0.010500619682797207 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99710.0 min = 99710.0 factor = 1
 - strategy "round robin" : max = 94724.5 min = 94724.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99710
    max = 99710
    avg = 99710
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.67 us    (2.4%)
   patch tree reduce : 1.99 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 263.12 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (62.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-4.6172127591713377e-08,-1.0606084495545348e-06,-1.0491850508424774e-08) v=(1.081415460216101e-06,8.24441028842926e-09,3.4006117744577186e-09) l=(3.103991703131433e-08,-6.150867533418051e-08,2.5023584458552838e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6372389026424324e-05,1.5331088607581497e-06,-6.948460923691459e-09)
    sum a = (-6.708500942254059e-19,1.4907779871675686e-19,1.7364175418713157e-20)
    sum e = 0.006264109587534531
    sum de = 6.355955677030281e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010467138640346684
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637110489644879e-05,1.5347815396700956e-06,-7.026113846563121e-09)
    sum a = (-4.675621868843738e-19,-8.334804200982315e-19,1.6517142471458857e-20)
    sum e = 0.006264016443351215
    sum de = 6.357714166197274e-06
Info: cfl dt = 0.010396692667989994 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4391e+05 | 99705 |      1 | 6.928e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.561654705468264 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.0365531641197505, dt = 0.010396692667989994 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99705.0 min = 99705.0 factor = 1
 - strategy "round robin" : max = 94719.8 min = 94719.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99705
    max = 99705
    avg = 99705
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.92 us    (2.6%)
   patch tree reduce : 2.15 us    (0.7%)
   gen split merge   : 981.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.4%)
   LB compute        : 277.58 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.0976864381632553e-07,4.870445998083458e-07,-2.0666763290503604e-08) v=(-4.907585049812774e-07,7.143708627620805e-08,-8.318065936403162e-10) l=(2.050633847918416e-09,2.0492257868902215e-08,4.938237635918551e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6369835138442494e-05,1.5360658409565545e-06,-6.869515217723409e-09)
    sum a = (-1.9651164376299768e-19,-3.0154372922253092e-18,9.740878893424454e-21)
    sum e = 0.0062639287041716864
    sum de = 6.3445193039492734e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010374848800509226
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636557562078951e-05,1.5367008979760024e-06,-6.882213464781854e-09)
    sum a = (-1.0638733817514012e-18,-1.0638733817514012e-18,1.0164395367051604e-20)
    sum e = 0.006263836934869738
    sum de = 6.345544083349487e-06
Info: cfl dt = 0.010597922908142836 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5402e+05 | 99704 |      1 | 6.473e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.8196165957938 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.0469498567877404, dt = 0.010597922908142836 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99704.0 min = 99704.0 factor = 1
 - strategy "round robin" : max = 94718.8 min = 94718.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99704
    max = 99704
    avg = 99704
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.35 us    (2.1%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 992.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.3%)
   LB compute        : 283.10 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.83 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (70.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(6.898223331759662e-07,3.942072995893616e-07,7.216319768011466e-09) v=(-4.2343230558320995e-07,6.665813078249607e-07,1.1743881446777554e-08) l=(1.247307179237429e-08,1.1755274051601971e-08,1.995486465972455e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636768006832113e-05,1.534734772675935e-06,-7.099990470545722e-09)
    sum a = (-4.743384504624082e-20,1.1045309632196076e-18,-2.0117032497289633e-20)
    sum e = 0.00626299848893818
    sum de = 6.343415049935972e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010567618850206507
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636303624282846e-05,1.5298125275133134e-06,-7.325151913816611e-09)
    sum a = (1.887189406482581e-18,9.994988777600744e-19,-2.3081647812679684e-20)
    sum e = 0.006262903362336594
    sum de = 6.345029332644073e-06
Info: cfl dt = 0.010534348329373139 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4588e+05 | 99700 |      1 | 6.834e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.82398119990501 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.0575477796958832, dt = 0.010534348329373139 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99700.0 min = 99700.0 factor = 1
 - strategy "round robin" : max = 94715.0 min = 94715.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99700
    max = 99700
    avg = 99700
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.72 us    (1.0%)
   patch tree reduce : 1.78 us    (0.3%)
   gen split merge   : 1.00 us    (0.2%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.2%)
   LB compute        : 634.60 us  (96.8%)
   LB move op cnt    : 0
   LB apply          : 3.92 us    (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.62 us    (72.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(8.014297496715361e-07,-6.687406467098618e-07,-6.584726184758658e-08) v=(6.143909101455226e-07,8.409508543478348e-07,-8.760046957546119e-09) l=(3.025580842123157e-08,-4.630523787022938e-08,1.989769009878655e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63619822617633e-05,1.5302751280213537e-06,-7.079268509701096e-09)
    sum a = (1.0028870095490916e-18,-2.1006417091906648e-19,-4.573977915173222e-20)
    sum e = 0.006262070464586881
    sum de = 6.367458933731844e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010515759774278
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6357949049986985e-05,1.538227077474484e-06,-7.027982100009143e-09)
    sum a = (2.3445871979999033e-18,1.4026865606531214e-18,-3.959879028413854e-20)
    sum e = 0.00626197650926259
    sum de = 6.369103613532255e-06
Info: cfl dt = 0.010472221710529434 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5363e+05 | 99696 |      1 | 6.489e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.441178577721296 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.0680821280252564, dt = 0.010472221710529434 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99696.0 min = 99696.0 factor = 1
 - strategy "round robin" : max = 94711.2 min = 94711.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99696
    max = 99696
    avg = 99696
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.03 us    (2.8%)
   patch tree reduce : 1.99 us    (0.8%)
   gen split merge   : 901.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 227.54 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.79 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.78 us    (69.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(6.898866905650198e-07,1.6851346766477538e-06,4.098525700589842e-08) v=(-1.7302117845884274e-06,6.034439058549463e-07,-1.5655459697892482e-08) l=(-2.9510169720127674e-08,-2.3706161301623035e-08,2.002131142708589e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635728730088868e-05,1.5394729236475207e-06,-7.17395839719629e-09)
    sum a = (1.6771252355635147e-18,7.894347068410079e-19,-5.717472393966527e-21)
    sum e = 0.006261129952526543
    sum de = 6.352215855114828e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010447910413236212
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635670626726323e-05,1.5363637323767073e-06,-7.020869059164717e-09)
    sum a = (4.404571325722362e-19,-7.758821796849391e-19,-9.105604182983729e-21)
    sum e = 0.006261036968988371
    sum de = 6.353767053312343e-06
Info: cfl dt = 0.010411466121469511 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4872e+05 | 99692 |      1 | 6.704e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.23915367699304 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.078554349735786, dt = 0.010411466121469511 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99692.0 min = 99692.0 factor = 1
 - strategy "round robin" : max = 94707.4 min = 94707.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99692
    max = 99692
    avg = 99692
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.84 us    (2.5%)
   patch tree reduce : 1.86 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 250.69 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.4344708546856316e-08,-2.6435576083538793e-07,-1.3767387384776516e-08) v=(2.506900289328838e-07,-1.6019164263003722e-08,2.284624216353077e-08) l=(-7.771087783428471e-08,-5.390733961415783e-09,2.5062434203621203e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635597094257439e-05,1.5369359449984668e-06,-7.005755809771241e-09)
    sum a = (-7.284483346386983e-19,-4.3029273720518457e-19,-2.0540548970916783e-20)
    sum e = 0.006259930526376211
    sum de = 6.299146739043203e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01038367576072331
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635517329554351e-05,1.53435139388053e-06,-7.194987955441768e-09)
    sum a = (1.2874900798265365e-19,-8.334804200982315e-19,-1.7364175418713157e-20)
    sum e = 0.006259838588050441
    sum de = 6.3009954218776774e-06
Info: cfl dt = 0.010352040732627786 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5464e+05 | 99687 |      1 | 6.446e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.142885879131946 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.0889658158572555, dt = 0.010352040732627786 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99687.0 min = 99687.0 factor = 1
 - strategy "round robin" : max = 94702.6 min = 94702.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99687
    max = 99687
    avg = 99687
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.64 us    (2.2%)
   patch tree reduce : 1.83 us    (0.6%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.27 us    (0.4%)
   LB compute        : 280.10 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 4.03 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(4.0134622526620143e-08,-3.0017506595745997e-07,-4.8611288891497436e-08) v=(3.571322654430338e-07,5.7979775544793934e-08,2.9799237212558895e-09) l=(4.485187861250394e-08,-2.4222407955120794e-08,3.0058794346613947e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635462383998783e-05,1.534830380527637e-06,-6.946296183255264e-09)
    sum a = (-3.6930636500287495e-19,9.012430558785756e-19,-9.105604182983729e-21)
    sum e = 0.006258477184260661
    sum de = 6.38256769888843e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010327109924249855
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635291441321242e-05,1.5380241769270546e-06,-7.343276717068219e-09)
    sum a = (-1.4670610646444482e-18,1.3992984288641042e-18,-4.0234064994579266e-21)
    sum e = 0.006258387116645059
    sum de = 6.384512730091716e-06
Info: cfl dt = 0.01029054149675965 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5269e+05 | 99681 |      1 | 6.528e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.085064375628555 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.0993178565898833, dt = 0.01029054149675965 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99681.0 min = 99681.0 factor = 1
 - strategy "round robin" : max = 94696.9 min = 94696.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99681
    max = 99681
    avg = 99681
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.60 us    (2.4%)
   patch tree reduce : 2.01 us    (0.7%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 251.62 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (62.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.8107124502892663e-07,7.916369714335374e-07,-4.375656538281082e-08) v=(-8.036652044072086e-07,1.4137705840021167e-07,3.729746513607633e-08) l=(6.883960639584888e-08,8.441018982844068e-09,1.0005526816077792e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635234203252126e-05,1.5389921907765698e-06,-7.032747756655157e-09)
    sum a = (-2.710505431213761e-20,1.2061749168901237e-18,1.6940658945086007e-20)
    sum e = 0.00625803542859276
    sum de = 6.282368716934487e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010266964355202995
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635069418398624e-05,1.5406242152415844e-06,-7.62026742280081e-09)
    sum a = (1.094366567852556e-18,-1.6974540262976179e-18,2.159934015498466e-20)
    sum e = 0.0062579455370439145
    sum de = 6.283552607670698e-06
Info: cfl dt = 0.010198863313564795 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5509e+05 | 99679 |      1 | 6.427e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.64114871198275 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.109608398086643, dt = 0.010198863313564795 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99679.0 min = 99679.0 factor = 1
 - strategy "round robin" : max = 94695.0 min = 94695.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99679
    max = 99679
    avg = 99679
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.93 us    (2.4%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 271.57 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (66.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(1.7961738170842214e-07,5.830240109052578e-07,-6.978527733367551e-08) v=(-5.863340287045484e-07,1.1719386321899506e-07,1.2774076912558242e-08) l=(4.744956942449926e-09,1.692086589052148e-08,2.990962891650606e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634967766437023e-05,1.5416876292143204e-06,-7.349448881216159e-09)
    sum a = (5.285485590866834e-19,-1.5246593050577406e-19,1.249373597200093e-20)
    sum e = 0.006256594879161426
    sum de = 6.235288740832244e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01017674173478994
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635159461305289e-05,1.5470724903898257e-06,-7.449551839716902e-09)
    sum a = (1.0028870095490916e-18,-5.421010862427522e-19,8.682087709356578e-21)
    sum e = 0.0062565070447657915
    sum de = 6.237079053190895e-06
Info: cfl dt = 0.01010968121505973 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5428e+05 | 99673 |      1 | 6.461e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.829907542299495 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.1198072614002077, dt = 0.01010968121505973 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99673.0 min = 99673.0 factor = 1
 - strategy "round robin" : max = 94689.3 min = 94689.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99673
    max = 99673
    avg = 99673
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.5%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 992.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 241.19 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (68.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-4.833620344007478e-07,1.2764609428620012e-06,1.2625240550125525e-08) v=(-1.2511262944354186e-06,-5.447369395101141e-07,1.1441179224154555e-08) l=(-1.0096321538747988e-08,-7.303314281565475e-09,2.49880592442892e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6350744700689395e-05,1.5484543899828252e-06,-7.48552561506137e-09)
    sum a = (9.9272261418204e-19,-3.7947076036992655e-19,-1.545835128739098e-20)
    sum e = 0.006255400664470553
    sum de = 6.279661250026853e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010091637824036064
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635255203006591e-05,1.5436270807480274e-06,-7.278229635728751e-09)
    sum a = (7.792703114739563e-19,-1.6974540262976179e-18,-1.7364175418713157e-20)
    sum e = 0.006255315007841596
    sum de = 6.281363173177943e-06
Info: cfl dt = 0.010022907106458244 cfl multiplier : 0.25                      [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4926e+05 | 99668 |      1 | 6.677e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.50451827473602 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.1299169426152673, dt = 0.010022907106458244 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99668.0 min = 99668.0 factor = 1
 - strategy "round robin" : max = 94684.6 min = 94684.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99668
    max = 99668
    avg = 99668
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.7%)
   patch tree reduce : 1.89 us    (0.8%)
   gen split merge   : 1.11 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 224.96 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.06 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.67 us    (69.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-4.839285734700981e-07,-6.518688126095084e-07,1.3155505858632421e-08) v=(6.827465319433607e-07,-4.241182248962709e-07,-8.829023702056862e-09) l=(3.406684044804534e-08,-1.7619231846858496e-08,9.872801297324354e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6351767876515374e-05,1.5442537610555468e-06,-7.24358250109519e-09)
    sum a = (2.286988957586611e-18,6.030874584450618e-19,2.668153783851046e-20)
    sum e = 0.006254970531020678
    sum de = 6.230749890116099e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010004393358499898
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635117683465074e-05,1.5420163638826032e-06,-7.0660183677388025e-09)
    sum a = (1.480613591800517e-18,6.776263578034403e-20,2.837560373301906e-20)
    sum e = 0.006254885934944105
    sum de = 6.231836546269262e-06
Info: cfl dt = 0.00993843245140167 cfl multiplier : 0.25                       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5468e+05 | 99666 |      1 | 6.443e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.99989253853597 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.1399398497217255, dt = 0.00993843245140167 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99666.0 min = 99666.0 factor = 1
 - strategy "round robin" : max = 94682.7 min = 94682.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99666
    max = 99666
    avg = 99666
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.25 us    (2.5%)
   patch tree reduce : 1.90 us    (0.8%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 225.65 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-2.679118627132361e-08,-2.9563764774702637e-07,2.2094354575210148e-08) v=(2.988833037074901e-07,-9.298883708584071e-10,3.503136322040648e-08) l=(1.183142941573413e-08,-5.007758099696362e-08,2.4812606196559887e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6350255066084236e-05,1.5428728278869823e-06,-7.032460326090857e-09)
    sum a = (1.145188544687814e-18,-2.710505431213761e-20,2.2658131339052534e-20)
    sum e = 0.006253792781987667
    sum de = 6.356041904089816e-06
Info: cfl dt = 0.0197123691662808 cfl multiplier : 0.5                         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8537e+05 | 99661 |      1 | 5.376e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.54900138552904 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.149878282173127, dt = 0.0197123691662808 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99661.0 min = 99661.0 factor = 1
 - strategy "round robin" : max = 94677.9 min = 94677.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99661
    max = 99661
    avg = 99661
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (1.9%)
   patch tree reduce : 1.96 us    (0.6%)
   gen split merge   : 872.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.3%)
   LB compute        : 317.27 us  (93.9%)
   LB move op cnt    : 0
   LB apply          : 3.79 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (70.1%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.645550705508237e-05,1.4397440173200055e-06,-1.3816261889484746e-08)
    sum a = (-1.2027867851011065e-18,7.453889935837843e-19,3.917527381051139e-20)
    sum e = 0.006254161669145363
    sum de = 6.168389399895616e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.019688630023308087
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6458161535728405e-05,1.4388809895100395e-06,-1.4214176416919755e-08)
    sum a = (-5.319366908757006e-19,2.744386749103933e-19,3.6845933205562065e-20)
    sum e = 0.00625383405641907
    sum de = 6.172051908321542e-06
Info: cfl dt = 0.01343357301453841 cfl multiplier : 0.3333333333333333         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5431e+05 | 99661 |      1 | 6.459e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 109.87650532525304 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.1695906513394079, dt = 0.01343357301453841 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99661.0 min = 99661.0 factor = 1
 - strategy "round robin" : max = 94677.9 min = 94677.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99661
    max = 99661
    avg = 99661
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.8%)
   patch tree reduce : 1.67 us    (0.7%)
   gen split merge   : 942.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.31 us    (0.5%)
   LB compute        : 220.79 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (64.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.999999999950489e-06 r=(-4.994536491015566e-07,3.0737835058667136e-07,-5.656230603790099e-08) v=(-2.7861307415348233e-07,-4.952713610115077e-07,3.4911260771695776e-08) l=(-3.765465463969572e-08,-6.609116254418363e-09,6.0278209048872e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.638978922367151e-05,1.5048411859283517e-06,-9.434692425655999e-09)
    sum a = (1.2027867851011065e-18,-2.303929616531697e-19,-7.411538288475128e-21)
    sum e = 0.006251023018393137
    sum de = 6.067614978854806e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013415559347001806
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6374412777649105e-05,1.5037357822235677e-06,-9.750731564370002e-09)
    sum a = (5.55653613398821e-19,-2.710505431213761e-19,-1.1011428314305904e-20)
    sum e = 0.006250871019748165
    sum de = 6.072140085494678e-06
Info: cfl dt = 0.011304240208184373 cfl multiplier : 0.27777777777777773       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5303e+05 | 99649 |      1 | 6.512e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.26644999443545 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.1830242243539464, dt = 0.011304240208184373 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99649.0 min = 99649.0 factor = 1
 - strategy "round robin" : max = 94666.5 min = 94666.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99649
    max = 99649
    avg = 99649
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.22 us    (2.8%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 951.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 235.13 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (66.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(2.0591307408773546e-06,1.1698824198058454e-07,-2.083913916881522e-08) v=(-2.3778991881649543e-07,2.0570581873834842e-06,-1.823405283540568e-08) l=(3.657014482006961e-08,-4.539502251767066e-08,4.010725660944268e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635264073466154e-05,1.526436762937439e-06,-8.17561499572157e-09)
    sum a = (-3.8285889215894375e-19,1.9312351197398048e-19,2.795208725939191e-20)
    sum e = 0.006249026697583938
    sum de = 6.081957949853281e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01128688975957514
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635307240033675e-05,1.5198422259435773e-06,-8.298118276492456e-09)
    sum a = (-1.7279472123987727e-18,-3.1509625637859973e-19,3.324604317973129e-20)
    sum e = 0.006248919856402034
    sum de = 6.084448874560415e-06
Info: cfl dt = 0.010486357770991467 cfl multiplier : 0.25925925925925924       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5347e+05 | 99641 |      1 | 6.492e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.681710025377996 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.1943284645621308, dt = 0.010486357770991467 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99641.0 min = 99641.0 factor = 1
 - strategy "round robin" : max = 94658.9 min = 94658.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99641
    max = 99641
    avg = 99641
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.1%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 290.92 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.23 us    (65.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-6.900977391935715e-08,-9.272079704295551e-07,-2.5871909838400724e-08) v=(9.23421844140546e-07,3.760816274828334e-10,1.8900619521525133e-08) l=(-1.3962864708839115e-08,-8.408353595595488e-08,1.9994765009492994e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634503112174405e-05,1.5285939084045586e-06,-7.700458429105743e-09)
    sum a = (-4.0318768289304696e-19,2.981555974335137e-19,7.411538288475128e-21)
    sum e = 0.006248068832040058
    sum de = 6.114863301548228e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010472951472473638
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634600760098414e-05,1.5275008732532979e-06,-7.329749195368298e-09)
    sum a = (-1.3484764520288461e-18,4.1335207826009857e-19,4.235164736271502e-22)
    sum e = 0.00624797723520253
    sum de = 6.1164043341324195e-06
Info: cfl dt = 0.010180459680564767 cfl multiplier : 0.25308641975308643       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5398e+05 | 99637 |      1 | 6.471e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.341110150054035 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.2048148223331223, dt = 0.010180459680564767 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99637.0 min = 99637.0 factor = 1
 - strategy "round robin" : max = 94655.1 min = 94655.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99637
    max = 99637
    avg = 99637
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.4%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 252.54 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.2196001731640467e-07,-8.672769040596153e-08,6.103318026773251e-08) v=(1.0441709190969355e-07,-3.1690503747593325e-07,-9.37996653385631e-09) l=(-1.3784178319177152e-08,-3.346043969548572e-08,1.505451211139395e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634307304021053e-05,1.5308305893193828e-06,-7.3165117389204e-09)
    sum a = (-1.4907779871675686e-19,1.0367683274392636e-18,-3.282252670610414e-20)
    sum e = 0.006247365724466325
    sum de = 6.070336363157288e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01018758813991191
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6341936507183484e-05,1.5251155787863689e-06,-6.982146192571593e-09)
    sum a = (-4.845028458294598e-19,1.3586408473958977e-18,-3.176373552203626e-20)
    sum e = 0.006247279122041561
    sum de = 6.071698339661891e-06
Info: cfl dt = 0.010045243187020745 cfl multiplier : 0.25102880658436216       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5431e+05 | 99634 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.76289488210831 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.2149952820136871, dt = 0.010045243187020745 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99634.0 min = 99634.0 factor = 1
 - strategy "round robin" : max = 94652.3 min = 94652.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99634
    max = 99634
    avg = 99634
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.1%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.3%)
   LB compute        : 290.65 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(6.809525345900024e-08,-9.569508889076924e-07,1.7162631364699873e-08) v=(9.5011540741533e-07,1.2153223349649e-07,-5.930780727060972e-09) l=(-4.496336818371777e-08,-6.007528437131715e-08,2.498328387795745e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634051066370916e-05,1.5263185141738257e-06,-6.9022181394886326e-09)
    sum a = (2.778268066994105e-19,-1.2874900798265365e-18,-1.588186776101813e-20)
    sum e = 0.006246170083436276
    sum de = 6.137633272422275e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010026485127914138
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6340001406672786e-05,1.525649992675216e-06,-7.002156002457119e-09)
    sum a = (-5.692061405548898e-19,-3.3881317890172014e-21,-1.5670109524204556e-20)
    sum e = 0.006246086416334263
    sum de = 6.139276446048925e-06
Info: cfl dt = 0.01012259064040646 cfl multiplier : 0.25034293552812076        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4695e+05 | 99629 |      1 | 6.780e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.33750073161724 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.225040525200708, dt = 0.01012259064040646 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99629.0 min = 99629.0 factor = 1
 - strategy "round robin" : max = 94647.5 min = 94647.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99629
    max = 99629
    avg = 99629
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.29 us    (2.4%)
   patch tree reduce : 1.76 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 243.52 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.438130284481316e-08,-2.9130672107879545e-08,-3.1364092126149045e-08) v=(1.3869719276077622e-08,-2.3202954476849445e-08,6.795114736790278e-09) l=(-1.50500276019434e-08,-9.353128628880755e-10,1.017275647219074e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634075214170873e-05,1.524740134320669e-06,-6.8530332103666436e-09)
    sum a = (-8.809142651444724e-19,1.5585406229479126e-19,2.117582368135751e-22)
    sum e = 0.006245714695454912
    sum de = 6.192520134052494e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010105792776719913
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6340186434844986e-05,1.5221377036904897e-06,-6.967624884972373e-09)
    sum a = (1.0842021724855044e-19,7.453889935837843e-20,2.964615315390051e-21)
    sum e = 0.006245629719269176
    sum de = 6.193695406591769e-06
Info: cfl dt = 0.010944565875858963 cfl multiplier : 0.25011431184270694       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4742e+05 | 99627 |      1 | 6.758e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.92153213093825 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.2351631158411145, dt = 0.010944565875858963 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99627.0 min = 99627.0 factor = 1
 - strategy "round robin" : max = 94645.6 min = 94645.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99627
    max = 99627
    avg = 99627
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.12 us    (2.4%)
   patch tree reduce : 1.85 us    (0.6%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 272.88 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (68.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.707154128320211e-08,-3.2494218994609736e-07,8.478972363268036e-09) v=(3.3063536658441676e-07,-1.3601514729953885e-08,5.353546472439221e-09) l=(-3.3222640213274806e-08,-7.730830601157147e-10,1.0083343257345377e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63481631924886e-05,1.5119729631649236e-06,-7.534975908342737e-09)
    sum a = (1.5246593050577406e-19,-8.233160247311799e-19,5.293955920339377e-21)
    sum e = 0.006245286505556993
    sum de = 6.220484582837105e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010922556902265346
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634479022471959e-05,1.51305647094872e-06,-7.201347735980179e-09)
    sum a = (-1.1892342579450377e-18,6.911788849595091e-19,6.988021814847978e-21)
    sum e = 0.006245187129644597
    sum de = 6.221820047301538e-06
Info: cfl dt = 0.010840626700115706 cfl multiplier : 0.250038103947569         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5419e+05 | 99625 |      1 | 6.461e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.980566241723245 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.2461076817169734, dt = 0.010840626700115706 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99625.0 min = 99625.0 factor = 1
 - strategy "round robin" : max = 94643.8 min = 94643.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99625
    max = 99625
    avg = 99625
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.4%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.31 us    (0.5%)
   LB compute        : 258.33 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.52 us    (67.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.474825306771557e-07,3.753151308078086e-07,5.0648383691031135e-08) v=(-4.0570897001647005e-07,4.3115103251755707e-07,7.685487381935969e-09) l=(-3.104752818910611e-08,-2.8626294185961334e-10,1.5063511977145684e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634362475296701e-05,1.514548850468596e-06,-7.3536769237430205e-09)
    sum a = (6.335806445462167e-19,-1.548376227580861e-18,1.9905274260476058e-20)
    sum e = 0.006244591452156557
    sum de = 6.208079016114985e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01082772868283481
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6341619801915096e-05,1.5090264792905064e-06,-7.539390069055086e-09)
    sum a = (1.128247885742728e-18,-2.981555974335137e-19,1.8634724839594607e-20)
    sum e = 0.00624449379692032
    sum de = 6.209575812493577e-06
Info: cfl dt = 0.010838989039522155 cfl multiplier : 0.25001270131585634       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5428e+05 | 99622 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.43940222614072 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.2569483084170892, dt = 0.010838989039522155 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99622.0 min = 99622.0 factor = 1
 - strategy "round robin" : max = 94640.9 min = 94640.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99622
    max = 99622
    avg = 99622
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.00 us    (2.1%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 268.64 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (66.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(2.423633827976602e-07,-7.817525964545503e-07,-8.507535630466992e-08) v=(7.628349373742544e-07,3.052209443408103e-07,2.066063249525465e-08) l=(5.924530409321986e-09,-9.463331729957629e-08,2.0092961476474755e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634140372640608e-05,1.5088444538370363e-06,-7.295933474298094e-09)
    sum a = (-1.1553529400548657e-18,3.3881317890172014e-21,-5.929230630780102e-21)
    sum e = 0.006243641606427192
    sum de = 6.1762756031721164e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010831973502570744
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.633840339961999e-05,1.5020799603095598e-06,-7.067880526619292e-09)
    sum a = (1.094366567852556e-18,-1.6974540262976179e-18,-5.929230630780102e-21)
    sum e = 0.006243543931503916
    sum de = 6.177898115602055e-06
Info: cfl dt = 0.010742124907324225 cfl multiplier : 0.25000423377195213       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5424e+05 | 99618 |      1 | 6.458e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.41754146486267 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.2677872974566113, dt = 0.010742124907324225 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99618.0 min = 99618.0 factor = 1
 - strategy "round robin" : max = 94637.1 min = 94637.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99618
    max = 99618
    avg = 99618
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.6%)
   patch tree reduce : 1.52 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.5%)
   LB compute        : 230.25 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.27 us    (66.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(4.166887014127161e-07,-1.095297279688235e-06,7.67031815027789e-08) v=(1.072564115962797e-06,5.034970864124188e-07,1.9522832588838467e-08) l=(1.4095562152783126e-08,1.4462341030723454e-07,2.4901708616758937e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.633732486741144e-05,1.5029563840584012e-06,-7.068189936829046e-09)
    sum a = (1.5585406229479126e-19,-2.0328790734103208e-19,5.505714157152952e-21)
    sum e = 0.0062424548403486576
    sum de = 6.219524568672097e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010723094472276394
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634251138418047e-05,1.5077227327515764e-06,-7.013315453400447e-09)
    sum a = (-3.2526065174565133e-19,-2.4530074152484538e-18,4.870439446712227e-21)
    sum e = 0.006242359327113373
    sum de = 6.221296816576594e-06
Info: cfl dt = 0.0106483687701349 cfl multiplier : 0.2500014112573174          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5430e+05 | 99613 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.90222945993427 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.2785294223639356, dt = 0.0106483687701349 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99613.0 min = 99613.0 factor = 1
 - strategy "round robin" : max = 94632.3 min = 94632.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99613
    max = 99613
    avg = 99613
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.72 us    (2.5%)
   patch tree reduce : 1.86 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 252.30 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.65 us    (68.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.1097709395150321e-06,9.931340497411725e-07,-1.2384433230261297e-08) v=(-9.424250296875372e-07,-1.180590299347396e-06,8.25742302535489e-09) l=(-2.436909695857496e-09,1.675403570106446e-08,1.5173548075279278e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.634219828182666e-05,1.5092033917697404e-06,-6.854125573040043e-09)
    sum a = (-1.6364676540953083e-18,-1.6635727084074459e-18,-4.446922973085077e-21)
    sum e = 0.006241750392054919
    sum de = 6.0936918201630405e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010635480436018833
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.632971614309039e-05,1.5088075400634306e-06,-7.0398462853497424e-09)
    sum a = (-9.520650327138336e-19,-1.3552527156068805e-20,-5.505714157152952e-21)
    sum e = 0.00624165575953278
    sum de = 6.095174996774503e-06
Info: cfl dt = 0.011005574231790802 cfl multiplier : 0.25000047041910584       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5321e+05 | 99610 |      1 | 6.501e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.963208676026966 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.2891777911340705, dt = 0.011005574231790802 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99610.0 min = 99610.0 factor = 1
 - strategy "round robin" : max = 94629.5 min = 94629.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99610
    max = 99610
    avg = 99610
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.27 us    (2.6%)
   patch tree reduce : 1.72 us    (0.7%)
   gen split merge   : 911.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 223.95 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(2.0605865912413404e-06,1.6955595316802405e-07,-2.710368087132006e-08) v=(-3.01103094366617e-07,2.0243546558964946e-06,1.5719250711841688e-08) l=(3.632910345654346e-08,-8.010649812135446e-08,3.991908302310518e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6331926028171944e-05,1.5043705261308797e-06,-7.301150905374097e-09)
    sum a = (4.0996394647108136e-19,1.6940658945086007e-19,-1.291725244562808e-20)
    sum e = 0.006239816609901697
    sum de = 6.161437967575372e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010991376052422038
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6330031728643156e-05,1.506642719639712e-06,-7.158638003963057e-09)
    sum a = (-3.1746794863091177e-18,1.5246593050577406e-19,-9.529120656610879e-21)
    sum e = 0.0062397166147255025
    sum de = 6.163733730540254e-06
Info: cfl dt = 0.010905939854486188 cfl multiplier : 0.2500001568063686        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5317e+05 | 99602 |      1 | 6.503e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.93018513195784 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.3001833653658612, dt = 0.010905939854486188 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99602.0 min = 99602.0 factor = 1
 - strategy "round robin" : max = 94621.9 min = 94621.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99602
    max = 99602
    avg = 99602
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.4%)
   patch tree reduce : 1.40 us    (0.5%)
   gen split merge   : 931.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 249.03 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.962164868725419e-07,6.136754844749908e-07,1.0093276981805714e-08) v=(-6.38295916311694e-07,2.5722637991011565e-07,-3.4340339870110083e-09) l=(2.2769439374928084e-08,-1.5707958939491812e-08,1.0013178139330612e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.632916265559401e-05,1.5081505203454314e-06,-7.105114708317352e-09)
    sum a = (-8.470329472543003e-20,1.2874900798265365e-19,1.8422966602781032e-20)
    sum e = 0.006239377767143557
    sum de = 6.088206474338048e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010900253198995718
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.632447400875158e-05,1.4993631142052355e-06,-7.1745703166353e-09)
    sum a = (-1.841449627330849e-18,5.116079001415974e-19,2.202285662861181e-20)
    sum e = 0.006239279135401632
    sum de = 6.089485402118718e-06
Info: cfl dt = 0.01080954728087795 cfl multiplier : 0.2500000522687895         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5429e+05 | 99600 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.81914000452251 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.3110893052203474, dt = 0.01080954728087795 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99600.0 min = 99600.0 factor = 1
 - strategy "round robin" : max = 94620.0 min = 94620.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99600
    max = 99600
    avg = 99600
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.5%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 261.29 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(6.953659430480394e-07,-1.3957673369825264e-06,-2.6031612368333918e-08) v=(1.3409299547949169e-06,8.006218187788432e-07,2.3309314855753113e-08) l=(8.308347232866712e-08,-5.4144672225242407e-08,2.991221729609512e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.632341437283345e-05,1.5001148014511408e-06,-7.046310017469798e-09)
    sum a = (-1.734723475976807e-18,-1.1146953585866592e-18,-2.964615315390051e-21)
    sum e = 0.0062379406446557125
    sum de = 6.0598485272107515e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010795878414789926
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.631815967623816e-05,1.497035410940828e-06,-6.5902968819658796e-09)
    sum a = (-1.6483261153568685e-18,-5.522654816098038e-19,-2.964615315390051e-21)
    sum e = 0.006237843937798445
    sum de = 6.061810822812895e-06
Info: cfl dt = 0.010716958698952495 cfl multiplier : 0.2500000174229298        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5153e+05 | 99594 |      1 | 6.573e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.20702055114134 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.3218988525012254, dt = 0.010716958698952495 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99594.0 min = 99594.0 factor = 1
 - strategy "round robin" : max = 94614.3 min = 94614.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99594
    max = 99594
    avg = 99594
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.19 us    (2.5%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 268.71 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(8.407013257860456e-07,-5.128607421710692e-07,8.490048985112094e-08) v=(4.597381808877778e-07,8.790668183183746e-07,-9.236705596523278e-09) l=(5.862861149543501e-08,6.150080287443887e-08,2.522438586955979e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.631707933248095e-05,1.4982975308356334e-06,-6.8608007778083195e-09)
    sum a = (1.7584403984999275e-18,6.572975670693371e-19,1.418780186650953e-20)
    sum e = 0.006236721733547292
    sum de = 6.02521159200485e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0107093454012916
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.631080569850992e-05,1.5008744075359164e-06,-6.826453754024296e-09)
    sum a = (7.843525091574821e-19,1.6263032587282567e-19,1.8422966602781032e-20)
    sum e = 0.006236626796549284
    sum de = 6.02710306869859e-06
Info: cfl dt = 0.010625407153546425 cfl multiplier : 0.25000000580764326       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5410e+05 | 99589 |      1 | 6.463e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.6992414616964 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.3326158112001778, dt = 0.010625407153546425 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99589.0 min = 99589.0 factor = 1
 - strategy "round robin" : max = 94609.5 min = 94609.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99589
    max = 99589
    avg = 99589
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.22 us    (2.3%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 1.16 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 254.83 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (62.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(1.0506007538704426e-06,6.239070158984104e-07,-6.610189145839313e-08) v=(-6.830281248906882e-07,1.0224781783983107e-06,7.411376236434318e-09) l=(6.231045809967166e-08,-8.535822300546228e-08,3.007961392568196e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63100269838367e-05,1.502438929928174e-06,-6.6266314325062545e-09)
    sum a = (-1.0825081065909958e-18,1.2807138162485021e-18,1.4823076576950256e-20)
    sum e = 0.006235264825378124
    sum de = 6.158008432690624e-06
Info: cfl dt = 0.021068590976568092 cfl multiplier : 0.5000000038717621        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8577e+05 | 99583 |      1 | 5.361e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.35748418092177 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.3432412183537241, dt = 0.021068590976568092 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99583.0 min = 99583.0 factor = 1
 - strategy "round robin" : max = 94603.8 min = 94603.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99583
    max = 99583
    avg = 99583
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.85 us    (2.3%)
   patch tree reduce : 1.98 us    (0.7%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 282.05 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (67.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.637516293014869e-05,1.3595138503745278e-06,-1.3302222528759636e-08)
    sum a = (-2.041349402882864e-18,5.522654816098038e-19,-6.352747104407253e-22)
    sum e = 0.0062356671641282165
    sum de = 6.208026287772417e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02105284686654194
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636717041837436e-05,1.3732896002362633e-06,-1.3333100737593905e-08)
    sum a = (8.470329472543003e-21,8.097634975751111e-19,-2.117582368135751e-21)
    sum e = 0.006235302928736222
    sum de = 6.21229655172801e-06
Info: cfl dt = 0.013822410341556905 cfl multiplier : 0.3333333346239207        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5376e+05 | 99583 |      1 | 6.476e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 117.11242376746671 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.3643098093302921, dt = 0.013822410341556905 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99583.0 min = 99583.0 factor = 1
 - strategy "round robin" : max = 94603.8 min = 94603.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99583
    max = 99583
    avg = 99583
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.2%)
   patch tree reduce : 1.64 us    (0.6%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.37 us    (0.5%)
   LB compute        : 269.47 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.22 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(3.700665582861363e-07,1.5587267870681818e-06,-2.554254697981296e-08) v=(-1.5959253473397627e-06,3.0043590089057204e-07,-3.1937042417375455e-10) l=(4.057802467364693e-08,-1.2928447013986183e-08,3.5423428623450836e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6324076907012956e-05,1.4677662323473276e-06,-8.490080239397786e-09)
    sum a = (1.4619788669609224e-18,-5.759824041329242e-19,3.324604317973129e-20)
    sum e = 0.00623374477754667
    sum de = 6.237550661870085e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013811119607067796
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6321632740883986e-05,1.4649318373726838e-06,-9.20814204049659e-09)
    sum a = (1.765216662077962e-18,-1.531435568635775e-18,3.070494433796839e-20)
    sum e = 0.006233588007312325
    sum de = 6.241025548687368e-06
Info: cfl dt = 0.01140076268829676 cfl multiplier : 0.27777777820797356        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5377e+05 | 99576 |      1 | 6.476e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.84318179288108 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.378132219671849, dt = 0.01140076268829676 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99576.0 min = 99576.0 factor = 1
 - strategy "round robin" : max = 94597.2 min = 94597.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99576
    max = 99576
    avg = 99576
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.4%)
   patch tree reduce : 2.06 us    (0.7%)
   gen split merge   : 951.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 262.17 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.63 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.282626389488407e-07,-1.4202070198689429e-07,-8.142710050229395e-08) v=(1.2951436369644986e-07,1.676041276416674e-07,5.4984181762239026e-08) l=(-2.5842057610257985e-09,4.9126961272426606e-08,1.99677487016788e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630772282415302e-05,1.4965593772490536e-06,-7.1213428533306616e-09)
    sum a = (-8.74138001566438e-19,3.7947076036992655e-19,2.4352197233561135e-20)
    sum e = 0.006232757670987353
    sum de = 6.316120461972716e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011389131615610447
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63088223806255e-05,1.4993872205753304e-06,-7.525437046825444e-09)
    sum a = (-6.810144895924575e-19,-1.9447876468958736e-18,2.4352197233561135e-20)
    sum e = 0.006232651374875561
    sum de = 6.317931996980831e-06
Info: cfl dt = 0.010552722077568846 cfl multiplier : 0.25925925940265787       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4968e+05 | 99572 |      1 | 6.652e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.6953853821601 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.3895329823601459, dt = 0.010552722077568846 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99572.0 min = 99572.0 factor = 1
 - strategy "round robin" : max = 94593.4 min = 94593.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99572
    max = 99572
    avg = 99572
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.4%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 266.64 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.9400089920201475e-07,6.104827411224423e-07,-5.612794021224137e-10) v=(-5.927648436091049e-07,-4.3724422350410386e-07,6.882247597194191e-10) l=(-1.398451068995238e-08,-6.629594547665097e-09,1.0037787653559304e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6304072921898164e-05,1.510445301165798e-06,-7.009188214354367e-09)
    sum a = (7.741881137904305e-19,-2.574980159653073e-19,-3.8963515573697816e-20)
    sum e = 0.006232303566088619
    sum de = 6.28630282069387e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0105481842487178
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630251531627595e-05,1.506856654834355e-06,-6.318293202529411e-09)
    sum a = (2.388632911257127e-19,-1.0503208545953324e-18,-4.1081097941833566e-20)
    sum e = 0.006232212069076053
    sum de = 6.2875566281707216e-06
Info: cfl dt = 0.010526226299066032 cfl multiplier : 0.253086419800886         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5344e+05 | 99570 |      1 | 6.489e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.54370376548286 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.4000857044377146, dt = 0.010526226299066032 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99570.0 min = 99570.0 factor = 1
 - strategy "round robin" : max = 94591.5 min = 94591.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99570
    max = 99570
    avg = 99570
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.7%)
   patch tree reduce : 2.02 us    (0.8%)
   gen split merge   : 1.28 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 220.17 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.69 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(7.776857700005692e-08,-5.290497569345594e-07,1.1049143670373477e-07) v=(5.460934391360582e-07,1.132650131251943e-07,-1.7571509547321283e-08) l=(-3.2885447922619044e-08,6.155903988128927e-08,2.499466122727077e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6302318823740796e-05,1.5068771000779942e-06,-6.663717519083672e-09)
    sum a = (-5.082197683525802e-21,-5.658180087658726e-19,-1.249373597200093e-20)
    sum e = 0.006231108369130668
    sum de = 6.279465601708396e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010518016126943839
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629848292749786e-05,1.5023509898517935e-06,-6.46020634197232e-09)
    sum a = (-1.6940658945086007e-20,-2.947674656444965e-19,-1.2705494208814505e-20)
    sum e = 0.006231017502050172
    sum de = 6.281164735918496e-06
Info: cfl dt = 0.01036161174898103 cfl multiplier : 0.2510288066002953         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5369e+05 | 99565 |      1 | 6.479e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.492489801990935 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.4106119307367806, dt = 0.01036161174898103 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99565.0 min = 99565.0 factor = 1
 - strategy "round robin" : max = 94586.8 min = 94586.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99565
    max = 99565
    avg = 99565
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.17 us    (2.1%)
   patch tree reduce : 1.85 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 267.98 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.17 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (62.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(5.545611492655789e-07,-8.06052786837676e-07,-4.230760950318222e-08) v=(7.719248474122122e-07,6.152284648121085e-07,-1.3138174346159195e-09) l=(-1.4401958392777574e-08,4.8676442257465134e-08,1.9852316998023587e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6297263968226286e-05,1.5043390239687507e-06,-6.225850702246645e-09)
    sum a = (7.013432803265607e-19,-8.368685518872487e-19,-3.3881317890172014e-21)
    sum e = 0.006230176439033491
    sum de = 6.164081656540986e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01035880888520187
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6298374208289324e-05,1.5063432366043767e-06,-6.358879817770998e-09)
    sum a = (2.202285662861181e-19,-8.605854744103691e-19,-2.752857078576476e-21)
    sum e = 0.006230087882531355
    sum de = 6.165606109157671e-06
Info: cfl dt = 0.010258614930368438 cfl multiplier : 0.25034293553343173       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5345e+05 | 99561 |      1 | 6.488e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.491734319259756 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.4209735424857617, dt = 0.010258614930368438 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99561.0 min = 99561.0 factor = 1
 - strategy "round robin" : max = 94582.9 min = 94582.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99561
    max = 99561
    avg = 99561
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.16 us    (2.7%)
   patch tree reduce : 2.18 us    (0.8%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 241.97 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 992.00 ns  (61.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-3.378186693030373e-07,4.448874615651623e-07,-1.1702707151017297e-08) v=(-4.3577515396939204e-07,-3.629649439378342e-07,1.3791127526092036e-08) l=(-1.0742226448894723e-08,1.5823867536859955e-08,3.5131111063975656e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629805448695084e-05,1.5078338838044259e-06,-6.199323056031039e-09)
    sum a = (1.4162390878091902e-18,-9.9272261418204e-19,-2.117582368135751e-21)
    sum e = 0.0062284631131586145
    sum de = 6.179757142425307e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010254197133484523
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62984647446966e-05,1.508684995803162e-06,-6.124119817058745e-09)
    sum a = (3.4897757426877174e-19,-1.0299920638612292e-18,2.117582368135751e-21)
    sum e = 0.006228377094202856
    sum de = 6.181867199397953e-06
Info: cfl dt = 0.010177274166904601 cfl multiplier : 0.25011431184447724       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5289e+05 | 99554 |      1 | 6.511e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.71782677340952 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.4312321574161302, dt = 0.010177274166904601 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99554.0 min = 99554.0 factor = 1
 - strategy "round robin" : max = 94576.3 min = 94576.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99554
    max = 99554
    avg = 99554
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.7%)
   patch tree reduce : 1.74 us    (0.7%)
   gen split merge   : 941.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 225.02 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.08 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.09748023472414e-07,2.944283203887893e-07,2.14490938556259e-08) v=(-2.760419225364283e-07,-3.3132754793541044e-07,-7.251437514264871e-09) l=(2.7287449593006508e-08,2.4646127092194592e-08,1.505625226343578e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62981514838818e-05,1.5098705461766515e-06,-6.122114858168251e-09)
    sum a = (-9.571472303973594e-19,5.759824041329242e-20,1.9058241313221758e-20)
    sum e = 0.006227764331897523
    sum de = 6.130464718237598e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010177689763260712
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630046576530856e-05,1.5076850283158724e-06,-6.256573122494689e-09)
    sum a = (-2.998496633280223e-19,-1.4568966692773966e-18,2.0964065444543933e-20)
    sum e = 0.006227679566644646
    sum de = 6.131791541992548e-06
Info: cfl dt = 0.010104858211581465 cfl multiplier : 0.2500381039481591        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5538e+05 | 99551 |      1 | 6.407e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.184733075968325 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.4414094315830348, dt = 0.010104858211581465 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99551.0 min = 99551.0 factor = 1
 - strategy "round robin" : max = 94573.4 min = 94573.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99551
    max = 99551
    avg = 99551
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.7%)
   patch tree reduce : 1.96 us    (0.8%)
   gen split merge   : 892.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 228.10 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-6.597556339850454e-07,-2.990567113893874e-07,-4.751975067305305e-08) v=(3.6054284256065996e-07,-6.109312416516314e-07,-1.1918044248050279e-08) l=(-1.9733889069604354e-08,5.673365569423427e-08,2.5202429373649368e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630022277632924e-05,1.5085609857181108e-06,-6.086510966930689e-09)
    sum a = (-2.2751304963250507e-18,-1.5178830414797062e-18,1.079967007749233e-20)
    sum e = 0.006226548061709048
    sum de = 6.089878030521717e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010100724300635817
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630450794691549e-05,1.5008012877102924e-06,-6.450462759787644e-09)
    sum a = (-1.1434944787933055e-18,1.1655173354219173e-18,1.1011428314305904e-20)
    sum e = 0.006226464526857799
    sum de = 6.091539169461981e-06
Info: cfl dt = 0.01003677856498639 cfl multiplier : 0.2500127013160531         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5489e+05 | 99546 |      1 | 6.427e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.60173639269986 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.4515142897946163, dt = 0.01003677856498639 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99546.0 min = 99546.0 factor = 1
 - strategy "round robin" : max = 94568.7 min = 94568.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99546
    max = 99546
    avg = 99546
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.1%)
   patch tree reduce : 1.60 us    (0.5%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 280.61 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.20 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.0626105800809455e-06,-1.440980887289344e-06,-5.8671124184193915e-08) v=(1.52920474421692e-06,-9.894949848303219e-07,1.369751273796713e-08) l=(-4.91690632191914e-09,-7.30067079418674e-08,2.515391494787542e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9399700577646072 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630434595575612e-05,1.501248867764031e-06,-6.262877519302518e-09)
    sum a = (-7.267542687441897e-19,-6.776263578034403e-19,-2.710505431213761e-20)
    sum e = 0.0062253363759480285
    sum de = 6.14396225517968e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010031242193650121
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630514836843456e-05,1.5016066222450693e-06,-6.1559507040556085e-09)
    sum a = (6.2849844686269085e-19,-1.5924219408380846e-19,-2.0964065444543933e-20)
    sum e = 0.006225254715864887
    sum de = 6.145566216488357e-06
Info: cfl dt = 0.009971551695537399 cfl multiplier : 0.2500042337720177        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0126e+05 | 99541 |      1 | 9.830e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 36.75657333655426 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.4615510683596027, dt = 0.009971551695537399 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99541.0 min = 99541.0 factor = 1
 - strategy "round robin" : max = 94563.9 min = 94563.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99541
    max = 99541
    avg = 99541
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.01 us    (2.6%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 972.00 ns  (0.4%)
   LB compute        : 248.41 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (64.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-4.0586722357021835e-07,8.85662760599991e-08,3.839687199374361e-08) v=(-5.455919549072406e-08,-4.2423371853753624e-07,-5.041286731290134e-10) l=(2.3586555867663624e-08,-1.6308016864995943e-08,9.962162163373845e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630490411063473e-05,1.5025007903085344e-06,-6.184793282010133e-09)
    sum a = (3.7269449679189215e-19,-3.083199928005653e-19,-1.122318655111948e-20)
    sum e = 0.006224898054608825
    sum de = 6.217494897154659e-06
Info: cfl dt = 0.019815991479085474 cfl multiplier : 0.5000028225146784        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8585e+05 | 99539 |      1 | 5.356e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.02327257142761 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.4715226200551401, dt = 0.019815991479085474 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99539.0 min = 99539.0 factor = 1
 - strategy "round robin" : max = 94562.0 min = 94562.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99539
    max = 99539
    avg = 99539
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.81 us    (2.4%)
   patch tree reduce : 2.08 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 262.04 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.81 us    (73.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.402567546879328e-08,9.087653642614196e-07,-5.789732981159061e-08) v=(-9.204512887292846e-07,-1.3321432245615172e-07,4.348504100027268e-09) l=(-1.4192447100079595e-08,5.655776912344296e-08,1.011248754196367e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.636574504574751e-05,1.3694311087985112e-06,-1.2365185270858586e-08)
    sum a = (3.3881317890172014e-21,-4.2351647362715017e-19,-1.3129010682441655e-20)
    sum e = 0.006224745490852905
    sum de = 6.294421956512129e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.019840806715405522
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6369249382035865e-05,1.3717000076018013e-06,-1.2089544389587336e-08)
    sum a = (1.009663273127126e-18,-7.792703114739563e-19,-1.461131834013668e-20)
    sum e = 0.006224427279935605
    sum de = 6.2988257218423965e-06
Info: cfl dt = 0.013051293478817918 cfl multiplier : 0.3333342741715595        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5357e+05 | 99537 |      1 | 6.481e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.06582929941752 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.4913386115342255, dt = 0.013051293478817918 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99537.0 min = 99537.0 factor = 1
 - strategy "round robin" : max = 94560.1 min = 94560.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99537
    max = 99537
    avg = 99537
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.2%)
   patch tree reduce : 1.81 us    (0.6%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.3%)
   LB compute        : 274.16 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-7.314106271801842e-07,5.299539922271979e-07,2.9032178482235023e-08) v=(-5.254923794255679e-07,-7.674181764359309e-07,-7.787084340863319e-09) l=(-2.6363351097238375e-08,1.691492909160285e-08,2.5068086180990673e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6326376054100786e-05,1.465391061829529e-06,-7.943566219158574e-09)
    sum a = (1.3586408473958977e-18,-7.623296525288703e-19,2.371692252312041e-20)
    sum e = 0.006223381012318739
    sum de = 6.336382516967561e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013048517965679211
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.632445165028245e-05,1.464902617752176e-06,-8.120153551980582e-09)
    sum a = (-2.388632911257127e-19,3.6253010142484055e-19,1.9693516023662483e-20)
    sum e = 0.006223242698146526
    sum de = 6.338933258036481e-06
Info: cfl dt = 0.010791793189426841 cfl multiplier : 0.27777809139051984       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5499e+05 | 99532 |      1 | 6.422e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.16426477108546 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.5043899050130434, dt = 0.010791793189426841 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99532.0 min = 99532.0 factor = 1
 - strategy "round robin" : max = 94555.4 min = 94555.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99532
    max = 99532
    avg = 99532
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.55 us    (2.3%)
   patch tree reduce : 1.66 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 264.18 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.3865520869476107e-08,1.1310593054637685e-07,-3.9827378891401616e-08) v=(-9.825726686314538e-08,-3.605016196663941e-08,-1.7749927655120067e-09) l=(-9.417459871630925e-09,-3.6067941554082606e-08,1.5038319170912343e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63101541595812e-05,1.4963080406354093e-06,-6.6299127184395275e-09)
    sum a = (1.2993485410880967e-18,6.437450399132683e-20,2.202285662861181e-20)
    sum e = 0.006222646270724906
    sum de = 6.411568301673795e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01079182397194008
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6309942712369694e-05,1.5002276056615036e-06,-6.773943474900573e-09)
    sum a = (1.1045309632196076e-18,5.861467994999758e-19,2.414043899674756e-20)
    sum e = 0.006222552160418873
    sum de = 6.4130148619445e-06
Info: cfl dt = 0.011330482065508669 cfl multiplier : 0.25925936379683995       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5285e+05 | 99529 |      1 | 6.512e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.662054255677646 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.5151816982024702, dt = 0.011330482065508669 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99529.0 min = 99529.0 factor = 1
 - strategy "round robin" : max = 94552.5 min = 94552.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99529
    max = 99529
    avg = 99529
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.23 us    (2.3%)
   patch tree reduce : 1.68 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.34 us    (0.5%)
   LB compute        : 249.65 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.21 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.483755999635519e-07,8.799383841635707e-07,-2.3837509770437343e-08) v=(-8.824532015625641e-07,-1.9971133728223552e-07,5.7242599660633295e-09) l=(-2.226710399256471e-08,1.3155191200771391e-08,1.0101046233352965e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6313448672358254e-05,1.4932956956556652e-06,-7.084087822964384e-09)
    sum a = (0,1.5585406229479126e-19,2.329340604949326e-21)
    sum e = 0.0062222167814512015
    sum de = 6.513005654710782e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01132907302416229
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63093989963209e-05,1.4923059712765087e-06,-6.803455433098131e-09)
    sum a = (-1.4433441421213278e-18,9.24959978401696e-19,0)
    sum e = 0.0062221132444503745
    sum de = 6.514447187000267e-06
Info: cfl dt = 0.010981317579383679 cfl multiplier : 0.25308645459894663       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5203e+05 | 99527 |      1 | 6.546e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.30770200586445 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.5265121802679789, dt = 0.010981317579383679 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99527.0 min = 99527.0 factor = 1
 - strategy "round robin" : max = 94550.6 min = 94550.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99527
    max = 99527
    avg = 99527
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.4%)
   patch tree reduce : 1.59 us    (0.6%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 250.04 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.38 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.970775025726567e-07,2.8662329216766185e-08,4.074511257108067e-08) v=(-6.551060886300544e-08,5.054729901393167e-07,1.4821384815319942e-09) l=(-4.11143106107958e-08,-6.958876159718071e-09,5.0647685417187e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630715346060295e-05,1.4970824726377849e-06,-6.724289627841352e-09)
    sum a = (-3.083199928005653e-19,5.454892180317694e-19,6.564505341220828e-21)
    sum e = 0.006222023466980661
    sum de = 6.4571627353416726e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01098638049570117
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6303991062148845e-05,1.5012149073207749e-06,-6.606382007210509e-09)
    sum a = (5.268544931921748e-19,-1.1722935989999517e-18,6.3527471044072525e-21)
    sum e = 0.006221925439720594
    sum de = 6.458295062954504e-06
Info: cfl dt = 0.010817907660774707 cfl multiplier : 0.2510288181996489        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5414e+05 | 99526 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.22715399768023 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.5374934978473624, dt = 0.010817907660774707 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99526.0 min = 99526.0 factor = 1
 - strategy "round robin" : max = 94549.7 min = 94549.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99526
    max = 99526
    avg = 99526
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.36 us    (2.9%)
   patch tree reduce : 1.63 us    (0.6%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 235.29 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.70 us    (68.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(4.146216561315739e-07,8.907514753255464e-07,-1.5886342659725518e-08) v=(-9.40695420903542e-07,3.4129875293985266e-07,-2.8723089298777363e-08) l=(-7.860548825286798e-08,4.2923824962252475e-08,2.5112390277765115e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63029634653188e-05,1.5038009977100635e-06,-6.523643054781606e-09)
    sum a = (1.5212711732687234e-18,-1.1858461261560205e-19,2.3505164286306834e-20)
    sum e = 0.006220816442613373
    sum de = 6.529133747058949e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010818487325549566
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630376185955917e-05,1.5039115796933175e-06,-6.873159054186e-09)
    sum a = (-3.2695471764015993e-19,2.676624113323589e-19,2.329340604949326e-20)
    sum e = 0.006220722006998464
    sum de = 6.531085244652889e-06
Info: cfl dt = 0.010717583266561696 cfl multiplier : 0.250342939399883         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5427e+05 | 99521 |      1 | 6.451e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.37009371344505 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.548311405508137, dt = 0.010717583266561696 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99521.0 min = 99521.0 factor = 1
 - strategy "round robin" : max = 94544.9 min = 94544.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99521
    max = 99521
    avg = 99521
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.26 us    (2.2%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 263.28 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.0802038175217837e-07,2.236638055140922e-07,-8.036634846589736e-08) v=(-2.1205846145315758e-07,-3.18476204548409e-07,2.5887978575454967e-08) l=(-2.0692590726745124e-08,3.39805647191374e-08,1.0038620132480172e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630328505611933e-05,1.5052300239738166e-06,-6.5533439941353784e-09)
    sum a = (-1.1892342579450377e-18,-2.0464316005663896e-18,-1.9693516023662483e-20)
    sum e = 0.0062203757298050265
    sum de = 6.6194713484152974e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010713034420408475
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.63021071587585e-05,1.5018927395843731e-06,-6.921084685713961e-09)
    sum a = (-1.2959604092990795e-18,-2.8561950981415007e-18,-1.461131834013668e-20)
    sum e = 0.006220283209196349
    sum de = 6.62074333731624e-06
Info: cfl dt = 0.01085428059111534 cfl multiplier : 0.25011431313329435        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5480e+05 | 99519 |      1 | 6.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.014907435407856 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.5590289887746989, dt = 0.01085428059111534 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99519.0 min = 99519.0 factor = 1
 - strategy "round robin" : max = 94543.0 min = 94543.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99519
    max = 99519
    avg = 99519
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.1%)
   patch tree reduce : 1.95 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.3%)
   LB compute        : 295.19 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.4469710835749582e-08,-4.978518691663773e-07,-3.3684159054601034e-08) v=(4.979034448279333e-07,6.448806292803225e-08,3.38306246551619e-09) l=(1.0774208208842777e-09,-3.371928970065393e-08,4.991537877823912e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630285771441352e-05,1.4998901824489402e-06,-6.919240200617432e-09)
    sum a = (4.0318768289304696e-19,1.3755815063409838e-18,1.9693516023662483e-20)
    sum e = 0.006220198500850817
    sum de = 6.685034795982142e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010857067666441084
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630346652240859e-05,1.498345655933026e-06,-6.711578930039362e-09)
    sum a = (-1.4399560103323106e-19,-3.5575383784680614e-19,1.8211208365967457e-20)
    sum e = 0.006220103570830745
    sum de = 6.686176616287725e-06
Info: cfl dt = 0.01076937228559181 cfl multiplier : 0.2500381043777648         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5444e+05 | 99518 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.639519539072886 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.5698832693658142, dt = 0.01076937228559181 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99518.0 min = 99518.0 factor = 1
 - strategy "round robin" : max = 94542.1 min = 94542.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99518
    max = 99518
    avg = 99518
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.80 us    (2.4%)
   patch tree reduce : 1.88 us    (0.7%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 257.93 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.945603533069895e-07,-1.9219786279129872e-07,4.1559826682971255e-08) v=(2.2596480511465116e-07,-2.8531155217238817e-07,1.3441005264053349e-09) l=(-7.023187670889891e-10,2.100782851604578e-08,1.0129140971074113e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630305530482787e-05,1.4993928679950944e-06,-6.682351598605287e-09)
    sum a = (-1.0282979979667206e-18,-1.4094628242311558e-18,-1.545835128739098e-20)
    sum e = 0.006219753822402563
    sum de = 6.679135535011931e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010770955717257282
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630203038600533e-05,1.4984190498495163e-06,-6.192163126723e-09)
    sum a = (-9.774760211314626e-19,-2.083701050245579e-18,-1.6305384234645282e-20)
    sum e = 0.006219659944802776
    sum de = 6.680507950283541e-06
Info: cfl dt = 0.010768368745760674 cfl multiplier : 0.25001270145925497       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5560e+05 | 99516 |      1 | 6.396e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.618667774268786 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.580652641651406, dt = 0.010768368745760674 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99516.0 min = 99516.0 factor = 1
 - strategy "round robin" : max = 94540.2 min = 94540.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99516
    max = 99516
    avg = 99516
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.75 us    (2.9%)
   patch tree reduce : 1.63 us    (0.7%)
   gen split merge   : 902.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.5%)
   LB compute        : 215.55 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.35 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (64.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-9.905797005699117e-09,-7.658245247453042e-08,7.315301170772494e-08) v=(8.155410702689907e-08,-1.3841944925942836e-10,1.3451195104380345e-08) l=(-1.663452661940333e-08,8.025489603424752e-08,2.0100828180386846e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6302175176080576e-05,1.4984902591486853e-06,-6.306874262934271e-09)
    sum a = (-1.0418505251227894e-18,-5.55653613398821e-19,1.8846483076408183e-20)
    sum e = 0.006218807874909389
    sum de = 6.5830449633590395e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01077098704033341
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629808295425282e-05,1.5031126343158272e-06,-6.001299269574775e-09)
    sum a = (-1.0503208545953324e-19,9.452887691357992e-19,1.9693516023662483e-20)
    sum e = 0.00621871356883495
    sum de = 6.584699664099173e-06
Info: cfl dt = 0.010442222579646599 cfl multiplier : 0.2500042338197517        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5541e+05 | 99512 |      1 | 6.403e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.54074908699728 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.5914210103971667, dt = 0.010442222579646599 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99512.0 min = 99512.0 factor = 1
 - strategy "round robin" : max = 94536.4 min = 94536.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99512
    max = 99512
    avg = 99512
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.95 us    (2.6%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 250.73 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.55 us    (70.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(5.427472091738166e-07,9.91157311252679e-07,2.1304769516580354e-08) v=(-1.0291661397501234e-06,4.877816862111014e-07,1.2675900398722266e-09) l=(2.577098798048699e-08,1.8634846570128564e-08,3.001313260109971e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629626280365409e-05,1.5078940659423245e-06,-5.855989476806423e-09)
    sum a = (3.5405977195229754e-19,-5.759824041329242e-19,-3.049318610115481e-20)
    sum e = 0.0062173623097506354
    sum de = 6.636465475955557e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010435272825343456
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6298904322032984e-05,1.5078457951104569e-06,-5.5422854280347185e-09)
    sum a = (-8.300922883092143e-20,-4.404571325722362e-20,-3.091670257478196e-20)
    sum e = 0.00621727444881521
    sum de = 6.638463540507573e-06
Info: cfl dt = 0.010385497442896218 cfl multiplier : 0.25000141127325054       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5467e+05 | 99506 |      1 | 6.433e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.43191696237915 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.6018632329768132, dt = 0.010385497442896218 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99506.0 min = 99506.0 factor = 1
 - strategy "round robin" : max = 94530.7 min = 94530.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99506
    max = 99506
    avg = 99506
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.37 us    (2.3%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 253.75 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.06 us    (63.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.556266810079763e-07,1.9152094247500818e-07,3.9446708650431116e-08) v=(-1.4706675163803437e-07,-6.796313226948306e-07,-3.1958376419288576e-09) l=(3.079426374903166e-08,-2.6354717671529632e-08,1.0102496020823488e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629892944939247e-05,1.508620165543207e-06,-5.5507688417340415e-09)
    sum a = (1.3654171109739321e-18,-6.776263578034403e-20,4.235164736271502e-22)
    sum e = 0.006216917653872481
    sum de = 6.608642315124365e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010385791896279372
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6301943483389705e-05,1.5094638607353198e-06,-6.024779949023994e-09)
    sum a = (-1.1146953585866592e-18,5.827586677109586e-19,-1.6940658945086007e-21)
    sum e = 0.006216830513004177
    sum de = 6.609911322990306e-06
Info: cfl dt = 0.010330752284172693 cfl multiplier : 0.2500004704244168        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5458e+05 | 99504 |      1 | 6.437e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.082495471160136 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.6122487304197095, dt = 0.010330752284172693 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99504.0 min = 99504.0 factor = 1
 - strategy "round robin" : max = 94528.8 min = 94528.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99504
    max = 99504
    avg = 99504
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.3%)
   patch tree reduce : 2.26 us    (0.8%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 268.39 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-8.166640122071712e-07,2.833745440521083e-07,-1.1230338345039077e-07) v=(-2.3186530914294073e-07,-8.539816356735752e-07,2.3886958097506e-08) l=(1.9790936687273952e-08,4.881970874591456e-09,2.504341241131938e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630191300347062e-05,1.5101583490097646e-06,-5.668277790945199e-09)
    sum a = (-7.470830594782929e-19,1.0130514049161432e-18,1.7999450129153882e-20)
    sum e = 0.006215720955653771
    sum de = 6.626768565810571e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010331662216035016
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6299314965494175e-05,1.517023710690203e-06,-6.208320633213609e-09)
    sum a = (3.4558944247975454e-19,-1.0164395367051604e-19,1.7787691892340307e-20)
    sum e = 0.0062156348595241925
    sum de = 6.6284558884808684e-06
Info: cfl dt = 0.010277745351639778 cfl multiplier : 0.2500001568081389        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5413e+05 | 99499 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.61009605688196 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.6225794827038822, dt = 0.010277745351639778 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99499.0 min = 99499.0 factor = 1
 - strategy "round robin" : max = 94524.0 min = 94524.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99499
    max = 99499
    avg = 99499
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.4%)
   patch tree reduce : 1.61 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.5%)
   LB compute        : 258.07 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (62.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(2.782662814870875e-07,1.4447821615154857e-06,-5.495801770928058e-08) v=(-1.4769470809860343e-06,1.8815579217755832e-07,2.567851979069438e-09) l=(1.4234926941385904e-08,5.0401616641564605e-08,1.5093998440391873e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6299025695073095e-05,1.518220309773674e-06,-6.026889119791687e-09)
    sum a = (-1.2180333781516839e-18,-1.0740377771184528e-18,-3.3881317890172014e-21)
    sum e = 0.006215024569524476
    sum de = 6.752741151230151e-06
Info: cfl dt = 0.020451406084828386 cfl multiplier : 0.5000001045387593        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8622e+05 | 99496 |      1 | 5.343e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.24942676342097 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.632857228055522, dt = 0.020451406084828386 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99496.0 min = 99496.0 factor = 1
 - strategy "round robin" : max = 94521.2 min = 94521.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99496
    max = 99496
    avg = 99496
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.84 us    (2.4%)
   patch tree reduce : 2.10 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 260.34 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (66.1%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635381828271322e-05,1.3896822102883758e-06,-1.2153103509114969e-08)
    sum a = (-7.284483346386983e-19,-2.574980159653073e-19,1.6940658945086007e-20)
    sum e = 0.0062154147950115105
    sum de = 6.7350623811191664e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.020477112362151613
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.635496276299869e-05,1.3782317060813806e-06,-1.174558091456391e-08)
    sum a = (-9.978048118655658e-19,-8.639736061993863e-19,1.9905274260476058e-20)
    sum e = 0.006215078346582416
    sum de = 6.739234075464855e-06
Info: cfl dt = 0.013922960319027504 cfl multiplier : 0.3333333681795865        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5446e+05 | 99496 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 114.29798678820735 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.6533086341403505, dt = 0.013922960319027504 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99496.0 min = 99496.0 factor = 1
 - strategy "round robin" : max = 94521.2 min = 94521.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99496
    max = 99496
    avg = 99496
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.39 us    (2.5%)
   patch tree reduce : 1.70 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 236.93 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (60.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-4.189333933824979e-07,-8.897750933296861e-07,1.272787443692077e-08) v=(9.253459230520528e-07,-3.831259891630783e-07,4.589152655718952e-08) l=(-3.042203273612819e-08,8.181777471421494e-08,4.0309434791534465e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.631896394649655e-05,1.4631008645895715e-06,-7.981864242988376e-09)
    sum a = (7.606355866343617e-19,-3.2187251995663413e-19,-1.4823076576950256e-21)
    sum e = 0.006213280920675116
    sum de = 6.729507139774906e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013917765970728255
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.631905687954203e-05,1.459317936795964e-06,-8.395677906089869e-09)
    sum a = (5.421010862427522e-19,4.743384504624082e-19,-2.117582368135751e-21)
    sum e = 0.006213124874301298
    sum de = 6.7332930339450635e-06
Info: cfl dt = 0.011478815828006408 cfl multiplier : 0.2777777893931955        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5419e+05 | 99488 |      1 | 6.452e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.6833890662713 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.6672315944593779, dt = 0.011478815828006408 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99488.0 min = 99488.0 factor = 1
 - strategy "round robin" : max = 94513.6 min = 94513.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99488
    max = 99488
    avg = 99488
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.8%)
   patch tree reduce : 1.53 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.5%)
   LB compute        : 220.44 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.66 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 991.00 ns  (60.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.4281085744157725e-07,-4.607684801046915e-07,-7.663163932011189e-08) v=(4.850666714719521e-07,-2.1171827382053662e-07,4.706988762392412e-09) l=(-2.1038952942639103e-08,2.92024147630717e-09,1.99703863302831e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630562255093047e-05,1.4918090160129811e-06,-6.735543374428107e-09)
    sum a = (1.556846557053404e-18,-7.115076756936123e-20,1.9481757786848908e-20)
    sum e = 0.006212303940767905
    sum de = 6.776359132031479e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011482200462446454
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630642785196943e-05,1.4899080702438588e-06,-6.905960021449319e-09)
    sum a = (-3.3881317890172014e-20,1.0164395367051604e-20,1.7152417181899582e-20)
    sum e = 0.006212198459255983
    sum de = 6.778193121712056e-06
Info: cfl dt = 0.010577065994204094 cfl multiplier : 0.2592592631310651        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5397e+05 | 99484 |      1 | 6.461e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.9548569636559 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.6787104102873842, dt = 0.010577065994204094 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99484.0 min = 99484.0 factor = 1
 - strategy "round robin" : max = 94509.8 min = 94509.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99484
    max = 99484
    avg = 99484
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.40 us    (2.1%)
   patch tree reduce : 2.97 us    (1.0%)
   gen split merge   : 1.48 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.83 us    (0.6%)
   LB compute        : 276.18 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.57 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.447660235909018e-07,-2.40483960861828e-07,-1.2946900054303492e-08) v=(2.7010864297287576e-07,-3.3465410874510473e-07,3.7409098576027746e-10) l=(3.739990343535238e-08,-1.3287151508642911e-08,1.5218856554598194e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630138611594224e-05,1.502015639332396e-06,-6.3244982972653435e-09)
    sum a = (5.065257024580716e-19,1.7076184216646695e-18,-3.070494433796839e-20)
    sum e = 0.006211586378347914
    sum de = 6.868154699922097e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010588783316772587
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629856122661692e-05,1.5033655147915454e-06,-6.138935069140469e-09)
    sum a = (-6.081696561285876e-19,-1.8295911660692887e-19,-3.3881317890172014e-20)
    sum e = 0.006211497023083649
    sum de = 6.869712311610694e-06
Info: cfl dt = 0.010232126115622698 cfl multiplier : 0.25308642104368834       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5479e+05 | 99481 |      1 | 6.427e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.24929621964727 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.6892874762815884, dt = 0.010232126115622698 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99481.0 min = 99481.0 factor = 1
 - strategy "round robin" : max = 94506.9 min = 94506.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99481
    max = 99481
    avg = 99481
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.2%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.40 us    (0.5%)
   LB compute        : 270.99 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (66.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.5161724906700745e-07,3.5374325445310936e-07,2.7660587780706915e-08) v=(-3.841935557793907e-07,3.3350323502643616e-07,-2.1221653129958136e-11) l=(-1.84248082158334e-08,-2.129172533115085e-08,5.065071177111032e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629666923335385e-05,1.508200762806102e-06,-5.993898755143552e-09)
    sum a = (5.082197683525802e-21,6.2341624917916505e-19,5.717472393966527e-21)
    sum e = 0.006211393362272527
    sum de = 6.886634817856475e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010252391786902888
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629085906896105e-05,1.5062833988826376e-06,-5.593640759976815e-09)
    sum a = (4.404571325722362e-20,6.945670167485263e-19,6.1409888675936775e-21)
    sum e = 0.006211309490847606
    sum de = 6.887679734489946e-06
Info: cfl dt = 0.010122353847407941 cfl multiplier : 0.25102880701456276       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4551e+05 | 99480 |      1 | 6.837e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.87989397426948 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.699519602397211, dt = 0.010122353847407941 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99480.0 min = 99480.0 factor = 1
 - strategy "round robin" : max = 94506.0 min = 94506.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99480
    max = 99480
    avg = 99480
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.60 us    (2.3%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 268.73 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(9.726872789111879e-07,-2.2033044903519512e-07,5.2833750305472667e-08) v=(1.5430745321565648e-07,9.983581317682253e-07,-7.826439888795097e-10) l=(-3.094397906686599e-08,-2.6184869836504017e-08,1.5141475915923623e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629003510991307e-05,1.5077555263793988e-06,-5.669664286371539e-09)
    sum a = (-1.0977546996415732e-18,1.6940658945086007e-19,1.079967007749233e-20)
    sum e = 0.006210693959153827
    sum de = 6.8159150610259266e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010129450290304685
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628537036999998e-05,1.5040945086994278e-06,-4.961150552316147e-09)
    sum a = (-1.1604351377383915e-18,1.7279472123987727e-19,7.835054762102278e-21)
    sum e = 0.006210611485518219
    sum de = 6.817268257408624e-06
Info: cfl dt = 0.010180976619986518 cfl multiplier : 0.25034293567152094       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5498e+05 | 99477 |      1 | 6.419e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.773513815506284 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.709641956244619, dt = 0.010180976619986518 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99477.0 min = 99477.0 factor = 1
 - strategy "round robin" : max = 94503.1 min = 94503.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99477
    max = 99477
    avg = 99477
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.74 us    (2.1%)
   patch tree reduce : 1.67 us    (0.5%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.4%)
   LB compute        : 298.78 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(8.079619853129153e-07,-6.220829495986687e-07,9.830351163387256e-08) v=(5.862008029830645e-07,8.588918463007668e-07,-2.5275110565582237e-08) l=(1.0522502389790422e-08,4.370480104727002e-08,2.5116967089951463e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628526285292799e-05,1.5032251125826298e-06,-5.2190176751337755e-09)
    sum a = (7.182839392716467e-19,5.658180087658726e-19,1.3976043629695956e-20)
    sum e = 0.006209495065087858
    sum de = 6.79464626691276e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010183036739722737
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628472884184428e-05,1.4961009515037014e-06,-5.209651001885002e-09)
    sum a = (1.085896238380013e-18,6.166399856011306e-19,1.1434944787933055e-20)
    sum e = 0.006209411965766179
    sum de = 6.796351077622126e-06
Info: cfl dt = 0.011056962087878134 cfl multiplier : 0.250114311890507         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5463e+05 | 99472 |      1 | 6.433e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.97656662852659 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7198229328646055, dt = 0.011056962087878134 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99472.0 min = 99472.0 factor = 1
 - strategy "round robin" : max = 94498.4 min = 94498.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99472
    max = 99472
    avg = 99472
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (1.8%)
   patch tree reduce : 1.75 us    (0.5%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.3%)
   LB compute        : 321.48 us  (94.1%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-6.957931876440306e-09,-1.3125481496564605e-06,-5.794654217409488e-08) v=(1.3336725051844636e-06,9.378351660061304e-08,-3.909685252789739e-09) l=(3.3429375868301956e-08,-5.820654534750054e-08,2.0141388169420973e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628820031638984e-05,1.4827051495080564e-06,-5.570476101165429e-09)
    sum a = (-1.7957098481791167e-19,1.5856456772600502e-18,8.258571235729428e-21)
    sum e = 0.006208563916363594
    sum de = 6.727559037357205e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011069621667558947
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629443294806681e-05,1.4819104260338124e-06,-5.295988086454144e-09)
    sum a = (6.572975670693371e-19,5.72594272343907e-19,9.317362419797304e-21)
    sum e = 0.00620846578964796
    sum de = 6.729339811354026e-06
Info: cfl dt = 0.011008588198080302 cfl multiplier : 0.2500381039635023        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5474e+05 | 99468 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.92551808202995 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7308798949524837, dt = 0.011008588198080302 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99468.0 min = 99468.0 factor = 1
 - strategy "round robin" : max = 94494.6 min = 94494.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99468
    max = 99468
    avg = 99468
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.38 us    (2.9%)
   patch tree reduce : 1.81 us    (0.7%)
   gen split merge   : 891.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.5%)
   LB compute        : 230.17 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.66 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-1.3031162437586214e-06,-1.3323919987944747e-07,4.979649359465209e-08) v=(1.9522989453227854e-07,-1.2978496235962136e-06,-2.7839343195449956e-08) l=(7.6358891355572e-08,2.699257443170335e-08,3.012956348047999e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6294659387569565e-05,1.4825444814129155e-06,-5.471427553160792e-09)
    sum a = (-2.558039500707987e-19,-3.1848438816761693e-19,-1.4399560103323106e-20)
    sum e = 0.006207109728802387
    sum de = 6.788896677971979e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011018492905896108
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629264077019545e-05,1.483998929426047e-06,-5.17566593779517e-09)
    sum a = (1.1180834903756764e-19,-2.642742795433417e-19,-1.5670109524204556e-20)
    sum e = 0.006207013343457107
    sum de = 6.790984562979385e-06
Info: cfl dt = 0.01096352114037179 cfl multiplier : 0.25001270132116743        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5463e+05 | 99462 |      1 | 6.432e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.6129720643459 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.741888483150564, dt = 0.01096352114037179 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99462.0 min = 99462.0 factor = 1
 - strategy "round robin" : max = 94488.9 min = 94488.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99462
    max = 99462
    avg = 99462
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.55 us    (2.5%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 1.18 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 247.03 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.18 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(6.800323538894653e-08,3.659394903444113e-07,2.033844839419491e-09) v=(-3.719689468245567e-07,3.990145791632016e-08,1.4734553363518085e-08) l=(6.572204488169977e-08,-2.0396875317249736e-08,1.0020979726808594e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629249596500952e-05,1.4847700837249795e-06,-5.148866844643235e-09)
    sum a = (1.2146452463626667e-18,1.2197274440461925e-19,-8.893845946170154e-21)
    sum e = 0.006206677405661817
    sum de = 6.823477512490548e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010977628188567975
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6289596304713185e-05,1.4819912822252446e-06,-5.568680346030633e-09)
    sum a = (1.2332799712022613e-18,-1.883801274693564e-18,-8.046812998915853e-21)
    sum e = 0.0062065817142667205
    sum de = 6.824823085740223e-06
Info: cfl dt = 0.01090403170216083 cfl multiplier : 0.2500042337737225         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5362e+05 | 99460 |      1 | 6.474e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.96215533413844 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.752852004290936, dt = 0.01090403170216083 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99460.0 min = 99460.0 factor = 1
 - strategy "round robin" : max = 94487.0 min = 94487.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99460
    max = 99460
    avg = 99460
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.53 us    (2.7%)
   patch tree reduce : 2.02 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 258.76 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.0792040262478436e-07,-3.718117220508867e-07,-9.117601231956466e-08) v=(3.611025484637651e-07,3.333006810445955e-07,1.7714350172937044e-08) l=(4.9578133576494755e-08,-1.5733351320629978e-08,1.5012464759706534e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628916117815745e-05,1.4827455902421648e-06,-5.268794349278972e-09)
    sum a = (-2.676624113323589e-19,2.019326546254252e-18,-2.1811098391798234e-20)
    sum e = 0.006205993000107519
    sum de = 6.80422219709946e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010910010160885214
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6286647170286155e-05,1.484520153027646e-06,-5.546102696251701e-09)
    sum a = (-8.317863542037229e-19,1.2163393122571753e-18,-1.9058241313221758e-20)
    sum e = 0.006205898073710382
    sum de = 6.805781371663587e-06
Info: cfl dt = 0.010878541241240058 cfl multiplier : 0.2500014112579075        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5435e+05 | 99457 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.91996459893856 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7637560359930968, dt = 0.010878541241240058 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99457.0 min = 99457.0 factor = 1
 - strategy "round robin" : max = 94484.1 min = 94484.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99457
    max = 99457
    avg = 99457
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.37 us    (2.4%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.5%)
   LB compute        : 245.68 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (64.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(2.792888279815327e-07,4.089718354431848e-07,-1.685194959793821e-08) v=(-4.4117213379500875e-07,2.5641877989077567e-07,4.4383772179697566e-08) l=(-3.39297319081497e-08,3.3227117470731795e-09,2.017408810746639e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628638356270872e-05,1.48512981076859e-06,-5.3883560669783786e-09)
    sum a = (1.1858461261560205e-19,9.147955830346444e-19,-1.461131834013668e-20)
    sum e = 0.006205041833416791
    sum de = 6.836342269703529e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010895670066568922
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628992892353746e-05,1.478903816594993e-06,-5.394687921550544e-09)
    sum a = (-5.488773498207866e-19,1.0299920638612292e-18,-1.3552527156068805e-20)
    sum e = 0.006204947706377859
    sum de = 6.8381172022450646e-06
Info: cfl dt = 0.010837811426394967 cfl multiplier : 0.25000047041930246       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5466e+05 | 99453 |      1 | 6.430e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.90194234522315 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7746345772343368, dt = 0.010837811426394967 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99453.0 min = 99453.0 factor = 1
 - strategy "round robin" : max = 94480.3 min = 94480.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99453
    max = 99453
    avg = 99453
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.91 us    (2.3%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.4%)
   LB compute        : 283.46 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (61.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-8.319671625837708e-07,-9.96592611478768e-07,9.282353576710323e-09) v=(1.048580685346637e-06,-7.715633668863749e-07,-5.522063820225498e-10) l=(9.605450707751591e-09,-1.3519664717850765e-09,1.510143937462512e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628990488105682e-05,1.4789210742373297e-06,-5.289196588617553e-09)
    sum a = (6.013933925505532e-19,8.199278929421627e-19,4.235164736271502e-21)
    sum e = 0.006204352545765724
    sum de = 6.883487447931623e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010855664877952372
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628810049561155e-05,1.479460003911946e-06,-5.192464841251683e-09)
    sum a = (6.098637220230962e-20,-2.168404344971009e-19,0)
    sum e = 0.006204259188303173
    sum de = 6.885139517647884e-06
Info: cfl dt = 0.010798104064405482 cfl multiplier : 0.2500001568064341        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5445e+05 | 99450 |      1 | 6.439e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.59290629329594 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7854723886607318, dt = 0.010798104064405482 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99450.0 min = 99450.0 factor = 1
 - strategy "round robin" : max = 94477.5 min = 94477.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99450
    max = 99450
    avg = 99450
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.28 us    (3.0%)
   patch tree reduce : 1.80 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 221.00 us  (91.2%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (62.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(8.282993453301394e-08,9.679825671176951e-08,1.7244211619956533e-08) v=(-1.0839804137509465e-07,7.369182469030625e-08,-3.4076065021716354e-09) l=(1.650582046354713e-08,-3.5657445358047165e-08,1.0120780219395457e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628793181291488e-05,1.480086937411608e-06,-5.185741625582342e-09)
    sum a = (-2.710505431213761e-20,1.98544522836408e-18,2.2764010457459322e-20)
    sum e = 0.006203911025359742
    sum de = 7.0134284469673935e-06
Info: cfl dt = 0.021513714019726474 cfl multiplier : 0.5000001045376227        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8700e+05 | 99448 |      1 | 5.318e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.09569667102774 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.7962704927251372, dt = 0.021513714019726474 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99448.0 min = 99448.0 factor = 1
 - strategy "round robin" : max = 94475.6 min = 94475.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99448
    max = 99448
    avg = 99448
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.1%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.31 us    (0.4%)
   LB compute        : 290.85 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.27 us    (66.8%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.633106348376837e-05,1.3144535828600614e-06,-1.013175307288719e-08)
    sum a = (-4.506215279392878e-19,-5.759824041329242e-19,7.411538288475128e-21)
    sum e = 0.0062043378472795225
    sum de = 6.8643003881897e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.021545844424152465
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6331494172093045e-05,1.308690042628135e-06,-8.654217052638716e-09)
    sum a = (-4.353749348887104e-19,-9.486769009248164e-19,9.634999775017666e-21)
    sum e = 0.006203968656124021
    sum de = 6.869027300814586e-06
Info: cfl dt = 0.014142554396665615 cfl multiplier : 0.3333333681792075        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5450e+05 | 99448 |      1 | 6.437e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 120.32613371974038 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.8177842067448637, dt = 0.014142554396665615 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99448.0 min = 99448.0 factor = 1
 - strategy "round robin" : max = 94475.6 min = 94475.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99448
    max = 99448
    avg = 99448
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (2.1%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 276.11 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (66.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.500000000102645e-06 r=(-4.81709787678703e-07,-3.242486838322199e-07,1.0448890209864778e-07) v=(3.410343677787329e-07,-4.2663065834116826e-07,-8.687510875473419e-08) l=(5.565137503245757e-08,3.991601993124863e-08,5.5518356895154874e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.630127137022832e-05,1.4241912512802599e-06,-6.1118600832600205e-09)
    sum a = (-3.8370592510619805e-19,1.6466320494623599e-18,-7.835054762102278e-21)
    sum e = 0.006201403788560576
    sum de = 6.95191892801457e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014159803093067552
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6293385887003624e-05,1.4267040294751765e-06,-6.044645787754281e-09)
    sum a = (-2.524158182817815e-19,1.6195269951502222e-18,-6.45862622281404e-21)
    sum e = 0.006201245222087054
    sum de = 6.956565226091766e-06
Info: cfl dt = 0.011677414194864934 cfl multiplier : 0.27777778939306913       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5422e+05 | 99437 |      1 | 6.448e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 78.96540047186303 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.8319267611415293, dt = 0.011677414194864934 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99437.0 min = 99437.0 factor = 1
 - strategy "round robin" : max = 94465.1 min = 94465.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99437
    max = 99437
    avg = 99437
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.3%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 258.87 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(7.573641331405303e-07,4.976320337575267e-07,-7.112265891877481e-08) v=(-5.594117976917773e-07,7.297583951204118e-07,1.794278895857836e-08) l=(5.921260867433137e-08,3.2907161832022167e-08,9.993500725936433e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628423000747691e-05,1.46514889047753e-06,-4.7915510305854e-09)
    sum a = (-9.283481101907132e-19,8.063753657860939e-19,-2.3611043404713622e-20)
    sum e = 0.006200930066308291
    sum de = 6.977724790246155e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011684396165000447
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.627831351085835e-05,1.4655229286783598e-06,-4.726225606208227e-09)
    sum a = (-1.9058241313221758e-19,1.6059744679941534e-18,-2.0540548970916783e-20)
    sum e = 0.006200822126525531
    sum de = 6.9792780829793185e-06
Info: cfl dt = 0.010816815323365194 cfl multiplier : 0.25925926313102304       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5530e+05 | 99435 |      1 | 6.403e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.65608790387222 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.8436041753363943, dt = 0.010816815323365194 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99435.0 min = 99435.0 factor = 1
 - strategy "round robin" : max = 94463.2 min = 94463.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99435
    max = 99435
    avg = 99435
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.5%)
   patch tree reduce : 2.18 us    (0.8%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 242.96 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(8.081790073534854e-07,2.1510842352928e-07,2.819675793317534e-08) v=(-2.8206199454355397e-07,8.124103523950269e-07,4.804373068839662e-09) l=(5.037067227962823e-09,-3.651018967746211e-08,1.5215375679525963e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.627543154683036e-05,1.4789955765926374e-06,-4.46061835822865e-09)
    sum a = (-6.886377861177462e-19,-2.2768245622195593e-18,2.4775713707188285e-20)
    sum e = 0.006200214675470393
    sum de = 7.03976076510387e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01083471063003776
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6279184909065e-05,1.4793347317363718e-06,-4.1165720704859185e-09)
    sum a = (3.2271955290388843e-19,-1.883801274693564e-18,2.5199230180815435e-20)
    sum e = 0.006200122324806516
    sum de = 7.041309063620285e-06
Info: cfl dt = 0.010486018410969102 cfl multiplier : 0.25308642104367435       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5258e+05 | 99432 |      1 | 6.517e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.75469500927635 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.8544209906597595, dt = 0.010486018410969102 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99432.0 min = 99432.0 factor = 1
 - strategy "round robin" : max = 94460.4 min = 94460.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99432
    max = 99432
    avg = 99432
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.5%)
   patch tree reduce : 1.81 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.36 us    (0.5%)
   LB compute        : 263.32 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (68.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.759218252588611e-07,1.852553011838825e-07,3.194308784374284e-08) v=(-1.3618825935484872e-07,-8.884103084778023e-07,-2.5508424448431176e-08) l=(3.912719733180764e-08,-7.103867458861388e-09,9.939699794841257e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.627839180917873e-05,1.4843951872072733e-06,-4.05525646105231e-09)
    sum a = (6.750852589616774e-19,1.5449880957918438e-18,-1.376428539288238e-20)
    sum e = 0.0061997822274006045
    sum de = 7.059778234179294e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010503480406414804
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6274037239909254e-05,1.4820277286992708e-06,-3.7101963739046896e-09)
    sum a = (6.395098751769968e-19,6.911788849595091e-19,-1.0270274485458392e-20)
    sum e = 0.006199695241938853
    sum de = 7.0610846748367e-06
Info: cfl dt = 0.010465011142849513 cfl multiplier : 0.2510288070145581        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4905e+05 | 99430 |      1 | 6.671e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.586782291711565 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.8649070090707287, dt = 0.010465011142849513 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99430.0 min = 99430.0 factor = 1
 - strategy "round robin" : max = 94458.5 min = 94458.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99430
    max = 99430
    avg = 99430
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.85 us    (2.6%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 245.36 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.23 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.485118251485433e-07,-3.639318349256072e-07,3.7739313654626305e-08) v=(3.398406914849916e-07,5.857556666069274e-07,-6.239767548724444e-09) l=(-4.7113792655170556e-08,9.139072185038275e-09,1.5044401163766567e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6273814299705e-05,1.4822930234681102e-06,-3.69898663575666e-09)
    sum a = (4.717973516206453e-19,2.0328790734103208e-19,-1.9693516023662483e-20)
    sum e = 0.006199096327272242
    sum de = 7.103009106020929e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010476387161715603
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6271334126893326e-05,1.4818268552546635e-06,-3.6701529844015755e-09)
    sum a = (-9.486769009248164e-20,6.911788849595091e-19,-1.9587636905255695e-20)
    sum e = 0.0061990099099864015
    sum de = 7.104399269565696e-06
Info: cfl dt = 0.010764767014384174 cfl multiplier : 0.2503429356715194        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5508e+05 | 99427 |      1 | 6.411e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.76188792523387 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.8753720202135782, dt = 0.010764767014384174 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99427.0 min = 99427.0 factor = 1
 - strategy "round robin" : max = 94455.6 min = 94455.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99427
    max = 99427
    avg = 99427
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.96 us    (2.5%)
   patch tree reduce : 2.19 us    (0.8%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 257.47 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.21 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (66.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.8522179366660477e-07,-1.595611843555598e-08,-9.459448869240394e-09) v=(-6.4263093099082755e-09,2.7954786130171007e-07,1.0150887401062222e-09) l=(-4.957457984463513e-09,4.345033412548182e-09,1.0075651080189993e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6272098300806284e-05,1.4771275920236296e-06,-3.765573774223075e-09)
    sum a = (0,1.4026865606531214e-18,9.529120656610879e-22)
    sum e = 0.006198669028223441
    sum de = 7.230685856170638e-06
Info: cfl dt = 0.021330380966920016 cfl multiplier : 0.500228623781013         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8664e+05 | 99425 |      1 | 5.327e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.74566163236362 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.8861367872279624, dt = 0.021330380966920016 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99425.0 min = 99425.0 factor = 1
 - strategy "round robin" : max = 94453.8 min = 94453.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99425
    max = 99425
    avg = 99425
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.7%)
   patch tree reduce : 1.87 us    (0.8%)
   gen split merge   : 1.18 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.5%)
   LB compute        : 228.14 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (67.5%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6299287263378e-05,1.3107174884606927e-06,-7.309196557059078e-09)
    sum a = (-2.176874674443552e-19,-1.2536087619363645e-18,-4.870439446712227e-21)
    sum e = 0.0061990920893711
    sum de = 7.3936248899621166e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02136732499087515
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.629514198095579e-05,1.3075547206132341e-06,-6.391519735571773e-09)
    sum a = (2.846030702774449e-19,-1.4501204056993622e-18,-4.870439446712227e-21)
    sum e = 0.006198734215914063
    sum de = 7.398463258558551e-06
Info: cfl dt = 0.013995843101366647 cfl multiplier : 0.33340954126033767       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5449e+05 | 99425 |      1 | 6.436e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 119.31783154934891 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.9074671681948825, dt = 0.013995843101366647 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99425.0 min = 99425.0 factor = 1
 - strategy "round robin" : max = 94453.8 min = 94453.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99425
    max = 99425
    avg = 99425
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.74 us    (2.4%)
   patch tree reduce : 1.96 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 257.35 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.76 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (63.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.417651531218479e-08,-1.3768749484868395e-07,5.3666173054016156e-08) v=(1.4043938626921915e-07,-6.3830694387974e-08,-3.9527493912602504e-08) l=(-5.986013207183682e-09,3.473991449666613e-08,9.949804818967746e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6276978388069125e-05,1.423735409623399e-06,-4.4481205250545214e-09)
    sum a = (-9.351243737687476e-19,2.7037291676357267e-18,9.582060215814273e-21)
    sum e = 0.006198490089024535
    sum de = 7.345137903026017e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01400886990595797
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.628102919488252e-05,1.424040641324831e-06,-2.9095869908437343e-09)
    sum a = (8.444918484125374e-19,2.168404344971009e-18,9.476181097407485e-21)
    sum e = 0.006198334831928762
    sum de = 7.347466141546921e-06
Info: cfl dt = 0.011546492384827104 cfl multiplier : 0.2778031804201126        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5418e+05 | 99423 |      1 | 6.449e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 78.1330764776516 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 1.9214630112962492, dt = 0.011546492384827104 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99423.0 min = 99423.0 factor = 1
 - strategy "round robin" : max = 94451.8 min = 94451.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99423
    max = 99423
    avg = 99423
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.33 us    (2.1%)
   patch tree reduce : 1.47 us    (0.5%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.4%)
   LB compute        : 275.84 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (63.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-8.909263740074653e-07,1.26260144436766e-07,1.6224347139787059e-07) v=(-8.084750977198964e-08,-9.086194547693318e-07,-1.282020982906785e-08) l=(-9.459154261803202e-09,-6.230778570690751e-09,3.018550171219865e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.627468601180823e-05,1.4627256659366226e-06,-2.8383912808767913e-09)
    sum a = (4.2690460541616737e-19,-1.2468324983583301e-18,-3.3351922298138076e-21)
    sum e = 0.006196992164339399
    sum de = 7.44511507619482e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011563199528144032
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.626994392832258e-05,1.4617990710179637e-06,-2.2654517983265367e-09)
    sum a = (2.405573570202213e-19,-6.911788849595091e-19,-5.1880768019325896e-21)
    sum e = 0.0061968874148159376
    sum de = 7.447494063505205e-06
Info: cfl dt = 0.010685114147244252 cfl multiplier : 0.25926772680670424       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5478e+05 | 99417 |      1 | 6.423e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.71557219226412 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.9330095036810764, dt = 0.010685114147244252 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99417.0 min = 99417.0 factor = 1
 - strategy "round robin" : max = 94446.1 min = 94446.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99417
    max = 99417
    avg = 99417
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.3%)
   patch tree reduce : 1.61 us    (0.6%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.34 us    (0.5%)
   LB compute        : 269.96 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.914768425711382e-07,-9.032874293490677e-08,5.504919321399815e-09) v=(6.173728564196735e-08,5.107903318150617e-07,-9.369267664907177e-09) l=(-3.926717454992971e-09,9.926259270837811e-09,5.134529778560168e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.626761952582677e-05,1.475563884797405e-06,-2.0619478399954553e-09)
    sum a = (1.0503208545953324e-19,2.507217523872729e-19,-6.1409888675936775e-21)
    sum e = 0.006196792472334502
    sum de = 7.404787949171832e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010699833130042217
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.626292964353248e-05,1.4794705793291291e-06,-2.0318300216850956e-09)
    sum a = (-1.1350241493207625e-19,2.3513634615779377e-18,-5.929230630780102e-21)
    sum e = 0.006196702134993347
    sum de = 7.4060325810269215e-06
Info: cfl dt = 0.010322697947884943 cfl multiplier : 0.25308924226890145       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5473e+05 | 99416 |      1 | 6.425e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.868335224157015 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.9436946178283205, dt = 0.010322697947884943 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99416.0 min = 99416.0 factor = 1
 - strategy "round robin" : max = 94445.2 min = 94445.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99416
    max = 99416
    avg = 99416
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.12 us    (2.8%)
   patch tree reduce : 2.13 us    (0.8%)
   gen split merge   : 1.20 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.44 us    (0.6%)
   LB compute        : 230.10 us  (91.2%)
   LB move op cnt    : 0
   LB apply          : 3.72 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(6.921418830334926e-07,8.137684957931256e-07,-3.958117324730716e-09) v=(-8.670464862634236e-07,6.332183940194137e-07,3.0202764049938535e-08) l=(7.570654466922114e-08,-8.480474569141122e-08,2.5023778961582514e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62620588040256e-05,1.485324808063587e-06,-1.940093887450391e-09)
    sum a = (-6.28921963336318e-19,-7.453889935837843e-19,1.1752582143153417e-20)
    sum e = 0.0061955980037041005
    sum de = 7.453137176915921e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010331746806360082
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625981336046853e-05,1.482726767441513e-06,-1.9382156928811693e-09)
    sum a = (8.139986623113826e-19,-6.098637220230962e-19,1.2758433768017899e-20)
    sum e = 0.006195514087998416
    sum de = 7.4548632915175205e-06
Info: cfl dt = 0.010137552514040249 cfl multiplier : 0.2510297474229672        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5371e+05 | 99411 |      1 | 6.468e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.458641371407566 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.9540173157762055, dt = 0.010137552514040249 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99411.0 min = 99411.0 factor = 1
 - strategy "round robin" : max = 94440.4 min = 94440.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99411
    max = 99411
    avg = 99411
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.43 us    (3.0%)
   patch tree reduce : 2.10 us    (0.8%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 228.29 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.77 us    (69.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.512895872068836e-07,-3.9660109977403523e-07,-1.106049429179209e-08) v=(3.851722275086258e-07,2.723583939907002e-07,-8.458031046939934e-09) l=(-6.881498193909485e-08,-3.027580543791617e-08,1.0045367300951348e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6259416416718726e-05,1.485557268946541e-06,-1.8678515304589255e-09)
    sum a = (-1.6034333691523905e-18,-1.2671612890924333e-18,3.5840081580697583e-20)
    sum e = 0.0061951603366865666
    sum de = 7.5353802575372024e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01014351801490544
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625603040407703e-05,1.4862566964859387e-06,-1.680064673337426e-09)
    sum a = (-1.584798644312796e-18,1.212951180468158e-18,3.525774642946025e-20)
    sum e = 0.006195079767065461
    sum de = 7.536592250750219e-06
Info: cfl dt = 0.010012747661743522 cfl multiplier : 0.2503432491409891        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5490e+05 | 99409 |      1 | 6.418e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.86634187343911 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.9641548682902457, dt = 0.010012747661743522 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99409.0 min = 99409.0 factor = 1
 - strategy "round robin" : max = 94438.5 min = 94438.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99409
    max = 99409
    avg = 99409
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.97 us    (2.6%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 252.93 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.6611141788969026e-07,1.781682701635745e-07,2.856628583844829e-08) v=(-2.121109370124423e-07,4.587076052402591e-07,3.6580277195633403e-09) l=(-2.4894881083660892e-08,-1.5597453333285183e-08,5.034872114907749e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625569966589923e-05,1.488293304490975e-06,-1.7136865376090692e-09)
    sum a = (7.644472348970061e-19,-4.607859233063394e-19,4.817499887508833e-21)
    sum e = 0.006194979424576789
    sum de = 7.560708077153459e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010032155176953323
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625693733770089e-05,1.486181626032911e-06,-1.5581261134804453e-09)
    sum a = (2.7570922433127476e-19,-4.811147140404426e-19,5.770411953169921e-21)
    sum e = 0.006194900616113351
    sum de = 7.561767303785771e-06
Info: cfl dt = 0.01089546312996572 cfl multiplier : 0.2501144163803297         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5394e+05 | 99408 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.820941772421754 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 1.9741676159519892, dt = 0.01089546312996572 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99408.0 min = 99408.0 factor = 1
 - strategy "round robin" : max = 94437.6 min = 94437.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99408
    max = 99408
    avg = 99408
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.97 us    (2.5%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 1.25 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 257.18 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.2844302919316175e-07,-3.541573001271342e-07,4.714171735957265e-09) v=(3.8843497138730187e-07,-4.104120806037076e-07,2.9829421572634944e-11) l=(6.822136828504019e-09,-6.628561139779437e-09,1.5291833224754777e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625842180368395e-05,1.4719415426066234e-06,-1.699784406185312e-09)
    sum a = (1.7745340244977592e-19,-2.371692252312041e-19,-4.4998625322884706e-21)
    sum e = 0.006194295034791419
    sum de = 7.563238106391305e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010919033575245332
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625546765614469e-05,1.4737111649285931e-06,-1.6682534640231278e-09)
    sum a = (6.183340514956392e-20,5.082197683525802e-19,-3.5998900258307764e-21)
    sum e = 0.00619420147399804
    sum de = 7.564979623183e-06
Info: cfl dt = 0.010434191686115594 cfl multiplier : 0.2500381387934432        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5425e+05 | 99405 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.86401042063975 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.985063079081955, dt = 0.010434191686115594 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99405.0 min = 99405.0 factor = 1
 - strategy "round robin" : max = 94434.8 min = 94434.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99405
    max = 99405
    avg = 99405
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.12 us    (2.5%)
   patch tree reduce : 1.83 us    (0.6%)
   gen split merge   : 1.18 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 267.08 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (65.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(2.708934275163854e-07,3.5316016489469145e-07,-1.1814510582290205e-08) v=(-4.0013341191525294e-07,2.5531169702940336e-07,-1.0989804059605971e-08) l=(-8.938086810502075e-09,1.6130213443531284e-08,1.5115825012146822e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625487840231491e-05,1.4810749953880412e-06,-1.6188680887618072e-09)
    sum a = (3.3203691532368573e-19,-7.589415207398531e-19,1.8475906161984426e-20)
    sum e = 0.0061935996282033315
    sum de = 7.6148045578691e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01045335791468989
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62539494306403e-05,1.4859010671470883e-06,-1.4906213195551154e-09)
    sum a = (2.888382350137164e-19,2.303929616531697e-19,1.6940658945086007e-20)
    sum e = 0.006193514177425784
    sum de = 7.616342558894724e-06
Info: cfl dt = 0.010703162901576866 cfl multiplier : 0.25001271293114774       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5137e+05 | 99402 |      1 | 6.567e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.19949436093511 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 1.9954972707680707, dt = 0.010703162901576866 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99402.0 min = 99402.0 factor = 1
 - strategy "round robin" : max = 94431.9 min = 94431.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99402
    max = 99402
    avg = 99402
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (1.9%)
   patch tree reduce : 1.72 us    (0.5%)
   gen split merge   : 922.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.4%)
   LB compute        : 324.10 us  (94.1%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (69.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-4.18328975280077e-08,9.910477507935887e-07,4.554050589223963e-09) v=(-9.957264224498075e-07,-1.054807326654605e-07,-8.547648038805172e-09) l=(-1.4776222966779859e-08,-6.336789678889457e-09,1.002168284697214e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625435471454237e-05,1.4821378429422983e-06,-1.559302588579562e-09)
    sum a = (-1.0503208545953324e-19,-1.7279472123987727e-18,1.2334917294390749e-20)
    sum e = 0.006193179766785612
    sum de = 7.694487041020171e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010704226731787706
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625487146005248e-05,1.4834847332911166e-06,-1.4173882574015303e-09)
    sum a = (-1.1350241493207625e-18,-2.4699480741935398e-18,1.2440796412797536e-20)
    sum e = 0.006193090088360156
    sum de = 7.695874446737014e-06
Info: cfl dt = 0.010611553070227217 cfl multiplier : 0.25000423764371593       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5475e+05 | 99400 |      1 | 6.423e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.986901041119374 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.0062004336696475, dt = 0.010611553070227217 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99400.0 min = 99400.0 factor = 1
 - strategy "round robin" : max = 94430.0 min = 94430.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99400
    max = 99400
    avg = 99400
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.17 us    (2.0%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 1.16 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 284.65 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.3518466296343077e-07,3.707723481630877e-07,4.506967368339571e-09) v=(-3.4105517701533674e-07,-3.6470048205519175e-07,6.593448909060345e-10) l=(3.800069535773518e-09,-2.6140470712775954e-09,4.976608912610073e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625489893455798e-05,1.4849813649584143e-06,-1.4329099406173273e-09)
    sum a = (7.157428404298838e-19,7.724940478959219e-19,-1.453190900133159e-20)
    sum e = 0.006193011713895095
    sum de = 7.68944836242237e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01063117806943878
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62530419085296e-05,1.482655043503323e-06,-1.199939555340186e-09)
    sum a = (1.418780186650953e-19,4.743384504624082e-19,-1.453190900133159e-20)
    sum e = 0.0061929231862044515
    sum de = 7.690650351060427e-06
Info: cfl dt = 0.010522896381973963 cfl multiplier : 0.2500014125479053        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5415e+05 | 99399 |      1 | 6.448e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.242513155501285 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.016811986739875, dt = 0.010522896381973963 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99399.0 min = 99399.0 factor = 1
 - strategy "round robin" : max = 94429.0 min = 94429.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99399
    max = 99399
    avg = 99399
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.7%)
   patch tree reduce : 1.96 us    (0.8%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 225.51 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (64.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.094397810428018e-07,-3.6558180061976e-07,2.2357058879341608e-08) v=(3.664694564583837e-07,1.2209268748311234e-07,-4.7988982801349345e-09) l=(4.176374570104158e-08,-9.629679181041978e-09,1.49950098310848e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6252828459637796e-05,1.4838982988458368e-06,-1.2497337171332174e-09)
    sum a = (-1.7321823771350442e-19,7.453889935837843e-20,-1.3499587596865412e-20)
    sum e = 0.006192334286467592
    sum de = 7.74836300081558e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010536764288763432
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6252828972970445e-05,1.4847417071133925e-06,-1.3345986774631213e-09)
    sum a = (1.291725244562808e-19,6.572975670693371e-19,-1.053497228147536e-20)
    sum e = 0.0061922475580926
    sum de = 7.749905828856129e-06
Info: cfl dt = 0.010436910484701637 cfl multiplier : 0.25000047084930177       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5107e+05 | 99396 |      1 | 6.580e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.57608583286045 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.0273348831218487, dt = 0.010436910484701637 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99396.0 min = 99396.0 factor = 1
 - strategy "round robin" : max = 94426.2 min = 94426.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99396
    max = 99396
    avg = 99396
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.2%)
   patch tree reduce : 1.90 us    (0.6%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.4%)
   LB compute        : 288.06 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (48.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.9401954232800686e-07,1.854819864809587e-07,-4.362979311084979e-08) v=(-1.8288690097798498e-07,-2.0543956438709546e-07,1.2232066184899379e-08) l=(1.0805854070306035e-08,2.4815783349418914e-08,1.0105392461821775e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625284554511499e-05,1.4860366536139605e-06,-1.1724727706701448e-09)
    sum a = (8.415272330971474e-19,2.371692252312041e-19,-1.8899422635611576e-20)
    sum e = 0.006191900959894273
    sum de = 7.784157556987367e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01044973205757076
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625349288229498e-05,1.4844532522774475e-06,-1.3739129583020751e-09)
    sum a = (4.396100996249819e-19,1.4501204056993622e-18,-1.837002704357764e-20)
    sum e = 0.006191815528688028
    sum de = 7.785485099478891e-06
Info: cfl dt = 0.010353432002147856 cfl multiplier : 0.25000015694976724       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5464e+05 | 99394 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.45612923381445 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.0377717936065505, dt = 0.010353432002147856 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99394.0 min = 99394.0 factor = 1
 - strategy "round robin" : max = 94424.3 min = 94424.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99394
    max = 99394
    avg = 99394
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.19 us    (2.3%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.5%)
   LB compute        : 245.80 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (65.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.572997569503713e-07,-2.5842086572848785e-07,-2.5540590335247672e-08) v=(2.8240731013572145e-07,-3.4001351814608887e-07,-2.6820046306833006e-10) l=(1.794767990704605e-08,-4.0648775491793933e-08,1.0015023868543255e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6253521718191726e-05,1.485663829564279e-06,-1.2578968086806093e-09)
    sum a = (2.5961559833344305e-19,-4.743384504624082e-20,1.0746730518288936e-20)
    sum e = 0.006191475095610555
    sum de = 7.764594343029342e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01037382516334136
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6254019104492546e-05,1.487768008527435e-06,-1.2561250898429566e-09)
    sum a = (6.06475590234079e-19,-4.811147140404426e-19,1.2229038175983961e-20)
    sum e = 0.006191390876872252
    sum de = 7.765922231640883e-06
Info: cfl dt = 0.010328003326798146 cfl multiplier : 0.25000005231658906       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5419e+05 | 99392 |      1 | 6.446e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.82083719711844 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.048125225608698, dt = 0.010328003326798146 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99392.0 min = 99392.0 factor = 1
 - strategy "round robin" : max = 94422.4 min = 94422.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99392
    max = 99392
    avg = 99392
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.8%)
   patch tree reduce : 2.01 us    (0.9%)
   gen split merge   : 1.11 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 215.77 us  (91.3%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-3.3379863221248435e-07,4.406050814539857e-07,4.764140864647296e-09) v=(-4.4083350397591765e-07,-3.782841583863374e-07,-3.62446278086746e-08) l=(-1.4306918488632784e-09,1.0948782651535206e-08,2.0456037923201765e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6254016674527964e-05,1.4882356230397527e-06,-1.3197176246407879e-09)
    sum a = (-6.14945919706622e-19,-5.55653613398821e-19,-7.57035696608531e-21)
    sum e = 0.00619050343583463
    sum de = 7.77124470097687e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010349692991199162
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625442412515543e-05,1.4854542159849774e-06,-1.3690802339117115e-09)
    sum a = (-6.776263578034403e-21,-6.640738306473715e-19,-8.999725064576941e-21)
    sum e = 0.006190419721967374
    sum de = 7.772926398695714e-06
Info: cfl dt = 0.010158617541121738 cfl multiplier : 0.250000017438863         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5478e+05 | 99388 |      1 | 6.421e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.90148057170992 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.0584532289354964, dt = 0.010158617541121738 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99388.0 min = 99388.0 factor = 1
 - strategy "round robin" : max = 94418.6 min = 94418.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99388
    max = 99388
    avg = 99388
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (2.6%)
   patch tree reduce : 1.81 us    (0.7%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 247.70 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (55.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.9322791204894626e-07,-4.710757703202983e-07,-3.7913303299865086e-08) v=(5.0603566404407e-07,-2.531737942640134e-07,3.2673560373424994e-09) l=(-3.4689333988680114e-08,2.0434124973552733e-10,1.5099831168587704e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625426945241349e-05,1.4879113716892515e-06,-1.2342797355223593e-09)
    sum a = (1.768181277393352e-19,-1.429791614965259e-18,-1.1487884347136448e-20)
    sum e = 0.006189814787329017
    sum de = 7.774970709863738e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010184380163217238
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.625000388260131e-05,1.4832050149254388e-06,-1.520993454734434e-09)
    sum a = (3.307663659028043e-19,-6.437450399132683e-19,-1.164670302474663e-20)
    sum e = 0.006189733825113695
    sum de = 7.776406246353302e-06
Info: cfl dt = 0.01012489856197077 cfl multiplier : 0.25000000581295434        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5377e+05 | 99385 |      1 | 6.463e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.58388842703117 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.0686118464766183, dt = 0.01012489856197077 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99385.0 min = 99385.0 factor = 1
 - strategy "round robin" : max = 94415.8 min = 94415.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99385
    max = 99385
    avg = 99385
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.97 us    (2.5%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 253.03 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (68.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(6.174745437107886e-07,-9.064022296174259e-07,-4.934661679307632e-08) v=(8.654584579120275e-07,6.768560802548673e-07,2.3685153644447352e-08) l=(-6.676881822840011e-09,-6.006039267176448e-08,1.5103478245340174e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624968008961275e-05,1.4834449343826647e-06,-1.3820315010528492e-09)
    sum a = (-1.3700757921838308e-19,-6.776263578034403e-19,-7.676236084492097e-21)
    sum e = 0.006189126952346235
    sum de = 7.762571308157583e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010155512736188893
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624789944637579e-05,1.486007505045995e-06,-1.4735849504512267e-09)
    sum a = (-4.753972416464761e-19,8.673617379884035e-19,-6.564505341220828e-21)
    sum e = 0.006189046559619003
    sum de = 7.764024173204907e-06
Info: cfl dt = 0.01002828998372886 cfl multiplier : 0.25000000193765143        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5176e+05 | 99382 |      1 | 6.549e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.660625631081224 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.078736745038589, dt = 0.01002828998372886 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99382.0 min = 99382.0 factor = 1
 - strategy "round robin" : max = 94412.9 min = 94412.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99382
    max = 99382
    avg = 99382
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.5%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 244.54 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (65.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.8998126522693876e-07,4.912844727871836e-07,-6.817879966905725e-09) v=(-5.078141832863496e-07,1.4364010869378097e-07,2.0128327390285652e-08) l=(5.937072133495865e-09,9.124017068419012e-09,1.5146676124873056e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624785102620376e-05,1.4877352108694672e-06,-1.4037874214124161e-09)
    sum a = (-2.4331021409879777e-19,8.74138001566438e-19,-3.970466940254533e-20)
    sum e = 0.006188435325089136
    sum de = 7.718310255500552e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010043197430424918
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624948975346381e-05,1.4899825908563146e-06,-1.4896850730092283e-09)
    sum a = (1.8973538018496328e-19,6.844026213814747e-19,-3.8698817777680847e-20)
    sum e = 0.0061883564084075
    sum de = 7.719691806844187e-06
Info: cfl dt = 0.010166251649964219 cfl multiplier : 0.2500000006458838        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5510e+05 | 99379 |      1 | 6.407e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.34450955243086 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.088765035022318, dt = 0.010166251649964219 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99379.0 min = 99379.0 factor = 1
 - strategy "round robin" : max = 94410.0 min = 94410.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99379
    max = 99379
    avg = 99379
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.2%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 931.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 972.00 ns  (0.3%)
   LB compute        : 278.73 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-5.416460274431501e-07,5.299208878880207e-07,-2.1301809714660554e-08) v=(-5.09586355528108e-07,-5.61053900931431e-07,2.9416106342034304e-08) l=(-5.5148173991927625e-08,6.194243451846439e-08,2.010408729773486e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624979780830838e-05,1.4879691031338628e-06,-1.4206766471201875e-09)
    sum a = (-8.122251870780689e-20,2.053207864144424e-18,-2.3822801641527197e-20)
    sum e = 0.006187494650059375
    sum de = 7.689256310241508e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0101903921660578
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624200139751599e-05,1.4850465842647899e-06,-1.3413570816284426e-09)
    sum a = (3.0266538613315283e-19,-7.928228386300251e-19,-2.3663982963917016e-20)
    sum e = 0.006187413687009469
    sum de = 7.690830450036277e-06
Info: cfl dt = 0.010560294013225278 cfl multiplier : 0.2500000002152946        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5400e+05 | 99375 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.717121751693824 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.0989312866722822, dt = 0.010560294013225278 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99375.0 min = 99375.0 factor = 1
 - strategy "round robin" : max = 94406.2 min = 94406.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99375
    max = 99375
    avg = 99375
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.2%)
   patch tree reduce : 1.89 us    (0.6%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 282.08 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.2781222731347023e-06,-5.036435448555737e-07,1.7410483422776643e-08) v=(4.267492163612861e-07,1.3262057946922755e-06,2.8398072731879464e-08) l=(1.396949000589134e-09,2.862089373307603e-08,2.0240516063649533e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6241422762072054e-05,1.4788242766156334e-06,-1.2905541001029144e-09)
    sum a = (4.997494388800372e-20,-3.5236570605778894e-19,-2.234049398383217e-20)
    sum e = 0.006186550268011152
    sum de = 7.7579299597582e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010579974444619248
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6243442817951826e-05,1.4787272107864431e-06,-1.447971714285257e-09)
    sum a = (-1.2435502456877197e-19,5.692061405548898e-19,-2.4881592825595072e-20)
    sum e = 0.006186463413688336
    sum de = 7.759638978549266e-06
Info: cfl dt = 0.011008829032882564 cfl multiplier : 0.25000000007176487       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5293e+05 | 99371 |      1 | 6.498e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.50742812134271 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.1094915806855075, dt = 0.011008829032882564 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99371.0 min = 99371.0 factor = 1
 - strategy "round robin" : max = 94402.4 min = 94402.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99371
    max = 99371
    avg = 99371
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.7%)
   patch tree reduce : 1.90 us    (0.8%)
   gen split merge   : 902.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 991.00 ns  (0.4%)
   LB compute        : 224.56 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.17 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.9854075554306e-07,1.4338391372997782e-08,-2.7155756585868493e-08) v=(3.3702998325159286e-08,-4.972561272817088e-07,3.4873657778183487e-09) l=(-2.6924969233597133e-08,1.5769467547245713e-09,4.951364673607284e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6243687363540825e-05,1.471623509643242e-06,-1.4486396267904473e-09)
    sum a = (5.069492189316988e-19,1.6263032587282567e-19,-2.5278639519620526e-20)
    sum e = 0.006186395846579512
    sum de = 7.739172319037095e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011034546621388079
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624346907109071e-05,1.470467449611284e-06,-1.0760996628465768e-09)
    sum a = (6.469214134654719e-19,-2.710505431213761e-20,-2.5463927976832404e-20)
    sum e = 0.006186301182062519
    sum de = 7.740463205939766e-06
Info: cfl dt = 0.010877322137406796 cfl multiplier : 0.2500000000239216        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5381e+05 | 99370 |      1 | 6.460e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.34544745497995 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.12050040971839, dt = 0.010877322137406796 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99370.0 min = 99370.0 factor = 1
 - strategy "round robin" : max = 94401.5 min = 94401.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99370
    max = 99370
    avg = 99370
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.1%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 972.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.4%)
   LB compute        : 284.62 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.3147704570379362e-07,-1.7454319972525363e-07,6.107074110984937e-08) v=(1.9909908154522397e-07,-2.174274356466795e-07,3.489012982567539e-09) l=(-7.418492491005818e-08,-8.823720561224354e-09,2.013326872557324e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624357466338201e-05,1.472390820339045e-06,-1.211726055794123e-09)
    sum a = (-2.551157358011546e-19,8.131516293641283e-19,8.271806125530277e-21)
    sum e = 0.006185456199926056
    sum de = 7.751486961133568e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010903734994805453
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6243513315294944e-05,1.47396692779823e-06,-5.025303186193877e-10)
    sum a = (-2.24251972785576e-19,7.182839392716467e-19,8.258571235729428e-21)
    sum e = 0.006185363900723859
    sum de = 7.753228166008633e-06
Info: cfl dt = 0.011205054685964538 cfl multiplier : 0.25000000000797384       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4552e+05 | 99366 |      1 | 6.828e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.348782682236866 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.131377731855797, dt = 0.011205054685964538 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99366.0 min = 99366.0 factor = 1
 - strategy "round robin" : max = 94397.7 min = 94397.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99366
    max = 99366
    avg = 99366
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.85 us    (2.8%)
   patch tree reduce : 2.67 us    (1.1%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.4%)
   LB compute        : 222.53 us  (90.7%)
   LB move op cnt    : 0
   LB apply          : 3.81 us    (1.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (68.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.4725292563918585e-07,2.946627642451855e-07,8.527245718690564e-08) v=(-2.8839537760999345e-07,-2.839124230563436e-07,-9.999612875327003e-09) l=(1.3360618093704847e-08,-1.0693072212896568e-09,1.5128353312806632e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.624364981760056e-05,1.4688832445134708e-06,-8.159304354296046e-10)
    sum a = (-6.63785971794203e-19,4.0657581468206416e-19,1.801268501895473e-20)
    sum e = 0.006184780744661206
    sum de = 7.87763292851374e-06
Info: cfl dt = 0.02219381931176358 cfl multiplier : 0.5000000000053159         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8450e+05 | 99363 |      1 | 5.385e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.90153094370936 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.1425827865417615, dt = 0.02219381931176358 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99363.0 min = 99363.0 factor = 1
 - strategy "round robin" : max = 94394.8 min = 94394.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99363
    max = 99363
    avg = 99363
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.5%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 246.77 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.47 us    (70.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6242340527395245e-05,1.2947808379912891e-06,-8.216656285596266e-10)
    sum a = (-4.636446595033226e-19,2.507217523872729e-19,3.885763645529103e-20)
    sum e = 0.006185242244389828
    sum de = 7.99103159199858e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.022244238035693833
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6233793570956346e-05,1.2967469102951714e-06,-1.3885298141734676e-09)
    sum a = (-1.0040516798515663e-18,1.9651164376299768e-19,3.716357056078243e-20)
    sum e = 0.00618485979000553
    sum de = 7.996554497938858e-06
Info: cfl dt = 0.014455155285451014 cfl multiplier : 0.33333333333510523       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5357e+05 | 99363 |      1 | 6.470e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 123.48704274062243 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.164776605853525, dt = 0.014455155285451014 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99363.0 min = 99363.0 factor = 1
 - strategy "round robin" : max = 94394.8 min = 94394.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99363
    max = 99363
    avg = 99363
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.4%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 922.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.5%)
   LB compute        : 256.70 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.14 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(2.946978345064015e-07,2.4636500462028264e-07,-8.690208403946528e-08) v=(-2.531888696877515e-07,2.801308054982865e-07,2.8134860435740034e-08) l=(6.183059867748088e-08,1.2459819808359725e-08,2.0282925358154516e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623665245600167e-05,1.4185547390427393e-06,-6.894271913004068e-10)
    sum a = (2.6914471899005393e-19,6.098637220230962e-19,-3.983701830055381e-21)
    sum e = 0.006184103610592171
    sum de = 8.154129478475756e-06
Info: cfl dt = 0.02373605953741108 cfl multiplier : 0.5555555555567367         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8363e+05 | 99359 |      1 | 5.411e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 96.17742608619491 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.179231761138976, dt = 0.02373605953741108 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99359.0 min = 99359.0 factor = 1
 - strategy "round robin" : max = 94391.0 min = 94391.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99359
    max = 99359
    avg = 99359
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.29 us    (2.1%)
   patch tree reduce : 1.63 us    (0.5%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.4%)
   LB compute        : 279.02 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (64.5%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.622957230206875e-05,1.2720552420870522e-06,-1.2069243292715722e-09)
    sum a = (-5.643357011081776e-20,1.4772254600114998e-18,2.3432372392402168e-20)
    sum e = 0.00618457421375905
    sum de = 8.13466250016168e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02381014072233344
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6232198373245484e-05,1.282725821024254e-06,-3.916334125356046e-10)
    sum a = (-4.037170784850809e-19,3.1848438816761693e-19,2.4921297494997618e-20)
    sum e = 0.006184135422938243
    sum de = 8.141213336270164e-06
Info: cfl dt = 0.014685818119819907 cfl multiplier : 0.35185185185224555       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5409e+05 | 99359 |      1 | 6.448e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 132.51634428610703 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.202967820676387, dt = 0.014685818119819907 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99359.0 min = 99359.0 factor = 1
 - strategy "round robin" : max = 94391.0 min = 94391.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99359
    max = 99359
    avg = 99359
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.7%)
   patch tree reduce : 1.64 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.5%)
   LB compute        : 220.23 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-7.248036588772955e-07,9.47921992851928e-07,2.973717110137561e-08) v=(-9.185560513657394e-07,-7.955607053143269e-07,-6.7321848462991415e-09) l=(-1.93513041172127e-08,-3.7748305573387356e-08,4.035092302327129e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623654519473787e-05,1.421456579454202e-06,-3.4766735693717656e-10)
    sum a = (6.707442151069991e-19,-4.675621868843738e-19,-4.2818177228194925e-20)
    sum e = 0.006182372673959251
    sum de = 8.074033830096177e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014704195744481063
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623678294027602e-05,1.4233825380370236e-06,-1.2090088392696226e-10)
    sum a = (6.55815259411642e-19,-1.1485766764768313e-18,-4.141527890930499e-20)
    sum e = 0.006182203961759389
    sum de = 8.078256267260343e-06
Info: cfl dt = 0.011686219342757894 cfl multiplier : 0.28395061728408183       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5333e+05 | 99351 |      1 | 6.480e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 81.59323287343575 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.217653638796207, dt = 0.011686219342757894 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99351.0 min = 99351.0 factor = 1
 - strategy "round robin" : max = 94383.4 min = 94383.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99351
    max = 99351
    avg = 99351
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.1%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 285.12 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (69.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-4.0900012895717715e-07,3.4114449821989e-07,-7.613792719162092e-09) v=(-3.072892431717542e-07,-4.511141833983182e-07,2.8908252441487254e-08) l=(-3.118061452350098e-08,7.032639203376695e-08,3.037194000386561e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623807590545417e-05,1.4687775368468314e-06,-9.576863463827949e-11)
    sum a = (3.186961464044305e-20,1.4907779871675686e-19,-7.841672207002702e-22)
    sum e = 0.00618085905535476
    sum de = 8.166218429653208e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011708116516754078
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623715153582419e-05,1.465775748607055e-06,1.4473956073029063e-10)
    sum a = (-2.8026202642276662e-19,-6.301925127571995e-19,2.713152409173931e-22)
    sum e = 0.006180753303857335
    sum de = 8.168864391714637e-06
Info: cfl dt = 0.01159791942474573 cfl multiplier : 0.26131687242802726        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5510e+05 | 99345 |      1 | 6.405e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.6815659091063 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 2.2293398581389647, dt = 0.01159791942474573 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99345.0 min = 99345.0 factor = 1
 - strategy "round robin" : max = 94377.8 min = 94377.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99345
    max = 99345
    avg = 99345
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 30.20 us   (9.8%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.3%)
   LB compute        : 264.21 us  (85.8%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.22 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-1.1130555077601867e-07,-4.865962032285054e-07,2.1724568473818702e-08) v=(5.09475206192916e-07,-8.120947930637302e-08,-8.908295871518712e-09) l=(1.2129725259452675e-08,2.018197265388031e-08,5.14190973747899e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6237185072987796e-05,1.4669658417718924e-06,7.292348105535754e-11)
    sum a = (5.671944373051609e-19,-1.6940658945086007e-19,-2.914322734146827e-20)
    sum e = 0.006180686930193881
    sum de = 8.148570618154418e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011633753125493102
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623716353836803e-05,1.4673903883410366e-06,3.063530426047907e-10)
    sum a = (5.901702059994338e-19,2.236166980751353e-19,-2.883220743114833e-20)
    sum e = 0.006180582435579252
    sum de = 8.15003741416953e-06
Info: cfl dt = 0.011187913387680026 cfl multiplier : 0.25377229080934244       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5438e+05 | 99344 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.88207077725517 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.2409377775637105, dt = 0.011187913387680026 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99344.0 min = 99344.0 factor = 1
 - strategy "round robin" : max = 94376.8 min = 94376.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99344
    max = 99344
    avg = 99344
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.7%)
   patch tree reduce : 1.93 us    (0.8%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 225.31 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.3337365080255534e-07,7.370420318310897e-08,8.737054173823408e-09) v=(-4.5293375511164496e-08,-2.43261319528019e-07,-9.811553084187639e-09) l=(1.615117934503552e-08,6.820331257989106e-08,2.0159799382506757e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6237554435004104e-05,1.4736836089338011e-06,1.3334372039235524e-10)
    sum a = (-2.964615315390051e-21,9.283481101907132e-19,-2.2539017330844898e-20)
    sum e = 0.006179745229499238
    sum de = 8.13985477244882e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011213570847739985
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6238406406464065e-05,1.4749968692437344e-06,7.110108715915778e-11)
    sum a = (2.7475631226561367e-19,-4.743384504624082e-20,-2.4315801286608802e-20)
    sum e = 0.006179647922598108
    sum de = 8.141937273795249e-06
Info: cfl dt = 0.011006325669164712 cfl multiplier : 0.2512574302697808        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5492e+05 | 99340 |      1 | 6.412e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.81073391498622 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.2521256909513907, dt = 0.011006325669164712 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99340.0 min = 99340.0 factor = 1
 - strategy "round robin" : max = 94373.0 min = 94373.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99340
    max = 99340
    avg = 99340
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (2.1%)
   patch tree reduce : 1.85 us    (0.6%)
   gen split merge   : 991.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 30.46 us   (9.3%)
   LB compute        : 276.92 us  (84.6%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (69.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.188999989559306e-07,2.6386992845980114e-07,-5.8623837884587556e-08) v=(-2.3044608166385204e-07,-4.2575739632507033e-07,1.4756606673442628e-08) l=(-1.6776929106882137e-08,3.032199748441107e-08,1.5046235062260785e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623864638323387e-05,1.4779221502880615e-06,2.4324166829000165e-10)
    sum a = (7.55976905424463e-20,-2.710505431213761e-20,-8.126222337720944e-21)
    sum e = 0.006179072594781605
    sum de = 8.15056994751456e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011038133276861217
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6234875649628834e-05,1.4744455866301068e-06,7.854607734290047e-10)
    sum a = (4.2288119891670944e-19,3.5914196963582334e-19,-8.364450354136216e-21)
    sum e = 0.006178978748435197
    sum de = 8.152253979911259e-06
Info: cfl dt = 0.010901231374785781 cfl multiplier : 0.25041914342326027       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5301e+05 | 99337 |      1 | 6.492e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.03118694930327 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.2631320166205553, dt = 0.010901231374785781 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99337.0 min = 99337.0 factor = 1
 - strategy "round robin" : max = 94370.1 min = 94370.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99337
    max = 99337
    avg = 99337
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.98 us    (2.3%)
   patch tree reduce : 1.92 us    (0.6%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 276.54 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.76 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.73 us    (73.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.3037686478260685e-07,-5.698013124168932e-07,1.1170844723410378e-07) v=(5.514413786786507e-07,4.730980918664712e-07,1.2858320919493987e-09) l=(-3.17691917443112e-08,7.912952499496098e-08,1.5126051862080674e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6234614804661016e-05,1.475929134765283e-06,4.949380096302275e-10)
    sum a = (-9.275010772434589e-20,1.3552527156068805e-19,-2.302870825347629e-21)
    sum e = 0.0061783897657962834
    sum de = 8.183339449936909e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010924492589838018
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623287427677569e-05,1.471106247195632e-06,6.593055473475297e-10)
    sum a = (-7.570356966085309e-19,-2.0328790734103208e-19,-2.117582368135751e-22)
    sum e = 0.006178297889616105
    sum de = 8.185007454823162e-06
Info: cfl dt = 0.01082294407151145 cfl multiplier : 0.2501397144744201         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5429e+05 | 99334 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.95620057991038 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.274033247995341, dt = 0.01082294407151145 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99334.0 min = 99334.0 factor = 1
 - strategy "round robin" : max = 94367.3 min = 94367.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99334
    max = 99334
    avg = 99334
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.5%)
   patch tree reduce : 2.01 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 250.17 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (63.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.535937017904177e-07,-8.849697973424076e-07,-4.032851241967046e-08) v=(8.750675671953225e-07,2.210123052672958e-07,2.2853668516485845e-08) l=(2.06698840809797e-09,-4.649544521503377e-08,1.000871887561739e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6232842426356626e-05,1.47203796538118e-06,7.712462871053576e-10)
    sum a = (1.1811874449461218e-18,-6.098637220230962e-19,2.2459607992039807e-20)
    sum e = 0.006177970923333676
    sum de = 8.10344739214659e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010853565448460556
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.623044846104451e-05,1.4717853134459794e-06,4.0597459668293193e-10)
    sum a = (7.767292126321934e-19,2.0328790734103208e-20,2.3399285167900047e-20)
    sum e = 0.006177879851462661
    sum de = 8.104901483052263e-06
Info: cfl dt = 0.010836954695635469 cfl multiplier : 0.2500465714914734        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5316e+05 | 99332 |      1 | 6.486e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.075708040389245 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.284856192066852, dt = 0.010836954695635469 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99332.0 min = 99332.0 factor = 1
 - strategy "round robin" : max = 94365.4 min = 94365.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99332
    max = 99332
    avg = 99332
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.5%)
   patch tree reduce : 1.82 us    (0.7%)
   gen split merge   : 962.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 240.69 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.24 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(2.2612151658908935e-07,-8.220342272492357e-08,-6.408399634657107e-08) v=(6.23167954484966e-08,2.4820719458416396e-07,1.2219378452995185e-08) l=(-2.9675832023049785e-08,-1.2942291473473462e-08,2.523423235100059e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.62303289024536e-05,1.4716078368520995e-06,4.5242392277816267e-10)
    sum a = (2.456395547037471e-20,1.0232158002831948e-18,-3.348427119614656e-21)
    sum e = 0.00617677593643958
    sum de = 8.031941225688717e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010868086521641203
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6223153071735396e-05,1.4714070557770518e-06,3.551234214374065e-10)
    sum a = (-8.809142651444724e-19,1.2197274440461925e-19,-1.9587636905255695e-21)
    sum e = 0.0061766846615009105
    sum de = 8.033910059274353e-06
Info: cfl dt = 0.01076041213887829 cfl multiplier : 0.25001552383049114        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4143e+05 | 99327 |      1 | 7.023e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.54864129165379 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.2956931467624875, dt = 0.01076041213887829 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99327.0 min = 99327.0 factor = 1
 - strategy "round robin" : max = 94360.6 min = 94360.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99327
    max = 99327
    avg = 99327
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.90 us    (2.8%)
   patch tree reduce : 1.93 us    (0.8%)
   gen split merge   : 1.14 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.46 us    (0.6%)
   LB compute        : 226.82 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.63 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (66.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.10464505784516e-06,-7.337984492466283e-09,-2.757263050746039e-08) v=(-6.077010713127952e-08,1.1312988691345458e-06,-9.251077330699817e-09) l=(7.334266433527529e-08,-2.0315517323716156e-08,2.5159782786195965e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.622296575382775e-05,1.47286450629747e-06,4.1078519563293026e-10)
    sum a = (-7.707999820014133e-20,8.605854744103691e-19,1.4584848560534984e-20)
    sum e = 0.0061755862853132915
    sum de = 8.08456548868643e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010793626695355867
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6221025738522855e-05,1.468267171111332e-06,3.4740627945484384e-10)
    sum a = (-2.202285662861181e-19,1.4907779871675686e-19,1.4942190585157892e-20)
    sum e = 0.006175496990575947
    sum de = 8.086542090779107e-06
Info: cfl dt = 0.010687264833028743 cfl multiplier : 0.2500051746101637        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5406e+05 | 99322 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.084681753532685 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.306453558901366, dt = 0.010687264833028743 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99322.0 min = 99322.0 factor = 1
 - strategy "round robin" : max = 94355.9 min = 94355.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99322
    max = 99322
    avg = 99322
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.1%)
   patch tree reduce : 1.88 us    (0.6%)
   gen split merge   : 981.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.3%)
   LB compute        : 297.03 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.98 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (69.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.8400474678735134e-07,-8.042172539270213e-07,-1.8906359535754086e-08) v=(8.036564576637261e-07,2.2947985271827743e-07,-5.0061895304008706e-09) l=(4.094415773386285e-08,-1.1691288242475742e-08,1.009488995723745e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.622103775760293e-05,1.4692510890853644e-06,3.340994480172689e-10)
    sum a = (2.846030702774449e-19,1.3552527156068805e-19,-2.660212849970537e-21)
    sum e = 0.006175159333769861
    sum de = 8.159114770256178e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010716826989025614
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.621938720035464e-05,1.4668250835895609e-06,3.593760511430528e-10)
    sum a = (4.0657581468206416e-20,-9.486769009248164e-20,-2.898440866385809e-21)
    sum e = 0.006175071541697903
    sum de = 8.160523079070983e-06
Info: cfl dt = 0.010940349757951048 cfl multiplier : 0.25000172487005456       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5385e+05 | 99320 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.596880338816426 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.3171408237343947, dt = 0.010940349757951048 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99320.0 min = 99320.0 factor = 1
 - strategy "round robin" : max = 94354.0 min = 94354.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99320
    max = 99320
    avg = 99320
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.0%)
   patch tree reduce : 1.95 us    (0.6%)
   gen split merge   : 921.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.3%)
   LB compute        : 308.27 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.80 us    (73.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(8.900620580762884e-08,-4.912985780776666e-07,-1.5101920349155715e-08) v=(4.888830788012317e-07,1.2790729714737248e-07,1.1121237067438696e-09) l=(2.829017562746893e-09,-1.4961769389880128e-08,5.034125442611274e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.621874310577803e-05,1.4624144281861524e-06,4.2017025944590824e-10)
    sum a = (-1.3061248046661311e-18,1.0164395367051604e-19,6.246867986000465e-21)
    sum e = 0.006174998177197733
    sum de = 8.226830578355734e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010962793352337769
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.621543426758619e-05,1.4607354429666203e-06,6.563799787022083e-10)
    sum a = (-3.9387032047324966e-19,2.642742795433417e-19,5.796881732771618e-21)
    sum e = 0.006174906174745
    sum de = 8.228162735735404e-06
Info: cfl dt = 0.011055043386385759 cfl multiplier : 0.2500005749566849        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5421e+05 | 99319 |      1 | 6.440e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.15314586229206 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.328081173492346, dt = 0.011055043386385759 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99319.0 min = 99319.0 factor = 1
 - strategy "round robin" : max = 94353.0 min = 94353.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99319
    max = 99319
    avg = 99319
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.55 us    (2.3%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 261.63 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.27 us    (64.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.6776997633238635e-07,-3.3639665922760424e-07,3.44360670090333e-08) v=(3.007855595021935e-07,3.9859082044197336e-07,-6.441159316033464e-09) l=(-2.317652584936673e-08,2.5422514880880304e-08,4.958661345879213e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6215016812050826e-05,1.4586931001445437e-06,6.1053819418267e-10)
    sum a = (4.2351647362715017e-20,4.1335207826009857e-19,-3.933409248812157e-20)
    sum e = 0.006174843168928709
    sum de = 8.116244900709605e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011084372474934408
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.621314314451372e-05,1.4582376201222941e-06,9.358258500205414e-10)
    sum a = (-5.912289971835016e-19,-1.0028870095490916e-18,-3.893704579409612e-20)
    sum e = 0.006174748340648016
    sum de = 8.117561261867747e-06
Info: cfl dt = 0.010965239384443482 cfl multiplier : 0.2500001916522283        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5410e+05 | 99318 |      1 | 6.445e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.749504924827555 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.3391362168787317, dt = 0.010965239384443482 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99318.0 min = 99318.0 factor = 1
 - strategy "round robin" : max = 94352.1 min = 94352.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99318
    max = 99318
    avg = 99318
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.43 us    (2.1%)
   patch tree reduce : 1.83 us    (0.6%)
   gen split merge   : 971.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.3%)
   LB compute        : 282.03 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (69.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(1.0034619528819161e-07,-1.0336340331835146e-07,3.068375812709066e-08) v=(9.05877660460874e-08,1.3536560125947632e-07,-7.277922596451037e-09) l=(3.425696807284828e-08,-5.563618303251655e-08,3.0368588751209153e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6213443958129414e-05,1.4597424339972024e-06,9.3820450636387e-10)
    sum a = (-2.278518628114068e-19,1.294266343404571e-18,-1.7470054537119944e-21)
    sum e = 0.00617338248976177
    sum de = 8.049140966934664e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010998734529643102
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6205611716650636e-05,1.460994548219729e-06,1.1514558050822287e-09)
    sum a = (-2.583450489125616e-19,1.734723475976807e-18,-6.088049308390284e-22)
    sum e = 0.006173289295722468
    sum de = 8.051461739139416e-06
Info: cfl dt = 0.01084086503551898 cfl multiplier : 0.2500000638840761         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4961e+05 | 99312 |      1 | 6.638e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.46851565993865 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.3501014562631752, dt = 0.01084086503551898 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99312.0 min = 99312.0 factor = 1
 - strategy "round robin" : max = 94346.4 min = 94346.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99312
    max = 99312
    avg = 99312
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.8%)
   patch tree reduce : 1.67 us    (0.7%)
   gen split merge   : 891.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 218.39 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (61.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.151043996469909e-06,2.1940584816048395e-07,2.2191807459028336e-08) v=(-2.8855756409079165e-07,1.1524050130096533e-06,-2.6979284568873406e-08) l=(-7.825385075529027e-09,3.068013953591647e-08,2.5314924914183134e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620558844651565e-05,1.4632336609894992e-06,1.0997992307640568e-09)
    sum a = (-6.649208635946258e-19,-5.082197683525802e-19,4.7645603283054394e-21)
    sum e = 0.006172177520754319
    sum de = 8.078371374675869e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010878407661451176
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620481974804183e-05,1.4620442492271942e-06,1.4366397652096992e-09)
    sum a = (1.2959604092990795e-19,-2.236166980751353e-19,4.817499887508833e-21)
    sum e = 0.006172087081853895
    sum de = 8.080457846367975e-06
Info: cfl dt = 0.010722110367687753 cfl multiplier : 0.250000021294692         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5475e+05 | 99307 |      1 | 6.417e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.81728819474894 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.3609423212986944, dt = 0.010722110367687753 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99307.0 min = 99307.0 factor = 1
 - strategy "round robin" : max = 94341.6 min = 94341.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99307
    max = 99307
    avg = 99307
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.4%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 261.68 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (56.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.602126344091612e-08,-2.1362388610615397e-07,3.700029055003844e-08) v=(2.1977731424153703e-07,-7.745850756585109e-09,-1.7244894629597504e-08) l=(2.47511584927053e-08,-6.384217991866984e-09,1.0030951952362055e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620520344103841e-05,1.4640017893794541e-06,1.2529162832526659e-09)
    sum a = (2.617331807015788e-19,2.0735366548785272e-18,-1.8846483076408183e-20)
    sum e = 0.006171753794043294
    sum de = 8.13766261108473e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010732456238764138
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6201208129409744e-05,1.4636979269671443e-06,1.34868381664647e-09)
    sum a = (8.2924525536196e-19,2.6020852139652106e-18,-1.9587636905255695e-20)
    sum e = 0.006171665682906609
    sum de = 8.139108474892152e-06
Info: cfl dt = 0.011068658360896473 cfl multiplier : 0.25000000709823067       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5428e+05 | 99305 |      1 | 6.437e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.966388618537714 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.371664431666382, dt = 0.011068658360896473 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99305.0 min = 99305.0 factor = 1
 - strategy "round robin" : max = 94339.8 min = 94339.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99305
    max = 99305
    avg = 99305
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.1%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 284.31 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.905875285645268e-07,-9.004286044524205e-08,-3.112344941912487e-08) v=(4.044512239753846e-08,5.123323879046803e-07,1.9548544611303147e-09) l=(3.1587371950079216e-08,-4.322625621237225e-09,5.104059032944898e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619969057678671e-05,1.4576953426766225e-06,1.498091408661915e-09)
    sum a = (4.743384504624082e-20,-1.4704491964334654e-18,6.1409888675936775e-21)
    sum e = 0.006171586049587998
    sum de = 8.183367019901353e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011107514212160354
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6196077792202235e-05,1.4555593785370467e-06,1.4542745383756722e-09)
    sum a = (8.131516293641283e-19,-1.5111067779016718e-18,4.817499887508833e-21)
    sum e = 0.006171492261309383
    sum de = 8.184734902346333e-06
Info: cfl dt = 0.010976998801676446 cfl multiplier : 0.2500000023660769        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5404e+05 | 99304 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.80945497125785 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.3827330900272785, dt = 0.010976998801676446 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99304.0 min = 99304.0 factor = 1
 - strategy "round robin" : max = 94338.8 min = 94338.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99304
    max = 99304
    avg = 99304
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.7%)
   patch tree reduce : 1.85 us    (0.8%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 219.12 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(4.1841920561617855e-07,-4.378707154810489e-07,-6.759833869973953e-09) v=(4.132624964876786e-07,4.4199929133896505e-07,6.460708791426975e-09) l=(2.3350936338319214e-08,-6.8392648184775515e-09,1.0078482475034053e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6196237551755064e-05,1.457028885534274e-06,1.4472151914044176e-09)
    sum a = (3.6422416731934915e-19,2.134523027080837e-18,-9.740878893424454e-21)
    sum e = 0.006171164325058061
    sum de = 8.266373355583554e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011009260034846534
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619770414254616e-05,1.4574860365328555e-06,1.716107559456796e-09)
    sum a = (3.3711911300721153e-19,2.0396553369883552e-18,-8.205631676526035e-21)
    sum e = 0.00617107212928972
    sum de = 8.267929367651295e-06
Info: cfl dt = 0.01087664742064904 cfl multiplier : 0.2500000007886923         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5424e+05 | 99302 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.38174058759884 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.393710088828955, dt = 0.01087664742064904 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99302.0 min = 99302.0 factor = 1
 - strategy "round robin" : max = 94336.9 min = 94336.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99302
    max = 99302
    avg = 99302
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.2%)
   patch tree reduce : 1.79 us    (0.6%)
   gen split merge   : 962.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 271.72 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.81 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.979540512107194e-07,2.5887881541767797e-08,3.190379819299823e-08) v=(2.8527242122025425e-09,-5.111228975784621e-07,-9.118992762035217e-09) l=(3.2165495822495216e-08,-8.792591883190987e-09,5.091732474252946e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619829028113573e-05,1.4591505877130086e-06,1.5982757011606426e-09)
    sum a = (2.473336205982557e-19,-1.6398557858843255e-18,1.7999450129153882e-20)
    sum e = 0.006170992061406816
    sum de = 8.311148863028443e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010917739531703583
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619677529997786e-05,1.4620504052472916e-06,1.734899466414867e-09)
    sum a = (1.3721933745519665e-19,-1.2061749168901237e-18,1.78406314515437e-20)
    sum e = 0.006170901393694602
    sum de = 8.312452412183418e-06
Info: cfl dt = 0.010780113655600837 cfl multiplier : 0.2500000002628974        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5420e+05 | 99301 |      1 | 6.440e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.80207727061492 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.404586736249604, dt = 0.010780113655600837 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99301.0 min = 99301.0 factor = 1
 - strategy "round robin" : max = 94335.9 min = 94335.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99301
    max = 99301
    avg = 99301
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.7%)
   patch tree reduce : 1.93 us    (0.8%)
   gen split merge   : 1.12 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 225.92 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (66.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.4603663472560523e-08,4.878658205557783e-07,-1.151724819073203e-08) v=(-4.820283539960511e-07,-5.354661657692018e-08,5.422221060620045e-09) l=(-5.589802762621046e-08,2.177050434763683e-08,1.0044785297261857e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619722840827607e-05,1.4639186588800353e-06,1.8007314908618739e-09)
    sum a = (-5.251604272976662e-19,6.098637220230962e-20,-1.837002704357764e-20)
    sum e = 0.006170571377250829
    sum de = 8.234682372276484e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010815401070099392
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6198352303064746e-05,1.4635285534966817e-06,1.7381273790466578e-09)
    sum a = (-8.385626177817573e-19,-9.961107459710572e-19,-1.837002704357764e-20)
    sum e = 0.006170481636033611
    sum de = 8.236172157011198e-06
Info: cfl dt = 0.010881090654974139 cfl multiplier : 0.2500000000876325        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5252e+05 | 99299 |      1 | 6.511e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.607309410502914 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.415366849905205, dt = 0.010881090654974139 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99299.0 min = 99299.0 factor = 1
 - strategy "round robin" : max = 94334.0 min = 94334.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99299
    max = 99299
    avg = 99299
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.3%)
   patch tree reduce : 1.95 us    (0.7%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 258.61 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.91 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (67.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-4.79185234137958e-07,-6.365590778577653e-08,-1.403908283870184e-08) v=(8.584207836658024e-08,-4.843868468884231e-07,2.0168424708011602e-08) l=(2.840164806121413e-08,-8.615402660313785e-08,2.532060433024601e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6198147166108835e-05,1.461829429887306e-06,1.7870771758903647e-09)
    sum a = (-6.369687763352339e-19,1.0909784360635388e-18,6.6174449004242214e-21)
    sum e = 0.006169370893646102
    sum de = 8.157105976149578e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010916626989376163
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620552647505598e-05,1.4612357246682447e-06,1.4738190573067642e-09)
    sum a = (-5.234663614031576e-19,-8.538092108323347e-19,8.682087709356578e-21)
    sum e = 0.006169279474427874
    sum de = 8.159101435250913e-06
Info: cfl dt = 0.01112649051448169 cfl multiplier : 0.25000000002921086        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5385e+05 | 99294 |      1 | 6.454e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.694534444274865 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.426247940560179, dt = 0.01112649051448169 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99294.0 min = 99294.0 factor = 1
 - strategy "round robin" : max = 94329.3 min = 94329.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99294
    max = 99294
    avg = 99294
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.3%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 921.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 259.81 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.93 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.6546982973107845e-06,-1.404347718532328e-07,-6.926771784422674e-08) v=(2.6797250265954073e-07,-1.6727927247294196e-06,1.829546827289874e-08) l=(-2.3650638895154704e-08,-2.065652511261141e-08,2.526861270566946e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620533260350726e-05,1.4569232211472031e-06,1.7843516467145396e-09)
    sum a = (3.9556438636775826e-19,3.9979955110402976e-19,1.4981895254560437e-20)
    sum e = 0.006168180394249674
    sum de = 8.097661464141906e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01116566389635155
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.620145351900027e-05,1.4582170775906292e-06,1.3747861935054332e-09)
    sum a = (1.9397054492123478e-19,-2.439454888092385e-19,1.3393708478458624e-20)
    sum e = 0.006168085207700799
    sum de = 8.099754366751796e-06
Info: cfl dt = 0.010958246391723468 cfl multiplier : 0.25000000000973693       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5408e+05 | 99289 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.157430380541555 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.437374431074661, dt = 0.010958246391723468 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99289.0 min = 99289.0 factor = 1
 - strategy "round robin" : max = 94324.5 min = 94324.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99289
    max = 99289
    avg = 99289
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.4%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 261.03 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.40 us    (68.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(3.130166240654684e-07,1.8766980592447332e-07,-4.1927708224221165e-08) v=(-2.1491564954169765e-07,3.1560853438924704e-07,-2.723318660345616e-08) l=(-1.7130960147714853e-08,6.550919456904105e-08,2.5539811129266605e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9371078898083796 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6201937043081305e-05,1.4612222644379118e-06,1.4962867483563427e-09)
    sum a = (-1.4704491964334654e-18,-5.89534931288993e-19,2.3822801641527197e-21)
    sum e = 0.006166954196352052
    sum de = 8.172793926374649e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010993295449644797
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6199193887601276e-05,1.4635066178018914e-06,1.2614470334500796e-09)
    sum a = (-5.353248226647178e-19,-4.743384504624082e-19,1.879354351720479e-21)
    sum e = 0.006166862537899173
    sum de = 8.1748456927541e-06
Info: cfl dt = 0.011180054436530163 cfl multiplier : 0.2500000000032456        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0358e+05 | 99284 |      1 | 9.585e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 41.15865134213812 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.4483326774663845, dt = 0.011180054436530163 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99284.0 min = 99284.0 factor = 1
 - strategy "round robin" : max = 94319.8 min = 94319.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99284
    max = 99284
    avg = 99284
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.75 us    (2.5%)
   patch tree reduce : 1.63 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 251.49 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.38 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.6257199561721765e-07,4.23605480371352e-07,-3.4371101083837766e-08) v=(-4.500611731389801e-07,2.354760321044688e-07,-1.1217909019544917e-09) l=(1.513419299587693e-08,3.161554310360963e-08,5.052597104244268e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619827610047779e-05,1.460007187057701e-06,1.405445638352674e-09)
    sum a = (1.9989977555201488e-19,1.6263032587282567e-19,-1.3870164511289168e-20)
    sum e = 0.006166791945415547
    sum de = 8.163223625566955e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011222994244604413
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619955258541465e-05,1.4602647011828032e-06,1.7862113917834278e-09)
    sum a = (5.836057006582129e-19,3.8624702394796095e-19,-1.3446648037662018e-20)
    sum e = 0.006166696296096281
    sum de = 8.164587819423838e-06
Info: cfl dt = 0.011276945740122769 cfl multiplier : 0.25000000000108186       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5426e+05 | 99283 |      1 | 6.436e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.53563793300566 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.459512731902915, dt = 0.011276945740122769 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99283.0 min = 99283.0 factor = 1
 - strategy "round robin" : max = 94318.8 min = 94318.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99283
    max = 99283
    avg = 99283
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.2%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 272.03 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.73 us    (72.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.805368577955055e-07,5.0284171754833875e-08,7.135560051805525e-08) v=(-3.2991571582061097e-09,-4.992150264641464e-07,-2.668235222223268e-08) l=(-2.5411742436322374e-09,1.3858116064877008e-08,1.5107831775921458e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.619943253811476e-05,1.458650023435982e-06,1.5561082510687568e-09)
    sum a = (-4.912791094074942e-20,1.0909784360635388e-18,1.376428539288238e-21)
    sum e = 0.006166117098125986
    sum de = 8.280255078203128e-06
Info: cfl dt = 0.022435211012291924 cfl multiplier : 0.5000000000007212        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7232e+05 | 99280 |      1 | 5.761e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.4637003616196 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 2.4707896776430376, dt = 0.022435211012291924 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99280.0 min = 99280.0 factor = 1
 - strategy "round robin" : max = 94316.0 min = 94316.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99280
    max = 99280
    avg = 99280
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.85 us    (2.6%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 932.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.5%)
   LB compute        : 247.85 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (66.5%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61537799599605e-05,1.2738002048424038e-06,3.7878885166320476e-09)
    sum a = (5.421010862427522e-19,-8.131516293641283e-20,-1.6199505116238494e-20)
    sum e = 0.006166590928150079
    sum de = 8.425203859677362e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02249749238890929
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615412844824009e-05,1.2747983982571765e-06,4.361285610232575e-09)
    sum a = (1.0232158002831948e-18,2.6359665318553827e-18,-1.5405411728187587e-20)
    sum e = 0.006166207946856927
    sum de = 8.43097749201099e-06
Info: cfl dt = 0.014874186855835934 cfl multiplier : 0.33333333333357373       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5265e+05 | 99280 |      1 | 6.504e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 124.18347533569403 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.4932248886553294, dt = 0.014874186855835934 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99280.0 min = 99280.0 factor = 1
 - strategy "round robin" : max = 94316.0 min = 94316.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99280
    max = 99280
    avg = 99280
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.7%)
   patch tree reduce : 1.55 us    (0.6%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.5%)
   LB compute        : 227.88 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.13 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.524672081783181e-07,2.7793659215785823e-08,1.535441935166757e-08) v=(8.884173626191243e-09,-5.74342444314189e-07,-1.2088257134743806e-08) l=(2.152442406856367e-08,6.718511236646045e-09,1.0149466943622535e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6184051916619736e-05,1.3998226815050977e-06,2.8633054455772203e-09)
    sum a = (5.285485590866834e-19,-6.2341624917916505e-19,5.151019110490214e-20)
    sum e = 0.006165983540225788
    sum de = 8.43285069867934e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014927153204394751
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617692864750753e-05,1.3952016694675188e-06,2.468236107239402e-09)
    sum a = (3.9810548520952116e-19,5.624298769768554e-19,5.1192553749681777e-20)
    sum e = 0.006165814510415166
    sum de = 8.435698288047883e-06
Info: cfl dt = 0.012282901436443483 cfl multiplier : 0.2777777777778579        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5331e+05 | 99278 |      1 | 6.476e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 82.69049976737737 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.5080990755111654, dt = 0.012282901436443483 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99278.0 min = 99278.0 factor = 1
 - strategy "round robin" : max = 94314.1 min = 94314.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99278
    max = 99278
    avg = 99278
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.3%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.4%)
   LB compute        : 264.77 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.84 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(5.738096260460518e-07,-6.570496852748465e-07,-8.026923493701568e-08) v=(6.332204100016774e-07,6.307079438718657e-07,6.0956012277322846e-09) l=(-8.312016256889694e-09,-5.968052271822698e-08,2.0364222494773728e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618788314085464e-05,1.438648770575113e-06,2.343556775002948e-09)
    sum a = (-3.8963515573697816e-20,-1.6263032587282567e-18,2.964615315390051e-21)
    sum e = 0.006164989636306817
    sum de = 8.449787152475046e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012323639206412104
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61829065162629e-05,1.43445337435237e-06,1.6381269414755707e-09)
    sum a = (1.102836897325099e-18,-2.1277467635028025e-18,2.1705219273391446e-21)
    sum e = 0.0061648742334691545
    sum de = 8.452277380102837e-06
Info: cfl dt = 0.011331816474904981 cfl multiplier : 0.25925925925928595       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4529e+05 | 99274 |      1 | 6.833e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.71444778528614 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.520381976947609, dt = 0.011331816474904981 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99274.0 min = 99274.0 factor = 1
 - strategy "round robin" : max = 94310.3 min = 94310.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99274
    max = 99274
    avg = 99274
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.8%)
   patch tree reduce : 1.59 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 219.95 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (58.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.81677860376283e-07,-7.558757657351542e-07,-8.407275354362439e-08) v=(7.402815942810111e-07,6.472940719976243e-07,2.8535090650678686e-08) l=(2.4052791484065426e-08,-5.0720358941817915e-08,1.526502352475114e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618721204272065e-05,1.4504971361553769e-06,1.802598754327339e-09)
    sum a = (-1.1553529400548657e-18,-2.303929616531697e-19,-7.861524541703975e-21)
    sum e = 0.00616428503618447
    sum de = 8.497634730420737e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011372774575082161
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6185225249497385e-05,1.4499653098935079e-06,1.2862515034540298e-09)
    sum a = (-1.1418004128987969e-18,-3.049318610115481e-19,-7.173310272059856e-21)
    sum e = 0.0061641873004448415
    sum de = 8.49943452009961e-06
Info: cfl dt = 0.010946063860243526 cfl multiplier : 0.2530864197530953        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5456e+05 | 99271 |      1 | 6.423e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.51516176059335 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.531713793422514, dt = 0.010946063860243526 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99271.0 min = 99271.0 factor = 1
 - strategy "round robin" : max = 94307.4 min = 94307.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99271
    max = 99271
    avg = 99271
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.96 us    (2.5%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 921.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 253.36 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.183914758518586e-07,-1.9592847505625247e-07,-5.729710777409415e-08) v=(1.8851257720634587e-07,1.362227704753861e-07,2.059938802481231e-08) l=(2.943966823950385e-09,-5.783744517532967e-09,1.0114255656561003e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618706677863937e-05,1.4566075043327966e-06,1.4596276980094494e-09)
    sum a = (3.4220131069073734e-19,-4.336808689942018e-19,6.961552035246281e-21)
    sum e = 0.006163855351233183
    sum de = 8.504765099516664e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010983692886145861
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618217816319446e-05,1.4532214875478605e-06,1.1013537364210466e-09)
    sum a = (3.8116482626443515e-19,8.267041565201971e-19,9.052664623780335e-21)
    sum e = 0.0061637639449754365
    sum de = 8.506312916283738e-06
Info: cfl dt = 0.010748710105335998 cfl multiplier : 0.2510288065843651        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5414e+05 | 99269 |      1 | 6.440e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.187254780609436 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.5426598572827572, dt = 0.010748710105335998 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99269.0 min = 99269.0 factor = 1
 - strategy "round robin" : max = 94305.5 min = 94305.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99269
    max = 99269
    avg = 99269
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.2%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.4%)
   LB compute        : 276.50 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (68.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(6.358688282412953e-07,-6.69071644839763e-07,-4.291434799536673e-08) v=(6.36352023501256e-07,6.888019920158316e-07,4.133209348832485e-09) l=(-1.82721341498373e-08,-1.1139347367489763e-08,1.5213666935983794e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6182885765222914e-05,1.4565206617138174e-06,1.238548636321382e-09)
    sum a = (-1.3044307387716225e-19,5.624298769768554e-19,1.3314299139653533e-20)
    sum e = 0.006163166886342372
    sum de = 8.426646862309955e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010787923818768199
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618239205135773e-05,1.4542992830744684e-06,9.487459939884707e-10)
    sum a = (-2.608861477543245e-19,-1.0842021724855044e-19,1.44524996625265e-20)
    sum e = 0.00616307827324515
    sum de = 8.428314671543237e-06
Info: cfl dt = 0.010615740413910878 cfl multiplier : 0.2503429355281217        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5249e+05 | 99266 |      1 | 6.510e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.441901157893284 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.553408567388093, dt = 0.010615740413910878 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99266.0 min = 99266.0 factor = 1
 - strategy "round robin" : max = 94302.7 min = 94302.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99266
    max = 99266
    avg = 99266
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.8%)
   patch tree reduce : 2.09 us    (0.9%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.5%)
   LB compute        : 224.45 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (61.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.1413520524179742e-07,-4.994575130167598e-07,-4.1541895094824894e-08) v=(5.120191504716319e-07,-1.0018081144006185e-07,2.16530723152256e-08) l=(-3.45392782932874e-09,-5.641880427645739e-09,2.515730211310064e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6183140922286266e-05,1.4565724232613666e-06,1.1375963439799577e-09)
    sum a = (-4.45539330255762e-19,1.9651164376299768e-19,6.273337765602162e-21)
    sum e = 0.006161976800793607
    sum de = 8.280107374452312e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010651398293693782
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618306321967449e-05,1.4667621284618641e-06,1.0580805170948283e-09)
    sum a = (-5.183841637196318e-19,-1.0909784360635388e-18,9.18501352178882e-21)
    sum e = 0.006161890096247345
    sum de = 8.282024430820637e-06
Info: cfl dt = 0.01135402107768385 cfl multiplier : 0.2501143118427072         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5414e+05 | 99261 |      1 | 6.440e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.34425232217287 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.5640243078020037, dt = 0.01135402107768385 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99261.0 min = 99261.0 factor = 1
 - strategy "round robin" : max = 94297.9 min = 94297.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99261
    max = 99261
    avg = 99261
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.07 us    (2.8%)
   patch tree reduce : 1.70 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 228.66 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-2.6427113092598853e-07,1.8448432307044096e-06,5.972354931155928e-09) v=(-1.8289905164684851e-06,-4.0383838089261194e-07,2.400726587055727e-09) l=(3.072621634465077e-08,-7.018945490311405e-08,3.0178191862820832e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9366660879605339 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617940219817703e-05,1.4550360056209214e-06,1.1509638929880643e-09)
    sum a = (4.929731753020028e-19,-1.4026865606531214e-18,-8.311510794932822e-21)
    sum e = 0.006160552622103513
    sum de = 8.361909857764546e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011385595623705332
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6180170374158014e-05,1.4551964308228392e-06,1.4820068896332599e-09)
    sum a = (6.098637220230962e-20,6.776263578034403e-21,-9.846758011831241e-21)
    sum e = 0.006160454873663205
    sum de = 8.364242284676993e-06
Info: cfl dt = 0.011334577265846588 cfl multiplier : 0.25003810394756903       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0151e+05 | 99255 |      1 | 9.778e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 41.80244402901012 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.5753783288796877, dt = 0.011334577265846588 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99255.0 min = 99255.0 factor = 1
 - strategy "round robin" : max = 94292.2 min = 94292.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99255
    max = 99255
    avg = 99255
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.6%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.24 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 250.75 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.47 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.882859950028801e-07,9.688975833667716e-08,4.346501959997963e-08) v=(-6.967720083307112e-08,-4.97924069565928e-07,-1.0041122118648772e-08) l=(4.1397457558502477e-08,-1.5715901657872853e-08,5.000920019883966e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.618043989057592e-05,1.4555129270068092e-06,1.3314256500891648e-09)
    sum a = (3.5236570605778894e-19,8.267041565201971e-19,2.0381730293306602e-20)
    sum e = 0.00616039449246372
    sum de = 8.279925211001745e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011379706076768165
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617672377604551e-05,1.4492566308858866e-06,1.824258803880258e-09)
    sum a = (2.1345230270808369e-19,2.1074179727686992e-18,2.0540548970916783e-20)
    sum e = 0.006160296436796286
    sum de = 8.28130427028486e-06
Info: cfl dt = 0.011184449045927792 cfl multiplier : 0.25001270131585634       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5359e+05 | 99254 |      1 | 6.462e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.14461169776763 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.586712906145534, dt = 0.011184449045927792 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99254.0 min = 99254.0 factor = 1
 - strategy "round robin" : max = 94291.3 min = 94291.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99254
    max = 99254
    avg = 99254
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.32 us    (2.7%)
   patch tree reduce : 1.62 us    (0.7%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.5%)
   LB compute        : 217.17 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(3.535919298068346e-07,-1.1609762767038567e-06,4.2511576360203806e-08) v=(1.147151266582506e-06,4.375419823166206e-07,3.6710254939056444e-09) l=(2.8238365010036432e-08,2.8633449946781694e-09,2.535707241014412e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617737111331463e-05,1.451474819317311e-06,1.7302549041574559e-09)
    sum a = (5.47183283926278e-19,1.4162390878091902e-18,5.61159327555974e-21)
    sum e = 0.00615919241225055
    sum de = 8.391285354559397e-06
Info: cfl dt = 0.02293116524541462 cfl multiplier : 0.5000084675439043         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8509e+05 | 99249 |      1 | 5.362e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.08952052309856 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.5978973551914617, dt = 0.02293116524541462 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99249.0 min = 99249.0 factor = 1
 - strategy "round robin" : max = 94286.5 min = 94286.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99249
    max = 99249
    avg = 99249
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (2.6%)
   patch tree reduce : 1.86 us    (0.8%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.5%)
   LB compute        : 222.13 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (67.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6106621612848755e-05,1.2489059498952066e-06,3.89869545339779e-09)
    sum a = (8.690558038829121e-19,7.995991022080595e-19,-1.3076071123238261e-20)
    sum e = 0.006159689392228665
    sum de = 8.489107800720717e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023031156342924082
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6113093193366175e-05,1.2421076163358045e-06,3.6364916883893685e-09)
    sum a = (8.283982224147057e-19,-2.168404344971009e-19,-1.3976043629695956e-20)
    sum e = 0.00615929161961176
    sum de = 8.495179001576934e-06
Info: cfl dt = 0.014862408063238198 cfl multiplier : 0.3333361558479681        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5001e+05 | 99249 |      1 | 6.616e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 124.77120076655184 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.620828520436876, dt = 0.014862408063238198 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99249.0 min = 99249.0 factor = 1
 - strategy "round robin" : max = 94286.5 min = 94286.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99249
    max = 99249
    avg = 99249
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.7%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 216.81 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.19 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.1378024167629037e-06,-7.246396483628973e-07,-5.9560895970479055e-08) v=(8.171019449712999e-07,-1.088110611267921e-06,1.0473814952851323e-08) l=(-4.227776871492406e-08,-2.7015583624313368e-08,1.5003670116947262e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615890721649224e-05,1.38349043366421e-06,2.5383523722677765e-09)
    sum a = (3.6083603553033194e-19,7.386127300057499e-19,1.2387856853594142e-20)
    sum e = 0.006158827857779785
    sum de = 8.437018035392684e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014929331155845585
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6161083876849186e-05,1.3791357855544463e-06,3.2782911030815354e-09)
    sum a = (1.6601845766184287e-19,2.0057740190981832e-18,1.0164395367051604e-20)
    sum e = 0.006158659688949529
    sum de = 8.440005433737475e-06
Info: cfl dt = 0.012167420846613085 cfl multiplier : 0.2777787186159894        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5400e+05 | 99246 |      1 | 6.445e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.023556458194 (tsim/hr)                               [sph::Model][rank=0]
---------------- t = 2.6356909285001144, dt = 0.012167420846613085 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99246.0 min = 99246.0 factor = 1
 - strategy "round robin" : max = 94283.7 min = 94283.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99246
    max = 99246
    avg = 99246
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.55 us    (2.3%)
   patch tree reduce : 1.82 us    (0.6%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 262.10 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (63.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-7.309200934635786e-07,-7.499867701307714e-07,1.0006455803087231e-07) v=(8.200528665056565e-07,-6.901193767271671e-07,-6.321930372001561e-08) l=(2.9164005950380232e-08,4.256318112047628e-08,2.53106848685698e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6176020024430674e-05,1.4271867114528224e-06,2.3859516478511776e-09)
    sum a = (2.710505431213761e-20,-1.904130065427667e-18,-2.4934532384798466e-20)
    sum e = 0.006157579122284413
    sum de = 8.391827037250019e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012217316104756317
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6166805837552e-05,1.4279898838190635e-06,2.8606683122011523e-09)
    sum a = (4.45539330255762e-19,-2.053207864144424e-18,-2.5199230180815435e-20)
    sum e = 0.006157466563722205
    sum de = 8.394357047948038e-06
Info: cfl dt = 0.011195832315513344 cfl multiplier : 0.25925957287199647       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5389e+05 | 99241 |      1 | 6.449e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.92372884268359 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.6478583493467274, dt = 0.011195832315513344 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99241.0 min = 99241.0 factor = 1
 - strategy "round robin" : max = 94278.9 min = 94278.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99241
    max = 99241
    avg = 99241
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.92 us    (2.8%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 262.65 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.79 us    (74.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.1482665912567434e-06,2.8750769964907825e-08,9.70151125052711e-09) v=(-1.2544487923589058e-07,1.1597241021380118e-06,2.4946039742522e-09) l=(-2.732081831646915e-09,9.984678137381243e-09,2.0194549715064013e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6172486170996796e-05,1.4455436913931327e-06,2.67342371825285e-09)
    sum a = (4.0318768289304696e-19,-7.250602028496811e-19,1.8211208365967457e-20)
    sum e = 0.0061566289746883005
    sum de = 8.386204793317794e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011228757702477835
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617484279875082e-05,1.4531720494401256e-06,2.8634734104746668e-09)
    sum a = (2.524158182817815e-19,-5.55653613398821e-19,2.022291161569642e-20)
    sum e = 0.006156533881434477
    sum de = 8.388131848662213e-06
Info: cfl dt = 0.01103018304437231 cfl multiplier : 0.25308652429066547        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5420e+05 | 99237 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.630159929034555 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.6590541816622406, dt = 0.01103018304437231 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99237.0 min = 99237.0 factor = 1
 - strategy "round robin" : max = 94275.1 min = 94275.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99237
    max = 99237
    avg = 99237
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.6%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.4%)
   LB compute        : 241.99 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-6.559946410205741e-07,1.3246334955362236e-06,2.3582761838855387e-08) v=(-1.3088486466274605e-06,-7.65239941731262e-07,-1.1559286837007819e-08) l=(-1.5358127167582221e-09,-2.7413972614133047e-08,1.5319756753089196e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6176197755343276e-05,1.4565244601971348e-06,2.7325384456838225e-09)
    sum a = (4.777265822514254e-19,2.371692252312041e-18,4.1186977060240354e-20)
    sum e = 0.006155931452539826
    sum de = 8.260669363798973e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011072427272790243
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.617075401095123e-05,1.4518440464015073e-06,3.0134454547387183e-09)
    sum a = (1.1011428314305904e-19,2.5139937874507634e-18,4.171637265227429e-20)
    sum e = 0.006155838757683955
    sum de = 8.262423105255745e-06
Info: cfl dt = 0.01102299483900538 cfl multiplier : 0.2510288414302218         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5404e+05 | 99234 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.63940700499856 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.670084364706613, dt = 0.01102299483900538 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99234.0 min = 99234.0 factor = 1
 - strategy "round robin" : max = 94272.3 min = 94272.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99234
    max = 99234
    avg = 99234
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.68 us    (2.0%)
   patch tree reduce : 1.87 us    (0.6%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.3%)
   LB compute        : 315.90 us  (93.9%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (62.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(6.447633161173611e-07,-8.165448583138558e-07,1.751519074206829e-08) v=(8.049080673164238e-07,7.107633643049663e-07,-2.5602811078624507e-08) l=(7.99120813749339e-08,3.636260389934799e-08,3.0152955366193035e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6170426256607824e-05,1.4518127552985927e-06,2.962193791733325e-09)
    sum a = (-5.336307567702092e-19,-2.574980159653073e-19,4.986906476959693e-20)
    sum e = 0.006154490989428193
    sum de = 8.276858181768804e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011068514572690378
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616913539516071e-05,1.4523068742620574e-06,3.116021644179154e-09)
    sum a = (3.9979955110402976e-19,8.809142651444724e-19,5.251604272976662e-20)
    sum e = 0.006154399049633431
    sum de = 8.279060502126727e-06
Info: cfl dt = 0.011095869563179313 cfl multiplier : 0.25034294714340727       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5118e+05 | 99228 |      1 | 6.564e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.458925430416876 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.6811073595456185, dt = 0.011095869563179313 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99228.0 min = 99228.0 factor = 1
 - strategy "round robin" : max = 94266.6 min = 94266.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99228
    max = 99228
    avg = 99228
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.7%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.42 us    (0.6%)
   LB compute        : 228.29 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.8321301540642895e-08,-9.850002059677077e-09,1.922992333571217e-09) v=(9.851896222509303e-09,1.7258113191569863e-08,-1.683788977209605e-11) l=(-8.545549595976572e-10,-1.0304151462312915e-08,1.01273813444717e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6168686738651814e-05,1.4510722503028104e-06,3.1343905632739904e-09)
    sum a = (7.962109704190423e-20,-1.328147661294743e-18,2.6469779601696886e-20)
    sum e = 0.006154067481677908
    sum de = 8.270452507574624e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011143873851539789
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616683401614526e-05,1.4558731585254282e-06,3.364378189363107e-09)
    sum a = (2.761327408049019e-19,-8.131516293641283e-19,2.7740329022578336e-20)
    sum e = 0.006153974515116118
    sum de = 8.272018718496071e-06
Info: cfl dt = 0.011180519284276555 cfl multiplier : 0.2501143157144691        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4571e+05 | 99226 |      1 | 6.810e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.65935013227597 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.692203229108798, dt = 0.011180519284276555 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99226.0 min = 99226.0 factor = 1
 - strategy "round robin" : max = 94264.7 min = 94264.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99226
    max = 99226
    avg = 99226
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.25 us    (2.6%)
   patch tree reduce : 1.64 us    (0.7%)
   gen split merge   : 881.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 221.46 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.35 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.76 us    (69.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.1231543113019915e-08,7.977161134066236e-07,2.3881355512801493e-08) v=(-8.214526030572304e-07,-2.1686880761489385e-08,3.153476155876543e-10) l=(1.280882345340354e-08,8.520808930276479e-09,1.5174898990385783e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616635878480314e-05,1.4547181068805221e-06,3.2934784294205996e-09)
    sum a = (-1.6940658945086007e-21,3.9302328752599536e-19,5.2833680084986984e-20)
    sum e = 0.006153389045014723
    sum de = 8.378794571609004e-06
Info: cfl dt = 0.02211581128225406 cfl multiplier : 0.5000762104763128         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7823e+05 | 99223 |      1 | 5.567e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.30090617363058 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.7033837483930743, dt = 0.02211581128225406 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99223.0 min = 99223.0 factor = 1
 - strategy "round robin" : max = 94261.8 min = 94261.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99223
    max = 99223
    avg = 99223
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.5%)
   patch tree reduce : 2.01 us    (0.8%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 236.46 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (64.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608901486807772e-05,1.2681214796561705e-06,6.897264440979875e-09)
    sum a = (-7.911287727355165e-19,-2.371692252312041e-19,-2.4881592825595072e-20)
    sum e = 0.006153849450809448
    sum de = 8.368254619083765e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.022205673622931462
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075090792358835e-05,1.2800450277702371e-06,7.618406191491067e-09)
    sum a = (-1.1689054672109345e-19,6.776263578034403e-19,-2.244637310223896e-20)
    sum e = 0.0061534806602432275
    sum de = 8.373735952302732e-06
Info: cfl dt = 0.015009097922485058 cfl multiplier : 0.3333587368254376        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5276e+05 | 99223 |      1 | 6.496e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 122.57238046012583 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.7254995596753284, dt = 0.015009097922485058 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99223.0 min = 99223.0 factor = 1
 - strategy "round robin" : max = 94261.8 min = 94261.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99223
    max = 99223
    avg = 99223
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.2%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 282.06 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (61.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(7.083051701467963e-07,9.128512058429334e-07,3.1241831964210246e-08) v=(-9.521712158182976e-07,6.470101443937435e-07,-3.067764955361576e-08) l=(-9.964580437846501e-08,3.25248234458562e-08,3.043744131936508e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612861490647408e-05,1.3982011285856448e-06,4.958242130447615e-09)
    sum a = (9.469828350303078e-19,-1.4365678785432934e-18,2.2234614865425384e-20)
    sum e = 0.006152217572250245
    sum de = 8.358386410633492e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015075547852681455
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613375599741271e-05,1.404392077573928e-06,5.3922681683286265e-09)
    sum a = (-6.268043809681823e-20,-1.531435568635775e-18,2.3928680759933985e-20)
    sum e = 0.006152047367226625
    sum de = 8.362188544676307e-06
Info: cfl dt = 0.012686459771250559 cfl multiplier : 0.2777862456084792        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5308e+05 | 99217 |      1 | 6.481e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.36871787796088 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.7405086575978133, dt = 0.012686459771250559 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99217.0 min = 99217.0 factor = 1
 - strategy "round robin" : max = 94256.1 min = 94256.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99217
    max = 99217
    avg = 99217
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.2%)
   patch tree reduce : 1.93 us    (0.6%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 254.16 us  (85.2%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (68.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0238182551367366e-06,7.77295674155037e-07,6.955146453791786e-09) v=(-7.179412674025086e-07,-1.0926187485500456e-06,-1.0971200609201882e-08) l=(2.5975747355084737e-08,2.6090936483493895e-08,2.0227236340618674e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615101792049523e-05,1.4420930676611394e-06,4.537725323790274e-09)
    sum a = (1.6263032587282567e-19,-1.0842021724855044e-18,-5.1880768019325896e-21)
    sum e = 0.006151243051244341
    sum de = 8.449367404264962e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012747654262717536
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614609908299871e-05,1.4405234979699891e-06,4.92294397899523e-09)
    sum a = (-1.4568966692773966e-19,1.3213713977167085e-18,-5.929230630780102e-21)
    sum e = 0.006151122411890474
    sum de = 8.451827846329952e-06
Info: cfl dt = 0.011751085977242143 cfl multiplier : 0.25926208186949307       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4463e+05 | 99213 |      1 | 6.860e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.57777023443494 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.7531951173690636, dt = 0.011751085977242143 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99213.0 min = 99213.0 factor = 1
 - strategy "round robin" : max = 94252.3 min = 94252.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99213
    max = 99213
    avg = 99213
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.2%)
   patch tree reduce : 1.81 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 263.93 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (66.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.032911574799509e-07,-2.9203971336209163e-07,3.846202266532089e-08) v=(2.7469492071032213e-07,4.2572556593350346e-07,-1.617230334106836e-08) l=(-2.3403973561643695e-08,3.407036409855428e-08,5.04095042569647e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6152911577063516e-05,1.4556249144999405e-06,4.42221565890833e-09)
    sum a = (-1.7618285302889447e-19,-1.2265037076242269e-18,-1.7470054537119944e-20)
    sum e = 0.006151068636490948
    sum de = 8.440369257522798e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011806287749167471
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615459077311409e-05,1.4542359976290486e-06,5.350775033900625e-09)
    sum a = (3.7608262858090935e-19,-3.6591823321385775e-19,-1.7152417181899582e-20)
    sum e = 0.0061509646091872615
    sum de = 8.441921780342063e-06
Info: cfl dt = 0.011802533206710543 cfl multiplier : 0.25308736062316434       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5368e+05 | 99212 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.53031479225093 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.7649462033463057, dt = 0.011802533206710543 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99212.0 min = 99212.0 factor = 1
 - strategy "round robin" : max = 94251.4 min = 94251.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99212
    max = 99212
    avg = 99212
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.74 us    (2.4%)
   patch tree reduce : 2.04 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 258.14 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.75 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (67.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-5.121400786278264e-07,-3.420431889921549e-07,1.1680222209080797e-07) v=(3.701057901034008e-07,-5.045913800207259e-07,-4.861102887810257e-08) l=(3.238108437760617e-08,1.5487578444141664e-08,1.5105060863859917e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615440733724354e-05,1.4532447798986222e-06,4.923382342166218e-09)
    sum a = (4.438452643612534e-19,3.2526065174565133e-19,1.2281977735187355e-20)
    sum e = 0.006150398325148614
    sum de = 8.434723093965377e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01185092046389838
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6154736202863346e-05,1.457220316680396e-06,5.4668124665386384e-09)
    sum a = (-1.8634724839594607e-19,-1.429791614965259e-18,1.2599615090407718e-20)
    sum e = 0.006150293542228248
    sum de = 8.436586447332972e-06
Info: cfl dt = 0.011343725439962963 cfl multiplier : 0.25102912020772145       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5373e+05 | 99209 |      1 | 6.454e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.83836518126036 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.7767487365530164, dt = 0.011343725439962963 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99209.0 min = 99209.0 factor = 1
 - strategy "round robin" : max = 94248.5 min = 94248.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99209
    max = 99209
    avg = 99209
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.28 us    (2.1%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 278.64 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.663539361573086e-07,5.492256122316262e-07,-1.7839398604575741e-09) v=(-5.326296189090191e-07,-4.094318953150192e-07,1.6304906495378712e-09) l=(-1.0348933780638988e-08,-4.159904980144968e-08,1.5147085965237827e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6158323305421525e-05,1.4647163764313454e-06,5.287288057222818e-09)
    sum a = (-4.641740550953566e-19,6.911788849595091e-19,-2.117582368135751e-21)
    sum e = 0.006149715206644772
    sum de = 8.509760040460553e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011390526893660652
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615483139775113e-05,1.46290027399841e-06,5.35454659497167e-09)
    sum a = (-2.202285662861181e-19,4.0657581468206416e-20,-5.293955920339377e-21)
    sum e = 0.006149618810971479
    sum de = 8.511571906172553e-06
Info: cfl dt = 0.01129650509169416 cfl multiplier : 0.2503430400692405         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5432e+05 | 99206 |      1 | 6.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.52349841665292 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.788092461992979, dt = 0.01129650509169416 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99206.0 min = 99206.0 factor = 1
 - strategy "round robin" : max = 94245.7 min = 94245.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99206
    max = 99206
    avg = 99206
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.5%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 972.00 ns  (0.4%)
   LB compute        : 251.25 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.20 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (64.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.2237332154764044e-07,-3.81691154743567e-07,1.2064802709132032e-09) v=(3.710162925505542e-07,3.517215811731333e-07,4.81965432170383e-09) l=(-4.504761696390764e-09,-2.191622998288894e-09,5.103207178022576e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6154999388675574e-05,1.4635593442939956e-06,5.367628339261126e-09)
    sum a = (-1.018133602599669e-18,7.250602028496811e-19,-1.503483481376383e-20)
    sum e = 0.006149549516449827
    sum de = 8.542852931815722e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011348311107085906
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6158972643371044e-05,1.465918072665132e-06,5.418790130696082e-09)
    sum a = (-2.1345230270808369e-19,-7.657177843178875e-19,-1.9058241313221758e-20)
    sum e = 0.006149453789030495
    sum de = 8.544298390768882e-06
Info: cfl dt = 0.011194565573576985 cfl multiplier : 0.25011434668974686       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4929e+05 | 99205 |      1 | 6.645e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.19732062792138 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.799388967084673, dt = 0.011194565573576985 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99205.0 min = 99205.0 factor = 1
 - strategy "round robin" : max = 94244.8 min = 94244.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99205
    max = 99205
    avg = 99205
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.7%)
   patch tree reduce : 1.82 us    (0.8%)
   gen split merge   : 942.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 219.56 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.278079099008581e-07,3.0101620327316195e-07,-1.0663065367531743e-09) v=(-2.414996199287756e-07,-9.6903205670821e-07,-3.4867815574182574e-09) l=(1.6500276748862693e-09,7.512561523827295e-09,1.0138423913716227e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616014164782641e-05,1.4674921181680119e-06,5.336982521512128e-09)
    sum a = (1.6263032587282567e-19,-3.7947076036992655e-19,1.4823076576950256e-21)
    sum e = 0.006149125868134754
    sum de = 8.534080647869181e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011235647373093877
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615868662126572e-05,1.4755385708178074e-06,5.625614054462051e-09)
    sum a = (-9.994988777600744e-20,9.75781955236954e-19,-2.964615315390051e-21)
    sum e = 0.006149031604221208
    sum de = 8.535676017231054e-06
Info: cfl dt = 0.011102915786625244 cfl multiplier : 0.25003811556324895       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5340e+05 | 99203 |      1 | 6.467e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.31836346238785 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.8105835326582502, dt = 0.011102915786625244 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99203.0 min = 99203.0 factor = 1
 - strategy "round robin" : max = 94242.8 min = 94242.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99203
    max = 99203
    avg = 99203
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.97 us    (2.5%)
   patch tree reduce : 1.93 us    (0.7%)
   gen split merge   : 871.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 254.53 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-6.941565523420573e-08,1.3388866209389455e-06,2.952474743852037e-08) v=(-1.353818644602315e-06,-1.637360714816169e-07,-2.3711686470308393e-08) l=(-7.751554783366853e-09,-2.4609327148963397e-08,1.5144517023232633e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61595306429438e-05,1.4774539486315732e-06,5.482426300374591e-09)
    sum a = (-3.4558944247975454e-19,-1.650020181251377e-18,8.893845946170154e-21)
    sum e = 0.0061484504579969014
    sum de = 8.605707960827121e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011162415024355216
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615592133018587e-05,1.4792070140259747e-06,5.7502928544662e-09)
    sum a = (3.4220131069073734e-19,-6.132518538121134e-19,1.0376153603865179e-20)
    sum e = 0.006148358251500536
    sum de = 8.607512082546765e-06
Info: cfl dt = 0.011016655894157372 cfl multiplier : 0.25001270518774965       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5308e+05 | 99200 |      1 | 6.480e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.682130435863655 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.8216864484448756, dt = 0.011016655894157372 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99200.0 min = 99200.0 factor = 1
 - strategy "round robin" : max = 94240.0 min = 94240.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99200
    max = 99200
    avg = 99200
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.3%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 255.24 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.841275335570945e-07,3.1887378475399e-07,1.490754454449131e-08) v=(-3.5121155686664696e-07,3.7810554338283276e-07,-8.093718274018814e-09) l=(-1.6398586416810322e-08,-4.315350709074357e-09,5.148534518443679e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615645786289368e-05,1.4806430458770103e-06,5.634551837933348e-09)
    sum a = (4.0657581468206416e-20,-2.0328790734103208e-20,-5.929230630780102e-21)
    sum e = 0.006148277775411577
    sum de = 8.67678327394602e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011062882865074746
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615551053922224e-05,1.4837812233151905e-06,5.60288886234253e-09)
    sum a = (1.6940658945086007e-20,8.436448154652831e-19,-6.564505341220828e-21)
    sum e = 0.006148187096448743
    sum de = 8.678155816916097e-06
Info: cfl dt = 0.01093405246075711 cfl multiplier : 0.25000423506258324        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5387e+05 | 99199 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.518495611907525 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.832703104339033, dt = 0.01093405246075711 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99199.0 min = 99199.0 factor = 1
 - strategy "round robin" : max = 94239.0 min = 94239.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99199
    max = 99199
    avg = 99199
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.8%)
   patch tree reduce : 2.03 us    (0.9%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 212.55 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.50 us    (66.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.351812419081352e-08,4.973606292672176e-07,-3.411521093650602e-08) v=(-4.984760101086366e-07,-6.297094028571873e-08,3.916543037416467e-09) l=(-5.164974462465026e-10,3.428875063577937e-08,5.003980966237663e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615623970855252e-05,1.485157942868301e-06,5.6658430015594725e-09)
    sum a = (1.5924219408380846e-19,3.3881317890172014e-20,-1.6517142471458857e-20)
    sum e = 0.006148119585990744
    sum de = 8.742030044481216e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010982208650383825
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615365447429222e-05,1.4831281314782457e-06,5.827582602766761e-09)
    sum a = (5.082197683525802e-20,7.148958074826295e-19,-1.3976043629695956e-20)
    sum e = 0.006148030198941598
    sum de = 8.743361030151083e-06
Info: cfl dt = 0.011458478935693638 cfl multiplier : 0.25000141168752776       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5366e+05 | 99198 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.97449815274385 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.8436371567997902, dt = 0.011458478935693638 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99198.0 min = 99198.0 factor = 1
 - strategy "round robin" : max = 94238.1 min = 94238.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99198
    max = 99198
    avg = 99198
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.62 us    (1.9%)
   patch tree reduce : 1.55 us    (0.5%)
   gen split merge   : 981.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.3%)
   LB compute        : 319.17 us  (94.0%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.59 us    (70.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.3556311338056453e-07,-4.3925938474644293e-07,3.3513117648292566e-08) v=(4.2748125409791416e-07,2.6703011766322175e-07,-5.007055735828772e-09) l=(-1.3600831889315362e-08,3.0982659798778e-08,5.016924585137341e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6149269298076624e-05,1.4751963781772917e-06,6.013755648432575e-09)
    sum a = (1.4060746924421386e-19,3.5575383784680614e-19,-4.0234064994579266e-21)
    sum e = 0.006147975347055328
    sum de = 8.60782355089538e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011512656113146112
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615581749550585e-05,1.4773574739430922e-06,6.133861825535826e-09)
    sum a = (2.354751593366955e-19,3.8285889215894375e-19,-5.929230630780102e-21)
    sum e = 0.006147876083684798
    sum de = 8.609275928370525e-06
Info: cfl dt = 0.011307784214289008 cfl multiplier : 0.25000047056250924       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5361e+05 | 99197 |      1 | 6.458e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.87676514112518 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.8550956357354838, dt = 0.011307784214289008 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99197.0 min = 99197.0 factor = 1
 - strategy "round robin" : max = 94237.1 min = 94237.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99197
    max = 99197
    avg = 99197
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.48 us    (2.5%)
   patch tree reduce : 1.64 us    (0.6%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 235.51 us  (92.1%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (66.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-1.3514127449761173e-06,2.463157946046697e-07,-1.1329030595363217e-08) v=(-1.3340536318055644e-07,-1.3927194929591922e-06,-1.6156728505245938e-08) l=(-3.074444324498908e-08,-4.298843691423382e-08,3.038825467558586e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615734009020262e-05,1.4794688906557039e-06,6.065103495536692e-09)
    sum a = (-1.6940658945086007e-19,-5.421010862427522e-20,-1.4823076576950256e-20)
    sum e = 0.006146520331966003
    sum de = 8.466506458357953e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011360689061184759
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616063896319024e-05,1.4777421681711167e-06,5.920946990777171e-09)
    sum a = (-3.6591823321385775e-19,-1.5449880957918438e-18,-1.6728900708272432e-20)
    sum e = 0.006146423526559745
    sum de = 8.46884518305745e-06
Info: cfl dt = 0.011390871001367372 cfl multiplier : 0.2500001568541697        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4901e+05 | 99191 |      1 | 6.657e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.154510436858125 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.8664034199497728, dt = 0.011390871001367372 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99191.0 min = 99191.0 factor = 1
 - strategy "round robin" : max = 94231.4 min = 94231.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99191
    max = 99191
    avg = 99191
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.6%)
   patch tree reduce : 1.99 us    (0.8%)
   gen split merge   : 1.19 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 226.69 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-8.805061982168389e-07,-4.15033280837452e-07,-3.8713918205353006e-08) v=(4.5712808777853526e-07,-8.630300388545774e-07,5.3533806457769234e-09) l=(1.626238044680667e-08,9.265781596132002e-08,3.536144101328907e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.616046261922838e-05,1.4762035742238276e-06,6.077669557910136e-09)
    sum a = (2.456395547037471e-19,7.386127300057499e-19,-3.536362554786704e-20)
    sum e = 0.006144812867939583
    sum de = 8.458489681393202e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011444139423182155
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6156531941154566e-05,1.4747731944229632e-06,6.366786510872316e-09)
    sum a = (2.337810934421869e-19,-2.710505431213761e-20,-3.3881317890172014e-20)
    sum e = 0.006144715439014253
    sum de = 8.461041300726412e-06
Info: cfl dt = 0.011345110618975892 cfl multiplier : 0.2500000522847232        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5430e+05 | 99184 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.796278514689114 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.8777942909511403, dt = 0.011345110618975892 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99184.0 min = 99184.0 factor = 1
 - strategy "round robin" : max = 94224.8 min = 94224.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99184
    max = 99184
    avg = 99184
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.4%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 250.23 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 4.32 us    (1.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.813729796932141e-07,-3.895511347562264e-07,5.5048733734900995e-08) v=(3.735119056542366e-07,4.0953853169717097e-07,-2.175696334920352e-08) l=(1.7097496367020895e-08,2.251134998171966e-08,1.5184527894566394e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615669026873941e-05,1.4753308675468567e-06,6.186675332913687e-09)
    sum a = (-3.5575383784680614e-19,5.996993266560446e-19,8.470329472543003e-22)
    sum e = 0.006144133437611769
    sum de = 8.501558756137347e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011400167211683585
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615335665620601e-05,1.475546819939286e-06,6.441411544315263e-09)
    sum a = (-2.303929616531697e-19,1.2705494208814505e-18,2.329340604949326e-21)
    sum e = 0.006144037437399246
    sum de = 8.50337341678984e-06
Info: cfl dt = 0.01127020895439409 cfl multiplier : 0.2500000174282411         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5384e+05 | 99181 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.351095868752644 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.889139401570116, dt = 0.01127020895439409 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99181.0 min = 99181.0 factor = 1
 - strategy "round robin" : max = 94221.9 min = 94221.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99181
    max = 99181
    avg = 99181
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.59 us    (2.4%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 912.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 971.00 ns  (0.4%)
   LB compute        : 254.18 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.838358837938218e-07,-7.586872992293382e-08,2.2076623734193523e-09) v=(5.631391219240381e-08,3.8219283308826683e-07,2.0171625135746473e-09) l=(-1.357633120368662e-08,1.2362120457002069e-09,1.018045020468347e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615369222962249e-05,1.4767044244680405e-06,6.34190165043205e-09)
    sum a = (1.8634724839594607e-19,-1.0706496453294356e-18,-3.197549375884984e-20)
    sum e = 0.006143707576025142
    sum de = 8.604678204085195e-06
Info: cfl dt = 0.02239094495389296 cfl multiplier : 0.5000000116188273         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8532e+05 | 99179 |      1 | 5.352e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.81178937984929 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.90040961052451, dt = 0.02239094495389296 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99179.0 min = 99179.0 factor = 1
 - strategy "round robin" : max = 94220.0 min = 94220.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99179
    max = 99179
    avg = 99179
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.37 us    (2.4%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 243.82 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (66.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6064341837976834e-05,1.3108773381190778e-06,1.2882800507236561e-08)
    sum a = (2.405573570202213e-19,5.861467994999758e-19,1.4823076576950256e-21)
    sum e = 0.006144180231110636
    sum de = 8.559385368614006e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02250994003928464
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6063253045694454e-05,1.3068772840084088e-06,1.2385190593922922e-08)
    sum a = (2.168404344971009e-19,1.2197274440461925e-18,-5.929230630780102e-21)
    sum e = 0.00614380559340812
    sum de = 8.565055706809783e-06
Info: cfl dt = 0.015881234171019592 cfl multiplier : 0.3333333372062757        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5234e+05 | 99179 |      1 | 6.510e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 123.8126979622448 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.922800555478403, dt = 0.015881234171019592 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99179.0 min = 99179.0 factor = 1
 - strategy "round robin" : max = 94220.0 min = 94220.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99179
    max = 99179
    avg = 99179
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.3%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.31 us    (0.5%)
   LB compute        : 260.85 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.67 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (67.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(-3.6874491272726655e-07,-5.537280810658619e-07,-7.421176289783477e-08) v=(5.971422724652335e-07,-3.3043549856904273e-07,6.457659574374416e-09) l=(-4.331141989222427e-08,-1.0787996974335755e-08,3.5481776362556675e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611534220994439e-05,1.404917267600243e-06,9.239581677025557e-09)
    sum a = (-1.9989977555201488e-19,6.06475590234079e-19,3.1763735522036263e-21)
    sum e = 0.006142319508014573
    sum de = 8.546048163895175e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01593963185178523
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611447489212045e-05,1.4082974548130432e-06,8.766643834578218e-09)
    sum a = (-5.082197683525802e-20,-3.4558944247975454e-19,0)
    sum e = 0.0061421307227355025
    sum de = 8.550540576004845e-06
Info: cfl dt = 0.012613974212199262 cfl multiplier : 0.27777777906875856       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5282e+05 | 99172 |      1 | 6.490e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 88.09864949304041 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.9386817896494226, dt = 0.012613974212199262 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99172.0 min = 99172.0 factor = 1
 - strategy "round robin" : max = 94213.4 min = 94213.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99172
    max = 99172
    avg = 99172
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.17 us    (2.6%)
   patch tree reduce : 1.52 us    (0.5%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 260.36 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.06 us    (62.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.400560008103506e-07,2.251686778212685e-07,-2.2893040119089846e-08) v=(-2.069380213889544e-07,-2.777627928057374e-07,1.0028379202543406e-08) l=(-1.9841692464395496e-08,4.7713173373007215e-08,2.0374002575044756e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614091723971039e-05,1.4572606207277947e-06,6.942499641715119e-09)
    sum a = (-1.3213713977167085e-19,-1.4907779871675686e-19,-1.5246593050577406e-20)
    sum e = 0.0061413115875513765
    sum de = 8.541729785480184e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01268458615509273
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613877492439586e-05,1.4608156414708435e-06,7.117643722351868e-09)
    sum a = (5.658180087658726e-19,4.777265822514254e-19,-1.4399560103323106e-20)
    sum e = 0.0061411929899392375
    sum de = 8.54413513931123e-06
Info: cfl dt = 0.01147847788263056 cfl multiplier : 0.2592592596895862         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5356e+05 | 99168 |      1 | 6.458e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.31562359992736 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.951295763861622, dt = 0.01147847788263056 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99168.0 min = 99168.0 factor = 1
 - strategy "round robin" : max = 94209.6 min = 94209.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99168
    max = 99168
    avg = 99168
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.4%)
   patch tree reduce : 2.00 us    (0.7%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 251.42 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.676601654626138e-08,4.7079679372222976e-07,8.021349516436846e-09) v=(-4.835527453110855e-07,1.4291672635903508e-08,-6.516147330603399e-09) l=(3.861892576278565e-09,2.0604037083191932e-08,1.5227186047955723e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614807766279832e-05,1.4776839997730805e-06,6.534670937283083e-09)
    sum a = (-5.55653613398821e-19,1.179069862577986e-18,-1.079967007749233e-20)
    sum e = 0.006140611786327189
    sum de = 8.565995774788298e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011540010707876882
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614136952487384e-05,1.480101755456633e-06,6.770248687425841e-09)
    sum a = (-4.607859233063394e-19,2.371692252312041e-20,-1.4399560103323106e-20)
    sum e = 0.006140513753964817
    sum de = 8.567930000009517e-06
Info: cfl dt = 0.011081927063990624 cfl multiplier : 0.25308641989652875       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5443e+05 | 99165 |      1 | 6.421e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.35057739599867 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.9627742417442526, dt = 0.011081927063990624 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99165.0 min = 99165.0 factor = 1
 - strategy "round robin" : max = 94206.8 min = 94206.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99165
    max = 99165
    avg = 99165
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.20 us    (2.3%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 245.46 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.08 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (66.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(9.32353292328305e-07,3.55640245381877e-07,3.610702215234207e-08) v=(-4.327684999434563e-07,9.265666873823199e-07,1.0704187705179285e-08) l=(-2.9688341526733196e-08,-2.574178556813149e-08,1.0193053236614799e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6144550326048686e-05,1.4859830712824905e-06,6.369242123727453e-09)
    sum a = (2.473336205982557e-19,-3.4220131069073734e-19,8.046812998915853e-21)
    sum e = 0.0061401773840883585
    sum de = 8.524189922384531e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011138166043522803
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6138996606001796e-05,1.4931777595120736e-06,6.940071039685691e-09)
    sum a = (6.776263578034403e-20,8.843023969334896e-19,1.079967007749233e-20)
    sum e = 0.00614008581620778
    sum de = 8.525674478961591e-06
Info: cfl dt = 0.010877191442470954 cfl multiplier : 0.25102880663217625       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5400e+05 | 99163 |      1 | 6.439e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.955450981308786 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 2.9738561688082434, dt = 0.010877191442470954 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99163.0 min = 99163.0 factor = 1
 - strategy "round robin" : max = 94204.8 min = 94204.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99163
    max = 99163
    avg = 99163
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (3.0%)
   patch tree reduce : 1.95 us    (0.8%)
   gen split merge   : 1.07 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 210.96 us  (91.1%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (62.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(8.337400898445488e-07,1.2116594789996881e-06,5.814130191184973e-08) v=(-1.3004646103182708e-06,7.916610124170434e-07,-1.3514284888240778e-08) l=(-7.464635032840123e-09,-6.691377626477038e-08,2.0457210022127386e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614073369853499e-05,1.4965444649849794e-06,6.6414977956673235e-09)
    sum a = (2.710505431213761e-20,1.8228149024912543e-18,-2.541098841762901e-21)
    sum e = 0.006139214059368376
    sum de = 8.506814135246031e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010929863386305598
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6140557305345165e-05,1.4983370012608866e-06,7.0398863624984954e-09)
    sum a = (-1.2874900798265365e-19,-1.6601845766184287e-19,-8.470329472543003e-22)
    sum e = 0.006139125857994392
    sum de = 8.508691103886774e-06
Info: cfl dt = 0.01073833605397395 cfl multiplier : 0.25034293554405873        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5420e+05 | 99159 |      1 | 6.430e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.89480719002383 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.9847333602507145, dt = 0.01073833605397395 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99159.0 min = 99159.0 factor = 1
 - strategy "round robin" : max = 94201.0 min = 94201.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99159
    max = 99159
    avg = 99159
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.5%)
   patch tree reduce : 1.84 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 249.05 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.4038006215512334e-07,3.0732152358113813e-07,2.7591014050757784e-08) v=(-2.990375238406716e-07,-1.6901579778434998e-07,-2.267353902406045e-09) l=(4.388055332583559e-08,-5.17867819573991e-08,1.5151701104271567e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61418766247367e-05,1.5003558167617925e-06,6.87142251700369e-09)
    sum a = (4.0318768289304696e-19,-7.724940478959219e-19,-2.710505431213761e-20)
    sum e = 0.006138532264375298
    sum de = 8.603379785807235e-06
Info: cfl dt = 0.021246439822475763 cfl multiplier : 0.5002286236960392        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8594e+05 | 99156 |      1 | 5.333e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.49269846800081 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 2.9954716963046883, dt = 0.021246439822475763 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99156.0 min = 99156.0 factor = 1
 - strategy "round robin" : max = 94198.2 min = 94198.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99156
    max = 99156
    avg = 99156
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.0%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.04 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.3%)
   LB compute        : 295.79 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (67.5%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6041673358747045e-05,1.3590713740911382e-06,1.3899489392062472e-08)
    sum a = (1.0164395367051604e-20,-1.1418004128987969e-18,-8.682087709356578e-21)
    sum e = 0.0061389651555335675
    sum de = 8.590118830688025e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.021351364786325384
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604638699587012e-05,1.375226373855675e-06,1.3959253600025531e-08)
    sum a = (-3.7269449679189215e-20,1.954952042262925e-18,-1.2705494208814505e-20)
    sum e = 0.006138629919864914
    sum de = 8.595104821258857e-06
Info: cfl dt = 0.014970179864535835 cfl multiplier : 0.33340954123201305       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4137e+05 | 99156 |      1 | 7.014e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 109.05050785897917 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.016718136127164, dt = 0.014970179864535835 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99156.0 min = 99156.0 factor = 1
 - strategy "round robin" : max = 94198.2 min = 94198.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99156
    max = 99156
    avg = 99156
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.90 us    (2.5%)
   patch tree reduce : 1.93 us    (0.7%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 250.19 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.77 us    (72.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-8.291236102551036e-07,1.2686309680122292e-06,-2.157615097591242e-08) v=(-1.2461960672549826e-06,-9.278948852492903e-07,2.9162335653300343e-08) l=(-2.0815038382998544e-08,1.4840658893819445e-08,2.539429687083627e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6104822676866115e-05,1.4557119087121352e-06,9.913168584496374e-09)
    sum a = (-3.7947076036992655e-19,-1.179069862577986e-18,-1.2281977735187355e-20)
    sum e = 0.006137627274002364
    sum de = 8.57541475711682e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01504108370293016
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609488927272861e-05,1.4536504468936674e-06,9.75087889602978e-09)
    sum a = (-7.453889935837843e-20,-1.009663273127126e-18,-1.418780186650953e-20)
    sum e = 0.006137460624061024
    sum de = 8.579062654140026e-06
Info: cfl dt = 0.012226249277794317 cfl multiplier : 0.27780318041067104       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5265e+05 | 99151 |      1 | 6.495e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 82.96963813028053 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.0316883159917, dt = 0.012226249277794317 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99151.0 min = 99151.0 factor = 1
 - strategy "round robin" : max = 94193.4 min = 94193.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99151
    max = 99151
    avg = 99151
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.3%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 266.69 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(9.899351971315545e-07,-3.663880585788175e-07,-3.061976196928963e-08) v=(3.111043899059712e-07,1.0254290954743602e-06,1.7149602361148965e-08) l=(-2.965637666570749e-08,-6.17942326349986e-08,2.030050751695956e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612137339448728e-05,1.4888456568014309e-06,8.274835667297926e-09)
    sum a = (4.0657581468206416e-20,-2.1006417091906648e-19,-1.8846483076408183e-20)
    sum e = 0.006136640087795301
    sum de = 8.603048626002727e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01228633495183538
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611991171324909e-05,1.4884876618203593e-06,8.181114461674119e-09)
    sum a = (3.2864878353466853e-19,-2.405573570202213e-19,-2.3081647812679684e-20)
    sum e = 0.0061365293455328245
    sum de = 8.605351269823014e-06
Info: cfl dt = 0.011323270405348923 cfl multiplier : 0.25926772680355703       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5339e+05 | 99147 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.09659704579144 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.0439145652694943, dt = 0.011323270405348923 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99147.0 min = 99147.0 factor = 1
 - strategy "round robin" : max = 94189.6 min = 94189.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99147
    max = 99147
    avg = 99147
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.55 us    (2.2%)
   patch tree reduce : 1.89 us    (0.6%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 276.38 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 4.01 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.23 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.1162673168214909e-07,-2.1320313449292962e-07,1.975734603729684e-08) v=(2.0859128063531593e-07,1.2682024863918458e-07,-6.436559670387411e-09) l=(-5.544440108916785e-09,2.5442505520032784e-09,1.0156019559316503e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6128911597605185e-05,1.5000110322617563e-06,7.463408699961521e-09)
    sum a = (1.5246593050577406e-19,-4.3029273720518457e-19,2.329340604949326e-21)
    sum e = 0.006136203512682238
    sum de = 8.661352557940611e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011377244095389105
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6125077438085576e-05,1.5002516770402339e-06,7.55845876055598e-09)
    sum a = (-2.710505431213761e-19,-5.454892180317694e-19,1.0587911840678754e-21)
    sum e = 0.006136108779591399
    sum de = 8.662984617274858e-06
Info: cfl dt = 0.01166583341972575 cfl multiplier : 0.25308924226785234        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5360e+05 | 99145 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.15287217595549 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.055237835674843, dt = 0.01166583341972575 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99145.0 min = 99145.0 factor = 1
 - strategy "round robin" : max = 94187.8 min = 94187.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99145
    max = 99145
    avg = 99145
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.8%)
   patch tree reduce : 1.73 us    (0.7%)
   gen split merge   : 901.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.5%)
   LB compute        : 219.54 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.854411956189448e-07,-1.1630154723268318e-07,-1.7817963137902158e-08) v=(8.055183011429745e-08,5.0410855317328e-07,-9.088552938445192e-10) l=(1.8203932192080854e-08,-1.9319426319760416e-09,5.085669139295672e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6121302169154486e-05,1.4958280883640323e-06,7.838095664443105e-09)
    sum a = (-6.437450399132683e-20,-3.3203691532368573e-19,-4.870439446712227e-21)
    sum e = 0.006136050224292347
    sum de = 8.558035497355237e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01172633828785799
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6126179358512267e-05,1.4950389448925024e-06,7.586416304604906e-09)
    sum a = (-8.131516293641283e-20,-6.335806445462167e-19,-4.0234064994579266e-21)
    sum e = 0.006135948840160831
    sum de = 8.55956314465129e-06
Info: cfl dt = 0.011474369013324128 cfl multiplier : 0.25102974742261747       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5343e+05 | 99144 |      1 | 6.462e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.99078351868329 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.066903669094569, dt = 0.011474369013324128 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99144.0 min = 99144.0 factor = 1
 - strategy "round robin" : max = 94186.8 min = 94186.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99144
    max = 99144
    avg = 99144
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.3%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 30.97 us   (10.4%)
   split / merge op  : 0/0
   apply split merge : 1.36 us    (0.5%)
   LB compute        : 246.73 us  (83.0%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (69.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-9.945178146428734e-07,-2.912500396399137e-07,-4.913899444920855e-08) v=(3.8019860608022715e-07,-9.841605865490796e-07,3.505770448939762e-08) l=(-4.453143024110405e-10,4.4191366806475216e-08,2.5358376218087347e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612847507485541e-05,1.4973174302848732e-06,7.677537231376035e-09)
    sum a = (-2.710505431213761e-20,-1.8973538018496328e-19,-1.5246593050577406e-20)
    sum e = 0.006134846544854187
    sum de = 8.499886535784104e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011539176226694163
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6121939744319404e-05,1.497825337312358e-06,7.917128488386748e-09)
    sum a = (-8.131516293641283e-20,-1.3721933745519665e-18,-1.588186776101813e-20)
    sum e = 0.006134748728700775
    sum de = 8.502124034324653e-06
Info: cfl dt = 0.011304782393744542 cfl multiplier : 0.2503432491408725        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5343e+05 | 99139 |      1 | 6.461e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.93066980024375 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.078378038107893, dt = 0.011304782393744542 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99139.0 min = 99139.0 factor = 1
 - strategy "round robin" : max = 94182.0 min = 94182.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99139
    max = 99139
    avg = 99139
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.88 us    (2.4%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.34 us    (0.5%)
   LB compute        : 243.79 us  (83.4%)
   LB move op cnt    : 0
   LB apply          : 3.17 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.76 us    (73.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(8.681058859293843e-07,-8.57805423689896e-08,6.466122560220553e-08) v=(1.3066061691393557e-08,9.022776456222854e-07,-7.318567575458122e-10) l=(-2.285893270130262e-08,-4.607664506475311e-08,2.028250185355182e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6123453208808256e-05,1.5000493192239664e-06,7.600104020867181e-09)
    sum a = (-5.996993266560446e-19,-2.473336205982557e-19,1.9481757786848908e-20)
    sum e = 0.006133899896150618
    sum de = 8.470040914005618e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01136499915940186
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6126719833655856e-05,1.4968064306901705e-06,7.62576429288325e-09)
    sum a = (-4.2351647362715017e-19,3.3881317890172014e-20,2.0964065444543933e-20)
    sum e = 0.006133805210727184
    sum de = 8.471921043248935e-06
Info: cfl dt = 0.011549690149656584 cfl multiplier : 0.25011441638029086       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4659e+05 | 99135 |      1 | 6.763e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.18015387399541 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.0896828205016376, dt = 0.011549690149656584 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99135.0 min = 99135.0 factor = 1
 - strategy "round robin" : max = 94178.2 min = 94178.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99135
    max = 99135
    avg = 99135
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.40 us    (2.4%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 247.10 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-7.252534855695748e-07,-7.14314271030837e-07,-4.549974735524039e-08) v=(7.85057881723164e-07,-6.760902133607261e-07,1.593148084121127e-08) l=(-5.312976044540794e-08,1.958162497434778e-08,1.5194543210229243e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612444524046518e-05,1.4932145035841463e-06,7.967911959995303e-09)
    sum a = (-3.8285889215894375e-19,1.0503208545953324e-19,2.1387581918171084e-20)
    sum e = 0.006133224540347203
    sum de = 8.570212882878173e-06
Info: cfl dt = 0.02311753326880953 cfl multiplier : 0.5000762775868606         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8506e+05 | 99132 |      1 | 5.357e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.61854896298725 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.101232510651294, dt = 0.02311753326880953 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99132.0 min = 99132.0 factor = 1
 - strategy "round robin" : max = 94175.4 min = 94175.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99132
    max = 99132
    avg = 99132
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.3%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.5%)
   LB compute        : 258.30 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.68 us    (73.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6003777226254764e-05,1.3428150819884231e-06,1.5764916356209246e-08)
    sum a = (2.0328790734103208e-20,1.345088320239829e-18,-1.1858461261560205e-20)
    sum e = 0.006133719392408081
    sum de = 8.624321290909072e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023241068035473735
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5991006629370664e-05,1.3549942523990402e-06,1.6931497636406357e-08)
    sum a = (2.846030702774449e-19,1.5280474368467578e-18,-1.4399560103323106e-20)
    sum e = 0.006133325473510933
    sum de = 8.63032884963801e-06
Info: cfl dt = 0.015146721655786354 cfl multiplier : 0.3333587591956202        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5300e+05 | 99132 |      1 | 6.479e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 128.44375145679578 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.1243500439201037, dt = 0.015146721655786354 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99132.0 min = 99132.0 factor = 1
 - strategy "round robin" : max = 94175.4 min = 94175.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99132
    max = 99132
    avg = 99132
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.5%)
   patch tree reduce : 1.81 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 251.94 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.03 us    (58.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(6.919991851323491e-07,7.566152553184578e-07,7.114485978724368e-08) v=(-8.29322672472524e-07,6.741895503913341e-07,-3.0435966078225165e-08) l=(-1.2402656345504876e-08,8.725737514525737e-09,2.031316559274665e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60774824284355e-05,1.4558713470751194e-06,1.0699372895611989e-08)
    sum a = (2.981555974335137e-19,-1.1824579943670033e-18,1.3976043629695956e-20)
    sum e = 0.0061325865913472635
    sum de = 8.582621218878002e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015226782919709357
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607401950202477e-05,1.461061359596581e-06,1.0973646649955369e-08)
    sum a = (-1.1858461261560205e-19,-6.2680438096818225e-19,1.207021949837378e-20)
    sum e = 0.006132416716914349
    sum de = 8.585993258010291e-06
Info: cfl dt = 0.01301433420129233 cfl multiplier : 0.2777862530652067         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5358e+05 | 99128 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 84.47942682880063 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.13949676557589, dt = 0.01301433420129233 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99128.0 min = 99128.0 factor = 1
 - strategy "round robin" : max = 94171.6 min = 94171.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99128
    max = 99128
    avg = 99128
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.4%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 262.49 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.79 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(2.1362073573504958e-07,5.564203525237438e-07,-3.475653913695768e-08) v=(-5.732188108746548e-07,1.8097356812963954e-07,-8.434410944798641e-09) l=(5.979944332270657e-10,2.6465744370716296e-08,2.551508442284094e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6097745272111056e-05,1.487407371141751e-06,9.446977618715972e-09)
    sum a = (2.744386749103933e-19,1.1993986533120893e-18,-1.5246593050577406e-20)
    sum e = 0.006131345242790285
    sum de = 8.661910246503345e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013070273252576436
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6099564086129654e-05,1.4880805554141153e-06,9.491651260146656e-09)
    sum a = (2.270048298641525e-19,6.132518538121134e-19,-1.1011428314305904e-20)
    sum e = 0.006131220647607363
    sum de = 8.664833053564658e-06
Info: cfl dt = 0.012172969267401716 cfl multiplier : 0.25926208435506887       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5360e+05 | 99123 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.59944718559687 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.1525110997771826, dt = 0.012172969267401716 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99123.0 min = 99123.0 factor = 1
 - strategy "round robin" : max = 94166.8 min = 94166.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99123
    max = 99123
    avg = 99123
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.5%)
   patch tree reduce : 2.13 us    (0.8%)
   gen split merge   : 921.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 243.48 us  (92.1%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.987306653091752e-07,-2.884288028291086e-08,-6.110670749649346e-09) v=(5.7892212677772075e-08,-5.098547974008086e-07,6.054118727317586e-09) l=(-6.58272875535867e-09,5.280671562425884e-09,5.12333104217967e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610899431906436e-05,1.4982472368515884e-06,8.930722676567447e-09)
    sum a = (-1.3891340334970526e-19,-3.2864878353466853e-19,-1.122318655111948e-20)
    sum e = 0.0061311722192498854
    sum de = 8.734862584481373e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012242734409075565
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6104730044635405e-05,1.4982657623139619e-06,8.770246750512786e-09)
    sum a = (-2.507217523872729e-19,-4.472333961502706e-19,-1.122318655111948e-20)
    sum e = 0.006131063458296082
    sum de = 8.73652273782691e-06
Info: cfl dt = 0.011740180965583618 cfl multiplier : 0.2530873614516896        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5328e+05 | 99122 |      1 | 6.467e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.76674848998782 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.164684069044584, dt = 0.011740180965583618 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99122.0 min = 99122.0 factor = 1
 - strategy "round robin" : max = 94165.9 min = 94165.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99122
    max = 99122
    avg = 99122
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.2%)
   patch tree reduce : 1.97 us    (0.7%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.4%)
   LB compute        : 272.06 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.6849541409701696e-07,-1.7007169035595615e-07,-3.238565482893836e-08) v=(1.478207296269575e-07,4.91834877860075e-07,5.9128730551840085e-09) l=(2.991492894608518e-08,-1.4989161463424224e-08,5.114683997861028e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610939627352894e-05,1.5035445471638602e-06,8.591683546410595e-09)
    sum a = (-4.675621868843738e-19,6.301925127571995e-19,2.329340604949326e-21)
    sum e = 0.006131004347368608
    sum de = 8.808587792740006e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01180725463052511
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6106273930305273e-05,1.5064166608057608e-06,8.655226546638238e-09)
    sum a = (-8.809142651444724e-20,-1.5280474368467578e-18,1.0587911840678754e-21)
    sum e = 0.006130903127290536
    sum de = 8.81011539186646e-06
Info: cfl dt = 0.011511345814196161 cfl multiplier : 0.25102912048389653       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5403e+05 | 99121 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.67739426813608 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.1764242500101676, dt = 0.011511345814196161 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99121.0 min = 99121.0 factor = 1
 - strategy "round robin" : max = 94164.9 min = 94164.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99121
    max = 99121
    avg = 99121
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.87 us    (2.6%)
   patch tree reduce : 1.83 us    (0.7%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 243.94 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.84 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (64.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.7950816613130335e-07,3.2419246833379747e-07,1.9403116868445995e-08) v=(-3.44647569882085e-07,3.685053079303393e-07,-1.7387989123238195e-08) l=(-2.5522829162858308e-08,-2.5727433676445923e-10,5.035030484323963e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6108829789060455e-05,1.5093499414659298e-06,8.385290353367744e-09)
    sum a = (3.2864878353466853e-19,-1.2807138162485021e-18,-1.3129010682441655e-20)
    sum e = 0.006130846811706466
    sum de = 8.84558667033483e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011571404145848872
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610635421239699e-05,1.5108452262099764e-06,8.914827830546012e-09)
    sum a = (4.1335207826009857e-19,-4.743384504624082e-19,-1.503483481376383e-20)
    sum e = 0.0061307493049762634
    sum de = 8.847080901093986e-06
Info: cfl dt = 0.011352514261195296 cfl multiplier : 0.2503430401612989        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5038e+05 | 99120 |      1 | 6.591e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.87203347166321 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.1879355958243636, dt = 0.011352514261195296 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99120.0 min = 99120.0 factor = 1
 - strategy "round robin" : max = 94164.0 min = 94164.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99120
    max = 99120
    avg = 99120
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (2.4%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.3%)
   LB compute        : 268.03 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.6568290392780874e-07,1.2438326943074696e-07,6.06648072655203e-08) v=(-1.4126875647964043e-07,2.63332500956314e-07,-3.070617400692675e-08) l=(-9.203234920836207e-09,-4.623248681441342e-09,1.0133899422123754e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610805003591306e-05,1.512792563168044e-06,8.4214753338507e-09)
    sum a = (-2.0667603913004928e-19,-2.744386749103933e-19,3.324604317973129e-20)
    sum e = 0.006130426158857879
    sum de = 8.90705928465616e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011421932319178596
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6104394988810815e-05,1.5136669017567838e-06,8.705085991409437e-09)
    sum a = (-3.5914196963582334e-19,4.0657581468206416e-20,3.6845933205562065e-20)
    sum e = 0.006130331442918939
    sum de = 8.908719260134737e-06
Info: cfl dt = 0.01121947534463646 cfl multiplier : 0.250114346720433          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5293e+05 | 99118 |      1 | 6.481e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.05685936481156 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.199288110085559, dt = 0.01121947534463646 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99118.0 min = 99118.0 factor = 1
 - strategy "round robin" : max = 94162.1 min = 94162.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99118
    max = 99118
    avg = 99118
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.2%)
   patch tree reduce : 1.97 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.3%)
   LB compute        : 289.53 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.985983172606256e-07,-5.9570021806917275e-09,-2.8426262804420616e-08) v=(-2.4038383582260724e-08,5.139593034681508e-07,1.3491189600307995e-08) l=(2.9079279377348465e-08,-1.1896937627473564e-08,5.125453862272122e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610575813963258e-05,1.515351367000289e-06,8.789729747074732e-09)
    sum a = (3.1170812458958252e-19,9.317362419797304e-19,-4.870439446712227e-21)
    sum e = 0.006130258686727497
    sum de = 8.924884349497039e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011275768700553489
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611016727867414e-05,1.514712145392203e-06,8.616958552698008e-09)
    sum a = (2.405573570202213e-19,1.3552527156068805e-19,-8.258571235729428e-21)
    sum e = 0.0061301659644017546
    sum de = 8.92635617703751e-06
Info: cfl dt = 0.01130730622989574 cfl multiplier : 0.25003811557347766        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.3941e+05 | 99117 |      1 | 7.110e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.811098658654764 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.2105075854301957, dt = 0.01130730622989574 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99117.0 min = 99117.0 factor = 1
 - strategy "round robin" : max = 94161.1 min = 94161.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99117
    max = 99117
    avg = 99117
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.18 us    (2.6%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 253.35 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.114769901118696e-07,-2.693645427377054e-07,-1.0326352366606463e-08) v=(3.3403871498464206e-07,-9.03181912493642e-07,9.743616854914504e-09) l=(-1.059474584067419e-08,-1.5842469748487253e-08,1.007268922772152e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610939479529004e-05,1.5134980971279665e-06,8.641121446610609e-09)
    sum a = (-9.452887691357992e-19,-7.894347068410079e-19,-9.317362419797304e-21)
    sum e = 0.006129848944275774
    sum de = 8.938568061911836e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011358195210802256
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610868202520994e-05,1.5095982473479163e-06,8.630961428069471e-09)
    sum a = (-7.453889935837843e-19,-5.285485590866834e-19,-1.291725244562808e-20)
    sum e = 0.006129754807134418
    sum de = 8.94012984406238e-06
Info: cfl dt = 0.011558490414304628 cfl multiplier : 0.2500127051911592        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5334e+05 | 99115 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.974830367664374 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.2218148916600913, dt = 0.011558490414304628 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99115.0 min = 99115.0 factor = 1
 - strategy "round robin" : max = 94159.2 min = 94159.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99115
    max = 99115
    avg = 99115
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.94 us    (3.0%)
   patch tree reduce : 1.88 us    (0.8%)
   gen split merge   : 962.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.5%)
   LB compute        : 213.49 us  (91.1%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (61.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.483031310837838e-08,-8.93998818026463e-07,-2.2377677188061865e-08) v=(9.182912406793091e-07,-3.16879646676695e-08,9.286983548213237e-09) l=(-1.364516895858421e-08,-1.965567952899328e-08,1.0182559455716852e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61056824283611e-05,1.5062107951466735e-06,8.909255953707684e-09)
    sum a = (9.486769009248164e-20,1.1485766764768313e-18,-8.682087709356578e-21)
    sum e = 0.006129436274085431
    sum de = 8.962686403221305e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011624733848272431
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6105884652594025e-05,1.5089235490557261e-06,8.813336869968391e-09)
    sum a = (1.6601845766184287e-19,2.812149384884277e-19,-6.776263578034403e-21)
    sum e = 0.006129338044159856
    sum de = 8.964384957807626e-06
Info: cfl dt = 0.011458457522655776 cfl multiplier : 0.2500042350637197        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5315e+05 | 99113 |      1 | 6.471e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.29842259136771 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.233373382074396, dt = 0.011458457522655776 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99113.0 min = 99113.0 factor = 1
 - strategy "round robin" : max = 94157.3 min = 94157.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99113
    max = 99113
    avg = 99113
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.3%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 265.21 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (68.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.154322341732279e-07,2.3005560102641717e-07,-1.4797218021325874e-08) v=(-2.2035148812130765e-07,-2.229497229832661e-07,3.224703557101787e-09) l=(-5.7586607921463534e-08,-3.6191294466217566e-08,1.00736867978562e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610713318932972e-05,1.5101355956323285e-06,8.812256374786895e-09)
    sum a = (1.1519648082658485e-19,1.2197274440461925e-19,-2.964615315390051e-21)
    sum e = 0.006129025391779728
    sum de = 8.895978992457473e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011522936095397632
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611191865624238e-05,1.5079829073874775e-06,8.738898783006028e-09)
    sum a = (-5.929230630780102e-19,-7.216720710606639e-19,-4.870439446712227e-21)
    sum e = 0.0061289284023865334
    sum de = 8.897572579108624e-06
Info: cfl dt = 0.011551903706939266 cfl multiplier : 0.25000141168790657       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5362e+05 | 99111 |      1 | 6.452e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.93594262944009 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.244831839597052, dt = 0.011551903706939266 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99111.0 min = 99111.0 factor = 1
 - strategy "round robin" : max = 94155.4 min = 94155.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99111
    max = 99111
    avg = 99111
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.1%)
   patch tree reduce : 1.99 us    (0.7%)
   gen split merge   : 1.05 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.3%)
   LB compute        : 286.16 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.46 us    (67.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0251075844489293e-06,-5.425841565936306e-07,-1.2566218139417128e-08) v=(6.328417015232585e-07,-1.0150640113251199e-06,-7.796119948057886e-10) l=(-1.689528818717331e-08,4.066849048608911e-08,2.0345317900344675e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6111206691538694e-05,1.5064041715830243e-06,8.856999351779143e-09)
    sum a = (-2.303929616531697e-19,-2.642742795433417e-19,-8.258571235729428e-21)
    sum e = 0.006128088467483156
    sum de = 8.94770752721662e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011603831112027231
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6108004219549114e-05,1.5055221128349475e-06,8.881269373953778e-09)
    sum a = (1.5585406229479126e-19,-5.082197683525802e-20,-5.082197683525802e-21)
    sum e = 0.006127990484361978
    sum de = 8.949847330839899e-06
Info: cfl dt = 0.01147718656655122 cfl multiplier : 0.2500004705626355         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5360e+05 | 99107 |      1 | 6.452e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.45222205500197 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.2563837433039913, dt = 0.01147718656655122 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99107.0 min = 99107.0 factor = 1
 - strategy "round robin" : max = 94151.6 min = 94151.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99107
    max = 99107
    avg = 99107
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.2%)
   patch tree reduce : 2.04 us    (0.7%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 282.26 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (65.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.073971367594544e-07,-3.939857677912555e-07,-5.785474541661947e-10) v=(3.756172852967158e-07,3.4305581084969575e-07,6.036530221177434e-09) l=(-4.396174755528651e-09,-4.174936032166475e-09,5.072943342077909e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610871876347248e-05,1.5063038148242054e-06,8.78227182218903e-09)
    sum a = (-1.8634724839594607e-19,2.574980159653073e-19,1.503483481376383e-20)
    sum e = 0.00612793173868559
    sum de = 9.042409509081807e-06
Info: cfl dt = 0.02277807624715034 cfl multiplier : 0.5000003137084237         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8420e+05 | 99106 |      1 | 5.380e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.7949296580001 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 3.2678609298705426, dt = 0.02277807624715034 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99106.0 min = 99106.0 factor = 1
 - strategy "round robin" : max = 94150.7 min = 94150.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99106
    max = 99106
    avg = 99106
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.84 us    (2.2%)
   patch tree reduce : 1.98 us    (0.6%)
   gen split merge   : 1.05 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 290.17 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.36 us    (66.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.597557615385068e-05,1.3711068948905468e-06,1.765782453625461e-08)
    sum a = (1.4568966692773966e-19,9.75781955236954e-19,6.1409888675936775e-21)
    sum e = 0.006128422831042385
    sum de = 8.991877736869175e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.022927462413854165
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5959420023675696e-05,1.3805819404869458e-06,1.8083618383801172e-08)
    sum a = (1.1858461261560205e-19,-2.574980159653073e-19,6.776263578034403e-21)
    sum e = 0.006128041077044063
    sum de = 8.997843984676797e-06
Info: cfl dt = 0.015470380607139025 cfl multiplier : 0.3333334379028079        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4594e+05 | 99106 |      1 | 6.791e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 120.75401158123474 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.290639006117693, dt = 0.015470380607139025 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99106.0 min = 99106.0 factor = 1
 - strategy "round robin" : max = 94150.7 min = 94150.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99106
    max = 99106
    avg = 99106
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.38 us    (2.3%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 252.46 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(1.0446614430168258e-06,4.951439024332378e-07,1.2201771007038244e-08) v=(-5.832171956954509e-07,1.0200668475003139e-06,-2.4840861931409343e-09) l=(5.854066347126398e-08,-6.209227272336066e-08,3.0330319865490936e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604954252271034e-05,1.4660159374727525e-06,1.216688871959157e-08)
    sum a = (2.812149384884277e-19,-1.6940658945086007e-20,-1.3976043629695956e-20)
    sum e = 0.006126808321925919
    sum de = 9.11641533112604e-06
Info: cfl dt = 0.025531867200665366 cfl multiplier : 0.5555556252685386        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8354e+05 | 99100 |      1 | 5.400e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.14520879382964 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.3061093867248323, dt = 0.025531867200665366 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99100.0 min = 99100.0 factor = 1
 - strategy "round robin" : max = 94145.0 min = 94145.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99100
    max = 99100
    avg = 99100
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.4%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 982.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.4%)
   LB compute        : 252.92 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.35 us    (68.2%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5922171502413235e-05,1.3516719940545396e-06,2.0484774347734648e-08)
    sum a = (1.4230153513872246e-19,-1.3552527156068805e-19,-5.082197683525802e-21)
    sum e = 0.006127344611836675
    sum de = 9.236093864695162e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02565317573827365
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5925356734412875e-05,1.3624476917234332e-06,2.063562193470234e-08)
    sum a = (-2.0328790734103208e-19,5.522654816098038e-19,-5.717472393966527e-21)
    sum e = 0.006126867544326769
    sum de = 9.24399734780424e-06
Info: cfl dt = 0.016577990313702332 cfl multiplier : 0.35185187508951293       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5203e+05 | 99100 |      1 | 6.518e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 141.00888121523846 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.331641253925498, dt = 0.016577990313702332 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99100.0 min = 99100.0 factor = 1
 - strategy "round robin" : max = 94145.0 min = 94145.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99100
    max = 99100
    avg = 99100
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.02 us    (2.9%)
   patch tree reduce : 2.19 us    (0.9%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 220.27 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.11 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (61.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.406658945389796e-07,4.2892019351878493e-07,-1.5474330520507625e-08) v=(-3.9538426862375565e-07,-6.855805828953968e-07,1.2463619542885167e-09) l=(1.2734886558631051e-08,2.4716949720896476e-08,1.0133673678028028e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.603684526863007e-05,1.4619730816552433e-06,1.3379452106254938e-08)
    sum a = (-5.72594272343907e-19,-2.117582368135751e-18,7.835054762102278e-21)
    sum e = 0.006126705652560235
    sum de = 9.252089700896603e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.016665457312555407
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6040375537697733e-05,1.455793472211159e-06,1.341601415754518e-08)
    sum a = (-6.437450399132683e-20,-7.758821796849391e-19,1.164670302474663e-20)
    sum e = 0.0061265038645431594
    sum de = 9.255628582881745e-06
Info: cfl dt = 0.013235655044463897 cfl multiplier : 0.28395062502983764       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5335e+05 | 99098 |      1 | 6.462e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 92.35407066954984 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.3482192442392003, dt = 0.013235655044463897 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99098.0 min = 99098.0 factor = 1
 - strategy "round robin" : max = 94143.1 min = 94143.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99098
    max = 99098
    avg = 99098
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.8%)
   patch tree reduce : 1.71 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.6%)
   LB compute        : 221.16 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (67.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-7.171057998917832e-07,-9.863377457840656e-07,-1.521892841786711e-08) v=(1.046835572608188e-06,-6.472826180512175e-07,5.500562113994028e-09) l=(-4.0873340233912344e-09,-2.1295952436711492e-09,1.5083068628359768e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9335691371300003 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6081226718911285e-05,1.4935383677429852e-06,1.0774846856415517e-08)
    sum a = (1.7957098481791167e-19,2.219226321806267e-18,-3.8116482626443515e-21)
    sum e = 0.006125992890335033
    sum de = 9.225108711549788e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013316586831074487
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6072156515017176e-05,1.491319637178328e-06,1.0400076405398225e-08)
    sum a = (7.453889935837843e-20,1.145188544687814e-18,-4.0234064994579266e-21)
    sum e = 0.006125864016944485
    sum de = 9.227538282910785e-06
Info: cfl dt = 0.012079867642886264 cfl multiplier : 0.2613168750099459        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0244e+05 | 99095 |      1 | 9.673e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.258228540132755 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.361454899283664, dt = 0.012079867642886264 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99095.0 min = 99095.0 factor = 1
 - strategy "round robin" : max = 94140.2 min = 94140.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99095
    max = 99095
    avg = 99095
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.23 us    (2.6%)
   patch tree reduce : 1.71 us    (0.7%)
   gen split merge   : 981.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 221.86 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.18 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (65.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.1346620641017498e-06,-6.193029362660672e-07,-6.046898172650579e-08) v=(5.34132449952558e-07,1.191938067212893e-06,1.31226576507706e-08) l=(2.93069596826054e-08,-4.121862187850003e-08,1.512974763771878e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6086520814849695e-05,1.504751173571944e-06,9.710532553993187e-09)
    sum a = (-7.453889935837843e-20,-1.6974540262976179e-18,-3.578714202149419e-20)
    sum e = 0.006125313673266283
    sum de = 9.235322312567746e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01215705203113048
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608049244355499e-05,1.5031713106081033e-06,9.616197253032536e-09)
    sum a = (-3.1509625637859973e-19,1.378969638130001e-18,-3.091670257478196e-20)
    sum e = 0.006125206619117735
    sum de = 9.23731401842459e-06
Info: cfl dt = 0.011882041993804457 cfl multiplier : 0.253772291669982         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5343e+05 | 99092 |      1 | 6.459e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.33350197817329 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.3735347669265505, dt = 0.011882041993804457 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99092.0 min = 99092.0 factor = 1
 - strategy "round robin" : max = 94137.4 min = 94137.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99092
    max = 99092
    avg = 99092
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.8%)
   patch tree reduce : 1.63 us    (0.7%)
   gen split merge   : 882.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.40 us    (0.6%)
   LB compute        : 221.53 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.33 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.69 us    (66.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(8.817639313098331e-07,-4.683095271165803e-07,8.328144337751013e-09) v=(4.0657775828392253e-07,9.292432253368751e-07,4.683535139516727e-09) l=(-9.893354128820246e-09,-6.529866658967264e-10,1.0117105108075047e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.9334650242638756 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6082701304473726e-05,1.5054321104096893e-06,9.31688266022163e-09)
    sum a = (3.4220131069073734e-19,7.623296525288703e-19,-4.8492636230308694e-20)
    sum e = 0.006124904953892726
    sum de = 9.216377675823302e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011955745483416151
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608162341777986e-05,1.5151072020926635e-06,9.76954882776037e-09)
    sum a = (-6.437450399132683e-20,8.605854744103691e-19,-4.9339669177562995e-20)
    sum e = 0.006124801265036741
    sum de = 9.218225177088942e-06
Info: cfl dt = 0.011654962442482557 cfl multiplier : 0.25125743055666067       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.0258e+05 | 99090 |      1 | 9.660e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.281156250634815 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.385416808920355, dt = 0.011654962442482557 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99090.0 min = 99090.0 factor = 1
 - strategy "round robin" : max = 94135.5 min = 94135.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99090
    max = 99090
    avg = 99090
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.4%)
   patch tree reduce : 1.50 us    (0.6%)
   gen split merge   : 922.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 251.36 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.938704464742437e-08,1.4064393993575632e-06,4.005151173500333e-08) v=(-1.4352252027304287e-06,-3.0614588509856396e-08,-4.748370227870553e-09) l=(-1.960403045721467e-09,-3.3584357753430185e-08,1.525115251397994e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608483833936218e-05,1.5182754308990166e-06,9.417400881225e-09)
    sum a = (5.04831636563563e-19,1.849919956803392e-18,-1.545835128739098e-20)
    sum e = 0.00612422711376551
    sum de = 9.010291075613016e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011729624802347786
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60850525847007e-05,1.5081289954385846e-06,9.292303464295805e-09)
    sum a = (9.147955830346444e-20,-1.6601845766184287e-19,-1.6728900708272432e-20)
    sum e = 0.006124126297327307
    sum de = 9.012265031595724e-06
Info: cfl dt = 0.011743018956473993 cfl multiplier : 0.2504191435188869        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5382e+05 | 99087 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.13589289632833 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.3970717713628376, dt = 0.011743018956473993 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99087.0 min = 99087.0 factor = 1
 - strategy "round robin" : max = 94132.6 min = 94132.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99087
    max = 99087
    avg = 99087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.99 us    (2.5%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 259.32 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.12 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-2.365836672725834e-07,-1.8287429081821936e-06,-6.156896795907778e-08) v=(1.8705317932945986e-06,-1.2115565640189244e-07,1.073467181572814e-09) l=(2.524400852786245e-08,2.2824835040448634e-08,4.057579552512174e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608359634734843e-05,1.506113664999893e-06,9.585944557902618e-09)
    sum a = (4.506215279392878e-19,1.4941661189565858e-18,-2.1811098391798234e-20)
    sum e = 0.006122259373320338
    sum de = 9.03523013998305e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01180198963240642
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608504132833457e-05,1.510457911348763e-06,9.316473615872571e-09)
    sum a = (-2.0328790734103208e-19,8.538092108323347e-19,-2.0752307207730358e-20)
    sum e = 0.006122158155537252
    sum de = 9.038257907914147e-06
Info: cfl dt = 0.011867032214540994 cfl multiplier : 0.25013971450629563       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5407e+05 | 99079 |      1 | 6.431e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.73747334728833 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.4088147903193113, dt = 0.011867032214540994 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99079.0 min = 99079.0 factor = 1
 - strategy "round robin" : max = 94125.0 min = 94125.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99079
    max = 99079
    avg = 99079
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.13 us    (2.2%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 257.15 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (69.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.953337312472937e-07,3.6675054834086067e-07,-1.9306166284871256e-08) v=(-3.4801887051993756e-07,-4.2292159746138065e-07,-6.2494258756453745e-09) l=(-1.7585885957158893e-08,6.894124864030313e-10,1.0174971588272023e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608366840233036e-05,1.5092215471386688e-06,9.48233988775582e-09)
    sum a = (9.825582188149884e-20,-3.8963515573697816e-19,8.470329472543003e-22)
    sum e = 0.006121848920424468
    sum de = 9.05469351126049e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011941181451753359
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6082737399534646e-05,1.5132138910089598e-06,9.374304065455986e-09)
    sum a = (-4.404571325722362e-20,-9.114074512456272e-19,0)
    sum e = 0.0061217460320081895
    sum de = 9.056534322178765e-06
Info: cfl dt = 0.01170963347634034 cfl multiplier : 0.2500465715020985         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5372e+05 | 99077 |      1 | 6.445e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.28287844434269 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.4206818225338522, dt = 0.01170963347634034 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99077.0 min = 99077.0 factor = 1
 - strategy "round robin" : max = 94123.1 min = 94123.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99077
    max = 99077
    avg = 99077
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.74 us    (2.5%)
   patch tree reduce : 1.80 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 247.62 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (70.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.213175744184746e-08,5.004624648182973e-07,-1.8270701664647926e-08) v=(-5.125899182744582e-07,-1.2018654021307793e-07,1.2186734177494076e-08) l=(-2.0101607339569904e-08,6.171689006363541e-09,1.014512241827054e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6084929890278115e-05,1.5150803723788792e-06,9.365548576192714e-09)
    sum a = (0,6.166399856011306e-19,-1.079967007749233e-20)
    sum e = 0.006121434647467933
    sum de = 9.104634797770096e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011775688610345449
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608086268434626e-05,1.516157417980605e-06,9.258330861544629e-09)
    sum a = (-1.9989977555201488e-19,2.202285662861181e-19,-9.529120656610879e-21)
    sum e = 0.006121334651448695
    sum de = 9.106377000737354e-06
Info: cfl dt = 0.011561245269263477 cfl multiplier : 0.25001552383403286       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4835e+05 | 99075 |      1 | 6.678e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.121425281152746 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.4323914560101927, dt = 0.011561245269263477 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99075.0 min = 99075.0 factor = 1
 - strategy "round robin" : max = 94121.2 min = 94121.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99075
    max = 99075
    avg = 99075
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.67 us    (2.4%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 262.28 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (67.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.994947608975988e-07,7.5914505611634e-11,-9.883511020630874e-09) v=(-3.5480768580937154e-08,5.022370332126002e-07,6.05094378559877e-09) l=(9.935733277998518e-09,-5.251256603035711e-09,5.020936447715056e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608271304786634e-05,1.5179059230089242e-06,9.234418027055896e-09)
    sum a = (1.4907779871675686e-19,-4.0318768289304696e-19,-2.2234614865425384e-20)
    sum e = 0.0061212843465905135
    sum de = 9.114293462616363e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0116293506431364
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60870394451977e-05,1.520969481450996e-06,8.88253750083629e-09)
    sum a = (2.676624113323589e-19,8.707498697774207e-19,-2.1811098391798234e-20)
    sum e = 0.006121186730588182
    sum de = 9.115814497784309e-06
Info: cfl dt = 0.011638395153996688 cfl multiplier : 0.2500051746113443        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5306e+05 | 99074 |      1 | 6.473e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.30071034998984 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.443952701279456, dt = 0.011638395153996688 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99074.0 min = 99074.0 factor = 1
 - strategy "round robin" : max = 94120.3 min = 94120.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99074
    max = 99074
    avg = 99074
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.3%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 982.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 267.28 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.901673465043161e-07,3.3968514611362906e-07,-5.5744675314415784e-08) v=(-2.818474809766915e-07,-9.322386434994223e-07,1.5986148570355223e-08) l=(-4.939893742324578e-08,2.63537298549635e-08,1.0111412532387413e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608637540321972e-05,1.5201288083225683e-06,9.203818969274554e-09)
    sum a = (3.3542504711270293e-19,-6.776263578034403e-20,-4.235164736271502e-22)
    sum e = 0.006120876036838487
    sum de = 9.158849047937825e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011694562704409396
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6085252378691205e-05,1.524203923306241e-06,8.96455168894874e-09)
    sum a = (8.368685518872487e-19,2.710505431213761e-19,-8.470329472543003e-22)
    sum e = 0.006120777333029781
    sum de = 9.16057280036162e-06
Info: cfl dt = 0.011497086382594134 cfl multiplier : 0.2500017248704481        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5330e+05 | 99072 |      1 | 6.463e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.83174846312076 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.455591096433453, dt = 0.011497086382594134 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99072.0 min = 99072.0 factor = 1
 - strategy "round robin" : max = 94118.4 min = 94118.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99072
    max = 99072
    avg = 99072
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.80 us    (2.4%)
   patch tree reduce : 2.11 us    (0.7%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.5%)
   LB compute        : 262.65 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.310937383370623e-08,4.977906194019431e-07,-7.140951047459579e-09) v=(-5.110086708873205e-07,-8.319694925888223e-08,5.818411614286493e-09) l=(4.622916759528621e-09,7.807789807603076e-09,5.163672812195366e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6087211577185663e-05,1.5259025299965625e-06,8.838311032256053e-09)
    sum a = (4.1674021004911577e-19,1.8262030342802715e-18,-5.082197683525802e-21)
    sum e = 0.00612071120851862
    sum de = 9.174810755754066e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01157511607505403
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6091835809205764e-05,1.5278070561104592e-06,9.027254293802073e-09)
    sum a = (6.776263578034403e-19,1.9820570965750628e-18,-6.988021814847978e-21)
    sum e = 0.006120614823530913
    sum de = 9.176345966582956e-06
Info: cfl dt = 0.011363827943781234 cfl multiplier : 0.250000574956816         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4961e+05 | 99071 |      1 | 6.622e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.50536618055796 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.467088182816047, dt = 0.011363827943781234 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99071.0 min = 99071.0 factor = 1
 - strategy "round robin" : max = 94117.4 min = 94117.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99071
    max = 99071
    avg = 99071
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.3%)
   patch tree reduce : 1.82 us    (0.6%)
   gen split merge   : 982.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 267.17 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.74 us    (71.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.735608360058565e-07,1.6970692933969693e-07,1.880041735242824e-08) v=(-1.1175506113647466e-07,-1.005877779722275e-06,-4.395482678827274e-09) l=(1.5431773596761326e-08,-8.782780413309491e-09,1.0211002505675342e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6094037593652586e-05,1.5290203256934583e-06,8.868280493643768e-09)
    sum a = (8.876905287225068e-19,-8.131516293641283e-20,-1.8846483076408183e-20)
    sum e = 0.006120289469200539
    sum de = 9.146582134163763e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011425049232228647
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609564057020604e-05,1.5297271315199717e-06,8.914552262006442e-09)
    sum a = (8.775261333554552e-19,4.675621868843738e-19,-1.5670109524204556e-20)
    sum e = 0.006120194918886801
    sum de = 9.148288624796642e-06
Info: cfl dt = 0.01182233774890491 cfl multiplier : 0.250000191652272          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5326e+05 | 99069 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.28784111716297 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.4784520107598285, dt = 0.01182233774890491 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99069.0 min = 99069.0 factor = 1
 - strategy "round robin" : max = 94115.5 min = 94115.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99069
    max = 99069
    avg = 99069
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.5%)
   patch tree reduce : 2.02 us    (0.7%)
   gen split merge   : 1.20 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 253.39 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (67.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-5.184451377586143e-07,-9.04570835122691e-08,-1.2238293734466885e-08) v=(1.2639695645192992e-07,-5.174584701822239e-07,1.5343570018343514e-08) l=(5.255914027217243e-09,8.208236768441685e-08,1.5209920177394103e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6089968727924306e-05,1.5249960977962003e-06,9.281836992837841e-09)
    sum a = (-2.812149384884277e-19,1.212951180468158e-18,-6.988021814847978e-21)
    sum e = 0.006119626320320214
    sum de = 9.232972041080533e-06
Info: cfl dt = 0.023527804824250133 cfl multiplier : 0.5000001277681814        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8443e+05 | 99066 |      1 | 5.372e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 79.23331093126009 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.4902743485087333, dt = 0.023527804824250133 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99066.0 min = 99066.0 factor = 1
 - strategy "round robin" : max = 94112.7 min = 94112.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99066
    max = 99066
    avg = 99066
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.29 us    (2.1%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 922.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 286.21 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.57 us    (71.4%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.593700569111204e-05,1.4077442868619145e-06,1.8588859825887034e-08)
    sum a = (3.049318610115481e-19,5.251604272976662e-19,6.1409888675936775e-21)
    sum e = 0.006120145765714585
    sum de = 9.265322303893254e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02369973382267899
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.591472299240453e-05,1.4131040034893278e-06,1.8259500939563613e-08)
    sum a = (3.7947076036992655e-19,5.624298769768554e-19,8.893845946170154e-21)
    sum e = 0.00611974260297423
    sum de = 9.271829358157483e-06
Info: cfl dt = 0.016021571403297317 cfl multiplier : 0.3333333759227271        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5234e+05 | 99066 |      1 | 6.503e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 130.24915964715177 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.5138021533329833, dt = 0.016021571403297317 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99066.0 min = 99066.0 factor = 1
 - strategy "round robin" : max = 94112.7 min = 94112.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99066
    max = 99066
    avg = 99066
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.64 us    (2.3%)
   patch tree reduce : 1.61 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 270.51 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (65.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.5748830164837534e-06,7.157276924005685e-08,-5.001160162835402e-08) v=(-1.5926216544866507e-07,1.6091486628538822e-06,-1.3587352246439611e-09) l=(3.531542591561787e-08,3.338276676350208e-08,2.0421186223980965e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601824138267755e-05,1.4877241219072603e-06,1.2685345546969611e-08)
    sum a = (-2.202285662861181e-19,-5.488773498207866e-19,-3.451659260061274e-20)
    sum e = 0.006119029449265163
    sum de = 9.271798558285503e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01612764038820401
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601844103191714e-05,1.4876988366985461e-06,1.2426406071718225e-08)
    sum a = (1.6940658945086007e-20,4.0318768289304696e-19,-3.663417496874849e-20)
    sum e = 0.006118842019938397
    sum de = 9.275657683327937e-06
Info: cfl dt = 0.013355015255827128 cfl multiplier : 0.27777779197424235       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5020e+05 | 99062 |      1 | 6.595e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 87.45111393602774 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.5298237247362807, dt = 0.013355015255827128 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99062.0 min = 99062.0 factor = 1
 - strategy "round robin" : max = 94108.9 min = 94108.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99062
    max = 99062
    avg = 99062
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.6%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 941.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 253.20 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.79 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.1967665635511e-07,-2.451031292443023e-07,-1.5497475126537774e-08) v=(2.659322129097149e-07,-1.0345331064087802e-07,7.464022789516307e-09) l=(-1.6403804073219483e-08,-3.419377085684215e-08,1.5301745126631303e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6055771831775324e-05,1.5138435231665693e-06,1.0450332676631495e-08)
    sum a = (4.0996394647108136e-19,-5.285485590866834e-19,-1.2705494208814505e-21)
    sum e = 0.006118309831622997
    sum de = 9.296052986589536e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013434397076703776
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606100828342937e-05,1.5152360669323881e-06,1.0254304395688872e-08)
    sum a = (3.083199928005653e-19,1.9989977555201488e-19,-2.541098841762901e-21)
    sum e = 0.006118179875751273
    sum de = 9.298683615421728e-06
Info: cfl dt = 0.01234526385953011 cfl multiplier : 0.25925926399141414        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5310e+05 | 99059 |      1 | 6.470e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.30795915195729 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.5431787399921078, dt = 0.01234526385953011 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99059.0 min = 99059.0 factor = 1
 - strategy "round robin" : max = 94106.0 min = 94106.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99059
    max = 99059
    avg = 99059
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.1%)
   patch tree reduce : 1.52 us    (0.5%)
   gen split merge   : 1.19 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.49 us    (0.5%)
   LB compute        : 298.41 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.54 us    (70.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.75162372479052e-07,-5.843197941810246e-08,-2.757752438078679e-08) v=(1.2278619101146576e-07,-9.857432246887342e-07,1.1267819795344082e-08) l=(-2.65214139600812e-08,1.2484338765184712e-08,1.0129159587222774e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075089568674914e-05,1.524978614015894e-06,9.62399366737237e-09)
    sum a = (-9.825582188149884e-20,1.8058742435461683e-18,-8.470329472543003e-21)
    sum e = 0.006117889495339743
    sum de = 9.309611883051065e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0124250628964553
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606974650972426e-05,1.5293329839520623e-06,9.439195087055348e-09)
    sum a = (-4.641740550953566e-19,1.1553529400548657e-18,-8.682087709356578e-21)
    sum e = 0.006117778549797403
    sum de = 9.311552461357702e-06
Info: cfl dt = 0.011946169153298193 cfl multiplier : 0.2530864213304714        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5317e+05 | 99057 |      1 | 6.467e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.72059365788688 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.555524003851638, dt = 0.011946169153298193 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99057.0 min = 99057.0 factor = 1
 - strategy "round robin" : max = 94104.1 min = 94104.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99057
    max = 99057
    avg = 99057
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.1%)
   patch tree reduce : 1.94 us    (0.6%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 285.37 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.83 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(6.392681240197096e-07,4.702325228576041e-07,-1.75167509430935e-08) v=(-5.19263896012806e-07,6.183297800096152e-07,-6.023944182687282e-12) l=(1.8637663284142966e-08,7.0430729911675034e-09,1.0185609705530866e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075095977037504e-05,1.5334421045963813e-06,9.225095244414671e-09)
    sum a = (5.38712954453735e-19,1.7042302898756523e-18,-2.3505164286306834e-20)
    sum e = 0.006117472524022005
    sum de = 9.325061513670302e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012017418670441466
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607587671285183e-05,1.5355729675583455e-06,9.362850319114145e-09)
    sum a = (4.0657581468206416e-19,9.283481101907132e-19,-2.964615315390051e-20)
    sum e = 0.006117368648115652
    sum de = 9.326934615891732e-06
Info: cfl dt = 0.012202057627540874 cfl multiplier : 0.2510288071101571        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5373e+05 | 99055 |      1 | 6.443e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.746223950558 (tsim/hr)                               [sph::Model][rank=0]
---------------- t = 3.567470173004936, dt = 0.012202057627540874 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99055.0 min = 99055.0 factor = 1
 - strategy "round robin" : max = 94102.2 min = 94102.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99055
    max = 99055
    avg = 99055
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.94 us    (2.5%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 254.70 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.72 us    (74.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.415949772548826e-07,1.9798950194634796e-07,2.7576499137013447e-08) v=(-1.8993830558259605e-07,-2.5985380132533377e-07,-3.473060665198002e-09) l=(-2.63218364779684e-08,-4.3771275303976004e-08,1.0136273720907593e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607245334149907e-05,1.5332205731204786e-06,9.492882011622655e-09)
    sum a = (-8.470329472543003e-20,-1.3552527156068805e-19,1.0164395367051604e-20)
    sum e = 0.0061170732792101895
    sum de = 9.299479985412709e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01228156122775647
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606706971042484e-05,1.5348419249160714e-06,9.236709916386862e-09)
    sum a = (-2.981555974335137e-19,8.978549240895584e-19,1.461131834013668e-20)
    sum e = 0.006116964733816876
    sum de = 9.301401037801434e-06
Info: cfl dt = 0.012041711703593838 cfl multiplier : 0.2503429357033857        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5371e+05 | 99053 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.16759262096643 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.5796722306324766, dt = 0.012041711703593838 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99053.0 min = 99053.0 factor = 1
 - strategy "round robin" : max = 94100.3 min = 94100.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99053
    max = 99053
    avg = 99053
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.6%)
   patch tree reduce : 1.96 us    (0.7%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.4%)
   LB compute        : 242.67 us  (92.1%)
   LB move op cnt    : 0
   LB apply          : 3.48 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.79 us    (77.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(7.106437575734513e-07,4.83809024760069e-08,-6.429658359615402e-08) v=(-8.62093595862661e-08,7.10316032622257e-07,2.9578608247582235e-08) l=(5.3844220578102084e-08,-6.654449164200552e-08,1.5167703908071546e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60690586759064e-05,1.5365062831147904e-06,9.332251475577717e-09)
    sum a = (6.098637220230962e-20,6.132518538121134e-19,-2.329340604949326e-21)
    sum e = 0.006116408014600057
    sum de = 9.288071815994854e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012130198540333644
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607214570989336e-05,1.5418172211850554e-06,9.255600434769034e-09)
    sum a = (5.421010862427522e-19,-3.2187251995663413e-19,-4.0234064994579266e-21)
    sum e = 0.006116302373548759
    sum de = 9.290164154439837e-06
Info: cfl dt = 0.011912758734749649 cfl multiplier : 0.2501143119011286        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4744e+05 | 99050 |      1 | 6.718e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.52881925024307 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.5917139423360704, dt = 0.011912758734749649 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99050.0 min = 99050.0 factor = 1
 - strategy "round robin" : max = 94097.5 min = 94097.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99050
    max = 99050
    avg = 99050
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.82 us    (2.5%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 246.37 us  (90.5%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.73 us    (67.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-6.035472819160688e-07,6.882302000771714e-07,1.264197787325858e-08) v=(-6.663882693494195e-07,-6.54452802701771e-07,-1.6828502460291512e-09) l=(4.09384905819039e-08,3.513148011942682e-09,1.5381951001731974e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607433792001063e-05,1.543266955080351e-06,9.015512389315807e-09)
    sum a = (1.4568966692773966e-19,1.2807138162485021e-18,-2.117582368135751e-21)
    sum e = 0.006115722530169378
    sum de = 9.23462845170627e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011989201600719392
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606672160265898e-05,1.5446930862314436e-06,9.508559700181043e-09)
    sum a = (8.470329472543003e-20,1.0164395367051604e-18,2.117582368135751e-22)
    sum e = 0.006115618991374879
    sum de = 9.236713993888595e-06
Info: cfl dt = 0.011782583001988327 cfl multiplier : 0.2500381039670429        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5159e+05 | 99047 |      1 | 6.534e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.63444671500682 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.6036267010708203, dt = 0.011782583001988327 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99047.0 min = 99047.0 factor = 1
 - strategy "round robin" : max = 94094.6 min = 94094.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99047
    max = 99047
    avg = 99047
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.3%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 872.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 265.02 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (64.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.082716630815156e-06,7.692908612775195e-08,4.836574546515574e-08) v=(-1.3269059152369917e-07,1.105111410353081e-06,-2.4160683183300592e-08) l=(-6.984706535310845e-10,-2.8295620576965864e-08,2.0152384970527955e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606813044781969e-05,1.54598669284692e-06,9.213088498257066e-09)
    sum a = (3.7608262858090935e-19,8.91078660511524e-19,4.489274620447792e-20)
    sum e = 0.00611480197709824
    sum de = 9.253151987864703e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011864090973398269
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60734455196511e-05,1.545833619471764e-06,9.682975899091655e-09)
    sum a = (2.676624113323589e-19,-4.3029273720518457e-19,4.171637265227429e-20)
    sum e = 0.0061147011087467045
    sum de = 9.255315153458902e-06
Info: cfl dt = 0.011658540993316771 cfl multiplier : 0.25001270132234765       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5343e+05 | 99043 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.70997753730997 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.6154092840728085, dt = 0.011658540993316771 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99043.0 min = 99043.0 factor = 1
 - strategy "round robin" : max = 94090.8 min = 94090.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99043
    max = 99043
    avg = 99043
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.22 us    (2.1%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 882.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 274.88 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.64 us    (68.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.415286846926803e-07,-2.2405854598021445e-07,3.6816455908184795e-08) v=(2.849312270822972e-07,-9.567707853369464e-07,-2.1035804069498796e-08) l=(4.0581619088107765e-08,-1.154063982560587e-08,1.0243883594594143e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607559037687354e-05,1.5466730745263864e-06,9.49843739033779e-09)
    sum a = (-4.404571325722362e-20,-1.0198276684941776e-18,1.7787691892340307e-20)
    sum e = 0.006114380285658026
    sum de = 9.210234161100313e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011738034746304072
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607905439192696e-05,1.553372986526881e-06,9.802435563717513e-09)
    sum a = (-2.0328790734103208e-19,-7.995991022080595e-19,1.9905274260476058e-20)
    sum e = 0.006114281384145218
    sum de = 9.212004856085046e-06
Info: cfl dt = 0.011538790576400237 cfl multiplier : 0.2500042337741159        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5368e+05 | 99041 |      1 | 6.445e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.12322870620942 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.6270678250661255, dt = 0.011538790576400237 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99041.0 min = 99041.0 factor = 1
 - strategy "round robin" : max = 94088.9 min = 94088.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99041
    max = 99041
    avg = 99041
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.1%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.3%)
   LB compute        : 292.45 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (68.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-7.835350592315767e-07,8.91602359797284e-07,2.793112558195771e-08) v=(-8.47558793123522e-07,-8.72054414606787e-07,-1.0515241424963271e-08) l=(-1.0228532210926743e-08,-4.564157082589673e-08,1.513443736068747e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6081097937304305e-05,1.5545511757517739e-06,9.553851034690098e-09)
    sum a = (2.439454888092385e-19,0,3.049318610115481e-20)
    sum e = 0.006113713956064369
    sum de = 9.289154385062748e-06
Info: cfl dt = 0.02284357878205443 cfl multiplier : 0.5000028225160773         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8242e+05 | 99038 |      1 | 5.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.51099732203674 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.6386066156425256, dt = 0.02284357878205443 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99038.0 min = 99038.0 factor = 1
 - strategy "round robin" : max = 94086.1 min = 94086.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99038
    max = 99038
    avg = 99038
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.71 us    (2.5%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 971.00 ns  (0.4%)
   LB compute        : 250.89 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (63.8%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5921361992803445e-05,1.4670949102136178e-06,1.9317657126914508e-08)
    sum a = (-4.573977915173222e-19,6.979551485375435e-19,3.663417496874849e-20)
    sum e = 0.006114208359325691
    sum de = 9.125164725887693e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.022999834597580458
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5924001727532386e-05,1.4608092878203819e-06,2.075989663471829e-08)
    sum a = (-2.371692252312041e-19,3.6591823321385775e-19,3.4304834363799164e-20)
    sum e = 0.0061138283919443944
    sum de = 9.131117287892536e-06
Info: cfl dt = 0.015315932321401177 cfl multiplier : 0.33333427417202577       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5237e+05 | 99038 |      1 | 6.500e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 126.52545083330513 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.66145019442458, dt = 0.015315932321401177 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99038.0 min = 99038.0 factor = 1
 - strategy "round robin" : max = 94086.1 min = 94086.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99038
    max = 99038
    avg = 99038
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (1.0%)
   patch tree reduce : 2.00 us    (0.3%)
   gen split merge   : 1.23 us    (0.2%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.2%)
   LB compute        : 630.75 us  (96.8%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-4.454658381936895e-07,-9.62980783377306e-07,1.0685904355044051e-07) v=(9.957826363102529e-07,-3.772398915714376e-07,-5.4468845167298566e-08) l=(3.311823011780572e-08,-3.719835181676289e-08,4.069234696110519e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.602887989477457e-05,1.5210397135285823e-06,1.3269144777854315e-08)
    sum a = (5.421010862427522e-19,-5.251604272976662e-19,8.470329472543003e-22)
    sum e = 0.006112050566260717
    sum de = 9.15271149071432e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015389809357479323
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.602100965599844e-05,1.5251780034940482e-06,1.3813608865612828e-08)
    sum a = (9.825582188149884e-20,-4.472333961502706e-19,-4.446922973085077e-21)
    sum e = 0.006111880506455582
    sum de = 9.15727924552804e-06
Info: cfl dt = 0.012546702459777993 cfl multiplier : 0.2777780913906753        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5326e+05 | 99030 |      1 | 6.462e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 85.32871863852561 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.676766126745981, dt = 0.012546702459777993 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99030.0 min = 99030.0 factor = 1
 - strategy "round robin" : max = 94078.5 min = 94078.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99030
    max = 99030
    avg = 99030
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.0%)
   patch tree reduce : 1.71 us    (0.5%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 992.00 ns  (0.3%)
   LB compute        : 298.70 us  (93.8%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.66 us    (68.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(8.613729226464621e-07,1.7180642806018912e-07,-2.5848534528422258e-08) v=(-2.3412569949564912e-07,8.638358033658027e-07,2.0107532750766416e-08) l=(2.9066232670387268e-08,-4.122518457000945e-09,1.013924888173005e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606065668710653e-05,1.547148983046566e-06,1.1473088650244126e-08)
    sum a = (-2.337810934421869e-19,-4.743384504624082e-20,-1.1858461261560205e-20)
    sum e = 0.006111591565612144
    sum de = 9.049046912216888e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012636980384481125
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606434709646794e-05,1.5477974307864193e-06,1.1135355931273144e-08)
    sum a = (5.759824041329242e-20,-4.0657581468206416e-20,-1.1011428314305904e-20)
    sum e = 0.006111476985617055
    sum de = 9.051033261786617e-06
Info: cfl dt = 0.012016888405949977 cfl multiplier : 0.2592593637968918        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5299e+05 | 99028 |      1 | 6.473e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.77923548470022 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.689312829205759, dt = 0.012016888405949977 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99028.0 min = 99028.0 factor = 1
 - strategy "round robin" : max = 94076.6 min = 94076.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99028
    max = 99028
    avg = 99028
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.2%)
   patch tree reduce : 1.58 us    (0.5%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.4%)
   LB compute        : 287.29 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (66.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-6.586456138420974e-07,-1.056222418919638e-07,-3.8419120555825806e-08) v=(1.518870274776815e-07,-6.513594940506077e-07,-1.2463162788565945e-08) l=(5.342435599222316e-08,-4.534709379894335e-08,2.5477193986148854e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607218799138581e-05,1.5518369910573536e-06,1.0672757373811228e-08)
    sum a = (5.183841637196318e-19,-1.1519648082658485e-19,-1.9058241313221758e-20)
    sum e = 0.006110379969654681
    sum de = 9.090936725247748e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012080853252936695
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6068147017605914e-05,1.5530378481016908e-06,1.0871306168881075e-08)
    sum a = (2.846030702774449e-19,-1.8736368793265124e-18,-1.9058241313221758e-20)
    sum e = 0.006110275551620774
    sum de = 9.093422489918126e-06
Info: cfl dt = 0.011133657524997485 cfl multiplier : 0.25308645459896395       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5281e+05 | 99023 |      1 | 6.480e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.76017104563036 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.701329717611709, dt = 0.011133657524997485 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99023.0 min = 99023.0 factor = 1
 - strategy "round robin" : max = 94071.8 min = 94071.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99023
    max = 99023
    avg = 99023
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.7%)
   patch tree reduce : 1.68 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 222.20 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (62.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.978939175050466e-07,-3.4545872183738184e-08,2.5360985736448597e-08) v=(9.289674433294286e-10,5.068823994400543e-07,-9.687635278452155e-09) l=(-2.507090608279329e-08,9.567310301237085e-09,5.052312578432069e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6080722577946525e-05,1.5599143070248016e-06,9.946265330056245e-09)
    sum a = (-5.116079001415974e-19,-1.7279472123987727e-19,1.5670109524204556e-20)
    sum e = 0.006110209212744766
    sum de = 9.04978409447859e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011208566212536781
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6084202636018006e-05,1.559485518700212e-06,1.0214137752257857e-08)
    sum a = (-5.183841637196318e-19,7.148958074826295e-19,1.545835128739098e-20)
    sum e = 0.006110119413936622
    sum de = 9.051171725384167e-06
Info: cfl dt = 0.010917711853199652 cfl multiplier : 0.25102881819965467       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5360e+05 | 99022 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.174448411764125 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.7124633751367067, dt = 0.010917711853199652 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99022.0 min = 99022.0 factor = 1
 - strategy "round robin" : max = 94070.9 min = 94070.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99022
    max = 99022
    avg = 99022
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.2%)
   patch tree reduce : 1.64 us    (0.6%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 276.97 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.67 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (69.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-6.935978215449819e-07,-2.7373659575296856e-07,1.7212963068791074e-08) v=(3.1831042491348236e-07,-6.731616549660637e-07,-1.3957808274207266e-08) l=(-3.979593759847547e-09,-3.0282744212297775e-08,1.5078865069575618e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60874521874179e-05,1.5610713530785368e-06,9.929150250710077e-09)
    sum a = (-2.642742795433417e-19,4.0657581468206416e-20,-4.1081097941833566e-20)
    sum e = 0.006109539377201549
    sum de = 8.977061680383058e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011001034282435354
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609501863186602e-05,1.562293331475398e-06,1.0174030910380158e-08)
    sum a = (-3.5575383784680614e-19,-4.0996394647108136e-19,-3.9810548520952116e-20)
    sum e = 0.0061094528427669634
    sum de = 8.978636010845182e-06
Info: cfl dt = 0.01076889660100209 cfl multiplier : 0.2503429393998849         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5296e+05 | 99019 |      1 | 6.474e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.71294729973866 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.723381086989906, dt = 0.01076889660100209 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99019.0 min = 99019.0 factor = 1
 - strategy "round robin" : max = 94068.0 min = 94068.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99019
    max = 99019
    avg = 99019
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (1.9%)
   patch tree reduce : 1.71 us    (0.5%)
   gen split merge   : 1.15 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.3%)
   LB compute        : 328.59 us  (94.2%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.5237382954876174e-06,1.117649190573609e-08,2.1079212996515708e-08) v=(9.576892249628054e-08,-1.5604554003951338e-06,3.536748414278679e-09) l=(1.0555913150293245e-08,-1.4201453770177821e-08,2.028654373070326e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6097626400837283e-05,1.5632214150788698e-06,9.901483000290832e-09)
    sum a = (4.37069000783219e-19,-2.591920818598159e-19,-4.404571325722362e-20)
    sum e = 0.006108598756842725
    sum de = 8.976685868618774e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010842022971201175
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6096569848751506e-05,1.5658467412322272e-06,9.894715292988586e-09)
    sum a = (5.082197683525802e-20,2.371692252312041e-20,-4.383395502041004e-20)
    sum e = 0.006108515020855909
    sum de = 8.978547892603544e-06
Info: cfl dt = 0.010645054082754015 cfl multiplier : 0.25011431313329496       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4387e+05 | 99015 |      1 | 6.882e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.32849933690998 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.734149983590908, dt = 0.010645054082754015 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99015.0 min = 99015.0 factor = 1
 - strategy "round robin" : max = 94064.2 min = 94064.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99015
    max = 99015
    avg = 99015
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.02 us    (2.4%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.18 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 276.03 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.80 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.50 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.9152676498167633e-08,2.695157777313228e-07,-3.3797607919392325e-08) v=(-2.801047144935365e-07,-4.671007101780518e-08,6.443077206284222e-09) l=(-4.229589315096084e-08,2.6891053935866063e-08,1.0101708034181405e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609832076718143e-05,1.5668883062033666e-06,9.935381263201957e-09)
    sum a = (-8.470329472543003e-20,-4.1674021004911577e-19,1.0587911840678754e-20)
    sum e = 0.006108177300528874
    sum de = 9.016540643020136e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010697019533117483
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6095395803510076e-05,1.5689688341706813e-06,1.0036987373249017e-08)
    sum a = (-8.131516293641283e-20,1.3213713977167085e-19,1.418780186650953e-20)
    sum e = 0.006108095784018634
    sum de = 9.01795425608739e-06
Info: cfl dt = 0.010533023718921843 cfl multiplier : 0.250038104377765         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5357e+05 | 99013 |      1 | 6.447e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.43735795550903 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.7447950376736623, dt = 0.010533023718921843 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99013.0 min = 99013.0 factor = 1
 - strategy "round robin" : max = 94062.3 min = 94062.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99013
    max = 99013
    avg = 99013
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.14 us    (2.5%)
   patch tree reduce : 1.87 us    (0.8%)
   gen split merge   : 931.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 226.55 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (63.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.3819299163791404e-07,2.366498076636532e-07,4.062127237758967e-08) v=(-2.657925855097645e-07,4.3733597583792627e-07,-1.9179620114043816e-08) l=(-4.457012652302343e-08,-4.9349599904282875e-09,5.095402777877773e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609678790358503e-05,1.5699015827598902e-06,9.779680310338343e-09)
    sum a = (-2.879912020664621e-19,1.387439967602544e-18,-3.451659260061274e-20)
    sum e = 0.0061080078091421885
    sum de = 8.965183101837062e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010610300597996074
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6101041979526596e-05,1.5674644251384635e-06,9.924158492083864e-09)
    sum a = (-1.8973538018496328e-19,6.606856988583543e-19,-3.832824086325709e-20)
    sum e = 0.006107927592589093
    sum de = 8.96640557830897e-06
Info: cfl dt = 0.010613515966234926 cfl multiplier : 0.250012701459255         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5378e+05 | 99012 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.89539192359599 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.7553280613925843, dt = 0.010613515966234926 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99012.0 min = 99012.0 factor = 1
 - strategy "round robin" : max = 94061.4 min = 94061.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99012
    max = 99012
    avg = 99012
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.4%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 265.13 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-8.675894574350151e-07,-6.187240971910069e-07,-8.649756909659046e-09) v=(6.983206505971581e-07,-8.507280929729232e-07,-7.650457419801079e-09) l=(2.5734021197795832e-08,-4.345785540837374e-08,1.5333294162688535e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610024233205741e-05,1.566614102878363e-06,1.0044456484562582e-08)
    sum a = (2.1006417091906648e-19,-1.438261944437802e-18,-8.893845946170154e-21)
    sum e = 0.0061073125807211675
    sum de = 8.932570399956836e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010695362496105379
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60934119504259e-05,1.5682969985119071e-06,9.887821504805883e-09)
    sum a = (-1.5585406229479126e-19,-1.5077186461126546e-19,-1.0587911840678754e-20)
    sum e = 0.006107231312272166
    sum de = 8.934143736878292e-06
Info: cfl dt = 0.011772123831764899 cfl multiplier : 0.2500042338197517        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5379e+05 | 99009 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.350032147296595 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.765941577358819, dt = 0.011772123831764899 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99009.0 min = 99009.0 factor = 1
 - strategy "round robin" : max = 94058.5 min = 94058.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99009
    max = 99009
    avg = 99009
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.09 us    (2.8%)
   patch tree reduce : 1.72 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 234.86 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.1352056993080593e-06,9.579181623321862e-08,-2.806650559124312e-08) v=(-1.6146705593771342e-07,1.1471021587108334e-06,2.111320052120703e-08) l=(2.6232847284285163e-08,9.835314494657483e-09,1.5242079145893345e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6076649461643554e-05,1.5600994231652898e-06,1.1187757403299014e-08)
    sum a = (-7.115076756936123e-20,1.1689054672109345e-19,2.0328790734103208e-20)
    sum e = 0.006106656193457885
    sum de = 8.934846113397681e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011853850333327386
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607674853686704e-05,1.561000405746272e-06,1.1027565980703767e-08)
    sum a = (-1.3552527156068805e-19,1.094366567852556e-18,1.9481757786848908e-20)
    sum e = 0.006106556290130185
    sum de = 8.936828835016147e-06
Info: cfl dt = 0.011663608450225358 cfl multiplier : 0.25000141127325054       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5392e+05 | 99006 |      1 | 6.432e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.88578311507361 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.777713701190584, dt = 0.011663608450225358 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99006.0 min = 99006.0 factor = 1
 - strategy "round robin" : max = 94055.7 min = 94055.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99006
    max = 99006
    avg = 99006
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.2%)
   patch tree reduce : 2.00 us    (0.7%)
   gen split merge   : 981.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 265.30 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.08161241598955e-08,-9.51606686866121e-09,2.512807279241304e-09) v=(1.0174141670711635e-08,-4.453465714989433e-08,-4.771871649933112e-10) l=(-1.622158277479114e-08,6.467352265719722e-08,1.0170646741918584e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607828370731829e-05,1.5617476584953572e-06,1.0981615669252688e-08)
    sum a = (-4.404571325722362e-20,3.105222784634265e-18,2.244637310223896e-20)
    sum e = 0.0061062358850706685
    sum de = 8.89462850536755e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011744214440150103
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607585528697016e-05,1.5653830660554955e-06,1.0707744963169942e-08)
    sum a = (1.3552527156068805e-20,1.3095129364551483e-18,2.3928680759933985e-20)
    sum e = 0.006106137740715934
    sum de = 8.896303237920513e-06
Info: cfl dt = 0.01217352391023539 cfl multiplier : 0.2500004704244168         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5383e+05 | 99004 |      1 | 6.436e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.24234883586607 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.7893773096408094, dt = 0.01217352391023539 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99004.0 min = 99004.0 factor = 1
 - strategy "round robin" : max = 94053.8 min = 94053.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99004
    max = 99004
    avg = 99004
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.9%)
   patch tree reduce : 1.89 us    (0.8%)
   gen split merge   : 1.13 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 212.71 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.14 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (63.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.101610881573824e-07,4.120848961135584e-07,-4.499434377570167e-08) v=(-4.4147016152055214e-07,2.766114521243339e-07,3.737850212494244e-09) l=(-3.219436950088403e-08,-3.97789028572616e-08,1.514900180528845e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606859783813987e-05,1.5621623660751438e-06,1.1255220879596898e-08)
    sum a = (1.3891340334970526e-19,-7.657177843178875e-19,2.583450489125616e-20)
    sum e = 0.006105579394140045
    sum de = 8.828542204804759e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012265216311212359
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606862969362632e-05,1.5662903854610433e-06,1.14340225933709e-08)
    sum a = (-1.1519648082658485e-19,-7.843525091574821e-19,2.498747194400186e-20)
    sum e = 0.006105472295254467
    sum de = 8.830543246634905e-06
Info: cfl dt = 0.01208423426922142 cfl multiplier : 0.2500001568081389         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5377e+05 | 99001 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.06835382945673 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.801550833551045, dt = 0.01208423426922142 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99001.0 min = 99001.0 factor = 1
 - strategy "round robin" : max = 94050.9 min = 94050.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99001
    max = 99001
    avg = 99001
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.4%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 250.79 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (65.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0998723758198954e-07,5.058382847720653e-07,3.4684997022135894e-08) v=(-5.245473043251873e-07,-1.6423882007232714e-07,-2.1756076100507087e-08) l=(-1.9226866926202927e-08,-2.3750670972785026e-09,2.0228351706672856e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607003299607492e-05,1.5669532447243714e-06,1.1218587063025154e-08)
    sum a = (1.1519648082658485e-19,-3.218725199566341e-20,-3.7269449679189215e-20)
    sum e = 0.00610465268510729
    sum de = 8.842603004504334e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012167121548439215
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606721952566728e-05,1.5675433384745613e-06,1.1294295070782685e-08)
    sum a = (-2.981555974335137e-19,9.84252284709497e-19,-3.5151867311053464e-20)
    sum e = 0.006104547747796995
    sum de = 8.844731926445715e-06
Info: cfl dt = 0.0119480442364542 cfl multiplier : 0.25000005226937966         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5428e+05 | 98997 |      1 | 6.417e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.79799278044968 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.8136350678202664, dt = 0.0119480442364542 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98997.0 min = 98997.0 factor = 1
 - strategy "round robin" : max = 94047.1 min = 94047.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98997
    max = 98997
    avg = 98997
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.67 us    (2.7%)
   patch tree reduce : 1.56 us    (0.6%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 225.75 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.4977923875866273e-07,-1.0664187164935316e-07,-1.6743877634137157e-08) v=(8.505575417011857e-08,3.6922119969419107e-07,1.1592431426005259e-08) l=(2.1232132666513752e-09,-1.2345036075701208e-08,1.023700695410826e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606900321094786e-05,1.5684792728714534e-06,1.1259508812516856e-08)
    sum a = (-6.098637220230962e-20,4.3198680309969317e-19,-2.329340604949326e-20)
    sum e = 0.006104230052975094
    sum de = 8.918572323918311e-06
Info: cfl dt = 0.023015718189332547 cfl multiplier : 0.5000000348462531        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8477e+05 | 98995 |      1 | 5.358e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.28294049327943 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.8255831120567207, dt = 0.023015718189332547 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98995.0 min = 98995.0 factor = 1
 - strategy "round robin" : max = 94045.2 min = 94045.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98995
    max = 98995
    avg = 98995
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.68 us    (2.4%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 252.94 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.52 us    (70.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5907980100256866e-05,1.4993048736652338e-06,2.159503821893783e-08)
    sum a = (-7.453889935837843e-19,9.215718466126788e-19,1.1858461261560205e-20)
    sum e = 0.006104713445314948
    sum de = 8.980009548210045e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023172236427828466
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.590198232674024e-05,1.4977992560679483e-06,2.1670705107463147e-08)
    sum a = (-6.2341624917916505e-19,-1.7448878713438587e-19,6.564505341220828e-21)
    sum e = 0.006104334028898245
    sum de = 8.985931814403667e-06
Info: cfl dt = 0.01548393999799517 cfl multiplier : 0.333333344948751          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5292e+05 | 98995 |      1 | 6.474e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 127.98903828900768 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.848598830246053, dt = 0.01548393999799517 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98995.0 min = 98995.0 factor = 1
 - strategy "round robin" : max = 94045.2 min = 94045.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98995
    max = 98995
    avg = 98995
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.90 us    (2.3%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 942.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.3%)
   LB compute        : 282.66 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.477906786824957e-07,-5.553065197853131e-07,-7.1934365700675965e-09) v=(5.471691973193767e-07,3.9440097157747087e-07,5.641107609315409e-09) l=(4.51869821231361e-08,3.4131377303714695e-09,1.0103968565551786e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60129578646712e-05,1.5460397422310465e-06,1.4647445271811693e-08)
    sum a = (5.658180087658726e-19,-7.894347068410079e-19,4.870439446712227e-21)
    sum e = 0.006104129645332267
    sum de = 9.03500912417318e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015608773203783182
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.600983137226556e-05,1.5455336351770485e-06,1.456587520662164e-08)
    sum a = (8.131516293641283e-20,-1.1350241493207625e-19,5.505714157152952e-21)
    sum e = 0.0061039577962059945
    sum de = 9.037990440545224e-06
Info: cfl dt = 0.01307395671332654 cfl multiplier : 0.27777778164958367        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5349e+05 | 98993 |      1 | 6.449e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 86.4307228695169 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 3.8640827702440483, dt = 0.01307395671332654 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98993.0 min = 98993.0 factor = 1
 - strategy "round robin" : max = 94043.3 min = 94043.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98993
    max = 98993
    avg = 98993
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.6%)
   patch tree reduce : 1.87 us    (0.8%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.27 us    (0.5%)
   LB compute        : 224.36 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.01 us    (61.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.221933182362847e-07,-3.8107949767391476e-07,-1.0693755898345423e-08) v=(3.6206605679837683e-07,3.567784831927124e-07,6.414495443773918e-09) l=(2.7563534383724902e-09,-1.1876189574726854e-08,5.062628200439923e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604571995658102e-05,1.560988460979631e-06,1.2310153986014704e-08)
    sum a = (3.5236570605778894e-19,9.50370966819325e-19,2.752857078576476e-20)
    sum e = 0.006103939865184393
    sum de = 9.040181078519473e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013162515299677643
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604657073383005e-05,1.567022113963581e-06,1.2247592459410256e-08)
    sum a = (2.778268066994105e-19,3.3542504711270293e-19,3.134021904840911e-20)
    sum e = 0.006103817160817967
    sum de = 9.042134298634956e-06
Info: cfl dt = 0.01209834789216295 cfl multiplier : 0.2592592605498612         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5385e+05 | 98992 |      1 | 6.434e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.14980319372681 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.877156726957375, dt = 0.01209834789216295 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98992.0 min = 98992.0 factor = 1
 - strategy "round robin" : max = 94042.4 min = 94042.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98992
    max = 98992
    avg = 98992
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.7%)
   patch tree reduce : 1.86 us    (0.8%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 224.72 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (63.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.9624515398148897e-07,6.467712249188411e-07,-1.5288874883341615e-08) v=(-6.472176217542445e-07,-2.398637380310992e-07,-4.5618665383566465e-10) l=(1.0974635911782346e-08,1.1867263441862874e-08,1.0196375372558417e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606134430579783e-05,1.5731835592493095e-06,1.1303015469269415e-08)
    sum a = (2.0667603913004928e-19,-8.639736061993863e-20,-2.0328790734103208e-20)
    sum e = 0.006103508782100511
    sum de = 9.077666627407634e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012178179265356913
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605783998197361e-05,1.5731161241848733e-06,1.1390351312984657e-08)
    sum a = (-9.147955830346444e-20,2.422514229147299e-19,-2.3928680759933985e-20)
    sum e = 0.0061034039021622116
    sum de = 9.079525141928061e-06
Info: cfl dt = 0.011718018077260708 cfl multiplier : 0.25308642018328703       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5420e+05 | 98990 |      1 | 6.420e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.84417950639006 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.889255074849538, dt = 0.011718018077260708 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98990.0 min = 98990.0 factor = 1
 - strategy "round robin" : max = 94040.5 min = 94040.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98990
    max = 98990
    avg = 98990
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.80 us    (2.8%)
   patch tree reduce : 1.81 us    (0.8%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.4%)
   LB compute        : 220.81 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 991.00 ns  (61.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.5968853130502676e-07,-1.9552417882028397e-07,2.621606376424415e-09) v=(1.7310678659980344e-07,4.89770858646868e-07,-1.0003482610075098e-08) l=(1.3567915877884153e-09,1.0142128275113813e-08,5.185102471629054e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6063424871669465e-05,1.5753022210286503e-06,1.1063145366640773e-08)
    sum a = (-1.0842021724855044e-19,2.202285662861181e-20,-1.2705494208814505e-20)
    sum e = 0.006103338612863535
    sum de = 9.001148864917227e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011808455543856313
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6063761909454475e-05,1.5810414872586263e-06,1.1203753219559996e-08)
    sum a = (-6.437450399132683e-20,2.1345230270808369e-19,-9.317362419797304e-21)
    sum e = 0.006103239718394514
    sum de = 9.002684323171937e-06
Info: cfl dt = 0.01172811785742822 cfl multiplier : 0.25102880672776234        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5308e+05 | 98989 |      1 | 6.467e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.23573357311894 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.9009730929267987, dt = 0.01172811785742822 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98989.0 min = 98989.0 factor = 1
 - strategy "round robin" : max = 94039.5 min = 94039.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98989
    max = 98989
    avg = 98989
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.2%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 270.95 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0830368031396133e-07,7.292601319133373e-07,2.283589842719811e-08) v=(-7.397610936101114e-07,-1.7708109464248444e-07,-1.062365242478362e-08) l=(-6.02621428738548e-08,-2.975343241131832e-08,2.0376388693828327e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60636946007395e-05,1.5811792532373863e-06,1.1129884690643319e-08)
    sum a = (-2.981555974335137e-19,-1.9820570965750628e-19,1.5246593050577406e-20)
    sum e = 0.006102396973256219
    sum de = 8.967952138806536e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011821658105435204
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606134622817664e-05,1.584352392079686e-06,1.1384410153720806e-08)
    sum a = (2.642742795433417e-19,4.946672411965114e-19,1.8634724839594607e-20)
    sum e = 0.006102298039343924
    sum de = 8.970033838852887e-06
Info: cfl dt = 0.011521745595162947 cfl multiplier : 0.2503429355759208        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5332e+05 | 98985 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.39816708680196 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.9127012107842267, dt = 0.011521745595162947 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98985.0 min = 98985.0 factor = 1
 - strategy "round robin" : max = 94035.8 min = 94035.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98985
    max = 98985
    avg = 98985
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.8%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.11 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 222.88 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.69 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.088522805327128e-07,3.415241708020346e-07,2.2861064712704986e-08) v=(-3.5676740616985917e-07,2.8411493344042264e-07,-2.720944673970402e-08) l=(-5.1836425418392925e-08,1.168395337551263e-08,1.528596502198211e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6064368364847195e-05,1.5856266891315707e-06,1.1084082487707438e-08)
    sum a = (1.3552527156068805e-19,-5.742883382384156e-19,0)
    sum e = 0.006101711274133276
    sum de = 9.002742887163909e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011611425981811425
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606127576320613e-05,1.587184856421088e-06,1.1166399692173699e-08)
    sum a = (-8.809142651444724e-20,1.1689054672109345e-19,-4.235164736271502e-21)
    sum e = 0.0061016162167080844
    sum de = 9.004615676165353e-06
Info: cfl dt = 0.01140730106853678 cfl multiplier : 0.25011431185864025        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5413e+05 | 98982 |      1 | 6.422e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.58708988872367 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.92422295637939, dt = 0.01140730106853678 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98982.0 min = 98982.0 factor = 1
 - strategy "round robin" : max = 94032.9 min = 94032.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98982
    max = 98982
    avg = 98982
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.17 us    (2.5%)
   patch tree reduce : 1.97 us    (0.8%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 231.20 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (63.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.94226941197089e-07,7.09323286048264e-08,-8.755592550884479e-09) v=(-1.0406860358816117e-07,5.055470416380584e-07,-1.2110826489882298e-09) l=(8.684670914471959e-09,3.0436152029415142e-09,5.148810921574206e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606282542207487e-05,1.5879201956945824e-06,1.1072432574023574e-08)
    sum a = (-3.5914196963582334e-19,-1.1180834903756764e-18,-3.091670257478196e-20)
    sum e = 0.00610154561757466
    sum de = 8.970052054171243e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01149484081105305
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6068239914668e-05,1.5899707470940112e-06,1.103877629264335e-08)
    sum a = (-3.5914196963582334e-19,-1.7719929256559963e-18,-2.922263668027336e-20)
    sum e = 0.00610145218296029
    sum de = 8.971548079985147e-06
Info: cfl dt = 0.011927424245575706 cfl multiplier : 0.25003810395288006       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5396e+05 | 98981 |      1 | 6.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.878545984909444 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.9356302574479267, dt = 0.011927424245575706 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98981.0 min = 98981.0 factor = 1
 - strategy "round robin" : max = 94031.9 min = 94031.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98981
    max = 98981
    avg = 98981
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.80 us    (2.7%)
   patch tree reduce : 1.75 us    (0.7%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.5%)
   LB compute        : 230.29 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.66 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (59.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-9.694680794034407e-07,1.4818535038586345e-07,-8.34795980682387e-09) v=(-8.805630200587771e-08,-1.014957449981888e-06,4.3857119728294706e-10) l=(-1.730712578199142e-08,1.567661157252236e-08,1.5426917377983282e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6060870699539516e-05,1.5872565854535645e-06,1.1620504471709124e-08)
    sum a = (1.1519648082658485e-19,-1.4399560103323106e-19,-8.046812998915853e-21)
    sum e = 0.006100864201241966
    sum de = 8.946673840845266e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012018874883874254
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606018441251558e-05,1.5899745257355006e-06,1.182410152367813e-08)
    sum a = (-2.846030702774449e-19,3.5236570605778894e-19,-6.3527471044072525e-21)
    sum e = 0.006100762077212053
    sum de = 8.948729734033337e-06
Info: cfl dt = 0.01201771858299396 cfl multiplier : 0.2500127013176267         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5365e+05 | 98978 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.65747677587163 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.9475576816935023, dt = 0.01201771858299396 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98978.0 min = 98978.0 factor = 1
 - strategy "round robin" : max = 94029.1 min = 94029.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98978
    max = 98978
    avg = 98978
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.68 us    (2.4%)
   patch tree reduce : 1.61 us    (0.6%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 261.88 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (70.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.3260685338413884e-08,1.8953443360909665e-07,4.1663307291525813e-08) v=(-1.9323437060580438e-07,-5.739428362632685e-08,3.88184667432492e-09) l=(7.982627062169012e-09,-6.281946950246975e-09,1.5416245348953478e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605877698180069e-05,1.589705706519617e-06,1.1747903091104269e-08)
    sum a = (-1.7279472123987727e-19,1.8736368793265124e-18,1.6940658945086007e-20)
    sum e = 0.00610017684662923
    sum de = 8.911811486122774e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01210728494864144
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606023228592531e-05,1.593081599056596e-06,1.2130183174860071e-08)
    sum a = (3.4558944247975454e-19,1.5805634795765244e-18,1.4399560103323106e-20)
    sum e = 0.0061000731909161875
    sum de = 8.913896936334415e-06
Info: cfl dt = 0.011854196321256776 cfl multiplier : 0.2500042337725423        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5303e+05 | 98975 |      1 | 6.468e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.89327271074595 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.9595754002764965, dt = 0.011854196321256776 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98975.0 min = 98975.0 factor = 1
 - strategy "round robin" : max = 94026.2 min = 94026.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98975
    max = 98975
    avg = 98975
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.60 us    (2.8%)
   patch tree reduce : 1.61 us    (0.7%)
   gen split merge   : 951.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 217.06 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.38 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.03 us    (62.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.961317280805091e-07,3.479008760524558e-07,3.028795346315526e-08) v=(-3.2183816909383675e-07,-3.366151514419156e-07,-1.4965896175338278e-08) l=(-3.5937347564322785e-08,3.452184489810341e-08,1.5275807299123742e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606286872495463e-05,1.5939981748401837e-06,1.1741844864603365e-08)
    sum a = (3.7947076036992655e-19,-3.8624702394796095e-19,-1.6940658945086007e-21)
    sum e = 0.0060994956187210925
    sum de = 8.904680385944264e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011938453600439113
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6060509335289984e-05,1.5958118446309237e-06,1.2047160339495067e-08)
    sum a = (2.303929616531697e-19,-3.3711911300721153e-19,-8.046812998915853e-21)
    sum e = 0.006099394999922359
    sum de = 8.906630473081781e-06
Info: cfl dt = 0.011614870062422757 cfl multiplier : 0.25000141125751413       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4377e+05 | 98972 |      1 | 6.884e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.989230545351305 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 3.971429596597753, dt = 0.011614870062422757 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98972.0 min = 98972.0 factor = 1
 - strategy "round robin" : max = 94023.4 min = 94023.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98972
    max = 98972
    avg = 98972
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.24 us    (2.4%)
   patch tree reduce : 1.59 us    (0.6%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 241.58 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.14 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (69.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.176698821344133e-07,1.0590531551637333e-07,8.524126611248261e-09) v=(-1.235480481151395e-07,3.1304553086226514e-07,1.7829228600557795e-09) l=(3.307482006087592e-10,3.6927310890168083e-08,1.0209806870562074e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606405661607725e-05,1.5969277362009346e-06,1.1749704338140126e-08)
    sum a = (2.574980159653073e-19,-2.0498197323554068e-19,1.1858461261560205e-20)
    sum e = 0.006099069452283941
    sum de = 8.97355620659126e-06
Info: cfl dt = 0.02299863813619389 cfl multiplier : 0.5000009408383428         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8332e+05 | 98970 |      1 | 5.399e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.45083340053955 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 3.983044466660176, dt = 0.02299863813619389 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98970.0 min = 98970.0 factor = 1
 - strategy "round robin" : max = 94021.5 min = 94021.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98970
    max = 98970
    avg = 98970
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.32 us    (2.1%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 931.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.3%)
   LB compute        : 287.41 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.33 us    (66.8%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5889256826060995e-05,1.551511126300829e-06,2.3431086107323906e-08)
    sum a = (-1.7279472123987727e-19,1.2281977735187355e-19,-2.0752307207730358e-20)
    sum e = 0.00609955759641296
    sum de = 8.938178820269356e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02316773394005394
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.590342423296843e-05,1.5623286740307235e-06,2.3221159921307507e-08)
    sum a = (-2.778268066994105e-19,-3.3796614595446584e-19,-1.9905274260476058e-20)
    sum e = 0.006099179500628063
    sum de = 8.944020337195974e-06
Info: cfl dt = 0.01571824391173882 cfl multiplier : 0.3333336469461143         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5237e+05 | 98970 |      1 | 6.495e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 127.46822547844924 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.00604310479637, dt = 0.01571824391173882 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98970.0 min = 98970.0 factor = 1
 - strategy "round robin" : max = 94021.5 min = 94021.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98970
    max = 98970
    avg = 98970
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.1%)
   patch tree reduce : 1.91 us    (0.6%)
   gen split merge   : 1.16 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.3%)
   LB compute        : 290.62 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (62.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.3170572287425386e-06,4.7615597787827794e-07,-2.769914195903942e-08) v=(-3.885763695222047e-07,-1.3852775146642717e-06,3.5742362087628066e-08) l=(-3.0207982913946356e-08,1.3293016408400658e-08,2.037450719883922e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6011551484905245e-05,1.5888399075683938e-06,1.592853110065989e-08)
    sum a = (-1.2874900798265365e-19,-1.6551023789349029e-18,-1.1011428314305904e-20)
    sum e = 0.006098451095709352
    sum de = 8.926784313050494e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015845379247687155
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601389269555225e-05,1.5968472840021308e-06,1.5895844345567197e-08)
    sum a = (3.8624702394796095e-19,-3.7438856268640075e-19,-1.1011428314305904e-20)
    sum e = 0.00609827449245574
    sum de = 8.930408432273671e-06
Info: cfl dt = 0.013215553498136759 cfl multiplier : 0.2777778823153714        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5323e+05 | 98966 |      1 | 6.459e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 87.61317479480213 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.021761348708108, dt = 0.013215553498136759 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98966.0 min = 98966.0 factor = 1
 - strategy "round robin" : max = 94017.7 min = 94017.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98966
    max = 98966
    avg = 98966
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.5%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.06 us    (0.4%)
   LB compute        : 250.83 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.19 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-4.614376334917907e-07,7.313731346871737e-07,-3.3364524000317666e-09) v=(-7.161749897324427e-07,-5.185753288421005e-07,-1.014178707874281e-08) l=(-3.14317405191224e-08,-2.223974035299455e-09,1.51939615153536e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6050627166700194e-05,1.6048359336231512e-06,1.3318967408229462e-08)
    sum a = (-8.809142651444724e-20,7.428478947420214e-19,-3.4728350837426314e-20)
    sum e = 0.0060977425463735095
    sum de = 8.969782440762138e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013325921423619035
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605276571922897e-05,1.6043550333724727e-06,1.3349487399921407e-08)
    sum a = (-2.0328790734103208e-19,-2.1175823681357508e-19,-3.7269449679189215e-20)
    sum e = 0.006097617956079936
    sum de = 8.972137604897198e-06
Info: cfl dt = 0.012241114620738658 cfl multiplier : 0.25925929410512377       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5378e+05 | 98963 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.92837354386396 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.034976902206245, dt = 0.012241114620738658 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98963.0 min = 98963.0 factor = 1
 - strategy "round robin" : max = 94014.8 min = 94014.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98963
    max = 98963
    avg = 98963
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.24 us    (2.3%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 252.96 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.80 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.52 us    (69.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.093113537057322e-07,-2.8589792256425266e-07,-7.561935476439331e-09) v=(3.201710720148756e-07,-4.05912220793783e-07,3.06768508578221e-09) l=(-7.924089842819148e-09,-2.2997159067490207e-09,5.15860516508179e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606692866428114e-05,1.6072237083745381e-06,1.2320317923742877e-08)
    sum a = (-5.996993266560446e-19,8.131516293641283e-20,1.3129010682441655e-20)
    sum e = 0.006097567093748961
    sum de = 9.004792876657342e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012330777633931655
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606553559015234e-05,1.6116370618053899e-06,1.2129081991960382e-08)
    sum a = (-6.844026213814747e-19,-1.1604351377383915e-19,1.3129010682441655e-20)
    sum e = 0.0060974604196289365
    sum de = 9.00648568401827e-06
Info: cfl dt = 0.01186531890333603 cfl multiplier : 0.25308643136837455        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5286e+05 | 98962 |      1 | 6.474e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.06747228525208 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.047218016826984, dt = 0.01186531890333603 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98962.0 min = 98962.0 factor = 1
 - strategy "round robin" : max = 94013.9 min = 94013.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98962
    max = 98962
    avg = 98962
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (2.4%)
   patch tree reduce : 2.04 us    (0.8%)
   gen split merge   : 951.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 251.14 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.52 us    (69.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.686123518900495e-07,4.681779258315351e-07,-4.3185482176367004e-08) v=(-4.909726342570742e-07,1.440256977784768e-07,1.6220616756726616e-08) l=(2.749530323739751e-08,3.702601152974191e-08,5.08754514650712e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607095755088422e-05,1.612879873409196e-06,1.1910962992205925e-08)
    sum a = (5.759824041329242e-19,1.1434944787933055e-19,-2.286988957586611e-20)
    sum e = 0.006097405206789501
    sum de = 8.953116259621043e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011959314728070427
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606649003631609e-05,1.6138362918942687e-06,1.1871767274900219e-08)
    sum a = (2.710505431213761e-19,1.607668533888662e-18,-2.498747194400186e-20)
    sum e = 0.006097304456152867
    sum de = 8.954611968775138e-06
Info: cfl dt = 0.011656471506469413 cfl multiplier : 0.25102881045612485       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5263e+05 | 98961 |      1 | 6.484e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.88231359493727 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.05908333573032, dt = 0.011656471506469413 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98961.0 min = 98961.0 factor = 1
 - strategy "round robin" : max = 94012.9 min = 94012.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98961
    max = 98961
    avg = 98961
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.47 us    (2.3%)
   patch tree reduce : 1.79 us    (0.6%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.16 us    (0.4%)
   LB compute        : 257.32 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.67 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (66.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(7.333182244096136e-07,-2.218779979369515e-08,1.4821493800925753e-08) v=(-3.7204712177657096e-08,7.45862998990216e-07,-1.2945765947006774e-09) l=(-1.727428623970375e-08,1.9676139536546084e-08,1.5235643193865951e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6069257107588145e-05,1.6144397276549656e-06,1.1625583928756139e-08)
    sum a = (-7.453889935837843e-20,4.2351647362715017e-20,1.3129010682441655e-20)
    sum e = 0.006096723987514334
    sum de = 8.885453600408476e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011748252372223163
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607533704084217e-05,1.6130583739589052e-06,1.1296149145407508e-08)
    sum a = (4.0657581468206416e-20,2.363221922839498e-19,9.740878893424454e-21)
    sum e = 0.006096626573119838
    sum de = 8.887349215952428e-06
Info: cfl dt = 0.011717325547758638 cfl multiplier : 0.2503429368187083        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5390e+05 | 98958 |      1 | 6.430e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.26311911209625 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.07073980723679, dt = 0.011717325547758638 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98958.0 min = 98958.0 factor = 1
 - strategy "round robin" : max = 94010.1 min = 94010.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98958
    max = 98958
    avg = 98958
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.4%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 991.00 ns  (0.3%)
   LB compute        : 265.62 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0007907389589005e-06,-4.502417940350275e-07,-6.718148310762975e-08) v=(5.256093755204085e-07,-9.970592544860876e-07,2.0504159762680857e-08) l=(-6.87877124252745e-08,-6.14782078082318e-08,2.0351881543278962e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607479669731247e-05,1.6125473520632073e-06,1.1655833893149774e-08)
    sum a = (5.21772295508649e-19,8.749850345136923e-19,2.0752307207730358e-20)
    sum e = 0.006095785381579286
    sum de = 8.905667934662993e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011800768846423998
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607681457080332e-05,1.6157126082800736e-06,1.1277850274672365e-08)
    sum a = (3.2526065174565133e-19,1.3476294190815918e-18,1.9905274260476058e-20)
    sum e = 0.006095687528825802
    sum de = 8.907807426168372e-06
Info: cfl dt = 0.011616952703090004 cfl multiplier : 0.25011431227290276       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4421e+05 | 98954 |      1 | 6.862e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.47237818076763 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.0824571327845485, dt = 0.011616952703090004 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98954.0 min = 98954.0 factor = 1
 - strategy "round robin" : max = 94006.3 min = 94006.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98954
    max = 98954
    avg = 98954
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.37 us    (2.6%)
   patch tree reduce : 1.96 us    (0.7%)
   gen split merge   : 1.22 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 267.13 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.1938508459083963e-07,2.705735180089856e-07,-1.7370599090861018e-08) v=(-2.409243477226504e-07,-4.494476547003452e-07,1.229346598652475e-08) l=(-8.998601476648449e-09,1.8657695664939114e-08,5.078787179038473e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6078382571532086e-05,1.6160551794297979e-06,1.1226473625362724e-08)
    sum a = (3.4897757426877174e-19,-7.089665768518494e-19,-2.0752307207730358e-20)
    sum e = 0.0060956268403566105
    sum de = 8.90904796916825e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0117017770181102
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6081082993490527e-05,1.6160409648965609e-06,1.1275287022355458e-08)
    sum a = (5.319366908757006e-19,-2.244637310223896e-19,-1.9481757786848908e-20)
    sum e = 0.006095530807413427
    sum de = 8.91047481016757e-06
Info: cfl dt = 0.01187684127722562 cfl multiplier : 0.2500381040909676         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5269e+05 | 98953 |      1 | 6.481e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.53090671814637 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.094074085487638, dt = 0.01187684127722562 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98953.0 min = 98953.0 factor = 1
 - strategy "round robin" : max = 94005.3 min = 94005.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98953
    max = 98953
    avg = 98953
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.4%)
   patch tree reduce : 1.93 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 258.43 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (62.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.032445247485855e-07,-1.9168235108741574e-07,1.1899615243398968e-08) v=(2.3016306240406646e-07,-5.173204499799689e-07,-6.270434107839525e-09) l=(7.321732275921613e-10,7.567775397856758e-09,1.0322307536034941e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607764507147557e-05,1.6151946033260114e-06,1.1424309941769128e-08)
    sum a = (2.778268066994105e-19,5.548065804515667e-19,7.199780051661553e-21)
    sum e = 0.0060952016703198515
    sum de = 8.779872700315108e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011976093235819647
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607939088339332e-05,1.6111765683065476e-06,1.2104900802336444e-08)
    sum a = (3.6253010142484055e-19,6.166399856011306e-19,6.776263578034403e-21)
    sum e = 0.006095100403683824
    sum de = 8.781675474792595e-06
Info: cfl dt = 0.011778150041809066 cfl multiplier : 0.2500127013636559        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5343e+05 | 98951 |      1 | 6.449e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.29885042391253 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.105950926764864, dt = 0.011778150041809066 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98951.0 min = 98951.0 factor = 1
 - strategy "round robin" : max = 94003.4 min = 94003.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98951
    max = 98951
    avg = 98951
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.84 us    (2.5%)
   patch tree reduce : 2.38 us    (0.8%)
   gen split merge   : 1.08 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 289.97 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 4.14 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-3.3499567113318856e-07,-9.072394283435488e-07,9.273583635750545e-08) v=(9.409606050823999e-07,-2.917265035727427e-07,-5.7580029286930045e-08) l=(-1.2807997099235948e-08,2.393909911859425e-08,3.044590435499002e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6080760137278215e-05,1.611003254886888e-06,1.172283636025949e-08)
    sum a = (4.743384504624082e-20,-1.0164395367051604e-20,4.0657581468206416e-20)
    sum e = 0.006093741655807354
    sum de = 8.804393628661842e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01185590638775796
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607817637100648e-05,1.610974593630821e-06,1.1806581350124017e-08)
    sum a = (-4.54009659728305e-19,-5.30242624981192e-19,4.573977915173222e-20)
    sum e = 0.006093642902721106
    sum de = 8.80693401211294e-06
Info: cfl dt = 0.01160234972643208 cfl multiplier : 0.25000423378788533        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5028e+05 | 98945 |      1 | 6.584e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.39829165679663 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.117729076806673, dt = 0.01160234972643208 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98945.0 min = 98945.0 factor = 1
 - strategy "round robin" : max = 93997.8 min = 93997.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98945
    max = 98945
    avg = 98945
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (2.7%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 972.00 ns  (0.4%)
   LB compute        : 218.54 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.05 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.72 us    (68.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.130245132979239e-07,-2.7871594169149704e-07,-3.73088644123293e-08) v=(2.531133125963482e-07,4.3804857547910005e-07,1.4480779112277792e-08) l=(2.4720908559812006e-08,-3.075431725922726e-08,5.034208362550635e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608043104710837e-05,1.6114291262199867e-06,1.1766487505501978e-08)
    sum a = (5.38712954453735e-19,-6.894848190650005e-19,-1.2705494208814505e-21)
    sum e = 0.00609358395531451
    sum de = 8.833613934260122e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011685503363022253
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60833886195314e-05,1.612558395500341e-06,1.1601085297117707e-08)
    sum a = (3.3881317890172014e-21,-1.2248096417297183e-18,-2.964615315390051e-21)
    sum e = 0.006093488478101046
    sum de = 8.835042890689008e-06
Info: cfl dt = 0.011842151747318997 cfl multiplier : 0.2500014112626285        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5392e+05 | 98944 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.97570277214976 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.1293314265331045, dt = 0.011842151747318997 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98944.0 min = 98944.0 factor = 1
 - strategy "round robin" : max = 93996.8 min = 93996.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98944
    max = 98944
    avg = 98944
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.45 us    (2.2%)
   patch tree reduce : 1.76 us    (0.6%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 271.30 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.41 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.993748892994775e-07,-1.3217978525679585e-08,-8.400433595269323e-09) v=(4.651700628179088e-08,-5.126892121914121e-07,-4.832044568570152e-09) l=(-8.492061604389008e-09,-5.664376653786779e-09,5.137346642460506e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6080349453978056e-05,1.6117795098005754e-06,1.1887769430940019e-08)
    sum a = (3.6253010142484055e-19,1.860931385117698e-18,-9.740878893424454e-21)
    sum e = 0.006093427536287511
    sum de = 8.769739163769745e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01193767482484667
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6076888265573404e-05,1.6122912578326145e-06,1.1749098493380856e-08)
    sum a = (-1.0164395367051604e-20,5.47183283926278e-19,-1.0164395367051604e-20)
    sum e = 0.006093327525523688
    sum de = 8.77126594290923e-06
Info: cfl dt = 0.011725740430244885 cfl multiplier : 0.2500004704208762        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5368e+05 | 98943 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.21646064019706 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.141173578280424, dt = 0.011725740430244885 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98943.0 min = 98943.0 factor = 1
 - strategy "round robin" : max = 93995.8 min = 93995.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98943
    max = 98943
    avg = 98943
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.41 us    (2.6%)
   patch tree reduce : 1.59 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 222.79 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.76 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.195294424292015e-07,-1.2290456694678798e-07,-1.8714275012767046e-08) v=(8.422448379535881e-08,5.401030077700704e-07,3.4223694161799814e-09) l=(-5.74851155639556e-09,-2.718257238106098e-08,1.5255093586862478e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6078277060525565e-05,1.612646595826534e-06,1.1730448415783854e-08)
    sum a = (3.9302328752599536e-19,-1.2027867851011065e-18,1.0587911840678754e-20)
    sum e = 0.006092745962026015
    sum de = 8.732124052739815e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01182533637479745
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607513139335104e-05,1.610902385997841e-06,1.160840150074545e-08)
    sum a = (1.2874900798265365e-19,-5.38712954453735e-19,5.505714157152952e-21)
    sum e = 0.006092648104647902
    sum de = 8.734015624972173e-06
Info: cfl dt = 0.011611514322666373 cfl multiplier : 0.25000015680695875       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5359e+05 | 98940 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.52950400053562 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.152899318710669, dt = 0.011611514322666373 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98940.0 min = 98940.0 factor = 1
 - strategy "round robin" : max = 93993.0 min = 93993.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98940
    max = 98940
    avg = 98940
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.27 us    (2.3%)
   patch tree reduce : 1.56 us    (0.6%)
   gen split merge   : 951.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 248.91 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.02 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (62.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.526646912272612e-07,-4.902929784925038e-07,-7.3513262998428495e-09) v=(4.5859836203314983e-07,5.927319547693616e-07,1.3488428305075763e-09) l=(-1.2286184543734372e-08,-2.8928506588875425e-08,1.5291537646065214e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607643171996661e-05,1.611127667325166e-06,1.1479298396021244e-08)
    sum a = (2.541098841762901e-19,2.795208725939191e-19,-3.2610768469290563e-20)
    sum e = 0.006092060774017542
    sum de = 8.682473567095824e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01170230472242044
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6078319319847956e-05,1.6108901228212286e-06,1.1613483749139356e-08)
    sum a = (6.945670167485263e-19,6.395098751769968e-19,-3.176373552203626e-20)
    sum e = 0.006091964774506862
    sum de = 8.684331869296955e-06
Info: cfl dt = 0.011499427558075004 cfl multiplier : 0.25000005226898625       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5405e+05 | 98937 |      1 | 6.422e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.08657838569368 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.164510833033336, dt = 0.011499427558075004 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98937.0 min = 98937.0 factor = 1
 - strategy "round robin" : max = 93990.1 min = 93990.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98937
    max = 98937
    avg = 98937
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.95 us    (2.6%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 992.00 ns  (0.4%)
   LB compute        : 243.99 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.02 us    (62.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.961436017599441e-07,-2.6321476312985413e-07,1.7391227687704015e-08) v=(2.953524689866804e-07,-2.878278669703085e-07,-4.386585424300351e-09) l=(6.024588089854311e-08,1.1631031973888506e-08,1.5236943555966935e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607996817027577e-05,1.6110695080156308e-06,1.1484209121440612e-08)
    sum a = (-6.776263578034403e-20,-1.6178329292557136e-19,-3.5575383784680614e-20)
    sum e = 0.006091378757527804
    sum de = 8.670990854759033e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011590856940976295
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6080185513523853e-05,1.6150422231054414e-06,1.1620803729446876e-08)
    sum a = (1.3213713977167085e-19,4.599388903590851e-19,-3.8963515573697816e-20)
    sum e = 0.006091284918038314
    sum de = 8.672748013752283e-06
Info: cfl dt = 0.011391196343311486 cfl multiplier : 0.25000001742299544       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5392e+05 | 98934 |      1 | 6.427e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.40830722425862 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.1760102605914105, dt = 0.011391196343311486 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98934.0 min = 98934.0 factor = 1
 - strategy "round robin" : max = 93987.3 min = 93987.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98934
    max = 98934
    avg = 98934
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.78 us    (2.4%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 982.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 258.64 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (70.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-7.810674168358856e-08,4.661839271812029e-07,1.786598318856163e-08) v=(-4.6983332286917407e-07,-1.1287003018103903e-07,-6.2933164240508955e-09) l=(1.8944420848894543e-08,6.503895262799548e-09,1.0196358546735998e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608179086516177e-05,1.6155642002445248e-06,1.142319365310668e-08)
    sum a = (6.437450399132683e-19,2.31239994600424e-19,2.286988957586611e-20)
    sum e = 0.006090952766411174
    sum de = 8.68930994807198e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011483663664610757
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608119257805067e-05,1.6192634768310096e-06,1.1529120200145397e-08)
    sum a = (3.2526065174565133e-19,-1.0909784360635388e-18,2.1175823681357508e-20)
    sum e = 0.006090860892142253
    sum de = 8.690914871278034e-06
Info: cfl dt = 0.011501515826694904 cfl multiplier : 0.2500000058076652        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4820e+05 | 98932 |      1 | 6.676e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.42857455960634 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.1874014569347215, dt = 0.011501515826694904 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98932.0 min = 98932.0 factor = 1
 - strategy "round robin" : max = 93985.4 min = 93985.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98932
    max = 98932
    avg = 98932
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (2.2%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.43 us    (0.5%)
   LB compute        : 293.48 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 4.55 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(6.889170089873441e-08,4.94486318247092e-07,4.212317707217027e-10) v=(-5.116347629865325e-07,3.105204088653358e-08,2.773139212506401e-09) l=(2.68552690427676e-09,-8.09218967347877e-10,5.107335356157195e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6079689530654874e-05,1.6192137662134157e-06,1.1675085162618912e-08)
    sum a = (2.1345230270808369e-19,3.9810548520952116e-20,1.9905274260476058e-20)
    sum e = 0.006090791746859242
    sum de = 8.659832761890345e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011593853124138012
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608079369866246e-05,1.622332604708104e-06,1.1831041566588106e-08)
    sum a = (-3.4558944247975454e-19,1.3323828260310144e-18,2.0752307207730358e-20)
    sum e = 0.006090697852863164
    sum de = 8.66122418699359e-06
Info: cfl dt = 0.01181936493206821 cfl multiplier : 0.2500000019358884         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5366e+05 | 98931 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.31277853826329 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.198902972761417, dt = 0.01181936493206821 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98931.0 min = 98931.0 factor = 1
 - strategy "round robin" : max = 93984.4 min = 93984.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98931
    max = 98931
    avg = 98931
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.82 us    (2.8%)
   patch tree reduce : 1.96 us    (0.8%)
   gen split merge   : 922.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.5%)
   LB compute        : 224.10 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.155151604955717e-07,3.798629219235912e-07,3.047551751301989e-08) v=(-3.8502227803137775e-07,-2.3540694495779362e-07,-1.905895092795161e-08) l=(-3.9132539863192383e-10,2.1513895598220757e-08,1.5403134023001669e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6076526287479e-05,1.6218391403608119e-06,1.2059756914920658e-08)
    sum a = (1.0164395367051604e-19,2.456395547037471e-20,6.3527471044072525e-21)
    sum e = 0.006090103836164847
    sum de = 8.687785427905633e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011912133618376897
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6079062525895056e-05,1.6238888637836103e-06,1.224951925305625e-08)
    sum a = (1.8295911660692887e-19,6.877907531704919e-19,5.505714157152952e-21)
    sum e = 0.006090004909329817
    sum de = 8.689759609588701e-06
Info: cfl dt = 0.011657750816156429 cfl multiplier : 0.2500000006452961        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5245e+05 | 98928 |      1 | 6.489e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.57207256354774 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.210722337693485, dt = 0.011657750816156429 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98928.0 min = 98928.0 factor = 1
 - strategy "round robin" : max = 93981.6 min = 93981.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98928
    max = 98928
    avg = 98928
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.51 us    (2.4%)
   patch tree reduce : 1.99 us    (0.6%)
   gen split merge   : 1.15 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 296.88 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.39 us    (68.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.6890423517447193e-07,1.7161321385367342e-07,1.3037475177152933e-08) v=(-1.4588204444117143e-07,-4.894208267925906e-07,5.060638173962732e-09) l=(1.454082178037198e-08,1.0212568669242407e-09,5.09530538111481e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608152000286291e-05,1.6241981761401948e-06,1.200502893869777e-08)
    sum a = (-1.2197274440461925e-19,2.5707449949168015e-19,2.541098841762901e-21)
    sum e = 0.006089941499440733
    sum de = 8.68823856744264e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011749497937207353
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607829883750441e-05,1.6302982421765569e-06,1.1846161234796197e-08)
    sum a = (1.0164395367051604e-19,-6.71273610699033e-19,-8.470329472543003e-22)
    sum e = 0.006089845302987867
    sum de = 8.689680151305729e-06
Info: cfl dt = 0.011882866317091303 cfl multiplier : 0.25000000021509866       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5352e+05 | 98927 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.12839906753314 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.222380088509642, dt = 0.011882866317091303 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98927.0 min = 98927.0 factor = 1
 - strategy "round robin" : max = 93980.6 min = 93980.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98927
    max = 98927
    avg = 98927
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.5%)
   patch tree reduce : 2.15 us    (0.8%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 991.00 ns  (0.4%)
   LB compute        : 252.39 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(5.077935907435351e-07,8.536039713553099e-07,-4.266934371989743e-08) v=(-9.060040966436933e-07,4.7434999224857106e-07,9.921864007586038e-10) l=(1.9722392579996734e-08,3.927225643657665e-08,1.0250856596956837e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607499816474464e-05,1.630443752551221e-06,1.2199154291871055e-08)
    sum a = (1.9651164376299768e-19,3.909057051578596e-19,1.1434944787933055e-20)
    sum e = 0.006089520089203332
    sum de = 8.711983027543986e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011967016128483898
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607231665976509e-05,1.6304246376490822e-06,1.1927505053888425e-08)
    sum a = (9.351243737687476e-19,-1.215492279309921e-19,1.1011428314305904e-20)
    sum e = 0.006089420291306451
    sum de = 8.713703954698406e-06
Info: cfl dt = 0.011735900721709892 cfl multiplier : 0.25000000007169954       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5268e+05 | 98925 |      1 | 6.479e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.02250921970229 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.2342629548267325, dt = 0.011735900721709892 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98925.0 min = 98925.0 factor = 1
 - strategy "round robin" : max = 93978.8 min = 93978.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98925
    max = 98925
    avg = 98925
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.2%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 992.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.4%)
   LB compute        : 272.73 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (67.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.813539319221792e-07,-1.3129664802526576e-07,-2.675904347718033e-08) v=(9.864603014479065e-08,4.941883009160642e-07,1.1055128746026389e-08) l=(2.359520152227098e-08,-1.582207289048848e-08,5.02074305235565e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607422327615953e-05,1.6306949847381307e-06,1.1890997306354558e-08)
    sum a = (2.574980159653073e-19,-1.7211709488207383e-18,6.3527471044072525e-21)
    sum e = 0.006089365771718836
    sum de = 8.74548037311477e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011821065562968818
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607321731553946e-05,1.6291649295021514e-06,1.182507058936942e-08)
    sum a = (-1.3552527156068805e-19,-1.088437337221776e-18,2.117582368135751e-21)
    sum e = 0.006089268450934416
    sum de = 8.746901596937202e-06
Info: cfl dt = 0.011595791073467743 cfl multiplier : 0.2500000000238998        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5330e+05 | 98924 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.47218851599304 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.245998855548442, dt = 0.011595791073467743 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98924.0 min = 98924.0 factor = 1
 - strategy "round robin" : max = 93977.8 min = 93977.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98924
    max = 98924
    avg = 98924
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.0%)
   patch tree reduce : 2.05 us    (0.6%)
   gen split merge   : 951.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.3%)
   LB compute        : 309.83 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.68 us    (72.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.105241112004163e-07,-4.530479414574485e-07,5.753616856452268e-09) v=(4.5980845026706036e-07,2.4121245217661926e-07,-9.539058279922938e-09) l=(5.864951880995912e-09,9.312693846753582e-09,5.186968595880708e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075090146477565e-05,1.6291828517727119e-06,1.1676283661267371e-08)
    sum a = (-3.4558944247975454e-19,-6.06475590234079e-19,-1.9905274260476058e-20)
    sum e = 0.0060891952854176335
    sum de = 8.746114545534145e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011685383027788585
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6076687606881925e-05,1.6292071628934418e-06,1.1470801701612614e-08)
    sum a = (3.8285889215894375e-19,2.414043899674756e-20,-1.7787691892340307e-20)
    sum e = 0.006089100180714796
    sum de = 8.747558569214976e-06
Info: cfl dt = 0.01146201403373138 cfl multiplier : 0.25000000000796657        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5353e+05 | 98923 |      1 | 6.443e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.78738760524291 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.25759464662191, dt = 0.01146201403373138 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98923.0 min = 98923.0 factor = 1
 - strategy "round robin" : max = 93976.8 min = 93976.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98923
    max = 98923
    avg = 98923
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.30 us    (2.3%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 912.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 252.38 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.32 us    (63.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.484876320049537e-07,-2.3243593291660315e-07,-3.841405322401435e-08) v=(2.554682305064483e-07,-2.3851708357530536e-07,1.2008172747149286e-08) l=(-3.136210870031462e-08,2.6266911936994465e-08,1.024366840523096e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6078676310106376e-05,1.6292538982694684e-06,1.1469967767919245e-08)
    sum a = (-1.4907779871675686e-19,-1.1011428314305904e-19,2.541098841762901e-21)
    sum e = 0.006088765190765672
    sum de = 8.667517954042991e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011551633120517258
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607927005948174e-05,1.6336914530097878e-06,1.119744622981295e-08)
    sum a = (-3.6253010142484055e-19,2.3081647812679684e-19,1.6940658945086007e-21)
    sum e = 0.006088671802333642
    sum de = 8.669074334236086e-06
Info: cfl dt = 0.01191260687797223 cfl multiplier : 0.2500000000026555         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5335e+05 | 98921 |      1 | 6.451e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.96674575590041 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.269056660655641, dt = 0.01191260687797223 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98921.0 min = 98921.0 factor = 1
 - strategy "round robin" : max = 93974.9 min = 93974.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98921
    max = 98921
    avg = 98921
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.7%)
   patch tree reduce : 1.59 us    (0.7%)
   gen split merge   : 1.16 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.5%)
   LB compute        : 219.95 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-1.1647890056534597e-07,5.473320024603206e-07,-2.6099419040631494e-08) v=(-5.54144151268546e-07,-1.5584548330450346e-07,1.7958076854875618e-08) l=(-3.4458596182441812e-09,2.5724667583022237e-09,2.052081555406959e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6072932450860315e-05,1.6335299107022623e-06,1.1735621178608724e-08)
    sum a = (-7.115076756936123e-20,4.514685608865421e-19,-4.235164736271502e-21)
    sum e = 0.00608781741268673
    sum de = 8.660138801729762e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01201189610122969
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60733299944436e-05,1.6285921757871037e-06,1.2111857292067634e-08)
    sum a = (5.04831636563563e-19,3.5067164016328034e-19,-2.964615315390051e-21)
    sum e = 0.006087717020743643
    sum de = 8.66230499748159e-06
Info: cfl dt = 0.011810572440736309 cfl multiplier : 0.2500000000008851        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4880e+05 | 98917 |      1 | 6.648e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.5126203946481 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.280969267533614, dt = 0.011810572440736309 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98917.0 min = 98917.0 factor = 1
 - strategy "round robin" : max = 93971.1 min = 93971.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98917
    max = 98917
    avg = 98917
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.62 us    (2.5%)
   patch tree reduce : 1.82 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 245.54 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.44 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.783724288644095e-08,-9.804947729407244e-07,7.775376658141667e-08) v=(1.0081065119145696e-06,-1.2078479036135088e-08,-2.457161924698677e-08) l=(2.3883015956960557e-08,7.790886032002295e-08,1.0187931335521984e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607467372410562e-05,1.6283300364096517e-06,1.1763213923297732e-08)
    sum a = (-3.4220131069073734e-19,2.2658131339052534e-19,-2.117582368135751e-21)
    sum e = 0.0060873927763798
    sum de = 8.683618546766466e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011900179826637339
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607674925487903e-05,1.627755927239644e-06,1.1838303649839883e-08)
    sum a = (1.8973538018496328e-19,2.5792153243893445e-19,-3.3881317890172014e-21)
    sum e = 0.006087294356596336
    sum de = 8.68525542191656e-06
Info: cfl dt = 0.011712187011404652 cfl multiplier : 0.25000000000029504       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4254e+05 | 98915 |      1 | 6.940e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.26885729525338 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.29277983997435, dt = 0.011712187011404652 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98915.0 min = 98915.0 factor = 1
 - strategy "round robin" : max = 93969.2 min = 93969.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98915
    max = 98915
    avg = 98915
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.08 us    (2.4%)
   patch tree reduce : 2.32 us    (0.8%)
   gen split merge   : 922.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 270.64 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.88 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (66.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.346233201142199e-07,-3.69714566450833e-07,-3.0342234728730446e-08) v=(3.9949102338033843e-07,-3.1481406077046425e-07,8.467493214595672e-09) l=(-2.532165112058795e-08,-1.8655893903491783e-08,5.065734555297508e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60782265983027e-05,1.627706523252314e-06,1.1819715544612811e-08)
    sum a = (2.642742795433417e-19,3.942938369468768e-19,2.583450489125616e-20)
    sum e = 0.006087233871464174
    sum de = 8.674148890898858e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011812160946662344
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607257374181838e-05,1.6299753448374547e-06,1.2061026386967246e-08)
    sum a = (2.0328790734103208e-19,-2.879912020664621e-20,2.583450489125616e-20)
    sum e = 0.006087136975740479
    sum de = 8.675583614718846e-06
Info: cfl dt = 0.01160328478372691 cfl multiplier : 0.25000000000009837        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5344e+05 | 98914 |      1 | 6.446e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.40748498717598 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.304492026985755, dt = 0.01160328478372691 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98914.0 min = 98914.0 factor = 1
 - strategy "round robin" : max = 93968.3 min = 93968.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98914
    max = 98914
    avg = 98914
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.96 us    (2.8%)
   patch tree reduce : 2.16 us    (0.8%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.5%)
   LB compute        : 260.34 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.68 us    (68.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(9.417908116448638e-07,1.5608157074802997e-07,5.344711127627387e-08) v=(-2.1857010588469223e-07,9.491408863804908e-07,-9.341423579284406e-09) l=(-4.416627081422732e-08,2.009679282717631e-09,1.013549880626288e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607380611863453e-05,1.6303287065727942e-06,1.1682408709092609e-08)
    sum a = (2.642742795433417e-19,4.760325163569168e-19,8.893845946170154e-21)
    sum e = 0.006086814145131442
    sum de = 8.674261476325977e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011694283027332416
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607381090572129e-05,1.6314773446497272e-06,1.2264238289335496e-08)
    sum a = (2.303929616531697e-19,1.2023632686274793e-18,1.1858461261560205e-20)
    sum e = 0.006086719061624202
    sum de = 8.675846077962803e-06
Info: cfl dt = 0.011458633471725148 cfl multiplier : 0.2500000000000328        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5389e+05 | 98912 |      1 | 6.428e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.98885555392229 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.316095311769482, dt = 0.011458633471725148 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98912.0 min = 98912.0 factor = 1
 - strategy "round robin" : max = 93966.4 min = 93966.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98912
    max = 98912
    avg = 98912
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.27 us    (2.3%)
   patch tree reduce : 2.05 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.52 us    (0.5%)
   LB compute        : 257.39 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.19 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(5.803123260218952e-08,2.7701045348012005e-08,5.2916183818280306e-08) v=(-3.105967789095897e-08,5.9402352383053575e-08,-2.2212749738519243e-08) l=(1.9164579376988763e-09,-2.0069482565123303e-09,1.0245721833316082e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607588602619224e-05,1.6316945509196922e-06,1.1866104523415131e-08)
    sum a = (-4.946672411965114e-19,-8.042577834179582e-19,-1.1434944787933055e-20)
    sum e = 0.006086381569219238
    sum de = 8.708389229203002e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011556276538743592
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607582985887262e-05,1.629959804076692e-06,1.1949455140514275e-08)
    sum a = (-2.0667603913004928e-19,-2.0976770938752748e-18,-1.1434944787933055e-20)
    sum e = 0.006086289052536204
    sum de = 8.709987892944922e-06
Info: cfl dt = 0.01132073999582127 cfl multiplier : 0.25000000000001094        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5325e+05 | 98910 |      1 | 6.454e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.9157639043623 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.327553945241207, dt = 0.01132073999582127 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98910.0 min = 98910.0 factor = 1
 - strategy "round robin" : max = 93964.5 min = 93964.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98910
    max = 98910
    avg = 98910
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.44 us    (2.6%)
   patch tree reduce : 2.05 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 259.75 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (65.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.4039629108537812e-08,-4.98440539614209e-07,-2.9216469911287168e-08) v=(5.127196518864805e-07,3.464886462937837e-08,1.4650627638179306e-08) l=(-1.2443732717514234e-08,-3.0395833490394575e-08,5.12581098961306e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607775310459512e-05,1.629926131643957e-06,1.1943195036052696e-08)
    sum a = (3.5575383784680614e-19,9.952637130238029e-19,-1.6940658945086007e-20)
    sum e = 0.006086212220005247
    sum de = 8.664325217388588e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011421071964699306
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607043419430423e-05,1.6293379287369214e-06,1.189150580052969e-08)
    sum a = (2.981555974335137e-19,1.1227421715855751e-18,-1.0164395367051604e-20)
    sum e = 0.006086121570242338
    sum de = 8.665681440813095e-06
Info: cfl dt = 0.01118907090900861 cfl multiplier : 0.2500000000000036         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5233e+05 | 98909 |      1 | 6.493e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.765621699989495 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.338874685237029, dt = 0.01118907090900861 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98909.0 min = 98909.0 factor = 1
 - strategy "round robin" : max = 93963.5 min = 93963.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98909
    max = 98909
    avg = 98909
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.3%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 268.91 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.57 us    (70.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(1.2994847330638438e-06,-3.435536390196999e-07,1.4306464540378815e-08) v=(2.751099450179487e-07,1.3494628187646666e-06,-1.651700860322623e-08) l=(-2.5908732062932488e-09,2.546718656015452e-08,1.530762035364193e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6071908633994244e-05,1.6295402370855973e-06,1.1689069935823816e-08)
    sum a = (3.5575383784680614e-19,5.179606472460047e-19,-1.2705494208814505e-20)
    sum e = 0.006085519142460255
    sum de = 8.72022601221526e-06
Info: cfl dt = 0.022124642246253517 cfl multiplier : 0.5000000000000023        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8360e+05 | 98906 |      1 | 5.387e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.77170206280854 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.350063756146037, dt = 0.022124642246253517 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98906.0 min = 98906.0 factor = 1
 - strategy "round robin" : max = 93960.7 min = 93960.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98906
    max = 98906
    avg = 98906
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.82 us    (2.8%)
   patch tree reduce : 1.82 us    (0.7%)
   gen split merge   : 1.16 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.48 us    (0.6%)
   LB compute        : 226.98 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.9%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.590654556550036e-05,1.6160001236731184e-06,2.3246868464962068e-08)
    sum a = (2.0667603913004928e-19,1.147729643529577e-19,-3.091670257478196e-20)
    sum e = 0.006085969048061046
    sum de = 8.643391947490218e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0223123981025964
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5905221335129446e-05,1.6131308734487423e-06,2.2430195584215845e-08)
    sum a = (1.6601845766184287e-19,-8.775261333554552e-19,-3.176373552203626e-20)
    sum e = 0.006085623398020632
    sum de = 8.648466412644656e-06
Info: cfl dt = 0.01500143128666103 cfl multiplier : 0.3333333333333341         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5039e+05 | 98906 |      1 | 6.577e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 121.10552464240197 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.37218839839229, dt = 0.01500143128666103 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98906.0 min = 98906.0 factor = 1
 - strategy "round robin" : max = 93960.7 min = 93960.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98906
    max = 98906
    avg = 98906
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.42 us    (1.9%)
   patch tree reduce : 2.40 us    (0.6%)
   gen split merge   : 1.15 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.35 us    (0.3%)
   LB compute        : 376.98 us  (94.2%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (0.9%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.03 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.0745064035481608e-07,-6.759705546559606e-07,-7.418657576523346e-08) v=(6.894327095399264e-07,1.4742760697747945e-07,3.3950596921041036e-08) l=(-9.71438339650723e-09,9.811105937990672e-09,2.5458462807505114e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601348829594409e-05,1.6232645327069725e-06,1.570273193826919e-08)
    sum a = (8.809142651444724e-20,8.961608581950498e-19,-2.583450489125616e-20)
    sum e = 0.006084600960142059
    sum de = 8.680694585784668e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015144395608305378
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60099068356646e-05,1.626678376896894e-06,1.5234636148873393e-08)
    sum a = (3.8624702394796095e-19,-1.2112571145736495e-19,-2.710505431213761e-20)
    sum e = 0.006084442460652424
    sum de = 8.684176037359928e-06
Info: cfl dt = 0.013044294044964095 cfl multiplier : 0.27777777777777807       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4642e+05 | 98901 |      1 | 6.754e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 79.95555415291648 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.3871898296789515, dt = 0.013044294044964095 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98901.0 min = 98901.0 factor = 1
 - strategy "round robin" : max = 93955.9 min = 93955.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98901
    max = 98901
    avg = 98901
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.81 us    (2.5%)
   patch tree reduce : 1.92 us    (0.7%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.5%)
   LB compute        : 246.49 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (61.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.851497844846943e-07,1.1751126742455455e-07,3.164670520915293e-09) v=(-1.5249684529297187e-07,4.879884053199222e-07,-5.109766452281404e-09) l=(-4.287526535426757e-09,3.972405374828428e-09,5.097814049366241e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6039963129488446e-05,1.6293450297879647e-06,1.322306972108213e-08)
    sum a = (-2.642742795433417e-19,2.718975760686304e-19,-1.5670109524204556e-20)
    sum e = 0.006084413814105429
    sum de = 8.746116518668685e-06
Info: cfl dt = 0.024161400112331224 cfl multiplier : 0.5185185185185187        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8424e+05 | 98900 |      1 | 5.368e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 87.47995454460603 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.400234123723916, dt = 0.024161400112331224 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98900.0 min = 98900.0 factor = 1
 - strategy "round robin" : max = 93955.0 min = 93955.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98900
    max = 98900
    avg = 98900
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.7%)
   patch tree reduce : 1.67 us    (0.7%)
   gen split merge   : 901.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 225.50 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.60 us    (67.2%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.58680211259916e-05,1.6180951320338393e-06,2.453896942312632e-08)
    sum a = (7.115076756936123e-19,1.0037340424963459e-19,8.470329472543003e-22)
    sum e = 0.006084916745510481
    sum de = 8.720533861796571e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02436625852862803
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.585606151702821e-05,1.6299457378061505e-06,2.4889206211695323e-08)
    sum a = (2.778268066994105e-19,2.394985658361534e-19,-1.6940658945086007e-21)
    sum e = 0.006084505576392083
    sum de = 8.726777029417374e-06
Info: cfl dt = 0.015606127326264983 cfl multiplier : 0.3395061728395062        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5217e+05 | 98900 |      1 | 6.499e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 133.83082931619197 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.424395523836247, dt = 0.015606127326264983 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98900.0 min = 98900.0 factor = 1
 - strategy "round robin" : max = 93955.0 min = 93955.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98900
    max = 98900
    avg = 98900
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.42 us    (2.3%)
   patch tree reduce : 1.60 us    (0.6%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 258.07 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (60.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(9.727714330565033e-07,5.045135900478171e-07,2.918901939018292e-08) v=(-5.806150992181176e-07,9.577898535545075e-07,-1.0848918013117675e-09) l=(5.017127700698306e-09,-1.2067949441876124e-08,2.0377466209553627e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5992392441716754e-05,1.636061910119903e-06,1.587337657104333e-08)
    sum a = (3.9302328752599536e-19,-1.0800728868676397e-18,5.082197683525802e-21)
    sum e = 0.006083766801166857
    sum de = 8.66831180718739e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01573266840815215
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5995089961955057e-05,1.6404078060390916e-06,1.530187358461959e-08)
    sum a = (2.710505431213761e-19,-6.127224582200795e-19,1.2281977735187355e-20)
    sum e = 0.006083594822816909
    sum de = 8.671690088297657e-06
Info: cfl dt = 0.012752415072275149 cfl multiplier : 0.27983539094650206       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5316e+05 | 98896 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 87.00710530633908 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.440001651162512, dt = 0.012752415072275149 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98896.0 min = 98896.0 factor = 1
 - strategy "round robin" : max = 93951.2 min = 93951.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98896
    max = 98896
    avg = 98896
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.5%)
   patch tree reduce : 1.72 us    (0.7%)
   gen split merge   : 881.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.27 us    (0.5%)
   LB compute        : 244.64 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.69 us    (71.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-2.9710975348261586e-07,2.987922493867838e-07,-9.871718731195057e-08) v=(-2.9646214308750786e-07,-3.3102894446942804e-07,5.38363227522254e-08) l=(-1.695714968604932e-08,-1.0590454197208696e-08,2.041816663904514e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6040323481184486e-05,1.6415263379433427e-06,1.2895857891816758e-08)
    sum a = (1.0164395367051604e-19,5.164783395883096e-19,2.286988957586611e-20)
    sum e = 0.00608276935787972
    sum de = 8.669722951311344e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012848311014276918
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60422147153117e-05,1.6395057147603945e-06,1.2366861745554798e-08)
    sum a = (2.168404344971009e-19,-3.076847180901246e-19,2.244637310223896e-20)
    sum e = 0.0060826548204634635
    sum de = 8.671972711278761e-06
Info: cfl dt = 0.011744003750727906 cfl multiplier : 0.2599451303155007        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4593e+05 | 98892 |      1 | 6.776e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.74713437215188 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.452754066234787, dt = 0.011744003750727906 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98892.0 min = 98892.0 factor = 1
 - strategy "round robin" : max = 93947.4 min = 93947.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98892
    max = 98892
    avg = 98892
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.03 us    (2.4%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.14 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.4%)
   LB compute        : 268.57 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.994892475097926e-07,-5.546715890223991e-07,-2.1182963997339827e-08) v=(5.858769204315013e-07,-2.848247599461696e-07,2.6419847570794025e-08) l=(9.971427640009142e-09,-3.621213639153145e-08,1.01999509094855e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605803824742747e-05,1.639783379556105e-06,1.1529654106355413e-08)
    sum a = (-6.776263578034403e-21,7.39300944275394e-19,1.1011428314305904e-20)
    sum e = 0.006082329086603151
    sum de = 8.69459159990215e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011829035347322237
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6057053526114825e-05,1.6441529354141834e-06,1.1550761796219985e-08)
    sum a = (5.421010862427522e-20,-1.4634611746186174e-18,8.470329472543003e-21)
    sum e = 0.006082232159881935
    sum de = 8.696214123294187e-06
Info: cfl dt = 0.011317283634375784 cfl multiplier : 0.25331504343850025       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5263e+05 | 98890 |      1 | 6.479e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.25243604814175 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.464498069985515, dt = 0.011317283634375784 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98890.0 min = 98890.0 factor = 1
 - strategy "round robin" : max = 93945.5 min = 93945.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98890
    max = 98890
    avg = 98890
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.69 us    (2.4%)
   patch tree reduce : 1.81 us    (0.7%)
   gen split merge   : 1.29 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 252.67 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (67.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.6709367166226465e-07,4.701245019637522e-07,2.7438826838966615e-08) v=(-4.931655828890768e-07,1.4578916397644192e-07,-1.3418979362016001e-08) l=(-2.0493743623296413e-08,-2.2651011082494573e-08,5.128925611450411e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606378811007339e-05,1.644466653020411e-06,1.098975576571924e-08)
    sum a = (9.486769009248164e-20,7.681530040412436e-20,-8.893845946170154e-21)
    sum e = 0.006082154686500543
    sum de = 8.651761116102832e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011417395435243127
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606404674424351e-05,1.6443187948739896e-06,1.102546523980637e-08)
    sum a = (-1.9651164376299768e-19,-3.044024654195142e-20,-1.2705494208814505e-20)
    sum e = 0.006082064416941779
    sum de = 8.65312370016906e-06
Info: cfl dt = 0.011100731174435264 cfl multiplier : 0.2511050144795001        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4751e+05 | 98889 |      1 | 6.704e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.77584107068178 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.475815353619891, dt = 0.011100731174435264 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98889.0 min = 98889.0 factor = 1
 - strategy "round robin" : max = 93944.5 min = 93944.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98889
    max = 98889
    avg = 98889
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.68 us    (2.5%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 246.42 us  (92.1%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.791383020254895e-08,-2.0997617642865593e-07,-1.8564096651417793e-08) v=(2.0793743828295286e-07,-1.3882396362414136e-08,1.6256087216265175e-08) l=(3.841543501839443e-08,3.216996460298865e-08,1.532533571929639e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606747855935274e-05,1.6442130418474417e-06,1.0952294448352967e-08)
    sum a = (-1.5585406229479126e-19,7.718587731854812e-20,-2.2658131339052534e-20)
    sum e = 0.006081457012699813
    sum de = 8.596319418228716e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01120026812755105
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607033208509371e-05,1.64480222174132e-06,1.050232577759411e-08)
    sum a = (1.8295911660692887e-19,2.940527815952507e-19,-2.371692252312041e-20)
    sum e = 0.006081370073928327
    sum de = 8.59797144417682e-06
Info: cfl dt = 0.010956300721042906 cfl multiplier : 0.2503683381598334        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4745e+05 | 98886 |      1 | 6.706e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.58857385621529 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.486916084794326, dt = 0.010956300721042906 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98886.0 min = 98886.0 factor = 1
 - strategy "round robin" : max = 93941.7 min = 93941.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98886
    max = 98886
    avg = 98886
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.4%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 258.13 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.62 us    (71.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-5.077001704260599e-07,-1.4257543908441665e-07,-5.600180477400786e-08) v=(1.6461493599949776e-07,-5.092160446205799e-07,4.906278279781727e-08) l=(-6.663663687762878e-08,3.732320400725483e-08,1.5257754028232722e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6072708218082366e-05,1.6446451490214042e-06,1.0614633257250171e-08)
    sum a = (-1.2874900798265365e-19,-3.3993152708989183e-19,3.1763735522036263e-21)
    sum e = 0.006080765158290068
    sum de = 8.584106988303853e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011048712862779936
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075526772898e-05,1.646075168989215e-06,1.0216754303433452e-08)
    sum a = (-3.9641141931501256e-19,-7.658435157709956e-19,6.564505341220828e-21)
    sum e = 0.00608068080830982
    sum de = 8.585690194887913e-06
Info: cfl dt = 0.010838387826372517 cfl multiplier : 0.25012277938661115       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5392e+05 | 98883 |      1 | 6.424e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.396469963246375 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.497872385515369, dt = 0.010838387826372517 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98883.0 min = 98883.0 factor = 1
 - strategy "round robin" : max = 93938.8 min = 93938.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98883
    max = 98883
    avg = 98883
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.1%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 991.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.39 us    (0.4%)
   LB compute        : 289.77 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (63.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.301563972924658e-07,1.3897418444774184e-08,-2.7267865300558143e-08) v=(1.0025770969337728e-08,-5.390041476898848e-07,1.0121497791019709e-08) l=(-1.2561547975559703e-09,3.746670002966211e-09,1.0155803597866392e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607749621877754e-05,1.6460338379235427e-06,1.020745409531384e-08)
    sum a = (3.083199928005653e-19,4.696797692525095e-19,3.7269449679189215e-20)
    sum e = 0.006080337599865263
    sum de = 8.565205670117795e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010930341609238888
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607725533472937e-05,1.6418086006529675e-06,1.0009876837303515e-08)
    sum a = (4.0657581468206416e-19,6.140988867593677e-19,3.9387032047324966e-20)
    sum e = 0.006080255095154832
    sum de = 8.566615713082552e-06
Info: cfl dt = 0.010730448751864761 cfl multiplier : 0.2500409264622037        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5323e+05 | 98881 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.46270702587761 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.5087107733417415, dt = 0.010730448751864761 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98881.0 min = 98881.0 factor = 1
 - strategy "round robin" : max = 93936.9 min = 93936.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98881
    max = 98881
    avg = 98881
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.1%)
   patch tree reduce : 1.78 us    (0.6%)
   gen split merge   : 1.08 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 291.78 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.67 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (68.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.3362132217262174e-08,-9.920642973807944e-07,-1.8015520456507613e-08) v=(1.005214816520852e-06,8.61895322236411e-08,4.377188256248583e-09) l=(1.6382557518270724e-09,-1.9571668129356038e-08,1.0128162687327242e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6078800918506214e-05,1.6415004231385625e-06,9.970822835924309e-09)
    sum a = (-1.7618285302889447e-19,-6.322042160069284e-19,3.8116482626443515e-21)
    sum e = 0.006079911426631878
    sum de = 8.544711319385765e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.010828786265808047
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607606845391283e-05,1.6429049810742595e-06,9.793095256798454e-09)
    sum a = (2.439454888092385e-19,-1.6972422680608043e-19,0)
    sum e = 0.006079830592973176
    sum de = 8.54605278849465e-06
Info: cfl dt = 0.010627439683076747 cfl multiplier : 0.2500136421540679        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5029e+05 | 98879 |      1 | 6.579e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.716046586333086 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.519441222093606, dt = 0.010627439683076747 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98879.0 min = 98879.0 factor = 1
 - strategy "round robin" : max = 93935.0 min = 93935.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98879
    max = 98879
    avg = 98879
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.8%)
   patch tree reduce : 2.02 us    (0.8%)
   gen split merge   : 1.16 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 219.33 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(5.286078938478275e-07,-8.788275648522045e-09,-2.1874735139364125e-08) v=(-2.7091462800518844e-08,5.340897421799199e-07,-3.965075881670795e-09) l=(7.457320264685449e-10,-2.1381146305131786e-08,1.0171356006291078e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607749601790068e-05,1.6430637514522757e-06,9.784125348245904e-09)
    sum a = (1.3552527156068805e-20,1.3748403525121362e-19,-1.6728900708272432e-20)
    sum e = 0.00607947973504059
    sum de = 8.593672795852466e-06
Info: cfl dt = 0.021056191320404174 cfl multiplier : 0.5000090947693786        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8561e+05 | 98877 |      1 | 5.327e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.81848578421564 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.530068661776683, dt = 0.021056191320404174 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98877.0 min = 98877.0 factor = 1
 - strategy "round robin" : max = 93933.1 min = 93933.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98877
    max = 98877
    avg = 98877
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.84 us    (2.3%)
   patch tree reduce : 2.06 us    (0.7%)
   gen split merge   : 991.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 278.74 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (66.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.591635696449748e-05,1.6423233547488154e-06,1.9215753412931826e-08)
    sum a = (5.353248226647178e-19,-2.3491929396505986e-19,-2.0117032497289633e-20)
    sum e = 0.00607989233584682
    sum de = 8.621318617511888e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.021221929071766125
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.591893179414121e-05,1.6465202754420769e-06,1.9441881026182518e-08)
    sum a = (8.944667923005412e-19,-1.5775988642611344e-19,-2.286988957586611e-20)
    sum e = 0.006079582102825118
    sum de = 8.625803097662077e-06
Info: cfl dt = 0.013789202777268866 cfl multiplier : 0.3333363649231262        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5247e+05 | 98877 |      1 | 6.485e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 116.88818125753714 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.551124853097088, dt = 0.013789202777268866 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98877.0 min = 98877.0 factor = 1
 - strategy "round robin" : max = 93933.1 min = 93933.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98877
    max = 98877
    avg = 98877
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.5%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 255.20 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.63 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (69.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.3340878128565905e-07,-1.4062476097703811e-08,2.177205332961154e-08) v=(2.68546000733329e-08,-2.383163025416606e-07,-1.697005223860356e-08) l=(-5.180521838898349e-09,-4.739050451681512e-08,1.01327721913156e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6030538271118004e-05,1.6461475197581727e-06,1.2600985313544618e-08)
    sum a = (2.846030702774449e-19,-1.0307332176900767e-19,-2.710505431213761e-20)
    sum e = 0.006079317292082193
    sum de = 8.505497810990855e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013917981670444435
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.602658637019896e-05,1.6482691089784638e-06,1.2866259775202506e-08)
    sum a = (1.9651164376299768e-19,6.765675666193724e-20,-2.7316812548951186e-20)
    sum e = 0.006079183171278065
    sum de = 8.50770043300749e-06
Info: cfl dt = 0.011590176309257898 cfl multiplier : 0.27777878830770875       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5380e+05 | 98875 |      1 | 6.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.21769775433961 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.564914055874357, dt = 0.011590176309257898 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98875.0 min = 98875.0 factor = 1
 - strategy "round robin" : max = 93931.2 min = 93931.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98875
    max = 98875
    avg = 98875
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.9%)
   patch tree reduce : 1.71 us    (0.7%)
   gen split merge   : 1.13 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 226.47 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(5.694137183235979e-07,2.357272563225602e-08,2.004242639274988e-08) v=(-5.070848446598254e-08,5.951012281112784e-07,-1.2958482784619434e-08) l=(2.093224145395808e-08,-9.330693953135011e-09,2.544877637001533e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6060784778941596e-05,1.6479432733370502e-06,1.0727874656445433e-08)
    sum a = (-2.642742795433417e-19,-4.432099896508127e-19,9.317362419797304e-21)
    sum e = 0.006078067554276361
    sum de = 8.504198197560782e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01168657215726512
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6058729685339277e-05,1.6495803062673784e-06,1.0854485189229951e-08)
    sum a = (1.2874900798265365e-19,8.41209595741927e-19,1.1011428314305904e-20)
    sum e = 0.006077973358557232
    sum de = 8.506350014694392e-06
Info: cfl dt = 0.012098979764226388 cfl multiplier : 0.2592595961025696        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4887e+05 | 98870 |      1 | 6.641e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.82582282202833 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.5765042321836145, dt = 0.012098979764226388 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98870.0 min = 98870.0 factor = 1
 - strategy "round robin" : max = 93926.5 min = 93926.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98870
    max = 98870
    avg = 98870
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.29 us    (2.6%)
   patch tree reduce : 1.65 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 223.06 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (66.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.932657479492483e-07,6.345106479154535e-08,7.58154992782594e-09) v=(-8.85584920302544e-08,4.0328703255163316e-07,8.806182675915276e-09) l=(-5.54704905213671e-09,-9.413532494478118e-09,1.0274600706322145e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6050563351329244e-05,1.649899546150754e-06,1.1321070157441655e-08)
    sum a = (-2.710505431213761e-19,3.7428268356799396e-19,-2.286988957586611e-20)
    sum e = 0.00607764876503546
    sum de = 8.523831004870857e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012211750013375095
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6047782125166046e-05,1.6506646688183019e-06,1.1391768848609864e-08)
    sum a = (-2.642742795433417e-19,7.758821796849391e-19,-2.3505164286306834e-20)
    sum e = 0.006077546415533899
    sum de = 8.525599319149315e-06
Info: cfl dt = 0.011663596717702738 cfl multiplier : 0.2530865320341899        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4649e+05 | 98868 |      1 | 6.749e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.53587635888847 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.588603211947841, dt = 0.011663596717702738 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98868.0 min = 98868.0 factor = 1
 - strategy "round robin" : max = 93924.6 min = 93924.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98868
    max = 98868
    avg = 98868
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.4%)
   patch tree reduce : 2.12 us    (0.8%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 248.40 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.76 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.43 us    (69.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.903003032152549e-07,-9.389287739981094e-08,1.0748096997203143e-08) v=(6.50620500642718e-08,5.079021025783338e-07,8.184983354337633e-10) l=(-1.1100006485160797e-08,5.120535789629859e-10,5.108266822214909e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605457946690006e-05,1.6504703587793634e-06,1.089988626453266e-08)
    sum a = (8.131516293641283e-20,7.19130972218901e-19,-9.529120656610879e-21)
    sum e = 0.006077478173879681
    sum de = 8.513646501270786e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0117742917568311
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6058627359439e-05,1.6528486285228043e-06,1.1111782748601185e-08)
    sum a = (5.21772295508649e-19,8.330569036246044e-19,-6.3527471044072525e-21)
    sum e = 0.006077383032737822
    sum de = 8.515021010846575e-06
Info: cfl dt = 0.011432359198333363 cfl multiplier : 0.25102884401139663       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5015e+05 | 98867 |      1 | 6.584e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.77035069895248 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.600266808665543, dt = 0.011432359198333363 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98867.0 min = 98867.0 factor = 1
 - strategy "round robin" : max = 93923.6 min = 93923.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98867
    max = 98867
    avg = 98867
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.05 us    (2.3%)
   patch tree reduce : 1.62 us    (0.5%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 282.80 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.25 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.65 us    (72.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-6.464820351192248e-07,1.6099912120826456e-07,2.3008713215754732e-08) v=(-1.355496592103467e-07,-6.687958914324314e-07,-1.43769614407332e-08) l=(3.243236326763898e-08,1.200546404368453e-09,1.0274274143438423e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6062590428051496e-05,1.6527009261324197e-06,1.0756148678841878e-08)
    sum a = (-5.421010862427522e-20,4.741266922255946e-19,1.6517142471458857e-20)
    sum e = 0.006077040182556382
    sum de = 8.527500512876108e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011516613618780765
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606461565471792e-05,1.652273731621534e-06,1.1009282741741544e-08)
    sum a = (1.4230153513872246e-19,3.195431793516848e-19,2.159934015498466e-20)
    sum e = 0.006076948785946977
    sum de = 8.529026988961881e-06
Info: cfl dt = 0.01149230966458828 cfl multiplier : 0.25034294800379886        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5326e+05 | 98865 |      1 | 6.451e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.80088705671539 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.611699167863876, dt = 0.01149230966458828 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98865.0 min = 98865.0 factor = 1
 - strategy "round robin" : max = 93921.8 min = 93921.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98865
    max = 98865
    avg = 98865
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.44 us    (2.3%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 911.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 263.97 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.31 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.9438886257112766e-07,-3.0565895964895025e-07,2.1506074817140663e-08) v=(3.3854860749248195e-07,-3.8276483741704365e-07,-1.263975548133081e-08) l=(2.415658204311649e-08,4.670889203411518e-09,5.093810071473727e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606376910604984e-05,1.6521485973349209e-06,1.0977927157457662e-08)
    sum a = (-3.4558944247975454e-19,7.898582233146351e-19,-9.740878893424454e-21)
    sum e = 0.006076877751520658
    sum de = 8.578370859885063e-06
Info: cfl dt = 0.023124217006993072 cfl multiplier : 0.5002286320025325        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7980e+05 | 98864 |      1 | 5.499e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.24090567711794 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.623191477528465, dt = 0.023124217006993072 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98864.0 min = 98864.0 factor = 1
 - strategy "round robin" : max = 93920.8 min = 93920.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98864
    max = 98864
    avg = 98864
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.75 us    (2.3%)
   patch tree reduce : 2.02 us    (0.7%)
   gen split merge   : 1.17 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 266.65 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.21 us    (66.1%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.588329617728889e-05,1.661534564914154e-06,2.2254878436690103e-08)
    sum a = (-6.742382260144231e-19,4.900085599866127e-19,1.7364175418713157e-20)
    sum e = 0.006077357782218658
    sum de = 8.60433142301317e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0233439038970948
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.58899877517627e-05,1.6706108801754809e-06,2.195835422028e-08)
    sum a = (-5.488773498207866e-19,8.444918484125374e-19,1.3129010682441655e-20)
    sum e = 0.006076984480707098
    sum de = 8.609860450956707e-06
Info: cfl dt = 0.016481462944819943 cfl multiplier : 0.33340954400084416       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5218e+05 | 98864 |      1 | 6.496e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 128.14459627184385 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.646315694535458, dt = 0.016481462944819943 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98864.0 min = 98864.0 factor = 1
 - strategy "round robin" : max = 93920.8 min = 93920.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98864
    max = 98864
    avg = 98864
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.88 us    (2.8%)
   patch tree reduce : 1.65 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 223.71 us  (91.3%)
   LB move op cnt    : 0
   LB apply          : 3.78 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (63.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.397051648435531e-07,3.270950768047721e-07,-2.2720122602672995e-08) v=(-3.08469745648986e-07,-5.827189733805758e-07,1.6369425202252634e-08) l=(-2.0700381660893363e-08,2.1584135301724548e-08,1.021609179233129e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.599153378792198e-05,1.6635166892322532e-06,1.5813743587359015e-08)
    sum a = (5.285485590866834e-19,-8.798554739604045e-19,1.3129010682441655e-20)
    sum e = 0.006076790247835877
    sum de = 8.539299568870089e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.016626936733148804
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.599768774985946e-05,1.6584361781751654e-06,1.6406110195807174e-08)
    sum a = (4.811147140404426e-19,-4.45539330255762e-19,1.2281977735187355e-20)
    sum e = 0.006076599739938696
    sum de = 8.542467451299837e-06
Info: cfl dt = 0.013496379819970447 cfl multiplier : 0.27780318133361476       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5277e+05 | 98862 |      1 | 6.471e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 91.68582070814062 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.662797157480278, dt = 0.013496379819970447 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98862.0 min = 98862.0 factor = 1
 - strategy "round robin" : max = 93918.9 min = 93918.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98862
    max = 98862
    avg = 98862
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.95 us    (2.5%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 260.94 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.30 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(-7.566195514989617e-07,-9.267889258354105e-07,9.357960763834401e-08) v=(1.0143000184019413e-06,-7.307579183685973e-07,-5.812807731465502e-08) l=(7.476182187885512e-08,2.0866615901858694e-08,2.0327038139230594e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6041991224402554e-05,1.655629441192253e-06,1.2944799675697875e-08)
    sum a = (-4.845028458294598e-19,-4.578213079909493e-19,1.6940658945086007e-21)
    sum e = 0.006075798645954858
    sum de = 8.569711258356281e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013619063396038201
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6045372159839225e-05,1.6586154914696028e-06,1.3251456834822786e-08)
    sum a = (3.049318610115481e-19,-8.68632287409285e-19,1.2705494208814505e-21)
    sum e = 0.00607567148440799
    sum de = 8.572237451653658e-06
Info: cfl dt = 0.012421996654750982 cfl multiplier : 0.25926772711120494       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5354e+05 | 98858 |      1 | 6.439e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.46221007777612 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.676293537300248, dt = 0.012421996654750982 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98858.0 min = 98858.0 factor = 1
 - strategy "round robin" : max = 93915.1 min = 93915.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98858
    max = 98858
    avg = 98858
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.94 us    (2.2%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 1.08 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.4%)
   LB compute        : 295.52 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (62.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.848896459735659e-07,1.1724326993346637e-07,-2.4896272246781773e-08) v=(-9.862855933571573e-08,-5.064599193508657e-07,3.1450303119917705e-09) l=(-2.4540746086278968e-08,7.813609237215207e-09,5.147616740218842e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606130280678168e-05,1.6575490111708904e-06,1.2343849318054416e-08)
    sum a = (8.809142651444724e-20,5.95040645446146e-19,6.3527471044072525e-21)
    sum e = 0.00607561813678391
    sum de = 8.559139029107023e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012537363658979122
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606107922278409e-05,1.6586241706346825e-06,1.2307522409299866e-08)
    sum a = (2.1345230270808369e-19,6.416274575451325e-19,6.3527471044072525e-21)
    sum e = 0.006075510292326808
    sum de = 8.560744961645668e-06
Info: cfl dt = 0.012138631503328176 cfl multiplier : 0.25308924237040165       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5294e+05 | 98857 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.1853866372369 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.6887155339549995, dt = 0.012138631503328176 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98857.0 min = 98857.0 factor = 1
 - strategy "round robin" : max = 93914.1 min = 93914.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98857
    max = 98857
    avg = 98857
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.4%)
   patch tree reduce : 1.95 us    (0.7%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.03 us    (0.4%)
   LB compute        : 255.09 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.60 us    (70.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.4900155485201953e-08,-5.57742049176759e-08,2.0212852822039403e-08) v=(5.32845750256681e-08,1.413445288185578e-08,-1.5323897415381737e-08) l=(-4.909081741595689e-08,2.2401832170015623e-08,1.0105470790221314e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606525285081173e-05,1.6583285122196009e-06,1.1832527965557185e-08)
    sum a = (2.1006417091906648e-19,8.034107504707039e-19,-2.244637310223896e-20)
    sum e = 0.0060752015876226985
    sum de = 8.553501916166661e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012251551039215717
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6066052380159186e-05,1.6594975682301808e-06,1.193822905186893e-08)
    sum a = (4.472333961502706e-19,9.876404164985142e-19,-2.286988957586611e-20)
    sum e = 0.006075098615441948
    sum de = 8.555136255303102e-06
Info: cfl dt = 0.011862055750997937 cfl multiplier : 0.25102974745680057       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5418e+05 | 98855 |      1 | 6.412e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.15373217786981 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.700854165458328, dt = 0.011862055750997937 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98855.0 min = 98855.0 factor = 1
 - strategy "round robin" : max = 93912.2 min = 93912.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98855
    max = 98855
    avg = 98855
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.7%)
   patch tree reduce : 1.62 us    (0.7%)
   gen split merge   : 941.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.5%)
   LB compute        : 227.17 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.16 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.03 us    (62.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.1464401655956959e-07,-2.4481971483907667e-08,-1.2023222024161415e-08) v=(2.5595829398552958e-08,-1.1111794000482126e-07,2.9745455115605745e-09) l=(1.0510243949387516e-10,-6.410945969469561e-08,1.0238392328247884e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607012506493771e-05,1.6591598474115173e-06,1.1645964564469425e-08)
    sum a = (1.5924219408380846e-19,-2.1429933565533799e-19,6.352747104407253e-22)
    sum e = 0.006074769584351415
    sum de = 8.447882311409288e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011974404471115484
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606833991039323e-05,1.665968826181747e-06,1.116418800998239e-08)
    sum a = (2.541098841762901e-19,2.9180285032910647e-19,8.470329472543003e-22)
    sum e = 0.006074670698455139
    sum de = 8.449528408517449e-06
Info: cfl dt = 0.011688432816904973 cfl multiplier : 0.25034324915226686       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5446e+05 | 98853 |      1 | 6.400e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.72492309977908 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.712716221209326, dt = 0.011688432816904973 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98853.0 min = 98853.0 factor = 1
 - strategy "round robin" : max = 93910.3 min = 93910.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98853
    max = 98853
    avg = 98853
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.32 us    (2.1%)
   patch tree reduce : 1.55 us    (0.5%)
   gen split merge   : 951.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.4%)
   LB compute        : 275.69 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(3.144516373251513e-07,9.315008053139889e-07,-8.175054699674663e-08) v=(-9.640121770992977e-07,2.5288362686237806e-07,3.964609070398138e-08) l=(-1.7892362537437225e-08,4.9490941202649854e-08,2.5279237529021855e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.926759736713456 unconverged cnt = 1
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607095660462059e-05,1.6660377800896653e-06,1.1179728574318134e-08)
    sum a = (4.743384504624082e-19,7.686823996332776e-19,-2.117582368135751e-21)
    sum e = 0.006073576748140978
    sum de = 8.495131102238495e-06
Info: cfl dt = 0.023085009788879885 cfl multiplier : 0.5002288327681779        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.1733e+05 | 98848 |      1 | 8.425e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.946248998069066 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.724404654026231, dt = 0.023085009788879885 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98848.0 min = 98848.0 factor = 1
 - strategy "round robin" : max = 93905.6 min = 93905.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98848
    max = 98848
    avg = 98848
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.5%)
   patch tree reduce : 1.60 us    (0.6%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.37 us    (0.5%)
   LB compute        : 245.14 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.43 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (65.2%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.590438667355919e-05,1.6874965315002278e-06,2.1696462457432433e-08)
    sum a = (4.2351647362715017e-19,-7.987520692608052e-19,-6.352747104407253e-22)
    sum e = 0.006074048761862237
    sum de = 8.429396959902303e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023318516845284024
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5893687196149895e-05,1.6871561208744198e-06,2.1452705267629366e-08)
    sum a = (-3.3881317890172014e-21,-1.3836283193398996e-18,-3.5998900258307764e-21)
    sum e = 0.006073676995588703
    sum de = 8.434793579213766e-06
Info: cfl dt = 0.015046452492556166 cfl multiplier : 0.333409610922726         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5409e+05 | 98848 |      1 | 6.415e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 129.5497799432037 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.747489663815111, dt = 0.015046452492556166 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98848.0 min = 98848.0 factor = 1
 - strategy "round robin" : max = 93905.6 min = 93905.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98848
    max = 98848
    avg = 98848
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.07 us    (2.6%)
   patch tree reduce : 1.94 us    (0.7%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 255.18 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.61 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.001486170127376e-06,-4.446546086295884e-07,-1.5894457200188442e-08) v=(4.294894019396169e-07,1.0393223692688539e-06,-8.23628549803864e-09) l=(-1.980383488019556e-10,4.177893252959357e-09,2.556222172900649e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601437474463261e-05,1.6728143762586016e-06,1.4147866787105465e-08)
    sum a = (-1.2197274440461925e-19,-1.9905274260476058e-19,2.0328790734103208e-20)
    sum e = 0.006072647361043255
    sum de = 8.437334542291233e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015185187536086015
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6022465900833396e-05,1.6772185947741493e-06,1.4015178901275872e-08)
    sum a = (2.0328790734103208e-20,-1.3044307387716225e-19,2.0328790734103208e-20)
    sum e = 0.00607248958474611
    sum de = 8.440643196054979e-06
Info: cfl dt = 0.013199001147410315 cfl multiplier : 0.27780320364090866       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5408e+05 | 98843 |      1 | 6.415e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 84.43512041658363 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.762536116307667, dt = 0.013199001147410315 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98843.0 min = 98843.0 factor = 1
 - strategy "round robin" : max = 93900.8 min = 93900.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98843
    max = 98843
    avg = 98843
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.43 us    (2.7%)
   patch tree reduce : 1.76 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 220.91 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (67.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.435528151703978e-07,3.0627838595189793e-07,8.15183939109256e-09) v=(-2.7170731011851677e-07,-9.869919884614061e-07,7.266575930313546e-10) l=(8.794772528548361e-09,-1.6723432804122856e-09,1.029609278392434e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604997105445211e-05,1.673264936792864e-06,1.223126002572827e-08)
    sum a = (5.285485590866834e-19,-8.63126573252132e-19,-8.470329472543003e-22)
    sum e = 0.00607218989752559
    sum de = 8.491783936111834e-06
Info: cfl dt = 0.02447047458983947 cfl multiplier : 0.5185354690939391         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8554e+05 | 98841 |      1 | 5.327e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 89.197216655045 (tsim/hr)                               [sph::Model][rank=0]
---------------- t = 4.775735117455078, dt = 0.02447047458983947 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98841.0 min = 98841.0 factor = 1
 - strategy "round robin" : max = 93898.9 min = 93898.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98841
    max = 98841
    avg = 98841
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.8%)
   patch tree reduce : 2.05 us    (0.9%)
   gen split merge   : 921.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.5%)
   LB compute        : 217.39 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.50 us    (70.1%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.588548632807287e-05,1.6998228802771274e-06,2.2751211109155297e-08)
    sum a = (-3.4897757426877174e-19,-8.648206391466406e-19,1.2705494208814505e-20)
    sum e = 0.006072693252009545
    sum de = 8.5194628102471e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.024724819955688208
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5890107066385925e-05,1.7142735614742859e-06,2.2477060745989437e-08)
    sum a = (7.792703114739563e-20,-8.156927282058912e-19,1.3552527156068805e-20)
    sum e = 0.006072277154151692
    sum de = 8.525680411214422e-06
Info: cfl dt = 0.015792220134134113 cfl multiplier : 0.33951182303131305       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5360e+05 | 98841 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 136.894405764299 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.800205592044917, dt = 0.015792220134134113 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98841.0 min = 98841.0 factor = 1
 - strategy "round robin" : max = 93898.9 min = 93898.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98841
    max = 98841
    avg = 98841
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.62 us    (2.3%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 932.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.5%)
   LB compute        : 265.12 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.05 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.8205775572180377e-07,7.373596820734352e-07,-1.5491401116411697e-08) v=(-7.463541966714867e-07,-3.257103303014227e-07,8.780398480473369e-09) l=(-3.359089097434672e-08,1.862485909737982e-08,1.0147153375464953e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6015282353680854e-05,1.6903648932059073e-06,1.4593613453313985e-08)
    sum a = (-1.9989977555201488e-19,2.0837010502455788e-19,-2.9434394917086937e-20)
    sum e = 0.006072065057176031
    sum de = 8.475186032765687e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015944464737407113
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6011034232563484e-05,1.7030504533527253e-06,1.4303214377146635e-08)
    sum a = (-4.3029273720518457e-19,-1.9820570965750628e-19,-2.9010878443459787e-20)
    sum e = 0.006071891059819028
    sum de = 8.478036829894907e-06
Info: cfl dt = 0.012876862540235115 cfl multiplier : 0.279837274343771         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5005e+05 | 98839 |      1 | 6.587e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 86.3074659474484 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.815997812179051, dt = 0.012876862540235115 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98839.0 min = 98839.0 factor = 1
 - strategy "round robin" : max = 93897.0 min = 93897.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98839
    max = 98839
    avg = 98839
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.03 us    (2.9%)
   patch tree reduce : 2.03 us    (0.8%)
   gen split merge   : 1.11 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.5%)
   LB compute        : 222.03 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.06 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.65 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(5.675769958373632e-07,1.3692681677475904e-06,-2.1031663960760323e-08) v=(-1.4380386789493617e-06,4.931029289303361e-07,5.037698190774172e-09) l=(8.419490684023857e-09,1.9756251214156894e-08,1.5311039095357434e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6053535205462754e-05,1.6932151940917116e-06,1.1750758320493265e-08)
    sum a = (-1.3552527156068805e-19,-1.1434944787933055e-19,-1.5246593050577406e-20)
    sum e = 0.006071327636176084
    sum de = 8.525201408875903e-06
Info: cfl dt = 0.023716250676300486 cfl multiplier : 0.5198915162291806        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8413e+05 | 98836 |      1 | 5.368e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 86.36320935113403 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.8288746747192866, dt = 0.023716250676300486 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98836.0 min = 98836.0 factor = 1
 - strategy "round robin" : max = 93894.2 min = 93894.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98836
    max = 98836
    avg = 98836
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.6%)
   patch tree reduce : 2.08 us    (0.8%)
   gen split merge   : 972.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.4%)
   LB compute        : 231.29 us  (91.8%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (64.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.589607759752344e-05,1.7345968887431512e-06,2.1434327608953506e-08)
    sum a = (2.879912020664621e-19,1.5754812818929986e-19,7.199780051661553e-21)
    sum e = 0.006071805872488451
    sum de = 8.39787787486835e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023947710137681776
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.588718992188386e-05,1.7491819200239395e-06,2.0349507081670022e-08)
    sum a = (5.251604272976662e-19,1.1468826105823227e-18,5.293955920339377e-21)
    sum e = 0.0060714135536638954
    sum de = 8.403586713025486e-06
Info: cfl dt = 0.015762861822685784 cfl multiplier : 0.3399638387430602        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5317e+05 | 98836 |      1 | 6.453e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 132.31428845062936 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.852590925395587, dt = 0.015762861822685784 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98836.0 min = 98836.0 factor = 1
 - strategy "round robin" : max = 93894.2 min = 93894.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98836
    max = 98836
    avg = 98836
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.4%)
   patch tree reduce : 1.96 us    (0.7%)
   gen split merge   : 971.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.5%)
   LB compute        : 259.67 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (65.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(9.01704714704408e-07,7.883977922237958e-07,-8.38449740649393e-08) v=(-8.645003239973003e-07,8.886672651874761e-07,5.777389659484336e-09) l=(1.5111909510582693e-08,4.0423806000004794e-08,3.054966695448247e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.600587269901183e-05,1.7151399745624378e-06,1.4079435794958784e-08)
    sum a = (5.89534931288993e-19,5.658180087658726e-19,-9.317362419797304e-21)
    sum e = 0.006070151259879276
    sum de = 8.307467260818218e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.0159094901175817
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.600363812549042e-05,1.7174660473532537e-06,1.3653414781385845e-08)
    sum a = (-1.3552527156068805e-20,1.3230654636112171e-18,-6.1409888675936775e-21)
    sum e = 0.006069977642535168
    sum de = 8.311364641250382e-06
Info: cfl dt = 0.01282088469851503 cfl multiplier : 0.2799879462476867         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5402e+05 | 98830 |      1 | 6.417e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 88.43666030657151 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.868353787218273, dt = 0.01282088469851503 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98830.0 min = 98830.0 factor = 1
 - strategy "round robin" : max = 93888.5 min = 93888.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98830
    max = 98830
    avg = 98830
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.46 us    (2.3%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 263.72 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.52 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (64.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(4.440203024618037e-07,7.06202966531443e-08,2.1716222401183516e-08) v=(-8.545287592142247e-08,4.36006315283102e-07,1.7439645640494086e-08) l=(1.5602805455762123e-08,-3.1371770521919372e-09,2.5598390721179526e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6047973594512195e-05,1.704259948626612e-06,1.1041773641352275e-08)
    sum a = (3.7269449679189215e-19,-3.1848438816761693e-19,-3.8539999100070665e-20)
    sum e = 0.006068878203782359
    sum de = 8.322195056590276e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012940321871572447
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605190090177103e-05,1.7049706288976867e-06,1.0923947421291443e-08)
    sum a = (3.5575383784680614e-19,8.250100906256885e-19,-3.7269449679189215e-20)
    sum e = 0.006068763997788994
    sum de = 8.324681528503944e-06
Info: cfl dt = 0.01179069912278562 cfl multiplier : 0.2599959820825622         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5345e+05 | 98825 |      1 | 6.440e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.66856903678905 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.881174671916788, dt = 0.01179069912278562 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98825.0 min = 98825.0 factor = 1
 - strategy "round robin" : max = 93883.8 min = 93883.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98825
    max = 98825
    avg = 98825
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.13 us    (2.6%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 254.16 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.55 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (63.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.853524501719322e-07,-1.1531225542179072e-07,-2.4067964223042995e-08) v=(1.476017586515927e-07,-4.879262530098767e-07,1.541332746794097e-08) l=(-2.7034630064843272e-08,7.712658342130121e-09,5.082257809334214e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606737158127293e-05,1.7001244777941347e-06,1.019475878318113e-08)
    sum a = (-3.3881317890172014e-20,-1.0028870095490916e-18,4.319868030996932e-20)
    sum e = 0.0060686974483421295
    sum de = 8.337686169514229e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011860410408232451
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607062221236526e-05,1.701000505570862e-06,1.0152600123847576e-08)
    sum a = (1.6940658945086007e-19,-6.318865786517081e-19,4.129285617864714e-20)
    sum e = 0.00606860115805046
    sum de = 8.339044651402551e-06
Info: cfl dt = 0.011390757771504592 cfl multiplier : 0.2533319940275207        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5380e+05 | 98824 |      1 | 6.426e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.05944280811246 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.8929653710395735, dt = 0.011390757771504592 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98824.0 min = 98824.0 factor = 1
 - strategy "round robin" : max = 93882.8 min = 93882.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98824
    max = 98824
    avg = 98824
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.7%)
   patch tree reduce : 1.72 us    (0.7%)
   gen split merge   : 1.13 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.5%)
   LB compute        : 225.14 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.904346644887727e-07,-9.298688307361877e-08,2.1898775202394348e-08) v=(1.2181878082513056e-07,-4.978491198132724e-07,-8.295441887354965e-09) l=(2.3355068650755344e-08,-2.7268361001572876e-09,5.114703979890297e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607662694773643e-05,1.6989787024513536e-06,9.737343191281139e-09)
    sum a = (-5.793705359219414e-19,-4.2351647362715017e-20,-2.2234614865425384e-20)
    sum e = 0.006068522604177111
    sum de = 8.34704476058673e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011501047221955996
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6079126914368884e-05,1.7021827198709634e-06,9.810443921181654e-09)
    sum a = (1.3552527156068805e-19,1.1519648082658485e-19,-2.498747194400186e-20)
    sum e = 0.00606843265164297
    sum de = 8.348338320858362e-06
Info: cfl dt = 0.011200090011214131 cfl multiplier : 0.25111066467584026       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5289e+05 | 98823 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.44206654111231 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.904356128811078, dt = 0.011200090011214131 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98823.0 min = 98823.0 factor = 1
 - strategy "round robin" : max = 93881.8 min = 93881.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98823
    max = 98823
    avg = 98823
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.96 us    (2.3%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 277.37 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.66 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (68.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.8050806760750954e-07,3.234786134173346e-07,4.169777186842606e-09) v=(-3.0669626799839273e-07,-4.07952827930161e-07,-6.958739803651555e-10) l=(2.960635452714909e-09,-3.083342915795292e-09,5.093656257693438e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6082067616712194e-05,1.701272972453143e-06,9.638615543242864e-09)
    sum a = (-5.082197683525802e-20,-1.5246593050577406e-20,2.2234614865425384e-20)
    sum e = 0.00606835238977515
    sum de = 8.362661838763951e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01130268877973473
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607965465640587e-05,1.7017913982942718e-06,9.841334331929775e-09)
    sum a = (-2.371692252312041e-20,-7.386127300057499e-19,2.0117032497289633e-20)
    sum e = 0.006068265463872718
    sum de = 8.36389500862318e-06
Info: cfl dt = 0.011080630605669748 cfl multiplier : 0.25037022155861344       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5335e+05 | 98822 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.5667733989583 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 4.915556218822292, dt = 0.011080630605669748 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98822.0 min = 98822.0 factor = 1
 - strategy "round robin" : max = 93880.9 min = 93880.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98822
    max = 98822
    avg = 98822
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.81 us    (2.6%)
   patch tree reduce : 1.87 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 240.54 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.73 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.22 us    (54.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.870210499281552e-07,-1.0449800998677591e-07,3.862547749089363e-08) v=(8.48373429761366e-08,4.995778326003273e-07,-1.8515235502577374e-08) l=(-3.478954653613921e-08,2.4477825228800662e-08,5.048772668341753e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6081216436779375e-05,1.7012167071417633e-06,9.606721338939713e-09)
    sum a = (1.0503208545953324e-19,4.946672411965114e-19,2.964615315390051e-21)
    sum e = 0.006068184691633008
    sum de = 8.403524057532306e-06
Info: cfl dt = 0.021971244049441434 cfl multiplier : 0.5002468143724089        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8449e+05 | 98821 |      1 | 5.356e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.47139020468792 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.926636849427962, dt = 0.021971244049441434 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98821.0 min = 98821.0 factor = 1
 - strategy "round robin" : max = 93879.9 min = 93879.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98821
    max = 98821
    avg = 98821
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.40 us    (1.9%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.4%)
   LB compute        : 314.94 us  (93.9%)
   LB move op cnt    : 0
   LB apply          : 3.63 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.47 us    (70.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.592449089451818e-05,1.7579188393809818e-06,1.9262177720250205e-08)
    sum a = (-3.5575383784680614e-19,-1.2180333781516839e-18,-8.470329472543003e-21)
    sum e = 0.006068618999559675
    sum de = 8.349593436229228e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02218152744531071
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.592327864389447e-05,1.7686069382532915e-06,1.8871160292506558e-08)
    sum a = (-1.4230153513872246e-19,-1.2061749168901237e-18,-8.893845946170154e-21)
    sum e = 0.006068283992385888
    sum de = 8.354326945498869e-06
Info: cfl dt = 0.01443503251212131 cfl multiplier : 0.33341560479080296        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5262e+05 | 98821 |      1 | 6.475e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 122.15759471753508 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 4.948608093477404, dt = 0.01443503251212131 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98821.0 min = 98821.0 factor = 1
 - strategy "round robin" : max = 93879.9 min = 93879.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98821
    max = 98821
    avg = 98821
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.86 us    (2.2%)
   patch tree reduce : 1.92 us    (0.6%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 286.57 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.67 us    (70.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(3.011186876182825e-07,5.657663532785307e-07,-2.7274022372734873e-08) v=(-5.776568607986481e-07,2.881085005641186e-07,2.1268197649014593e-08) l=(1.679850704413799e-08,3.805296940487145e-08,2.0338259204951076e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.603258932414178e-05,1.7269325024918804e-06,1.2544503942793471e-08)
    sum a = (-4.641740550953566e-19,-3.4558944247975454e-19,-4.0234064994579266e-20)
    sum e = 0.006067506983314888
    sum de = 8.36763651326746e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014564455206786918
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6037193348709215e-05,1.7289732057022047e-06,1.2464508699476726e-08)
    sum a = (7.352245982167327e-19,6.386628422297425e-19,-4.319868030996932e-20)
    sum e = 0.0060673624798916375
    sum de = 8.370492983763235e-06
Info: cfl dt = 0.01285828043983824 cfl multiplier : 0.27780520159693434        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5291e+05 | 98817 |      1 | 6.462e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.41320055589605 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.963043125989525, dt = 0.01285828043983824 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98817.0 min = 98817.0 factor = 1
 - strategy "round robin" : max = 93876.1 min = 93876.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98817
    max = 98817
    avg = 98817
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (1.9%)
   patch tree reduce : 1.56 us    (0.4%)
   gen split merge   : 1.06 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.3%)
   LB compute        : 330.41 us  (94.2%)
   LB move op cnt    : 0
   LB apply          : 4.07 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (70.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.93590778285135e-07,7.573478504296601e-08,1.461739603124179e-08) v=(-4.755664987938024e-08,-5.131643379486855e-07,7.499278659660427e-10) l=(1.514206228481296e-08,-5.783110580956441e-10,5.143036800540467e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60598059811964e-05,1.719826647318253e-06,1.1036537310096707e-08)
    sum a = (5.319366908757006e-19,-1.2519146960418559e-18,-4.235164736271502e-21)
    sum e = 0.0060673186931935715
    sum de = 8.340132228348918e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012977657760551728
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.605998842855422e-05,1.7163273231859526e-06,1.0956024405792114e-08)
    sum a = (1.4230153513872246e-19,-1.6483261153568685e-18,-3.5998900258307764e-21)
    sum e = 0.0060672039799265776
    sum de = 8.341751953013753e-06
Info: cfl dt = 0.01195059141721131 cfl multiplier : 0.2592684005323114         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5130e+05 | 98816 |      1 | 6.531e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.87596022877608 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.975901406429363, dt = 0.01195059141721131 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98816.0 min = 98816.0 factor = 1
 - strategy "round robin" : max = 93875.2 min = 93875.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98816
    max = 98816
    avg = 98816
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.8%)
   patch tree reduce : 1.71 us    (0.7%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 220.69 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (65.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(6.121340264871337e-08,-7.844505343008773e-07,-1.7953389995189052e-08) v=(7.985529991438403e-07,1.159109790888844e-07,-1.1973960384157644e-09) l=(-1.4081900763683499e-08,-7.93163847006663e-09,1.0252109360531138e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6072690922662225e-05,1.710979948966058e-06,1.0252955625935485e-08)
    sum a = (-4.336808689942018e-19,2.879912020664621e-19,-3.8116482626443515e-21)
    sum e = 0.006066873306314404
    sum de = 8.348020459103382e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012063933482030996
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607440813556035e-05,1.7097863954607605e-06,1.0188809192143476e-08)
    sum a = (-1.2874900798265365e-19,6.962610826430349e-19,-2.541098841762901e-21)
    sum e = 0.006066774420344016
    sum de = 8.349653782993806e-06
Info: cfl dt = 0.011789009012423758 cfl multiplier : 0.25308946684410377       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5358e+05 | 98814 |      1 | 6.434e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.86719319871003 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.987851997846574, dt = 0.011789009012423758 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98814.0 min = 98814.0 factor = 1
 - strategy "round robin" : max = 93873.3 min = 93873.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98814
    max = 98814
    avg = 98814
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.95 us    (2.6%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.15 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.28 us    (0.5%)
   LB compute        : 250.99 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.51 us    (67.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-1.5169853175580033e-07,-4.758275717676227e-07,5.7788573391713406e-09) v=(4.984239014040986e-07,-1.2656761780843317e-07,-1.5908623236233435e-09) l=(2.992977229784461e-09,5.278978848851583e-09,5.132353619967649e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6076650300141485e-05,1.708666213099598e-06,1.0067437144311919e-08)
    sum a = (-5.454892180317694e-19,7.792703114739563e-19,3.494010907423989e-20)
    sum e = 0.0060667040009916625
    sum de = 8.308942990638013e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011908349844027815
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6075387390554024e-05,1.7023342431884161e-06,1.041425826354804e-08)
    sum a = (-9.486769009248164e-20,1.179069862577986e-18,3.8116482626443515e-20)
    sum e = 0.006066607535749777
    sum de = 8.31033572174692e-06
Info: cfl dt = 0.011561144408994315 cfl multiplier : 0.2510298222813679        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5371e+05 | 98813 |      1 | 6.429e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.01673404915816 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 4.999641006858998, dt = 0.011561144408994315 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98813.0 min = 98813.0 factor = 1
 - strategy "round robin" : max = 93872.3 min = 93872.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98813
    max = 98813
    avg = 98813
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.64 us    (2.8%)
   patch tree reduce : 1.77 us    (0.7%)
   gen split merge   : 892.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.25 us    (0.5%)
   LB compute        : 218.73 us  (91.5%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (65.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(3.2226230979100917e-07,-1.3233964634808203e-06,6.620921477199098e-08) v=(1.3402891025684067e-06,3.9368186397018825e-07,-2.1180502775399903e-08) l=(8.435943540437949e-09,5.914611515049752e-08,1.5368565998855402e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607829695313629e-05,1.700796104347742e-06,9.898085714664188e-09)
    sum a = (4.70950318673391e-19,-3.015437292225309e-19,4.235164736271502e-22)
    sum e = 0.006066002797172339
    sum de = 8.280457685867589e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011678009076243912
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607826562522354e-05,1.7074102209955756e-06,9.971617419962077e-09)
    sum a = (5.759824041329242e-20,3.066259269060567e-19,0)
    sum e = 0.006065910068181573
    sum de = 8.282134094256073e-06
Info: cfl dt = 0.011404649508143178 cfl multiplier : 0.25034327409378926       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5282e+05 | 98810 |      1 | 6.466e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.3690775813242 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.011202151267993, dt = 0.011404649508143178 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98810.0 min = 98810.0 factor = 1
 - strategy "round robin" : max = 93869.5 min = 93869.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98810
    max = 98810
    avg = 98810
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.4%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 262.83 us  (93.0%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (63.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.4691804739745597e-07,8.58102036686674e-07,-3.690526361562328e-08) v=(-8.888856906939212e-07,9.600144785331906e-08,1.0711591832347694e-08) l=(2.0980938418261446e-08,1.9283558500195548e-08,1.0251214089567655e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6080578141198604e-05,1.7069512678812254e-06,1.0050855938595136e-08)
    sum a = (2.0667603913004928e-19,1.3162892000331827e-18,-7.199780051661553e-21)
    sum e = 0.006065564677510137
    sum de = 8.211950942185747e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01151253572739316
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6081266409326716e-05,1.7054633451410076e-06,1.000746837195408e-08)
    sum a = (-1.5924219408380846e-19,5.38712954453735e-19,-5.929230630780102e-21)
    sum e = 0.006065474287492038
    sum de = 8.213416700668644e-06
Info: cfl dt = 0.011496304136042789 cfl multiplier : 0.2501144246979297        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5377e+05 | 98808 |      1 | 6.426e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.89625315895731 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.022606800776136, dt = 0.011496304136042789 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98808.0 min = 98808.0 factor = 1
 - strategy "round robin" : max = 93867.6 min = 93867.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98808
    max = 98808
    avg = 98808
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.5%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.37 us    (0.5%)
   LB compute        : 239.11 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.40 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.64 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.943549548638379e-08,-3.98658735689401e-07,3.484972706253955e-08) v=(4.098674745221353e-07,-3.477444067713476e-09,9.165754698903956e-09) l=(-1.240300679193686e-08,1.8429747451815853e-08,1.5296767223582771e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6079981576706374e-05,1.705843863546882e-06,9.996924047059426e-09)
    sum a = (-8.131516293641283e-20,-4.1165801236558996e-19,-1.164670302474663e-20)
    sum e = 0.006064875528849935
    sum de = 8.251497278664952e-06
Info: cfl dt = 0.022922422484840055 cfl multiplier : 0.5000762831319531        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8383e+05 | 98805 |      1 | 5.375e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.00025987524224 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.0341031049121785, dt = 0.022922422484840055 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98805.0 min = 98805.0 factor = 1
 - strategy "round robin" : max = 93864.8 min = 93864.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98805
    max = 98805
    avg = 98805
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.73 us    (2.2%)
   patch tree reduce : 1.61 us    (0.5%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 288.61 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 4.11 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.42 us    (69.3%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.591995754662357e-05,1.7680886579869178e-06,2.0059675419319394e-08)
    sum a = (-5.522654816098038e-19,-1.5754812818929986e-19,7.199780051661553e-21)
    sum e = 0.006065336464192774
    sum de = 8.204765301544364e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023161670278859486
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.59161800457504e-05,1.7650781244122748e-06,1.9446043586828262e-08)
    sum a = (-6.606856988583543e-19,-3.6761229910836635e-19,9.105604182983729e-21)
    sum e = 0.006064973135483814
    sum de = 8.209885365235919e-06
Info: cfl dt = 0.014957459485785845 cfl multiplier : 0.3333587610439843        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4874e+05 | 98805 |      1 | 6.643e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 124.22344102953075 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.057025527397019, dt = 0.014957459485785845 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98805.0 min = 98805.0 factor = 1
 - strategy "round robin" : max = 93864.8 min = 93864.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98805
    max = 98805
    avg = 98805
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.1%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 1.22 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 291.73 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.48 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (64.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(5.231775501241746e-07,-6.667395416817151e-07,-4.342152791945525e-08) v=(6.521706533175404e-07,5.635266684084846e-07,1.8116743470671165e-08) l=(3.0646997165781155e-08,-3.75910280044593e-08,2.0409302958740005e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.602899980983952e-05,1.723310635789576e-06,1.2956954869368829e-08)
    sum a = (7.115076756936123e-20,5.319366908757006e-19,8.470329472543003e-22)
    sum e = 0.006064199538531428
    sum de = 8.170312563690782e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015106669320773244
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.603174038597606e-05,1.7218462023306383e-06,1.2594737908930476e-08)
    sum a = (3.3881317890172014e-20,4.1504614415460717e-19,-1.0587911840678754e-21)
    sum e = 0.006064044579864584
    sum de = 8.173308495588881e-06
Info: cfl dt = 0.012297583079997138 cfl multiplier : 0.2777862536813281        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5324e+05 | 98801 |      1 | 6.448e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.51469926251458 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.071982986882805, dt = 0.012297583079997138 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98801.0 min = 98801.0 factor = 1
 - strategy "round robin" : max = 93860.9 min = 93860.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98801
    max = 98801
    avg = 98801
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.87 us    (2.9%)
   patch tree reduce : 1.96 us    (0.8%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 219.53 us  (91.3%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.77 us    (70.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.8845781150767633e-07,-5.072507263258912e-07,-5.944817374679587e-09) v=(5.331470852819151e-07,-1.7307270517730059e-07,-5.131808093936736e-09) l=(4.2797449037385186e-08,-2.4879801797760473e-08,1.5341016022668314e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606922411263079e-05,1.7080889877355742e-06,1.0314133057067417e-08)
    sum a = (1.7957098481791167e-19,-8.978549240895584e-20,6.564505341220828e-21)
    sum e = 0.006063460201626517
    sum de = 8.118153171895693e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012418031682566548
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.60694237340755e-05,1.705718567984247e-06,1.0644776910638513e-08)
    sum a = (4.573977915173222e-19,2.0837010502455788e-19,8.893845946170154e-21)
    sum e = 0.006063355450833442
    sum de = 8.120053389055304e-06
Info: cfl dt = 0.01135507913678572 cfl multiplier : 0.2592620845604427         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4342e+05 | 98798 |      1 | 6.889e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.26580406670449 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.084280569962802, dt = 0.01135507913678572 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98798.0 min = 98798.0 factor = 1
 - strategy "round robin" : max = 93858.1 min = 93858.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98798
    max = 98798
    avg = 98798
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.07 us    (2.9%)
   patch tree reduce : 1.90 us    (0.8%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 219.14 us  (91.1%)
   LB move op cnt    : 0
   LB apply          : 3.48 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.71 us    (69.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(4.9406022470689366e-08,-6.40901619105216e-07,5.260291476238589e-08) v=(6.562662358976927e-07,8.290407722335322e-08,-4.596948871033975e-08) l=(4.585065933420315e-08,-5.042867195382041e-10,1.526736647665134e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6082552902894486e-05,1.7008398436866071e-06,9.575421154611435e-09)
    sum a = (-2.947674656444965e-19,-5.336307567702092e-19,2.3928680759933985e-20)
    sum e = 0.006062751370088943
    sum de = 8.055393336162298e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011466655019674626
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608527174620691e-05,1.7039404253440372e-06,9.888734055968024e-09)
    sum a = (9.486769009248164e-20,-3.7100043089738355e-19,2.4775713707188285e-20)
    sum e = 0.006062662049557074
    sum de = 8.056980919059008e-06
Info: cfl dt = 0.010978196692961519 cfl multiplier : 0.2530873615201476        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5276e+05 | 98795 |      1 | 6.467e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.20668120243509 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.095635649099588, dt = 0.010978196692961519 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98795.0 min = 98795.0 factor = 1
 - strategy "round robin" : max = 93855.2 min = 93855.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98795
    max = 98795
    avg = 98795
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.10 us    (2.5%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 991.00 ns  (0.4%)
   LB compute        : 259.62 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (61.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-3.77988441591746e-07,2.9377756861274744e-07,1.6054245713249686e-08) v=(-2.6843756868700445e-07,-4.0530050329853505e-07,-2.8912757744075094e-09) l=(-1.3436511906048197e-08,3.561443641529608e-08,1.5336014363752717e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609055557299919e-05,1.7021443003018287e-06,9.533249704091571e-09)
    sum a = (1.9312351197398048e-19,5.031375706690544e-19,1.5246593050577406e-20)
    sum e = 0.006062041451378433
    sum de = 8.034873052334786e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01109415253039746
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6092557457788486e-05,1.7061543584364334e-06,9.789296615602606e-09)
    sum a = (-3.6591823321385775e-19,4.45539330255762e-19,9.105604182983729e-21)
    sum e = 0.006061958312920815
    sum de = 8.036329002176494e-06
Info: cfl dt = 0.011256851310936705 cfl multiplier : 0.2510291205067159        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5278e+05 | 98792 |      1 | 6.466e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.1187128221266 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.106613845792549, dt = 0.011256851310936705 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98792.0 min = 98792.0 factor = 1
 - strategy "round robin" : max = 93852.4 min = 93852.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98792
    max = 98792
    avg = 98792
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.3%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 912.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.30 us    (0.4%)
   LB compute        : 269.63 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.32 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.946665273393783e-07,5.646155065287643e-07,4.7124066206774924e-08) v=(-5.500506464149148e-07,-3.2275415213928464e-07,-2.1862460457591486e-08) l=(1.5053280015949014e-08,-3.1034937723383815e-08,1.0177110941725527e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608902083561013e-05,1.707932402840879e-06,9.910899902133439e-09)
    sum a = (-8.470329472543003e-20,-1.1756817307889689e-18,1.9058241313221758e-21)
    sum e = 0.006061613839628531
    sum de = 8.039481448079028e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011370149293066326
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609210031235245e-05,1.7084834628359726e-06,9.94286870590537e-09)
    sum a = (-1.6940658945086007e-20,1.3891340334970526e-19,2.329340604949326e-21)
    sum e = 0.006061526477819297
    sum de = 8.040904504313177e-06
Info: cfl dt = 0.01133232356872186 cfl multiplier : 0.2503430401689053         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5373e+05 | 98790 |      1 | 6.426e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.06326931658337 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.117870697103486, dt = 0.01133232356872186 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98790.0 min = 98790.0 factor = 1
 - strategy "round robin" : max = 93850.5 min = 93850.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98790
    max = 98790
    avg = 98790
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.92 us    (2.8%)
   patch tree reduce : 1.76 us    (0.7%)
   gen split merge   : 931.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 227.09 us  (91.7%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.57 us    (68.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.969197581890613e-07,-4.8646301142537835e-08,-1.097206666894054e-08) v=(8.027571805430678e-08,-5.054507372096779e-07,-6.838560892287156e-10) l=(-1.1034719270098391e-08,-2.463737708054971e-09,5.106806153233308e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6091300494788845e-05,1.7087989643018e-06,1.0024655384908372e-08)
    sum a = (-3.1170812458958252e-19,3.3203691532368573e-19,2.7316812548951186e-20)
    sum e = 0.0060614436402084484
    sum de = 8.020505785011143e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011439070917409802
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609662441007506e-05,1.70940821930922e-06,9.980347822273197e-09)
    sum a = (1.9312351197398048e-19,8.605854744103691e-19,2.5199230180815435e-20)
    sum e = 0.006061355124097814
    sum de = 8.021735621207986e-06
Info: cfl dt = 0.011510201567839369 cfl multiplier : 0.25011434672296845       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5315e+05 | 98789 |      1 | 6.451e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.243731903838565 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.1292030206722075, dt = 0.011510201567839369 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98789.0 min = 98789.0 factor = 1
 - strategy "round robin" : max = 93849.5 min = 93849.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98789
    max = 98789
    avg = 98789
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.8%)
   patch tree reduce : 1.84 us    (0.8%)
   gen split merge   : 1.23 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.5%)
   LB compute        : 220.85 us  (91.3%)
   LB move op cnt    : 0
   LB apply          : 3.78 us    (1.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (63.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.778776236869517e-07,-9.660736327522703e-08,1.0123550886035639e-09) v=(1.4706797297797165e-07,-8.987173134043981e-07,1.5631339095203726e-09) l=(2.9916178350491035e-09,-7.2329356903655465e-09,1.0311126692890164e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609468995770508e-05,1.7102738999101672e-06,1.016739216230486e-08)
    sum a = (-9.486769009248164e-20,-5.082197683525802e-20,-1.6305384234645282e-20)
    sum e = 0.006061005239190688
    sum de = 8.058983381497421e-06
Info: cfl dt = 0.022803865458878483 cfl multiplier : 0.5000762311486456        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8408e+05 | 98787 |      1 | 5.367e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.21163080653024 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.140713222240047, dt = 0.022803865458878483 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98787.0 min = 98787.0 factor = 1
 - strategy "round robin" : max = 93847.6 min = 93847.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98787
    max = 98787
    avg = 98787
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.76 us    (2.2%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.4%)
   LB compute        : 289.32 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.50 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.68 us    (72.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5950511227248616e-05,1.775835191682309e-06,2.00111946288529e-08)
    sum a = (2.337810934421869e-19,-2.405573570202213e-19,-6.1409888675936775e-21)
    sum e = 0.006061455780907839
    sum de = 7.928434074365359e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023039070563854454
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5967421120321356e-05,1.7698517866784116e-06,2.0120711921730542e-08)
    sum a = (-1.8295911660692887e-19,1.8465318250143747e-19,-5.293955920339377e-21)
    sum e = 0.006061096800587511
    sum de = 7.933313549195171e-06
Info: cfl dt = 0.014942406473509204 cfl multiplier : 0.33335874371621516       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5228e+05 | 98787 |      1 | 6.487e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 126.54537677174697 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.163517087698925, dt = 0.014942406473509204 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98787.0 min = 98787.0 factor = 1
 - strategy "round robin" : max = 93847.6 min = 93847.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98787
    max = 98787
    avg = 98787
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.77 us    (2.4%)
   patch tree reduce : 2.00 us    (0.7%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 262.35 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.07 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.9999999999752447e-06 r=(-1.2754419064810028e-06,-8.708942064057363e-07,2.2282381406885107e-08) v=(9.686445210690276e-07,-1.267935601373827e-06,-1.0933748727265238e-08) l=(7.280867773448116e-09,3.9282760915387895e-08,3.0686789376433614e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6062633515264316e-05,1.7264983010176123e-06,1.313787411993763e-08)
    sum a = (4.777265822514254e-19,-3.2356658585114273e-19,-8.682087709356578e-21)
    sum e = 0.006059787539204569
    sum de = 7.918397638730402e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015079491028540414
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606209565421929e-05,1.7313642717180694e-06,1.2933898569001002e-08)
    sum a = (1.9312351197398048e-19,-4.726443845678996e-19,-1.2281977735187355e-20)
    sum e = 0.006059633957428462
    sum de = 7.921791295436936e-06
Info: cfl dt = 0.01269570283762723 cfl multiplier : 0.277786247905405          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5330e+05 | 98781 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.48320621139355 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.178459494172435, dt = 0.01269570283762723 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98781.0 min = 98781.0 factor = 1
 - strategy "round robin" : max = 93841.9 min = 93841.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98781
    max = 98781
    avg = 98781
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.05 us    (2.2%)
   patch tree reduce : 1.93 us    (0.6%)
   gen split merge   : 1.08 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.3%)
   LB compute        : 294.34 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.64 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (66.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(1.242679522520622e-07,3.658180288124949e-07,-2.477145578491797e-08) v=(-3.8427591195960557e-07,1.1048656656343172e-07,5.916541458032843e-09) l=(6.172622111367062e-09,1.5966353953838345e-08,1.0311660441835813e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608912113965638e-05,1.7187187955360717e-06,1.1093622689387766e-08)
    sum a = (1.7957098481791167e-19,-1.5077186461126546e-19,-3.5998900258307764e-21)
    sum e = 0.006059310306670641
    sum de = 7.915727466187102e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01284012324924828
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608391423653519e-05,1.7175231863371328e-06,1.1023625680754261e-08)
    sum a = (1.7957098481791167e-19,-2.1006417091906648e-19,-1.0587911840678754e-21)
    sum e = 0.006059199598046995
    sum de = 7.917472325172518e-06
Info: cfl dt = 0.0117455848867922 cfl multiplier : 0.259262082635135           [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5300e+05 | 98779 |      1 | 6.456e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.79023184546176 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.191155197010062, dt = 0.0117455848867922 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98779.0 min = 98779.0 factor = 1
 - strategy "round robin" : max = 93840.0 min = 93840.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98779
    max = 98779
    avg = 98779
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.60 us    (2.3%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.26 us    (0.4%)
   LB compute        : 266.48 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.58 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.25 us    (66.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(9.352184831682201e-07,-3.28173035316179e-07,1.3020802590615313e-08) v=(2.9843747915047676e-07,9.662747160204166e-07,3.073278614696541e-09) l=(-9.844160348111182e-09,4.854353965404685e-09,1.016608152551923e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609523839074231e-05,1.7122098293734537e-06,1.0203079534959934e-08)
    sum a = (1.6601845766184287e-19,6.268043809681823e-20,3.1763735522036263e-21)
    sum e = 0.006058865258216626
    sum de = 7.928323265156438e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01186938202001775
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6098343993131795e-05,1.7153172726364871e-06,1.030042396885691e-08)
    sum a = (4.404571325722362e-19,1.9989977555201488e-19,8.470329472543003e-22)
    sum e = 0.0060587704811870015
    sum de = 7.929861596878014e-06
Info: cfl dt = 0.011595720237252515 cfl multiplier : 0.25308736087837835       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5357e+05 | 98777 |      1 | 6.432e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.73929712524364 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.202900781896854, dt = 0.011595720237252515 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98777.0 min = 98777.0 factor = 1
 - strategy "round robin" : max = 93838.1 min = 93838.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98777
    max = 98777
    avg = 98777
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.25 us    (2.5%)
   patch tree reduce : 1.89 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 266.94 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.28 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.08 us    (62.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.405843389320593e-07,3.644593368188373e-07,2.4269343795093936e-08) v=(-3.632151417113204e-07,-3.7131268559795476e-07,-6.6119697410178535e-09) l=(1.3321712334320707e-08,-2.205753978585077e-08,5.181946004479765e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6100409667258486e-05,1.7145022026938365e-06,1.003380081993161e-08)
    sum a = (-5.353248226647178e-19,3.083199928005653e-19,2.541098841762901e-21)
    sum e = 0.006058684416051778
    sum de = 7.887705380434444e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011717366639696376
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609510106510585e-05,1.716993871498401e-06,9.99560232160236e-09)
    sum a = (-5.658180087658726e-19,-8.978549240895584e-20,4.658681209898652e-21)
    sum e = 0.006058591853785618
    sum de = 7.88896280971063e-06
Info: cfl dt = 0.01139223543087623 cfl multiplier : 0.2510291202927928         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5246e+05 | 98776 |      1 | 6.479e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.43394565325012 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.214496502134106, dt = 0.01139223543087623 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98776.0 min = 98776.0 factor = 1
 - strategy "round robin" : max = 93837.2 min = 93837.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98776
    max = 98776
    avg = 98776
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.97 us    (2.5%)
   patch tree reduce : 1.86 us    (0.7%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 262.38 us  (92.3%)
   LB move op cnt    : 0
   LB apply          : 3.82 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (68.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(9.764827637177403e-07,2.759034939079372e-07,-2.2814764058041027e-08) v=(-3.2505793282726483e-07,9.970852419693033e-07,1.498696576184526e-08) l=(3.167954467025973e-08,-1.3934506039294792e-08,1.5390427500835838e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6097327038591645e-05,1.7160053496349012e-06,9.887569153412292e-09)
    sum a = (-2.371692252312041e-19,-4.895850435129856e-19,-2.159934015498466e-20)
    sum e = 0.006057976084010313
    sum de = 7.72363339037096e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011513047572668108
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6092184118704385e-05,1.712568506142024e-06,1.0219376205501742e-08)
    sum a = (-2.303929616531697e-19,-3.6083603553033194e-19,-2.3081647812679684e-20)
    sum e = 0.006057886024452001
    sum de = 7.725251285113699e-06
Info: cfl dt = 0.01145935105022715 cfl multiplier : 0.2503430400975976         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5328e+05 | 98773 |      1 | 6.444e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.64312082721154 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.225888737564983, dt = 0.01145935105022715 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98773.0 min = 98773.0 factor = 1
 - strategy "round robin" : max = 93834.3 min = 93834.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98773
    max = 98773
    avg = 98773
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.2%)
   patch tree reduce : 1.64 us    (0.5%)
   gen split merge   : 901.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 285.99 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.57 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (67.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.5000000000451337e-06 r=(1.0684018984738757e-06,-7.297044752017923e-07,7.689152334987618e-08) v=(6.903435949086236e-07,1.143589707411943e-06,-3.29186645170633e-08) l=(-5.576823048819828e-08,2.100324615652855e-08,3.5908139930677582e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609070409614799e-05,1.7128441277505004e-06,9.868472340489971e-09)
    sum a = (-2.778268066994105e-19,-2.642742795433417e-19,1.2281977735187355e-20)
    sum e = 0.0060562094973729335
    sum de = 7.731253694840134e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011569790964687134
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6092658440885045e-05,1.7167785760396263e-06,1.0430759191100395e-08)
    sum a = (1.4568966692773966e-19,-5.912289971835016e-19,1.2705494208814505e-20)
    sum e = 0.006056119342901172
    sum de = 7.733753725477575e-06
Info: cfl dt = 0.011781440801501421 cfl multiplier : 0.25011434669919924       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5357e+05 | 98766 |      1 | 6.431e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.1442046938481 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.23734808861521, dt = 0.011781440801501421 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98766.0 min = 98766.0 factor = 1
 - strategy "round robin" : max = 93827.7 min = 93827.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98766
    max = 98766
    avg = 98766
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.82 us    (2.9%)
   patch tree reduce : 1.84 us    (0.8%)
   gen split merge   : 1.01 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.5%)
   LB compute        : 217.30 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.38 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.62 us    (68.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-1.3865201583360847e-07,4.788418589676195e-07,3.3473225400382674e-08) v=(-4.817971230143217e-07,-1.6689845002123356e-07,-1.3508213843895957e-08) l=(-1.6413420292766791e-09,-3.600360081074943e-08,5.082407075274534e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6088586090152596e-05,1.7189364090612803e-06,1.0605710769364383e-08)
    sum a = (3.8285889215894375e-19,3.3711911300721153e-19,1.2281977735187355e-20)
    sum e = 0.006056044533060645
    sum de = 7.696521052232667e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011911821127338651
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608779686841306e-05,1.7230732566828348e-06,1.0824044592493557e-08)
    sum a = (2.405573570202213e-19,5.759824041329242e-20,1.0587911840678754e-20)
    sum e = 0.0060559493707784216
    sum de = 7.697766923277203e-06
Info: cfl dt = 0.011690903810371836 cfl multiplier : 0.25003811556639977       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5332e+05 | 98765 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.84204644686585 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.249129529416711, dt = 0.011690903810371836 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98765.0 min = 98765.0 factor = 1
 - strategy "round robin" : max = 93826.8 min = 93826.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98765
    max = 98765
    avg = 98765
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.5%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.07 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 244.42 us  (92.0%)
   LB move op cnt    : 0
   LB apply          : 3.70 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(2.1900690437657178e-07,5.402301337490713e-07,2.460673565671663e-08) v=(-5.625047758114264e-07,2.029913392590638e-07,-6.125779324125896e-09) l=(-6.755951801768812e-08,5.008319108359767e-09,1.530757332476808e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608897840715539e-05,1.7228547430142089e-06,1.0610662109684288e-08)
    sum a = (-2.846030702774449e-19,-5.404070203482436e-19,0)
    sum e = 0.006055344404666644
    sum de = 7.629528460073474e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01181278531024821
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608826120404781e-05,1.725578726942902e-06,1.0555631236846337e-08)
    sum a = (-1.3552527156068805e-20,-2.422514229147299e-19,-4.235164736271502e-22)
    sum e = 0.006055250356091831
    sum de = 7.631229571158614e-06
Info: cfl dt = 0.011584056431520884 cfl multiplier : 0.2500127051887999        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5395e+05 | 98762 |      1 | 6.415e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.60673013611807 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.260820433227083, dt = 0.011584056431520884 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98762.0 min = 98762.0 factor = 1
 - strategy "round robin" : max = 93823.9 min = 93823.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98762
    max = 98762
    avg = 98762
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (2.1%)
   patch tree reduce : 1.99 us    (0.7%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.3%)
   LB compute        : 285.57 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.44 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.27 us    (66.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(2.3740897795404656e-07,3.396886604192426e-07,-2.3851560929985782e-08) v=(-3.5019115219901773e-07,2.0095662235165065e-07,2.2281119013327634e-08) l=(4.393974253986497e-08,5.70029681907235e-08,1.5179258364839002e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6089545035059835e-05,1.7249786937891502e-06,1.0446476808390635e-08)
    sum a = (2.541098841762901e-19,-3.3373098121819433e-19,4.341043854678289e-20)
    sum e = 0.0060546539907721875
    sum de = 7.66921791943928e-06
Info: cfl dt = 0.022911747327389695 cfl multiplier : 0.5000084701258666        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.6540e+05 | 98759 |      1 | 5.971e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.84447162050604 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.272404489658604, dt = 0.022911747327389695 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98759.0 min = 98759.0 factor = 1
 - strategy "round robin" : max = 93821.0 min = 93821.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98759
    max = 98759
    avg = 98759
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.47 us    (2.5%)
   patch tree reduce : 1.86 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.5%)
   LB compute        : 241.81 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.34 us    (66.0%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5941978831002064e-05,1.8043493357122113e-06,2.0598137154111693e-08)
    sum a = (1.9989977555201488e-19,1.9989977555201488e-19,-2.5199230180815435e-20)
    sum e = 0.006055096621261688
    sum de = 7.742605312404379e-06
Info: cfl dt = 0.03188303037960559 cfl multiplier : 0.6666723134172443         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8425e+05 | 98759 |      1 | 5.360e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 153.88637538221835 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.295316236985994, dt = 0.03188303037960559 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98759.0 min = 98759.0 factor = 1
 - strategy "round robin" : max = 93821.0 min = 93821.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98759
    max = 98759
    avg = 98759
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.07 us    (2.5%)
   patch tree reduce : 1.62 us    (0.6%)
   gen split merge   : 1.04 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.4%)
   LB compute        : 260.28 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.37 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (66.6%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5828254795451016e-05,1.8724196342269285e-06,2.8415375765259742e-08)
    sum a = (1.2874900798265365e-19,3.6591823321385775e-19,2.2234614865425384e-20)
    sum e = 0.006055680460106979
    sum de = 7.691700187811526e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.032242738589041885
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5858558600561186e-05,1.8677243339659631e-06,2.7938256004214463e-08)
    sum a = (2.303929616531697e-19,-3.1001405869507392e-19,2.3081647812679684e-20)
    sum e = 0.00605498556749369
    sum de = 7.70215672325758e-06
Info: cfl dt = 0.018251254487790088 cfl multiplier : 0.38889077113908144       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4870e+05 | 98759 |      1 | 6.642e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 172.819257366552 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.327199267365599, dt = 0.018251254487790088 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98759.0 min = 98759.0 factor = 1
 - strategy "round robin" : max = 93821.0 min = 93821.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98759
    max = 98759
    avg = 98759
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.2%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 287.42 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.12 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.19 us    (65.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.5551675034173131e-06,-8.103027210938662e-07,-7.53300298602216e-09) v=(8.841144756460717e-07,-1.5549854396876744e-06,2.2421768024547405e-08) l=(9.143180545081936e-09,2.3564430199666613e-09,2.559125961852887e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.602330963712118e-05,1.771951633912209e-06,1.6044885365925237e-08)
    sum a = (-1.0164395367051604e-19,-5.98005260761536e-19,2.244637310223896e-20)
    sum e = 0.006054035249055264
    sum de = 7.650465968470206e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.018453086216202026
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601266138551725e-05,1.7747482280545067e-06,1.551637078300825e-08)
    sum a = (4.3029273720518457e-19,-4.1504614415460717e-19,2.329340604949326e-20)
    sum e = 0.006053806966287404
    sum de = 7.654903171632272e-06
Info: cfl dt = 0.013623848052388534 cfl multiplier : 0.2962969237130271        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5375e+05 | 98754 |      1 | 6.423e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 102.29847608189961 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.345450521853389, dt = 0.013623848052388534 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98754.0 min = 98754.0 factor = 1
 - strategy "round robin" : max = 93816.3 min = 93816.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98754
    max = 98754
    avg = 98754
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.33 us    (2.2%)
   patch tree reduce : 1.80 us    (0.6%)
   gen split merge   : 951.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 273.89 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.36 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.54 us    (70.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(1.2641828126539785e-06,-5.265258961305048e-08,-3.9325583478072106e-08) v=(1.6542034088411163e-10,1.2847511636336509e-06,3.052967012012475e-08) l=(5.072485538938232e-09,-1.5432855528774604e-08,2.0239460245389564e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.607027497098189e-05,1.742332458012005e-06,1.1733781205910815e-08)
    sum a = (2.0667603913004928e-19,2.0159384144652348e-19,-1.6940658945086007e-20)
    sum e = 0.006053004388192648
    sum de = 7.635144150090555e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013765512865218207
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6077174159912186e-05,1.741675328982659e-06,1.1449633758004443e-08)
    sum a = (3.7947076036992655e-19,4.9636130709102e-19,-1.7787691892340307e-20)
    sum e = 0.0060528773130588825
    sum de = 7.63747515610169e-06
Info: cfl dt = 0.012027576269639776 cfl multiplier : 0.26543230790434236       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5382e+05 | 98750 |      1 | 6.420e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.39848961730061 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.359074369905778, dt = 0.012027576269639776 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98750.0 min = 98750.0 factor = 1
 - strategy "round robin" : max = 93812.5 min = 93812.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98750
    max = 98750
    avg = 98750
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.50 us    (2.4%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 253.98 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-7.88805891606276e-07,-2.6523250032964253e-07,-9.972692816705304e-09) v=(3.204127722610569e-07,-7.908091244599082e-07,1.0648617871668284e-08) l=(-4.5806489899051445e-09,2.474808707224163e-08,1.0213631053629726e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609680672967416e-05,1.730154053588854e-06,1.0177924461414305e-08)
    sum a = (1.4230153513872246e-19,1.7787691892340307e-19,-1.418780186650953e-20)
    sum e = 0.006052542304482647
    sum de = 7.674892553443931e-06
Info: cfl dt = 0.022833653854805746 cfl multiplier : 0.5102882052695615        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8407e+05 | 98748 |      1 | 5.365e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.7104107161645 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.3711019461754175, dt = 0.022833653854805746 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98748.0 min = 98748.0 factor = 1
 - strategy "round robin" : max = 93810.6 min = 93810.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98748
    max = 98748
    avg = 98748
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.09 us    (3.0%)
   patch tree reduce : 2.03 us    (0.9%)
   gen split merge   : 1.08 us    (0.5%)
   split / merge op  : 0/0
   apply split merge : 1.11 us    (0.5%)
   LB compute        : 217.57 us  (91.2%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (64.2%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5967078526808966e-05,1.8084988587315659e-06,1.9094613105247866e-08)
    sum a = (-3.083199928005653e-19,-9.994988777600744e-19,-3.875175733688424e-20)
    sum e = 0.006052974428205926
    sum de = 7.711987592124329e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02303792697179354
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5969937714158736e-05,1.8179681225388142e-06,1.8651456117240172e-08)
    sum a = (-1.0164395367051604e-19,-5.166900978251232e-19,-3.324604317973129e-20)
    sum e = 0.006052619604647901
    sum de = 7.716716640393035e-06
Info: cfl dt = 0.014735099754865021 cfl multiplier : 0.3367627350898538        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5224e+05 | 98748 |      1 | 6.486e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 126.73123792221723 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.393935600030224, dt = 0.014735099754865021 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98748.0 min = 98748.0 factor = 1
 - strategy "round robin" : max = 93810.6 min = 93810.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98748
    max = 98748
    avg = 98748
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.02 us    (2.3%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.01 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.4%)
   LB compute        : 281.93 us  (93.2%)
   LB move op cnt    : 0
   LB apply          : 3.42 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.26 us    (65.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-1.5503515625250332e-08,4.987973379625625e-07,-2.2699019823351335e-08) v=(-5.054584581157051e-07,-4.1458552083126904e-08,1.3839590553849663e-08) l=(1.1777421208707362e-08,2.3393477110744383e-08,5.060135972469702e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606661666189671e-05,1.7571588533604553e-06,1.2186364185706836e-08)
    sum a = (4.743384504624082e-20,-4.1674021004911577e-19,7.411538288475128e-21)
    sum e = 0.006052622935717704
    sum de = 7.67351260029532e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.014889956587336018
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606907852892589e-05,1.762928429373286e-06,1.172729831182052e-08)
    sum a = (3.3881317890172014e-21,-7.792703114739563e-19,9.317362419797304e-21)
    sum e = 0.006052474562396027
    sum de = 7.675497229954486e-06
Info: cfl dt = 0.012462273206051665 cfl multiplier : 0.278920911696618         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5277e+05 | 98747 |      1 | 6.464e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 82.06914827002464 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.408670699785088, dt = 0.012462273206051665 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98747.0 min = 98747.0 factor = 1
 - strategy "round robin" : max = 93809.6 min = 93809.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98747
    max = 98747
    avg = 98747
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.07 us    (2.5%)
   patch tree reduce : 1.74 us    (0.6%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.32 us    (0.5%)
   LB compute        : 259.25 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (69.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-1.933413539442324e-07,6.051433384857054e-07,-3.134104324434607e-08) v=(-6.149540306244771e-07,-2.2744532153528597e-07,-8.60734591479291e-09) l=(4.2862577592679216e-08,3.789856886986808e-08,1.534696403560987e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609601200877985e-05,1.745119536623673e-06,1.0108855277249294e-08)
    sum a = (3.7269449679189215e-20,-8.300922883092143e-19,7.623296525288703e-21)
    sum e = 0.006051883898569205
    sum de = 7.684383731264788e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012600007244207755
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6096986947908606e-05,1.7428524014782978e-06,1.0015340511447457e-08)
    sum a = (-5.149960319306146e-19,-7.216720710606639e-19,5.293955920339377e-21)
    sum e = 0.006051777994397356
    sum de = 7.686257358070397e-06
Info: cfl dt = 0.01149267817282357 cfl multiplier : 0.25964030389887266        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5366e+05 | 98744 |      1 | 6.426e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.81553126752742 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.42113297299114, dt = 0.01149267817282357 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98744.0 min = 98744.0 factor = 1
 - strategy "round robin" : max = 93806.8 min = 93806.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98744
    max = 98744
    avg = 98744
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.25 us    (2.5%)
   patch tree reduce : 2.00 us    (0.7%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.15 us    (0.4%)
   LB compute        : 272.41 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.83 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.29 us    (66.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-5.031509522098029e-08,-4.962207756582294e-07,2.46712854675773e-08) v=(5.06909000210767e-07,-2.774011109458064e-08,-2.6592093602114533e-08) l=(2.7617378162078454e-08,2.237723557517137e-08,5.064032931156436e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610819559746418e-05,1.7350804664532937e-06,9.068433904277334e-09)
    sum a = (3.049318610115481e-20,8.097634975751111e-19,-4.0234064994579266e-21)
    sum e = 0.006051696328210646
    sum de = 7.660408305581529e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011608776736945879
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6111951541203774e-05,1.7351669103484265e-06,8.958267784940518e-09)
    sum a = (3.9641141931501256e-19,9.215718466126788e-19,-7.411538288475128e-21)
    sum e = 0.00605160617380705
    sum de = 7.66159827237145e-06
Info: cfl dt = 0.011316489378859668 cfl multiplier : 0.25321343463295753       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5388e+05 | 98743 |      1 | 6.417e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.47574273432207 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.4326256511639635, dt = 0.011316489378859668 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98743.0 min = 98743.0 factor = 1
 - strategy "round robin" : max = 93805.8 min = 93805.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98743
    max = 98743
    avg = 98743
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.52 us    (2.4%)
   patch tree reduce : 2.12 us    (0.8%)
   gen split merge   : 1.12 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 251.11 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.07 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.22 us    (64.6%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.084784497808411e-07,-1.8377869372528588e-07,-3.9549404923565195e-08) v=(2.1731145110896375e-07,-5.140019870051806e-07,8.202667275508498e-09) l=(-2.6141365996769734e-08,1.158389789180541e-09,1.0300446247567523e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6114141650563864e-05,1.7336883578716037e-06,8.94133046563035e-09)
    sum a = (-5.082197683525802e-20,8.843023969334896e-19,-1.249373597200093e-20)
    sum e = 0.006051246677123608
    sum de = 7.674918968124224e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011433826198629182
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611223259229583e-05,1.7360888117156162e-06,8.60443314888499e-09)
    sum a = (-1.9651164376299768e-19,9.520650327138336e-19,-1.461131834013668e-20)
    sum e = 0.006051159596761824
    sum de = 7.676249050102736e-06
Info: cfl dt = 0.01129511898852085 cfl multiplier : 0.25107114487765253        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5342e+05 | 98741 |      1 | 6.436e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.29814273409257 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.443942140542823, dt = 0.01129511898852085 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98741.0 min = 98741.0 factor = 1
 - strategy "round robin" : max = 93803.9 min = 93803.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98741
    max = 98741
    avg = 98741
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.4%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 252.25 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.54 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.29349054373681e-07,2.537873735461633e-07,-2.9412631151949093e-08) v=(-2.7668963572367194e-07,4.331985437593691e-07,2.503515580771232e-09) l=(2.6728211895870667e-08,1.4231260506327702e-08,5.129580774600705e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611234843078572e-05,1.7361285542324024e-06,8.680441643699837e-09)
    sum a = (-4.0657581468206416e-19,-1.4230153513872246e-19,-2.0117032497289633e-20)
    sum e = 0.006051067737851976
    sum de = 7.710383159093504e-06
Info: cfl dt = 0.02221639978940032 cfl multiplier : 0.5007140965851017         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7964e+05 | 98740 |      1 | 5.497e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.97631810658223 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.455237259531344, dt = 0.02221639978940032 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98740.0 min = 98740.0 factor = 1
 - strategy "round robin" : max = 93803.0 min = 93803.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98740
    max = 98740
    avg = 98740
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.54 us    (2.5%)
   patch tree reduce : 1.80 us    (0.7%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.14 us    (0.4%)
   LB compute        : 243.18 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.31 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 982.00 ns  (62.9%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5988625091724856e-05,1.8247836440777308e-06,1.6793733589030122e-08)
    sum a = (7.453889935837843e-20,-1.6601845766184287e-19,1.7787691892340307e-20)
    sum e = 0.006051488282704654
    sum de = 7.742238335122083e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02243058596160723
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.5995751244963674e-05,1.8317323989655208e-06,1.624153634809587e-08)
    sum a = (3.1170812458958252e-19,-4.743384504624082e-19,1.461131834013668e-20)
    sum e = 0.00605115273518876
    sum de = 7.746669298259588e-06
Info: cfl dt = 0.015802410651639644 cfl multiplier : 0.3335713655283672        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5197e+05 | 98740 |      1 | 6.497e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 123.09469519138149 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.477453659320744, dt = 0.015802410651639644 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98740.0 min = 98740.0 factor = 1
 - strategy "round robin" : max = 93803.0 min = 93803.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98740
    max = 98740
    avg = 98740
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.32 us    (2.4%)
   patch tree reduce : 2.08 us    (0.8%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 240.45 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.27 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.50 us    (67.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.7940657561959777e-07,3.2295972464521563e-07,-3.2061720978687413e-08) v=(-3.1094487314521564e-07,-4.0564942602708167e-07,8.57071489652982e-09) l=(-2.0643648675454357e-08,2.6300262541463265e-08,5.092135138842985e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606710299130037e-05,1.7781361684066782e-06,1.1763792576562819e-08)
    sum a = (-1.7957098481791167e-19,1.2874900798265365e-19,-1.503483481376383e-20)
    sum e = 0.006051183594542322
    sum de = 7.640267303214397e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.015972384169871793
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.606949310971764e-05,1.7852661873830867e-06,1.1953921868817027e-08)
    sum a = (-1.0164395367051604e-20,2.778268066994105e-19,-1.4823076576950256e-20)
    sum e = 0.006051012791217505
    sum de = 7.642499956499339e-06
Info: cfl dt = 0.013139537686085011 cfl multiplier : 0.27785712184278905       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5317e+05 | 98739 |      1 | 6.446e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 88.25173128571538 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.493256069972384, dt = 0.013139537686085011 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98739.0 min = 98739.0 factor = 1
 - strategy "round robin" : max = 93802.0 min = 93802.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98739
    max = 98739
    avg = 98739
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.60 us    (2.2%)
   patch tree reduce : 1.86 us    (0.6%)
   gen split merge   : 1.24 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.3%)
   LB compute        : 285.87 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.09 us    (63.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(-1.3771893223559124e-07,7.046116663250376e-07,6.331369546577168e-08) v=(-7.026244661575027e-07,-1.9160655793709538e-07,-9.332652790946161e-09) l=(-2.764527876289982e-08,-5.039241418646485e-08,2.5511134745720204e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609887508209246e-05,1.7620930572299323e-06,9.67416237845852e-09)
    sum a = (8.470329472543003e-20,-1.5585406229479126e-19,2.0328790734103208e-20)
    sum e = 0.0060499182578387795
    sum de = 7.652535137799485e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.013245355381814428
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609647566584139e-05,1.763474698732867e-06,9.943412589544074e-09)
    sum a = (4.641740550953566e-19,-4.573977915173222e-19,2.371692252312041e-20)
    sum e = 0.006049800633839194
    sum de = 7.654998522414844e-06
Info: cfl dt = 0.012149872754093086 cfl multiplier : 0.25928570728092964       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5307e+05 | 98734 |      1 | 6.450e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.3324163305051 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.506395607658469, dt = 0.012149872754093086 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98734.0 min = 98734.0 factor = 1
 - strategy "round robin" : max = 93797.3 min = 93797.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98734
    max = 98734
    avg = 98734
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.40 us    (2.4%)
   patch tree reduce : 1.85 us    (0.7%)
   gen split merge   : 1.09 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.09 us    (0.4%)
   LB compute        : 246.05 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.01 us    (73.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.909634348688341e-07,9.170147888877978e-08,1.097576857551967e-08) v=(-1.1660445236837667e-07,4.973136545414456e-07,6.257742590738214e-09) l=(-9.764396930770348e-09,-8.792603545461296e-09,5.102382185286775e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610726384646863e-05,1.7547646068841654e-06,9.119818171977063e-09)
    sum a = (4.0657581468206416e-19,5.996993266560446e-19,1.5670109524204556e-20)
    sum e = 0.006049731572565941
    sum de = 7.633654124531575e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012287250397269004
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6107201607766456e-05,1.7607119644591729e-06,9.181106325356706e-09)
    sum a = (3.6253010142484055e-19,5.759824041329242e-19,1.4399560103323106e-20)
    sum e = 0.006049631034006433
    sum de = 7.634968691222829e-06
Info: cfl dt = 0.011749569414311975 cfl multiplier : 0.25309523576030984       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5441e+05 | 98733 |      1 | 6.394e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.40610787977506 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.518545480412562, dt = 0.011749569414311975 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98733.0 min = 98733.0 factor = 1
 - strategy "round robin" : max = 93796.3 min = 93796.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98733
    max = 98733
    avg = 98733
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.8%)
   patch tree reduce : 2.10 us    (0.8%)
   gen split merge   : 912.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.4%)
   LB compute        : 227.23 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.54 us    (67.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.0061921634302766e-07,8.403182797523247e-07,7.509926576560228e-09) v=(-8.792366025671652e-07,1.5997804184608895e-07,2.401488457971517e-09) l=(3.6373303356765107e-10,-1.270619313189506e-08,1.0308322758949664e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611180310667782e-05,1.7573135634791948e-06,8.89541611589584e-09)
    sum a = (3.049318610115481e-20,-1.5246593050577406e-19,3.8116482626443515e-21)
    sum e = 0.0060492804153258195
    sum de = 7.632901983277736e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011883565263122686
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6115343664370034e-05,1.7567238737361141e-06,8.685708528452476e-09)
    sum a = (7.792703114739563e-20,-4.845028458294598e-19,3.1763735522036263e-21)
    sum e = 0.006049186417998905
    sum de = 7.634373814173545e-06
Info: cfl dt = 0.011553085628457032 cfl multiplier : 0.2510317452534366        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4834e+05 | 98731 |      1 | 6.656e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.55335453286964 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.530295049826874, dt = 0.011553085628457032 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98731.0 min = 98731.0 factor = 1
 - strategy "round robin" : max = 93794.4 min = 93794.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98731
    max = 98731
    avg = 98731
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.34 us    (2.1%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 29.94 us   (10.0%)
   split / merge op  : 0/0
   apply split merge : 1.29 us    (0.4%)
   LB compute        : 248.07 us  (83.2%)
   LB move op cnt    : 0
   LB apply          : 3.65 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.41 us    (69.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.606462410572821e-07,-1.9112914749740964e-07,-2.328370266489695e-08) v=(2.250953609967264e-07,-4.587159364631641e-07,1.9116555175100953e-08) l=(-2.8661127212852423e-08,7.045973091174544e-09,5.091952021330946e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611763107229949e-05,1.7546830511564181e-06,8.632753810829832e-09)
    sum a = (-1.8295911660692887e-19,-1.8973538018496328e-19,-1.3552527156068805e-20)
    sum e = 0.006049102666144278
    sum de = 7.636102815317632e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011683576260426938
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6116697604774054e-05,1.7580615123695582e-06,8.61002212038323e-09)
    sum a = (-1.4568966692773966e-19,-6.369687763352339e-19,-1.1434944787933055e-20)
    sum e = 0.006049011940838074
    sum de = 7.637310221393016e-06
Info: cfl dt = 0.011545535691728462 cfl multiplier : 0.25034391508447884       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5055e+05 | 98730 |      1 | 6.558e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.418894190420076 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.541848135455331, dt = 0.011545535691728462 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98730.0 min = 98730.0 factor = 1
 - strategy "round robin" : max = 93793.5 min = 93793.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98730
    max = 98730
    avg = 98730
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.70 us    (2.4%)
   patch tree reduce : 1.65 us    (0.6%)
   gen split merge   : 992.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 260.78 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (64.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(2.947643932457836e-07,4.025019792617472e-07,2.1267170861112576e-08) v=(-4.354281323726446e-07,2.833890515591272e-07,-5.460119354285141e-09) l=(-1.6419845429421793e-08,-1.5356598462079476e-08,5.18218766515019e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611667194789408e-05,1.7581798322564867e-06,8.552148628775708e-09)
    sum a = (8.470329472543003e-20,-8.944667923005412e-19,4.870439446712227e-21)
    sum e = 0.0060489201085248264
    sum de = 7.611816458771187e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01166990990157293
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611636385830003e-05,1.7540987915269039e-06,8.329578044909184e-09)
    sum a = (1.5585406229479126e-19,-4.777265822514254e-19,3.1763735522036263e-21)
    sum e = 0.006048829448305001
    sum de = 7.613008484761333e-06
Info: cfl dt = 0.011448212405417066 cfl multiplier : 0.25011463836149295       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5335e+05 | 98729 |      1 | 6.438e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.55793576913041 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.5533936711470595, dt = 0.011448212405417066 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98729.0 min = 98729.0 factor = 1
 - strategy "round robin" : max = 93792.5 min = 93792.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98729
    max = 98729
    avg = 98729
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.2%)
   patch tree reduce : 1.69 us    (0.6%)
   gen split merge   : 1.15 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.4%)
   LB compute        : 274.68 us  (93.1%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.40 us    (66.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(2.404331719021134e-07,-8.22805661326051e-07,-3.823432909566922e-08) v=(8.229995299002468e-07,2.9064574957758844e-07,2.3531164985155685e-08) l=(-1.6084541308458447e-08,-3.1440217178782737e-08,1.0169076999152907e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611715412588697e-05,1.7528872292044313e-06,8.358107729757813e-09)
    sum a = (5.861467994999758e-19,2.608861477543245e-19,-1.376428539288238e-20)
    sum e = 0.006048484087046781
    sum de = 7.573292940624792e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011573641510515573
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6115853766468216e-05,1.759113597670639e-06,8.283108225713015e-09)
    sum a = (3.2187251995663413e-19,2.168404344971009e-19,-1.461131834013668e-20)
    sum e = 0.006048394767587684
    sum de = 7.574650982579341e-06
Info: cfl dt = 0.011360785228663168 cfl multiplier : 0.2500382127871643        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5315e+05 | 98727 |      1 | 6.446e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.93441389110432 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.564841883552477, dt = 0.011360785228663168 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98727.0 min = 98727.0 factor = 1
 - strategy "round robin" : max = 93790.6 min = 93790.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98727
    max = 98727
    avg = 98727
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.56 us    (2.4%)
   patch tree reduce : 1.72 us    (0.6%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.04 us    (0.4%)
   LB compute        : 252.35 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.34 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.04 us    (62.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(4.319490002102394e-07,8.815719396062377e-07,1.3324050965102713e-08) v=(-9.320536992883332e-07,3.8354533058250256e-07,-1.127957040075713e-08) l=(-2.3545263922004572e-08,-2.8803166654625856e-09,1.0220289724029727e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61167181562004e-05,1.7586082201527287e-06,8.189680572564652e-09)
    sum a = (-4.2690460541616737e-19,2.710505431213761e-19,2.1175823681357508e-20)
    sum e = 0.006048040936930093
    sum de = 7.607083530228813e-06
Info: cfl dt = 0.02255432823857853 cfl multiplier : 0.5000254751914429         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8501e+05 | 98725 |      1 | 5.336e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.64473089613026 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.57620266878114, dt = 0.02255432823857853 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98725.0 min = 98725.0 factor = 1
 - strategy "round robin" : max = 93788.8 min = 93788.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98725
    max = 98725
    avg = 98725
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.57 us    (2.6%)
   patch tree reduce : 2.00 us    (0.8%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.5%)
   LB compute        : 229.02 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.51 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.20 us    (65.6%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.59953013358207e-05,1.8707884325126442e-06,1.6214663629346206e-08)
    sum a = (-1.1519648082658485e-19,-2.541098841762901e-19,4.235164736271502e-21)
    sum e = 0.006048470315371125
    sum de = 7.602960851830477e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02280191558768863
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6001667185192614e-05,1.8833244336717635e-06,1.6538705803834984e-08)
    sum a = (1.8973538018496328e-19,-6.030874584450618e-19,1.2705494208814505e-21)
    sum e = 0.0060481251454618315
    sum de = 7.607448781228627e-06
Info: cfl dt = 0.014829615690513599 cfl multiplier : 0.3333418250638143        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5264e+05 | 98725 |      1 | 6.468e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 125.53781817868234 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.598756997019719, dt = 0.014829615690513599 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98725.0 min = 98725.0 factor = 1
 - strategy "round robin" : max = 93788.8 min = 93788.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98725
    max = 98725
    avg = 98725
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.53 us    (2.1%)
   patch tree reduce : 1.53 us    (0.5%)
   gen split merge   : 1.05 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.4%)
   LB compute        : 294.73 us  (93.7%)
   LB move op cnt    : 0
   LB apply          : 3.38 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.45 us    (70.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-2.2692001333272298e-07,8.054787767654563e-07,4.7146542537694396e-08) v=(-8.082164927533742e-07,-2.749563709626392e-07,-2.2677255411569905e-08) l=(-1.0608112893754723e-08,-4.014520578011582e-08,1.017155351333435e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608421380420001e-05,1.8023535327763983e-06,1.0651186919694736e-08)
    sum a = (2.337810934421869e-19,4.2690460541616737e-19,6.776263578034403e-21)
    sum e = 0.006047864967264646
    sum de = 7.61760486018136e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01497931569378399
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.608456418527237e-05,1.7998919345481253e-06,1.0735117329903634e-08)
    sum a = (1.0164395367051604e-19,-3.7269449679189215e-20,6.988021814847978e-21)
    sum e = 0.006047715788331281
    sum de = 7.6198206554245206e-06
Info: cfl dt = 0.01224828070615339 cfl multiplier : 0.2777806083546048         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5194e+05 | 98723 |      1 | 6.497e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 82.16576179230239 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.6135866127102325, dt = 0.01224828070615339 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98723.0 min = 98723.0 factor = 1
 - strategy "round robin" : max = 93786.8 min = 93786.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98723
    max = 98723
    avg = 98723
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.36 us    (2.3%)
   patch tree reduce : 1.79 us    (0.7%)
   gen split merge   : 1.16 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.4%)
   LB compute        : 255.36 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.49 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.10 us    (62.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.6138166789898692e-07,-4.7282994380411615e-07,-6.271197588447199e-09) v=(4.714616599782811e-07,1.8856105840384346e-07,-1.0602928899976724e-09) l=(3.4216294626908805e-09,-5.5596226570861894e-09,5.072307630688781e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6111795372392696e-05,1.7728895716161809e-06,8.916602988749512e-09)
    sum a = (-2.371692252312041e-19,-3.2526065174565133e-19,-4.341043854678289e-20)
    sum e = 0.006047652238333938
    sum de = 7.599761134337016e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.012387726135816715
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6118203996329616e-05,1.772047525261771e-06,8.788622696941507e-09)
    sum a = (-1.4230153513872246e-19,6.539094352803199e-19,-4.7222086809427244e-20)
    sum e = 0.006047550268004643
    sum de = 7.601108258879885e-06
Info: cfl dt = 0.011348427567625023 cfl multiplier : 0.2592602027848683        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4866e+05 | 98722 |      1 | 6.641e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.39627474273169 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.6258348934163855, dt = 0.011348427567625023 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98722.0 min = 98722.0 factor = 1
 - strategy "round robin" : max = 93785.9 min = 93785.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98722
    max = 98722
    avg = 98722
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.72 us    (2.6%)
   patch tree reduce : 1.92 us    (0.7%)
   gen split merge   : 1.11 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 240.66 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.30 us    (66.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-8.232510003982973e-07,-3.260925970274679e-07,-2.134326847258843e-09) v=(3.757319037409987e-07,-8.359993388349924e-07,-4.23820165270186e-09) l=(9.713642260964831e-09,-2.924329800781429e-08,1.0294513725667576e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61276208598262e-05,1.7624870574663133e-06,8.1143592785278e-09)
    sum a = (3.7608262858090935e-19,6.776263578034403e-20,9.740878893424454e-21)
    sum e = 0.0060471898531358195
    sum de = 7.603003003426443e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011474133721045152
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612767871775063e-05,1.7607746779548785e-06,8.1530264554071e-09)
    sum a = (2.846030702774449e-19,-2.1006417091906648e-19,1.079967007749233e-20)
    sum e = 0.0060471024192942325
    sum de = 7.604381786989049e-06
Info: cfl dt = 0.011169643293143886 cfl multiplier : 0.25308673426162276       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4017e+05 | 98720 |      1 | 7.043e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.00988901427613 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.63718332098401, dt = 0.011169643293143886 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98720.0 min = 98720.0 factor = 1
 - strategy "round robin" : max = 93784.0 min = 93784.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98720
    max = 98720
    avg = 98720
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.58 us    (2.4%)
   patch tree reduce : 1.70 us    (0.6%)
   gen split merge   : 1.23 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.4%)
   LB compute        : 256.42 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.24 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.11 us    (64.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.0813351339843645e-07,-4.873845953279397e-07,1.163210625568814e-08) v=(4.962590418706192e-07,1.365838104708055e-07,-5.307773571388422e-09) l=(1.926601292774162e-09,1.2692391969718345e-08,5.139005804967326e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612940297039323e-05,1.7587660417868673e-06,7.955167274267433e-09)
    sum a = (-1.1519648082658485e-19,3.3203691532368573e-19,2.0752307207730358e-20)
    sum e = 0.0060470062029982
    sum de = 7.574017252285984e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011293391131569493
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613546908983354e-05,1.760418128693436e-06,8.110093446344916e-09)
    sum a = (1.7618285302889447e-19,-1.3891340334970526e-19,1.8846483076408183e-20)
    sum e = 0.006046921455947939
    sum de = 7.575125625239392e-06
Info: cfl dt = 0.01141186643664093 cfl multiplier : 0.2510289114205409         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5389e+05 | 98719 |      1 | 6.415e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.68235066720446 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.648352964277154, dt = 0.01141186643664093 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98719.0 min = 98719.0 factor = 1
 - strategy "round robin" : max = 93783.0 min = 93783.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98719
    max = 98719
    avg = 98719
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.24 us    (2.7%)
   patch tree reduce : 1.76 us    (0.7%)
   gen split merge   : 1.18 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.21 us    (0.5%)
   LB compute        : 247.48 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 3.46 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (65.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-9.022468083530238e-07,1.258681197054785e-07,2.5070940032174567e-08) v=(-8.213607880022276e-08,-9.311199146728181e-07,-1.082980169752948e-08) l=(1.6895816995177496e-08,-1.8326697857430768e-09,1.0197626619629866e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6133538298145804e-05,1.7627279801370156e-06,8.234668906111967e-09)
    sum a = (-1.7279472123987727e-19,-4.675621868843738e-19,1.6093625997831706e-20)
    sum e = 0.006046573094241274
    sum de = 7.486885035004565e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011529907174125909
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613161581823041e-05,1.7627637074510536e-06,8.353488613582665e-09)
    sum a = (-3.1848438816761693e-19,-8.470329472543003e-20,1.7787691892340307e-20)
    sum e = 0.0060464841715066955
    sum de = 7.4882361348195244e-06
Info: cfl dt = 0.011091630739112459 cfl multiplier : 0.2503429704735136        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5004e+05 | 98717 |      1 | 6.579e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.44243358819587 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.659764830713795, dt = 0.011091630739112459 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98717.0 min = 98717.0 factor = 1
 - strategy "round robin" : max = 93781.1 min = 93781.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98717
    max = 98717
    avg = 98717
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.94 us    (2.2%)
   patch tree reduce : 1.92 us    (0.6%)
   gen split merge   : 1.00 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 992.00 ns  (0.3%)
   LB compute        : 298.69 us  (93.6%)
   LB move op cnt    : 0
   LB apply          : 3.53 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (67.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.0000000000575113e-06 r=(4.434365938149566e-07,-1.4913104454594359e-07,2.1961755830485556e-08) v=(1.2909060815550507e-07,4.7069543515815043e-07,1.2396021928050323e-08) l=(-2.6109292674879727e-08,-6.047401482146718e-09,2.0472450771979317e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6134556065040845e-05,1.7595233167954911e-06,8.076944613530722e-09)
    sum a = (3.7269449679189215e-19,7.657177843178875e-19,2.964615315390051e-21)
    sum e = 0.006045595294029288
    sum de = 7.488940901395939e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011207349384787537
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6136944859024226e-05,1.757720307183559e-06,8.15449274552692e-09)
    sum a = (5.421010862427522e-20,5.319366908757006e-19,2.752857078576476e-21)
    sum e = 0.006045511918160891
    sum de = 7.490556078111973e-06
Info: cfl dt = 0.011020978431811893 cfl multiplier : 0.2501143234911712        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5289e+05 | 98713 |      1 | 6.457e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.843942964014815 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.670856461452908, dt = 0.011020978431811893 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98713.0 min = 98713.0 factor = 1
 - strategy "round robin" : max = 93777.3 min = 93777.3 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98713
    max = 98713
    avg = 98713
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.75 us    (2.4%)
   patch tree reduce : 1.81 us    (0.6%)
   gen split merge   : 1.06 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 260.25 us  (92.8%)
   LB move op cnt    : 0
   LB apply          : 3.62 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (68.7%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-2.3280233751083628e-07,-4.4172304225714807e-07,1.61335337431428e-08) v=(4.6643482398304537e-07,-2.1634434070587772e-07,-6.79185079796471e-09) l=(1.2983366696924748e-08,1.1908581690896075e-08,5.133936049686594e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6137643668938166e-05,1.756806551531998e-06,8.093611182372743e-09)
    sum a = (3.9979955110402976e-19,4.845028458294598e-19,-2.964615315390051e-21)
    sum e = 0.006045411913777571
    sum de = 7.4302382882182385e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011141251383048773
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.614001030230093e-05,1.7576509457349404e-06,7.979356049065061e-09)
    sum a = (-1.4907779871675686e-19,7.691059161069047e-19,-4.235164736271502e-22)
    sum e = 0.006045329368194427
    sum de = 7.431284983353815e-06
Info: cfl dt = 0.011036115037645849 cfl multiplier : 0.2500381078303904        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4954e+05 | 98712 |      1 | 6.601e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.10593047056716 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.68187743988472, dt = 0.011036115037645849 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98712.0 min = 98712.0 factor = 1
 - strategy "round robin" : max = 93776.4 min = 93776.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98712
    max = 98712
    avg = 98712
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.51 us    (2.1%)
   patch tree reduce : 1.84 us    (0.6%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 991.00 ns  (0.3%)
   LB compute        : 284.29 us  (93.3%)
   LB move op cnt    : 0
   LB apply          : 3.60 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=1.4999999999876223e-06 r=(-2.70365260650023e-07,-3.1661655881722733e-09,-1.2489906592322415e-08) v=(1.4743080467407644e-08,-2.7521598644230673e-07,-5.284004332261138e-09) l=(3.625009810801105e-08,1.764424758476319e-08,1.5348813209492464e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613998297852863e-05,1.7577608584196748e-06,8.05067466215401e-09)
    sum a = (-2.371692252312041e-19,1.6940658945086007e-20,4.658681209898652e-21)
    sum e = 0.006044702618507967
    sum de = 7.424095179017318e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01114575654114798
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61399209762857e-05,1.7610667635925917e-06,7.912947041710462e-09)
    sum a = (1.5924219408380846e-19,4.743384504624082e-20,5.505714157152952e-21)
    sum e = 0.006044620059969732
    sum de = 7.425496999121038e-06
Info: cfl dt = 0.011424949682406423 cfl multiplier : 0.25001270261013014       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5108e+05 | 98709 |      1 | 6.533e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.810493720046914 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.692913554922366, dt = 0.011424949682406423 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98709.0 min = 98709.0 factor = 1
 - strategy "round robin" : max = 93773.5 min = 93773.5 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98709
    max = 98709
    avg = 98709
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.83 us    (2.5%)
   patch tree reduce : 1.73 us    (0.6%)
   gen split merge   : 1.21 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 251.42 us  (92.5%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.03 us    (64.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.5494006313848327e-07,4.7501787256719373e-07,-3.926274936984769e-09) v=(-4.849310114409731e-07,1.2188417428044332e-07,1.2673668738523882e-08) l=(1.3021227926811352e-08,-1.222744171186955e-10,4.990550522008044e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613632224866829e-05,1.7653206396229604e-06,8.182900780459965e-09)
    sum a = (-4.946672411965114e-19,-5.929230630780102e-19,-2.964615315390051e-21)
    sum e = 0.006044542168270659
    sum de = 7.394055871100587e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011553495323073386
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613518951163658e-05,1.7702079753508269e-06,8.137667585250982e-09)
    sum a = (-1.1519648082658485e-19,-9.215718466126788e-19,-2.964615315390051e-21)
    sum e = 0.006044453733907011
    sum de = 7.395153950308822e-06
Info: cfl dt = 0.011505413402581892 cfl multiplier : 0.25000423420337675       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5338e+05 | 98708 |      1 | 6.435e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.911934629670306 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.704338504604772, dt = 0.011505413402581892 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98708.0 min = 98708.0 factor = 1
 - strategy "round robin" : max = 93772.6 min = 93772.6 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98708
    max = 98708
    avg = 98708
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.37 us    (2.6%)
   patch tree reduce : 1.76 us    (0.7%)
   gen split merge   : 1.03 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.24 us    (0.5%)
   LB compute        : 221.12 us  (91.9%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (65.8%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.7371347825097194e-07,7.666817815678057e-07,8.930016657143056e-10) v=(-8.07933391469612e-07,3.4561225594091703e-07,-9.26431890268387e-09) l=(1.182998199780602e-08,-2.2719840075172675e-08,1.0233900965846534e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613437369485656e-05,1.771441915056422e-06,8.167939944106352e-09)
    sum a = (-7.589415207398531e-19,8.605854744103691e-19,0)
    sum e = 0.006044098466458954
    sum de = 7.364540826114776e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011633401136963097
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61354909419021e-05,1.7711160198622495e-06,8.022499495995972e-09)
    sum a = (-6.030874584450618e-19,7.860465750519907e-19,6.352747104407253e-22)
    sum e = 0.0060440087846806365
    sum de = 7.365885594442648e-06
Info: cfl dt = 0.011759385418163413 cfl multiplier : 0.2500014114011256        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5251e+05 | 98706 |      1 | 6.472e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.99717322645768 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.715843918007354, dt = 0.011759385418163413 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98706.0 min = 98706.0 factor = 1
 - strategy "round robin" : max = 93770.7 min = 93770.7 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98706
    max = 98706
    avg = 98706
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.99 us    (2.9%)
   patch tree reduce : 1.68 us    (0.7%)
   gen split merge   : 921.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.33 us    (0.5%)
   LB compute        : 222.20 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.26 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.15 us    (63.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(3.7578682461256695e-09,-1.1918452622701123e-07,-1.9325339787178722e-08) v=(1.1394444602907733e-07,1.3961876225751621e-08,1.1703603286117432e-08) l=(-1.3383983939349282e-08,9.00565671837046e-09,1.0236311040598065e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613309924729848e-05,1.773861190785945e-06,8.294244487586754e-09)
    sum a = (-3.3881317890172014e-20,-2.879912020664621e-19,-9.740878893424454e-21)
    sum e = 0.006043661364592041
    sum de = 7.324890159810974e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011886536342035008
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613429267220601e-05,1.7747123101931838e-06,7.854146051073399e-09)
    sum a = (3.6930636500287495e-19,4.54009659728305e-19,-1.0376153603865179e-20)
    sum e = 0.00604356763786268
    sum de = 7.326299901521906e-06
Info: cfl dt = 0.011603690881127142 cfl multiplier : 0.2500004704670418        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5323e+05 | 98704 |      1 | 6.441e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.72163331207683 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.727603303425518, dt = 0.011603690881127142 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98704.0 min = 98704.0 factor = 1
 - strategy "round robin" : max = 93768.8 min = 93768.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98704
    max = 98704
    avg = 98704
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.49 us    (2.3%)
   patch tree reduce : 1.75 us    (0.6%)
   gen split merge   : 991.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.10 us    (0.4%)
   LB compute        : 261.60 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.69 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.48 us    (69.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-5.880490883624322e-09,1.4079432526098445e-08,-4.7736442389199185e-08) v=(-9.969643250884387e-09,-4.454272729454453e-09,1.8365445169958874e-08) l=(1.538495641576656e-08,-3.5970822800380213e-09,1.0067129715647183e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613576959391303e-05,1.7729626822511315e-06,7.878742097318717e-09)
    sum a = (9.486769009248164e-20,-2.710505431213761e-20,-5.293955920339377e-21)
    sum e = 0.0060432311475416495
    sum de = 7.324512670231189e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011732251172832744
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613465631511331e-05,1.7717823322907673e-06,7.80459353074554e-09)
    sum a = (3.8624702394796095e-19,3.1509625637859973e-19,-7.411538288475128e-21)
    sum e = 0.0060431401689895956
    sum de = 7.325798518076908e-06
Info: cfl dt = 0.01173312937305291 cfl multiplier : 0.2500001568223473         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5321e+05 | 98702 |      1 | 6.442e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.84388569997296 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.739206994306645, dt = 0.01173312937305291 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98702.0 min = 98702.0 factor = 1
 - strategy "round robin" : max = 93766.9 min = 93766.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98702
    max = 98702
    avg = 98702
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.04 us    (2.2%)
   patch tree reduce : 1.66 us    (0.5%)
   gen split merge   : 1.03 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 299.52 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.48 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.38 us    (69.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(3.712129568435253e-07,-3.3354147340125756e-07,2.011012163252842e-08) v=(3.205314296348801e-07,4.0207941455391296e-07,6.572599544870768e-09) l=(-2.0633733226973247e-08,7.962586519289414e-09,5.129437877167452e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613329364599803e-05,1.7731167727011665e-06,7.81978737538345e-09)
    sum a = (1.6601845766184287e-19,2.371692252312041e-20,4.0234064994579266e-21)
    sum e = 0.006043054280619957
    sum de = 7.290500761893314e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011857775942313822
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613001684378768e-05,1.770522489424466e-06,7.616625122341837e-09)
    sum a = (9.825582188149884e-20,8.91078660511524e-19,3.1763735522036263e-21)
    sum e = 0.006042961154799166
    sum de = 7.291631385816971e-06
Info: cfl dt = 0.011594785623099778 cfl multiplier : 0.25000005227411576       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5346e+05 | 98701 |      1 | 6.432e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.6746149942477 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.750940123679698, dt = 0.011594785623099778 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98701.0 min = 98701.0 factor = 1
 - strategy "round robin" : max = 93765.9 min = 93765.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98701
    max = 98701
    avg = 98701
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.17 us    (2.6%)
   patch tree reduce : 1.78 us    (0.7%)
   gen split merge   : 1.00 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.18 us    (0.5%)
   LB compute        : 218.02 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.61 us    (64.1%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(7.727434423246822e-07,-5.807977417193874e-07,-3.611161515060654e-08) v=(5.492814553909668e-07,8.299647420091546e-07,2.275866620397295e-09) l=(3.088093845174244e-08,-1.9174618833599298e-08,1.0274931490478721e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613096212669428e-05,1.7688956370470174e-06,7.654550966455732e-09)
    sum a = (-1.6940658945086007e-20,1.5924219408380846e-19,-1.8846483076408183e-20)
    sum e = 0.006042605435666051
    sum de = 7.322681589287693e-06
Info: cfl dt = 0.02292577476981793 cfl multiplier : 0.5000000348494105         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8452e+05 | 98699 |      1 | 5.349e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 78.03531990610058 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.762534909302798, dt = 0.02292577476981793 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98699.0 min = 98699.0 factor = 1
 - strategy "round robin" : max = 93764.0 min = 93764.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98699
    max = 98699
    avg = 98699
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.65 us    (2.4%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.13 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.05 us    (0.4%)
   LB compute        : 255.82 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.35 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 991.00 ns  (63.4%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6025162860696616e-05,1.8910452051039688e-06,1.4758268430477045e-08)
    sum a = (9.825582188149884e-20,-4.2351647362715017e-19,1.0587911840678754e-20)
    sum e = 0.006043037352888443
    sum de = 7.355052137287707e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.02316790094821747
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6033780755802727e-05,1.8974966860262234e-06,1.4213088222839384e-08)
    sum a = (1.4230153513872246e-19,-1.0842021724855044e-19,1.0376153603865179e-20)
    sum e = 0.006042683199658587
    sum de = 7.359531074034147e-06
Info: cfl dt = 0.015612961976730082 cfl multiplier : 0.3333333449498035        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5222e+05 | 98699 |      1 | 6.484e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 127.29119695900603 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.785460684072616, dt = 0.015612961976730082 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98699.0 min = 98699.0 factor = 1
 - strategy "round robin" : max = 93764.0 min = 93764.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98699
    max = 98699
    avg = 98699
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.68 us    (2.8%)
   patch tree reduce : 1.87 us    (0.8%)
   gen split merge   : 951.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.23 us    (0.5%)
   LB compute        : 222.58 us  (91.6%)
   LB move op cnt    : 0
   LB apply          : 3.47 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.14 us    (63.0%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-3.9607636575821395e-07,3.0292675518624884e-07,-2.6019637227310844e-08) v=(-2.933502510381661e-07,-4.1726340720710394e-07,1.0355049293226959e-08) l=(-1.554057522389864e-08,2.3385365154075473e-08,5.088198281084791e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610049983933634e-05,1.8172841585965686e-06,9.804740280089375e-09)
    sum a = (2.270048298641525e-19,2.879912020664621e-19,2.498747194400186e-20)
    sum e = 0.006042701071960906
    sum de = 7.3993645154236655e-06
Info: cfl dt = 0.02561270885340462 cfl multiplier : 0.555555563299869          [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8349e+05 | 98698 |      1 | 5.379e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 104.49385659135727 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.801073646049346, dt = 0.02561270885340462 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98698.0 min = 98698.0 factor = 1
 - strategy "round robin" : max = 93763.1 min = 93763.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98698
    max = 98698
    avg = 98698
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.88 us    (2.1%)
   patch tree reduce : 2.28 us    (0.7%)
   gen split merge   : 891.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.19 us    (0.4%)
   LB compute        : 312.89 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.85 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.66 us    (71.6%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6012549226791216e-05,1.92913716707116e-06,1.5690538851488655e-08)
    sum a = (-1.1519648082658485e-19,1.5246593050577406e-19,-7.623296525288703e-21)
    sum e = 0.006043169135213883
    sum de = 7.4322134797477014e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.025919963961628135
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6012016446289594e-05,1.929832943764866e-06,1.5305501453754737e-08)
    sum a = (9.825582188149884e-20,1.2874900798265365e-19,-9.740878893424454e-21)
    sum e = 0.006042726886612918
    sum de = 7.438090178495335e-06
Info: cfl dt = 0.01582526628828003 cfl multiplier : 0.35185185443328965        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5236e+05 | 98698 |      1 | 6.478e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 142.33979755893216 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.826686354902751, dt = 0.01582526628828003 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98698.0 min = 98698.0 factor = 1
 - strategy "round robin" : max = 93763.1 min = 93763.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98698
    max = 98698
    avg = 98698
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.62 us    (2.4%)
   patch tree reduce : 1.67 us    (0.6%)
   gen split merge   : 1.08 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.22 us    (0.4%)
   LB compute        : 254.14 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.21 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.78 us    (73.3%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(4.509756854155283e-07,-2.1363488964611143e-07,-5.7651344393059705e-09) v=(1.9900500669037746e-07,4.7361730041891844e-07,5.652349097633728e-09) l=(3.0675609613112213e-09,-7.3614172728307014e-09,5.127462342677767e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.609953809022233e-05,1.8212463726129525e-06,9.497108217666044e-09)
    sum a = (-1.6263032587282567e-19,4.54009659728305e-19,-4.404571325722362e-20)
    sum e = 0.006042748750735006
    sum de = 7.445549816540937e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.01600212481073692
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610077409348075e-05,1.8188487030922356e-06,9.106064600385446e-09)
    sum a = (-6.776263578034403e-20,5.454892180317694e-19,-4.002230675776569e-20)
    sum e = 0.006042579702346669
    sum de = 7.447843288877214e-06
Info: cfl dt = 0.012583218639149534 cfl multiplier : 0.28395061814442984       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5290e+05 | 98697 |      1 | 6.455e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 88.25590643924644 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.842511621191031, dt = 0.012583218639149534 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98697.0 min = 98697.0 factor = 1
 - strategy "round robin" : max = 93762.1 min = 93762.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98697
    max = 98697
    avg = 98697
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 7.16 us    (2.1%)
   patch tree reduce : 1.80 us    (0.5%)
   gen split merge   : 1.02 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.00 us    (0.3%)
   LB compute        : 326.63 us  (93.9%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.1%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(1.4555624796189584e-07,-4.76723427111957e-07,-2.9143439836044378e-08) v=(4.768624069832967e-07,1.727290939674349e-07,1.3123575603434318e-08) l=(-2.3347823371035925e-09,-3.161650892863025e-08,5.055164529601868e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.612957731924783e-05,1.783220928012043e-06,7.34862054266785e-09)
    sum a = (7.792703114739563e-20,7.792703114739563e-19,1.7575933655526732e-20)
    sum e = 0.006042521619540279
    sum de = 7.4784857461283156e-06
Info: cfl dt = 0.02289284996254269 cfl multiplier : 0.5226337454296198         [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.8366e+05 | 98696 |      1 | 5.374e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 84.29798841773103 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.855094839830181, dt = 0.02289284996254269 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98696.0 min = 98696.0 factor = 1
 - strategy "round robin" : max = 93761.2 min = 93761.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98696
    max = 98696
    avg = 98696
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.59 us    (2.1%)
   patch tree reduce : 1.70 us    (0.5%)
   gen split merge   : 1.10 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.13 us    (0.4%)
   LB compute        : 293.61 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.28 us    (67.7%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6039903272303834e-05,1.8976828472416811e-06,1.303532780681207e-08)
    sum a = (-1.6940658945086007e-19,4.0657581468206416e-20,2.1387581918171084e-20)
    sum e = 0.006042939908360216
    sum de = 7.371012568271241e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.023153140443622277
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6030246701855096e-05,1.8884791340189385e-06,1.2355912899210422e-08)
    sum a = (-8.470329472543003e-20,-3.1509625637859973e-19,2.1387581918171084e-20)
    sum e = 0.006042585050183461
    sum de = 7.375493070068102e-06
Info: cfl dt = 0.015216140393148617 cfl multiplier : 0.3408779151432066        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5250e+05 | 98696 |      1 | 6.472e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 127.33944664244812 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.8779876897927235, dt = 0.015216140393148617 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98696.0 min = 98696.0 factor = 1
 - strategy "round robin" : max = 93761.2 min = 93761.2 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98696
    max = 98696
    avg = 98696
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.72 us    (2.8%)
   patch tree reduce : 1.82 us    (0.8%)
   gen split merge   : 961.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.20 us    (0.5%)
   LB compute        : 221.51 us  (91.4%)
   LB move op cnt    : 0
   LB apply          : 3.71 us    (1.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.13 us    (64.2%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=2.4999999999053557e-06 r=(1.1989725159378817e-06,-1.0393690787041643e-06,-3.738627872535184e-08) v=(1.0092337306032617e-06,1.2829736238656041e-06,9.546034952006153e-09) l=(1.8392523874447514e-08,-4.253203926439907e-08,2.556940736389416e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610044722772832e-05,1.806851365071543e-06,8.52872417310729e-09)
    sum a = (2.812149384884277e-19,5.759824041329242e-20,7.835054762102278e-21)
    sum e = 0.00604153645753468
    sum de = 7.409357006930712e-06
Info: cfl dt = 0.025802382785678715 cfl multiplier : 0.5605852767621378        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7944e+05 | 98691 |      1 | 5.500e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 99.59813148631177 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.893203830185872, dt = 0.025802382785678715 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98691.0 min = 98691.0 factor = 1
 - strategy "round robin" : max = 93756.4 min = 93756.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98691
    max = 98691
    avg = 98691
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.47 us    (2.4%)
   patch tree reduce : 1.90 us    (0.7%)
   gen split merge   : 1.02 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.01 us    (0.4%)
   LB compute        : 254.98 us  (92.7%)
   LB move op cnt    : 0
   LB apply          : 3.39 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.37 us    (67.8%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6006195002165714e-05,1.921582924848742e-06,1.3737125417112762e-08)
    sum a = (-1.4568966692773966e-19,-6.539094352803199e-19,-1.3976043629695956e-20)
    sum e = 0.006042020519168051
    sum de = 7.222079429397571e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.026114560182389415
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.601991773183911e-05,1.9347686564161713e-06,1.3131616823758015e-08)
    sum a = (-6.098637220230962e-20,-4.404571325722362e-19,-1.6305384234645282e-20)
    sum e = 0.00604156948149603
    sum de = 7.227922524974774e-06
Info: cfl dt = 0.01649979634606029 cfl multiplier : 0.35352842558737924        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4558e+05 | 98691 |      1 | 6.779e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 137.01626744666038 (tsim/hr)                            [sph::Model][rank=0]
---------------- t = 5.91900621297155, dt = 0.01649979634606029 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98691.0 min = 98691.0 factor = 1
 - strategy "round robin" : max = 93756.4 min = 93756.4 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98691
    max = 98691
    avg = 98691
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.61 us    (2.2%)
   patch tree reduce : 1.66 us    (0.5%)
   gen split merge   : 1.20 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.3%)
   LB compute        : 283.83 us  (93.4%)
   LB move op cnt    : 0
   LB apply          : 3.09 us    (1.0%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.17 us    (59.4%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=3.999999999892978e-06 r=(-6.812356965750323e-07,7.272093639448091e-07,-2.1818191827175076e-08) v=(-7.128379422481637e-07,-7.65485916505936e-07,-4.142256029733464e-09) l=(1.2267121540339683e-08,-2.6760482869845408e-08,4.0966104533022565e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.610053714519077e-05,1.830871232275276e-06,8.508247127265385e-09)
    sum a = (-2.405573570202213e-19,-8.165397611531455e-19,2.879912020664621e-20)
    sum e = 0.00603975727682036
    sum de = 7.20409097418759e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.016708644922151572
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6104925347801325e-05,1.824450071466222e-06,7.919856345337438e-09)
    sum a = (-1.3552527156068805e-19,-3.7269449679189215e-19,2.837560373301906e-20)
    sum e = 0.0060395731677216685
    sum de = 7.208678437457039e-06
Info: cfl dt = 0.013214586295777037 cfl multiplier : 0.28450947519579306       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5276e+05 | 98683 |      1 | 6.460e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 91.9497896586486 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.935506009317611, dt = 0.013214586295777037 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98683.0 min = 98683.0 factor = 1
 - strategy "round robin" : max = 93748.8 min = 93748.8 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98683
    max = 98683
    avg = 98683
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.79 us    (2.4%)
   patch tree reduce : 1.77 us    (0.6%)
   gen split merge   : 992.00 ns  (0.4%)
   split / merge op  : 0/0
   apply split merge : 971.00 ns  (0.3%)
   LB compute        : 259.89 us  (92.9%)
   LB move op cnt    : 0
   LB apply          : 3.68 us    (1.3%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (64.5%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-3.3702804136140173e-07,-9.129657051617189e-07,-4.155417258083838e-08) v=(9.505306424726601e-07,-3.003001661138551e-07,4.5928850080208196e-09) l=(-1.8145872774386314e-08,-3.366549948222365e-08,1.0195240770980146e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.613214793985309e-05,1.7883559580677129e-06,6.5322496847340745e-09)
    sum a = (1.3552527156068805e-19,-5.861467994999758e-19,-7.30565917006834e-21)
    sum e = 0.006039261969158959
    sum de = 7.24005966933975e-06
Info: cfl dt = 0.023999155023273315 cfl multiplier : 0.5230063167971953        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.7577e+05 | 98681 |      1 | 5.614e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 84.73584189403051 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.948720595613388, dt = 0.023999155023273315 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98681.0 min = 98681.0 factor = 1
 - strategy "round robin" : max = 93746.9 min = 93746.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98681
    max = 98681
    avg = 98681
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.63 us    (2.5%)
   patch tree reduce : 1.71 us    (0.6%)
   gen split merge   : 931.00 ns  (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.17 us    (0.4%)
   LB compute        : 249.40 us  (92.4%)
   LB move op cnt    : 0
   LB apply          : 3.77 us    (1.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.16 us    (64.8%)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.6044937359959544e-05,1.907238221604844e-06,1.1361996663742857e-08)
    sum a = (2.371692252312041e-20,-3.2187251995663413e-19,-1.3023131564034868e-20)
    sum e = 0.006039705699449523
    sum de = 7.244669037126488e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.024267011825134313
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.604942827371798e-05,1.9097154831628133e-06,1.1279983105019933e-08)
    sum a = (8.809142651444724e-20,-3.1509625637859973e-19,-1.5246593050577406e-20)
    sum e = 0.006039318468903255
    sum de = 7.2495722567637605e-06
Info: cfl dt = 0.015939072430430495 cfl multiplier : 0.3410021055990651        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5228e+05 | 98681 |      1 | 6.480e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 133.3235945306994 (tsim/hr)                             [sph::Model][rank=0]
---------------- t = 5.972719750636661, dt = 0.015939072430430495 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98681.0 min = 98681.0 factor = 1
 - strategy "round robin" : max = 93746.9 min = 93746.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98681
    max = 98681
    avg = 98681
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.66 us    (2.1%)
   patch tree reduce : 1.93 us    (0.6%)
   gen split merge   : 1.05 us    (0.3%)
   split / merge op  : 0/0
   apply split merge : 1.12 us    (0.4%)
   LB compute        : 295.38 us  (93.5%)
   LB move op cnt    : 0
   LB apply          : 3.79 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.18 us    (65.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=9.999999999177334e-07 r=(-1.503196490169217e-08,-2.740583657874409e-08,1.68917088428577e-08) v=(3.397007124892644e-08,-1.2285028128634847e-08,3.576212370865706e-10) l=(1.834744975208901e-08,-1.6536931073191904e-08,1.026707722491505e-06)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61140821272246e-05,1.821011607380335e-06,7.4408658720975325e-09)
    sum a = (-3.2526065174565133e-19,3.7608262858090935e-19,-2.117582368135751e-21)
    sum e = 0.006039074499457893
    sum de = 7.256220566578158e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.016116796523741945
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.611995565125027e-05,1.8230360117734508e-06,7.63385766418483e-09)
    sum a = (6.098637220230962e-20,-1.3552527156068805e-19,4.235164736271502e-22)
    sum e = 0.006038903581608099
    sum de = 7.258740477476356e-06
Info: cfl dt = 0.012966757335686937 cfl multiplier : 0.28033403519968836       [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.4803e+05 | 98679 |      1 | 6.666e-01 | 0.0% |   0.1% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 86.0758816546547 (tsim/hr)                              [sph::Model][rank=0]
---------------- t = 5.988658823067092, dt = 0.011341176932908148 ----------------
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98679.0 min = 98679.0 factor = 1
 - strategy "round robin" : max = 93745.0 min = 93745.0 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98679
    max = 98679
    avg = 98679
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 6.81 us    (2.5%)
   patch tree reduce : 1.91 us    (0.7%)
   gen split merge   : 1.05 us    (0.4%)
   split / merge op  : 0/0
   apply split merge : 1.07 us    (0.4%)
   LB compute        : 255.29 us  (92.6%)
   LB move op cnt    : 0
   LB apply          : 3.45 us    (1.2%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1.00 us    (59.9%)
Info: sink accretion :                                                          [sph::Sink][rank=0]
    id 0 deltas : mass=5.00000000069889e-07 r=(-4.893981529994226e-07,9.328894395789922e-08,3.351410333532573e-08) v=(-7.258984292832032e-08,-5.13494434396786e-07,-7.516792551638955e-09) l=(3.307505961701546e-08,-1.2126651240103471e-08,5.167423219284203e-07)
Info: free boundaries skipping geometry update                            [PositionUpdated][rank=0]
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.615540229955472e-05,1.7718543580234761e-06,5.331800346344493e-09)
    sum a = (1.3213713977167085e-19,-3.3881317890172014e-21,9.529120656610879e-21)
    sum e = 0.0060388032701167785
    sum de = 7.228933116752665e-06
Warning: the corrector tolerance are broken the step will be re rerunned      [BasicGasSPH][rank=0]
    eps_v = 0.011472995655914055
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (-4.61575574419121e-05,1.7715617976744283e-06,5.462250107304099e-09)
    sum a = (-8.470329472543003e-21,-3.3881317890172014e-19,1.0376153603865179e-20)
    sum e = 0.006038716572562259
    sum de = 7.230011694992585e-06
Info: cfl dt = 0.012422963069638769 cfl multiplier : 0.2601113450665628        [sph::Model][rank=0]
Info: Timestep perf report:                                                    [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj  | Npatch |   tstep   | MPI  | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0    | 1.5316e+05 | 98678 |      1 | 6.443e-01 | 0.0% |   0.0% 0.0% |     2.15 GB |     2.15 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.37078469168303 (tsim/hr)                             [sph::Model][rank=0]
Info: iteration since start : 472                                                     [SPH][rank=0]
Info: time since start : 393.319855897 (s)                                            [SPH][rank=0]
--- dump state ---
table_header_fort_int len  = 22
nparttot         100000
ntypes           8
npartoftype      100000
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
nblocks          1
nptmass          1
ndustlarge       0
ndustsmall       0
idust            7
idtmax_n         1
idtmax_frac      0
idumpfile        1
majorv           2026
minorv           0
microv           1
isink            0
table_header_i8 len        = 0
table_header_i16 len       = 0
table_header_i32 len       = 2
iexternalforce   0
ieos             3
table_header_i64 len       = 10
nparttot         100000
ntypes           8
npartoftype      100000
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
table_header_fort_real len = 33
gamma            1
RK2              0.0037499999999999994
polyk2           0
qfacdisc         0.5
qfacdisc2        0.75
cs_min           0
time             6.015082729492187
dtmax            19.8691765
rhozero          0
hfact            1.2
tolh             0.0001
C_cour           0.3
C_force          0.25
alpha            0.0765404518492
alphau           1
alphaB           1
massoftype       5.000000000000006e-07
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
Bextx            0
Bexty            0
Bextz            0
dum              0
get_conserv      -1
mtot_in          1.0500000000000087
etot_in          -0.0020686812406460232
angtot_in        0.11505016770698019
totmom_in        7.143813240042728e-21
table_header_f32 len       = 0
table_header_f64 len       = 4
udist            14960000000000
umass            1.9891e+33
utime            5022728.790082334
umagfd           8138.187949213826
block  0 :
--blocks_fort_int --
--blocks_i8       --
--blocks_i16      --
--blocks_i32      --
--blocks_i64      --
tag = iorig            size = 100000
--blocks_fort_real--
tag = x                size = 100000
tag = y                size = 100000
tag = z                size = 100000
tag = vx               size = 100000
tag = vy               size = 100000
tag = vz               size = 100000
--blocks_f32      --
tag = h                size = 100000
tag = alpha            size = 100000
tag = divv             size = 100000
tag = dt               size = 100000
--blocks_f64      --
block  1 :
--blocks_fort_int --
--blocks_i8       --
--blocks_i16      --
--blocks_i32      --
--blocks_i64      --
--blocks_fort_real--
tag = x                size = 1
tag = y                size = 1
tag = z                size = 1
tag = m                size = 1
tag = h                size = 1
tag = hsoft            size = 1
tag = maccreted        size = 1
tag = spinx            size = 1
tag = spiny            size = 1
tag = spinz            size = 1
tag = tlast            size = 1
tag = lum              size = 1
tag = Teff             size = 1
tag = Reff             size = 1
tag = mdotloss         size = 1
tag = mdotav           size = 1
tag = mprev            size = 1
tag = massenc          size = 1
tag = J2               size = 1
tag = Rstrom           size = 1
tag = rate_ion         size = 1
tag = tbirth           size = 1
tag = vwind            size = 1
tag = Twind            size = 1
tag = ieject           size = 1
tag = sftype           size = 1
tag = nseed            size = 1
tag = Rbondi           size = 1
tag = Pr_Bondi         size = 1
tag = alpha            size = 1
tag = vx               size = 1
tag = vy               size = 1
tag = vz               size = 1
--blocks_f32      --
--blocks_f64      --
------------------
setting isothermal sound speed^2 (polyk) = 0.0024999999999999996, gamma = 1
qfacdisc = 0.5
Setting free boundaries from phantmdump
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "beta_AV": 2.0,
            "sigma_decay": 0.1,
            "type": "varying_cd10"
        },
        "boundary_config": {
            "bc_type": "free"
        },
        "cfl_config": {
            "cfl_cour": 0.3,
            "cfl_force": 0.25,
            "cfl_multiplier_stiffness": 2.0,
            "eta_sink": 0.05
        },
        "combined_dtdiv_divcurlv_compute": false,
        "debug_dump_filename": "",
        "do_debug_dump": false,
        "dust_config": {
            "drag_mode": {
                "type": "none"
            },
            "mode": {
                "type": "none"
            }
        },
        "enable_particle_reordering": false,
        "eos_config": {
            "Tvec": "f64_3",
            "cs0": 0.049999999999999996,
            "eos_type": "locally_isothermal_lp07",
            "q": 0.5,
            "r0": 1.0
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 5.000000000000006e-07,
        "h_iter_per_subcycles": 50,
        "h_max_subcycles_count": 100,
        "htol_up_coarse_cycle": 1.1,
        "htol_up_fine_cycle": 1.1,
        "kernel_id": "M4<f64>",
        "mhd_config": {
            "mhd_type": "none"
        },
        "particle_killing": [],
        "particle_reordering_step_freq": 1000,
        "save_dt_to_fields": false,
        "scheduler_config": {
            "merge_load_value": 0,
            "split_load_value": 0
        },
        "self_grav_config": {
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "none"
        },
        "show_cfl_detail": false,
        "show_ghost_zone_graph": false,
        "show_neigh_stats": false,
        "smoothing_length_config": {
            "type": "density_based"
        },
        "time_state": {
            "cfl_multiplier": 0.01,
            "dt_sph": 0.0,
            "time": 0.0
        },
        "tree_reduction_level": 3,
        "type_id": "sycl::vec<f64,3>",
        "unit_sys": {
            "unit_current": 1.0,
            "unit_length": 14960000000000.0,
            "unit_lumint": 1.0,
            "unit_mass": 1.9891e+33,
            "unit_qte": 1.0,
            "unit_temperature": 1.0,
            "unit_time": 5022728.790082334
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: Push particles :                                                              [Model][rank=0]
  rank = 0  patch id=0, add N=99742 particles, coords = (-12.026181481749363,-12.033728960931308,-2.103283276586308) (12.026181481749363,12.033728960931308,2.103283276586308)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 11.18 us   (67.7%)
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99742.0 min = 99742.0 factor = 1
 - strategy "round robin" : max = 94754.9 min = 94754.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99742
    max = 99742
    avg = 99742
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 4.42 us    (1.0%)
   patch tree reduce : 1.26 us    (0.3%)
   gen split merge   : 942.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1.02 us    (0.2%)
   LB compute        : 412.00 us  (95.9%)
   LB move op cnt    : 0
   LB apply          : 3.95 us    (0.9%)
Info: current particle counts : min =  99742 max =  99742                           [Model][rank=0]
Info: compute_slice field_name: rho, positions count: 2048           [sph::CartesianRender][rank=0]
Info: compute_slice took 18.12 ms                                    [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 2048         [sph::CartesianRender][rank=0]
Info: compute_column_integ took 22.36 ms                             [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536        [sph::CartesianRender][rank=0]
Info: compute_column_integ took 217.95 ms                            [sph::CartesianRender][rank=0]
--- dump state ---
table_header_fort_int len  = 22
nparttot         98678
ntypes           8
npartoftype      98678
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
nblocks          1
nptmass          1
ndustlarge       0
ndustsmall       0
idust            7
idtmax_n         1
idtmax_frac      0
idumpfile        0
majorv           2023
minorv           0
microv           0
isink            0
table_header_i8 len        = 0
table_header_i16 len       = 0
table_header_i32 len       = 3
iexternalforce   0
ieos             3
isink            -128
table_header_i64 len       = 10
nparttot         98678
ntypes           8
npartoftype      98678
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
npartoftype      0
table_header_fort_real len = 31
gamma            1
RK2              0.0037499725915109833
polyk2           4.64830709968276e-310
qfacdisc         0.5
qfacdisc2        0.75
time             6
dtmax            0.012422963069638769
rhozero          0
hfact            1.2
tolh             0.0001
C_cour           0.3
C_force          0.25
alpha            0
alphau           1
alphaB           1
massoftype       5e-07
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
massoftype       0
Bextx            0
Bexty            0
Bextz            0
dum              0
get_conserv      -1
etot_in          0.59762
angtot_in        0.0189694
totmom_in        0.0306284
table_header_f32 len       = 0
table_header_f64 len       = 4
udist            149597870700
umass            1.98847e+30
utime            5022548.032116797
umagfd           2573.2243289439334
block  0 :
--blocks_fort_int --
--blocks_i8       --
--blocks_i16      --
--blocks_i32      --
--blocks_i64      --
--blocks_fort_real--
tag = x                size = 98678
tag = y                size = 98678
tag = z                size = 98678
tag = vx               size = 98678
tag = vy               size = 98678
tag = vz               size = 98678
tag = u                size = 98678
--blocks_f32      --
tag = h                size = 98678
--blocks_f64      --
block  1 :
--blocks_fort_int --
--blocks_i8       --
--blocks_i16      --
--blocks_i32      --
--blocks_i64      --
--blocks_fort_real--
tag = x                size = 1
tag = y                size = 1
tag = z                size = 1
tag = m                size = 1
tag = h                size = 1
tag = vx               size = 1
tag = vy               size = 1
tag = vz               size = 1
--blocks_f32      --
--blocks_f64      --
------------------
setting isothermal sound speed^2 (polyk) = 0.002499981727673989, gamma = 1
qfacdisc = 0.5
Setting free boundaries from phantmdump
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "beta_AV": 2.0,
            "sigma_decay": 0.1,
            "type": "varying_cd10"
        },
        "boundary_config": {
            "bc_type": "free"
        },
        "cfl_config": {
            "cfl_cour": 0.3,
            "cfl_force": 0.25,
            "cfl_multiplier_stiffness": 2.0,
            "eta_sink": 0.05
        },
        "combined_dtdiv_divcurlv_compute": false,
        "debug_dump_filename": "",
        "do_debug_dump": false,
        "dust_config": {
            "drag_mode": {
                "type": "none"
            },
            "mode": {
                "type": "none"
            }
        },
        "enable_particle_reordering": false,
        "eos_config": {
            "Tvec": "f64_3",
            "cs0": 0.04999981727640601,
            "eos_type": "locally_isothermal_lp07",
            "q": 0.5,
            "r0": 1.0
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 5e-07,
        "h_iter_per_subcycles": 50,
        "h_max_subcycles_count": 100,
        "htol_up_coarse_cycle": 1.1,
        "htol_up_fine_cycle": 1.1,
        "kernel_id": "M4<f64>",
        "mhd_config": {
            "mhd_type": "none"
        },
        "particle_killing": [],
        "particle_reordering_step_freq": 1000,
        "save_dt_to_fields": false,
        "scheduler_config": {
            "merge_load_value": 0,
            "split_load_value": 0
        },
        "self_grav_config": {
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "none"
        },
        "show_cfl_detail": false,
        "show_ghost_zone_graph": false,
        "show_neigh_stats": false,
        "smoothing_length_config": {
            "type": "density_based"
        },
        "time_state": {
            "cfl_multiplier": 0.01,
            "dt_sph": 0.0,
            "time": 0.0
        },
        "tree_reduction_level": 3,
        "type_id": "sycl::vec<f64,3>",
        "unit_sys": {
            "unit_current": 1.0,
            "unit_length": 149597870700.0,
            "unit_lumint": 1.0,
            "unit_mass": 1.98847e+30,
            "unit_qte": 1.0,
            "unit_temperature": 1.0,
            "unit_time": 5022548.032116797
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: Push particles :                                                              [Model][rank=0]
  rank = 0  patch id=0, add N=98678 particles, coords = (-12.051412865768352,-12.032682867253861,-2.2732245503089024) (12.050536726963834,12.05858549190194,1.9823808661433073)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 11.67 us   (68.8%)
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98678.0 min = 98678.0 factor = 1
 - strategy "round robin" : max = 93744.1 min = 93744.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98678
    max = 98678
    avg = 98678
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.74 us    (1.0%)
   patch tree reduce : 1.29 us    (0.4%)
   gen split merge   : 881.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1.08 us    (0.3%)
   LB compute        : 352.95 us  (95.9%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (0.9%)
Info: current particle counts : min =  98678 max =  98678                           [Model][rank=0]
Info: compute_slice field_name: rho, positions count: 2048           [sph::CartesianRender][rank=0]
Info: compute_slice took 17.61 ms                                    [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 2048         [sph::CartesianRender][rank=0]
Info: compute_column_integ took 21.49 ms                             [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536        [sph::CartesianRender][rank=0]
Info: compute_column_integ took 207.30 ms                            [sph::CartesianRender][rank=0]
/work/doc/sphinx/examples/tests_ci/run_compare_shamrock_ph_disc.py:420: RuntimeWarning: divide by zero encountered in divide
  delta_rho = (np.array(arr_rho_sh) - np.array(arr_rho_ph)) / fun_weight
/work/doc/sphinx/examples/tests_ci/run_compare_shamrock_ph_disc.py:420: RuntimeWarning: invalid value encountered in divide
  delta_rho = (np.array(arr_rho_sh) - np.array(arr_rho_ph)) / fun_weight
/work/doc/sphinx/examples/tests_ci/run_compare_shamrock_ph_disc.py:421: RuntimeWarning: divide by zero encountered in divide
  delta_sigma_avg = (np.array(arr_sigma_avg_sh) - np.array(arr_sigma_avg_ph)) / (
/work/doc/sphinx/examples/tests_ci/run_compare_shamrock_ph_disc.py:421: RuntimeWarning: invalid value encountered in divide
  delta_sigma_avg = (np.array(arr_sigma_avg_sh) - np.array(arr_sigma_avg_ph)) / (
setting isothermal sound speed^2 (polyk) = 0.0024999999999999996, gamma = 1
qfacdisc = 0.5
Setting free boundaries from phantmdump
Info: Push particles :                                                              [Model][rank=0]
  rank = 0  patch id=0, add N=99742 particles, coords = (-12.026181481749363,-12.033728960931308,-2.103283276586308) (12.026181481749363,12.033728960931308,2.103283276586308)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 11.23 us   (66.9%)
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 99742.0 min = 99742.0 factor = 1
 - strategy "round robin" : max = 94754.9 min = 94754.9 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 99742
    max = 99742
    avg = 99742
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 4.66 us    (1.2%)
   patch tree reduce : 1.52 us    (0.4%)
   gen split merge   : 881.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.3%)
   LB compute        : 357.30 us  (95.8%)
   LB move op cnt    : 0
   LB apply          : 3.29 us    (0.9%)
Info: current particle counts : min =  99742 max =  99742                           [Model][rank=0]
Info: compute_column_integ field_name: rho, rays count: 1048576      [sph::CartesianRender][rank=0]
Info: compute_column_integ took 3.01 s                               [sph::CartesianRender][rank=0]
setting isothermal sound speed^2 (polyk) = 0.002499981727673989, gamma = 1
qfacdisc = 0.5
Setting free boundaries from phantmdump
Info: Push particles :                                                              [Model][rank=0]
  rank = 0  patch id=0, add N=98678 particles, coords = (-12.051412865768352,-12.032682867253861,-2.2732245503089024) (12.050536726963834,12.05858549190194,1.9823808661433073)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 12.24 us   (68.1%)
Info: Summary (strategy = round robin):                                       [LoadBalance][rank=0]
 - strategy "psweep"      : max = 98678.0 min = 98678.0 factor = 1
 - strategy "round robin" : max = 93744.1 min = 93744.1 factor = 0.95
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 98678
    max = 98678
    avg = 98678
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 4.87 us    (1.0%)
   patch tree reduce : 1.84 us    (0.4%)
   gen split merge   : 1.06 us    (0.2%)
   split / merge op  : 0/0
   apply split merge : 981.00 ns  (0.2%)
   LB compute        : 469.26 us  (96.3%)
   LB move op cnt    : 0
   LB apply          : 3.74 us    (0.8%)
Info: current particle counts : min =  98678 max =  98678                           [Model][rank=0]
Info: compute_column_integ field_name: rho, rays count: 1048576      [sph::CartesianRender][rank=0]
Info: compute_column_integ took 2.82 s                               [sph::CartesianRender][rank=0]
max delta rho: 1.0992194186893325
max delta sigma avg: 0.1783718186441579

  8 import os
  9 import subprocess
 10
 11 import matplotlib
 12 import matplotlib.pyplot as plt
 13 import numpy as np
 14
 15 import shamrock
 16
 17 # If we use the shamrock executable to run this script instead of the python interpreter,
 18 # we should not initialize the system as the shamrock executable needs to handle specific MPI logic
 19 if not shamrock.sys.is_initialized():
 20     shamrock.change_loglevel(1)
 21     shamrock.sys.init("0:0")
 22
 23 si = shamrock.UnitSystem()
 24 sicte = shamrock.Constants(si)
 25 codeu = shamrock.UnitSystem(
 26     unit_time=sicte.year() / (2 * np.pi),
 27     unit_length=sicte.au(),
 28     unit_mass=sicte.sol_mass(),
 29 )
 30 ucte = shamrock.Constants(codeu)
 31 G = ucte.G()
 32
 33 time_end = 6.0
 34 R_in = 1.0
 35 R_out = 10.0
 36 R_ref = 1.0
 37 disc_mass = 0.05
 38 Npart = 100000
 39 p_index = 3.0 / 2.0
 40 q_index = 0.50
 41 H_R = 0.05
 42 alpha_SS = 0.005
 43 m1 = 1.0
 44
 45 pmass = disc_mass / Npart
 46
 47
 48 # Disc profiles
 49 def sigma_profile(r):
 50     sigma_0 = 1.0  # We do not care as it will be renormalized
 51     return sigma_0 * (r / R_ref) ** (-p_index)
 52
 53
 54 def kep_profile(r):
 55     return (G * m1 / r) ** 0.5
 56
 57
 58 def omega_k(r):
 59     return kep_profile(r) / r
 60
 61
 62 def cs_profile(r):
 63     cs_in = (H_R * R_ref) * omega_k(R_ref)
 64     return ((r / R_ref) ** (-q_index)) * cs_in
 65
 66
 67 def get_sigma_norm():
 68     x_list = np.linspace(R_in, R_out, 2048)
 69     term = [sigma_profile(x) * 2 * np.pi * x for x in x_list]
 70     return disc_mass / (np.sum(term) * (x_list[1] - x_list[0]))
 71
 72
 73 sigma_norm = get_sigma_norm()
 74
 75
 76 def rot_profile(r):
 77     return ((kep_profile(r) ** 2) - (2 * p_index + q_index) * cs_profile(r) ** 2) ** 0.5
 78
 79
 80 def H_profile(r):
 81     H = cs_profile(r) / omega_k(r)
 82     # fact = (2.**0.5) * 3. # factor taken from phantom, to fasten thermalizing
 83     fact = 1.0
 84     return fact * H
 85
 86
 87 MAKE_PH_DISC = R"""
 88 set -e
 89
 90 #rm -rf phantom_run
 91 mkdir -p phantom_run
 92
 93 cd phantom_run
 94 git clone https://github.com/danieljprice/phantom.git
 95 cd phantom
 96 mkdir -p disc; cd disc
 97
 98 echo "Writing Makefile"
 99 ../scripts/writemake.sh disc > Makefile
100
101 echo "Running Makefile"
102
103 export SYSTEM=gfortran
104 make; make setup
105
106 cp ../../../disc_setup.setup disc.setup
107 ./phantomsetup disc
108
109 # change end time to 6.0
110 sed -i 's/^\(\s*tmax\s*=\s*\).*\(! end time\)/\1  6.0    \2/' disc.in
111
112 echo "Running Phantom"
113 ./phantom disc.in
114 """
115
116
117 DISC_SETUP = """
118 # input file for disc setup routine
119
120 # resolution
121                   np =      100000    ! number of gas particles
122
123 # units
124            mass_unit =      solarm    ! mass unit (e.g. solarm,jupiterm,1e6*solarm)
125            dist_unit =          au    ! distance unit (e.g. au,pc,kpc,0.1pc)
126
127 # central object(s)/potential
128             icentral =           1    ! use sink particles or external potential (0=potential,1=sinks)
129               nsinks =           1    ! number of sinks
130
131 # options for central star
132                   m1 =       1.000    ! star mass
133                accr1 =       1.000    ! star accretion radius
134
135 # oblateness
136             J2_body1 =       0.000    ! J2 moment (oblateness)
137
138 # options for gas accretion disc
139              isetgas =           0    ! how to set gas density profile (0=total disc mass,1=mass within annulus,2=surface density normalisation,3=surface density at reference radius,4=minimum Toomre Q,5=minimum Toomre Q and Lstar)
140           sigma_file =           F    ! reading gas profile from file sigma_grid.dat
141            itapergas =           F    ! exponentially taper the outer disc profile
142           ismoothgas =           T    ! smooth inner disc
143                iwarp =           F    ! warp disc
144                 iecc =           F    ! eccentric disc
145                 R_in =       1.000    ! inner radius
146                R_ref =         1.     ! reference radius
147                R_out =        10.     ! outer radius
148               disc_m =       0.050    ! disc mass
149              lumdisc =           0    ! Set qindex from stellar luminosity (ieos=24) (0=no 1=yes)
150               pindex =       1.500    ! power law index of surface density sig=sig0*r^-p
151               qindex =       0.500    ! power law index of sound speed cs=cs0*r^-q
152              posangl =       0.000    ! position angle (deg)
153                 incl =       0.000    ! inclination (deg)
154                  H_R =       0.050    ! H/R at R=R_ref
155              alphaSS =       0.005    ! desired alphaSS (0 for minimal needed for shock capturing)
156
157 # Minimum Temperature in the Simulation
158              T_floor =       0.000    ! The minimum temperature in the simulation (for any locally isothermal EOS).
159
160 # set sphere around disc
161           add_sphere =           F    ! add sphere around disc?
162
163 # set planets
164             nplanets =           0    ! number of planets
165
166 # thermal stratification
167            discstrat =           0    ! stratify disc? (0=no,1=yes)
168
169 # timestepping
170              norbits =           1    ! maximum number of orbits at outer disc
171               deltat =       0.100    ! output interval as fraction of orbital period
172 """
173
174
175 def run_phantom_disc():
176     # write the script to make the phantom disc
177     with open("make_ph_disc.sh", "w") as f:
178         f.write(MAKE_PH_DISC)
179
180     with open("disc_setup.setup", "w") as f:
181         f.write(DISC_SETUP)
182
183     # run the script
184     subprocess.run(["bash", "./make_ph_disc.sh"], check=True)
185
186
187 def run_shamrock_disc():
188     ctx = shamrock.Context()
189     ctx.pdata_layout_new()
190     model = shamrock.get_Model_SPH(context=ctx, vector_type="f64_3", sph_kernel="M4")
191
192     alpha_AV = 0.0765404518492
193     alpha_u = 1.0
194     beta_AV = 2.0
195     C_cour = 0.3
196     C_force = 0.25
197     cs0 = cs_profile(R_ref)
198     bsize = R_out * 1.2
199
200     # Generate the default config
201     cfg = model.gen_default_config()
202     cfg.set_artif_viscosity_ConstantDisc(alpha_u=alpha_u, alpha_AV=alpha_AV, beta_AV=beta_AV)
203     cfg.set_eos_locally_isothermalLP07(cs0=cs0, q=q_index, r0=R_ref)
204
205     cfg.add_kill_sphere(center=(0, 0, 0), radius=bsize)  # kill particles outside the simulation box
206
207     cfg.set_units(codeu)
208     cfg.set_particle_mass(pmass)
209     # Set the CFL
210     cfg.set_cfl_cour(C_cour)
211     cfg.set_cfl_force(C_force)
212
213     cfg.set_smoothing_length_density_based()
214
215     # Set the solver config to be the one stored in cfg
216     model.set_solver_config(cfg)
217
218     # Print the solver config
219     model.get_current_config().print_status()
220
221     # Init the scheduler & fields
222     model.init_scheduler(int(1e8), 1)
223
224     # Set the simulation box size
225     ext = R_out * 1.2
226     model.resize_simulation_box((-ext, -ext, -ext), (ext, ext, ext))
227
228     # Create the setup
229     setup = model.get_setup()
230     gen_disc = setup.make_generator_disc_mc(
231         part_mass=pmass,
232         disc_mass=disc_mass,
233         r_in=R_in,
234         r_out=R_out,
235         sigma_profile=sigma_profile,
236         H_profile=H_profile,
237         rot_profile=rot_profile,
238         cs_profile=cs_profile,
239         random_seed=666,
240     )
241
242     # Print the dot graph of the setup
243     print(gen_disc.get_dot())
244
245     # Apply the setup
246     setup.apply_setup(gen_disc, insert_step=1000000)
247
248     # now that the barycenter & momentum are 0, we can add the sink
249     model.add_sink(m1, (0, 0, 0), (0, 0, 0), 1.0)
250
251     model.evolve_until(time_end)
252
253     dump = model.make_phantom_dump()
254     dump.save_dump("shamrock_disc.phdump")
255
256     del model
257     del ctx
258
259
260 run_phantom_disc()
261 run_shamrock_disc()
262
263
264 def positions_to_rays(positions):
265     return [shamrock.math.Ray_f64_3(tuple(position), (0.0, 0.0, 1.0)) for position in positions]
266
267
268 def compute_avg_sigma_profile(model, ntheta, r):
269     theta = np.linspace(0, 2 * np.pi, ntheta)
270
271     r_grid, theta_grid = np.meshgrid(r, theta)
272     x_grid = r_grid * np.cos(theta_grid)
273     y_grid = r_grid * np.sin(theta_grid)
274     z_grid = np.zeros_like(r_grid)
275
276     positions = np.column_stack([x_grid.ravel(), y_grid.ravel(), z_grid.ravel()])
277
278     rays = positions_to_rays(positions)
279     arr_sigma = model.render_column_integ("rho", "f64", rays)
280
281     arr_sigma = np.array(arr_sigma).reshape(ntheta, len(r))
282
283     # average over the theta direction
284     arr_sigma = np.mean(arr_sigma, axis=0)
285     return arr_sigma
286
287
288 def get_profiles(model):
289     x_list = np.linspace(0, R_out * 1.2, 2049)[1:]
290     positions = [(x, 0.0, 0.0) for x in x_list.tolist()]
291
292     rays = positions_to_rays(positions)
293
294     arr_rho = model.render_slice("rho", "f64", positions)
295     arr_rho_integ = model.render_column_integ("rho", "f64", rays)
296     arr_sigma_avg = compute_avg_sigma_profile(model, 32, x_list)
297
298     arr_sigma = np.zeros_like(arr_rho_integ)
299     for i in range(len(arr_rho_integ)):
300         x, _, _ = positions[i]
301         sigma = sigma_profile(x) * sigma_norm
302
303         if x < R_in:
304             sigma = 0.0
305         elif x > R_out:
306             sigma = 0.0
307         arr_sigma[i] = sigma
308
309     return x_list, arr_rho, arr_rho_integ, arr_sigma_avg, arr_sigma
310
311
312 def plot_profile(ph_dump, suffix_label):
313     dump = shamrock.load_phantom_dump(ph_dump)
314
315     dump.print_state()
316
317     ctx = shamrock.Context()
318     ctx.pdata_layout_new()
319     model = shamrock.get_Model_SPH(context=ctx, vector_type="f64_3", sph_kernel="M4")
320
321     cfg = model.gen_config_from_phantom_dump(dump)
322     # Set the solver config to be the one stored in cfg
323     model.set_solver_config(cfg)
324     # Print the solver config
325     model.get_current_config().print_status()
326
327     model.init_scheduler(int(1e8), 1)
328
329     model.init_from_phantom_dump(dump)
330
331     x_list, arr_rho, arr_rho_integ, arr_sigma_avg, arr_sigma = get_profiles(model)
332
333     H = np.array([H_profile(x) for x in x_list])
334
335     plt.plot(x_list, arr_rho, label="rho" + suffix_label)
336     # plt.plot(x_list, arr_rho_integ, label="rho integ" + suffix_label)
337     # plt.plot(x_list, arr_sigma_avg, label="rho integ avg avg" + suffix_label)
338     plt.plot(
339         x_list,
340         arr_sigma_avg / (np.sqrt(2 * np.pi) * H),
341         label="sigma avg/(sqrt(2*pi)*H)" + suffix_label,
342     )
343
344     return x_list, arr_sigma, arr_rho, arr_sigma_avg
345
346
347 def render_profile(ph_dump, name):
348     dump = shamrock.load_phantom_dump(ph_dump)
349     ctx = shamrock.Context()
350     ctx.pdata_layout_new()
351     model = shamrock.get_Model_SPH(context=ctx, vector_type="f64_3", sph_kernel="M4")
352     cfg = model.gen_config_from_phantom_dump(dump)
353     model.set_solver_config(cfg)
354     model.init_scheduler(int(1e8), 1)
355     model.init_from_phantom_dump(dump)
356
357     ext = R_out * 1.2
358     nx = 1024
359     ny = 1024
360
361     arr_rho = model.render_cartesian_column_integ(
362         "rho",
363         "f64",
364         center=(0.0, 0.0, 0.0),
365         delta_x=(ext * 2, 0, 0.0),
366         delta_y=(0.0, ext * 2, 0.0),
367         nx=nx,
368         ny=ny,
369     )
370     metadata = {"extent": [-ext, ext, -ext, ext], "time": model.get_time()}
371
372     ext = metadata["extent"]
373
374     dpi = 200
375
376     # Reset the figure using the same memory as the last one
377     fig = plt.figure(dpi=dpi)
378     import copy
379
380     my_cmap = matplotlib.colormaps["gist_heat"].copy()  # copy the default cmap
381     my_cmap.set_bad(color="black")
382
383     res = plt.imshow(
384         arr_rho, cmap=my_cmap, origin="lower", extent=ext, norm="log", vmin=1e-6, vmax=3e-4
385     )
386
387     plt.xlabel("x")
388     plt.ylabel("y")
389     plt.title(f"t = {metadata['time']:0.3f} [years / 2*pi]")
390
391     cbar = plt.colorbar(res, extend="both")
392     cbar.set_label(r"$\int \rho \, \mathrm{d}z$ [code unit]")
393     return fig
394
395
396 dpi = 200
397 plt.figure(dpi=dpi)
398 x_list, arr_sigma, arr_rho_ph, arr_sigma_avg_ph = plot_profile(
399     "phantom_run/phantom/disc/disc_00001", "(phantom)"
400 )
401 x_list, arr_sigma, arr_rho_sh, arr_sigma_avg_sh = plot_profile("shamrock_disc.phdump", "(shamrock)")
402 plt.plot(x_list, arr_sigma, label="sigma")
403
404
405 H = np.array([H_profile(x) for x in x_list])
406 # I'm not sure why but this fit fairly well the profile
407 fun_weight = arr_sigma * (3) / (H / H_R) ** 0.5
408 plt.plot(x_list, fun_weight, label="fitted")
409
410 plt.xlabel("x")
411 plt.ylabel("rho")
412 plt.title(f"t = {time_end:0.3f} [years]")
413 plt.legend()
414 plt.ylim(1e-5, 1e-2)
415 plt.yscale("log")
416
417
418 plt.figure(dpi=dpi)
419
420 delta_rho = (np.array(arr_rho_sh) - np.array(arr_rho_ph)) / fun_weight
421 delta_sigma_avg = (np.array(arr_sigma_avg_sh) - np.array(arr_sigma_avg_ph)) / (
422     (np.sqrt(2 * np.pi) * H) * fun_weight
423 )
424
425 # set to 0 when arr_sigma is 0
426 delta_rho[arr_sigma == 0] = 0
427 delta_sigma_avg[arr_sigma == 0] = 0
428
429 # null before 2
430 delta_rho[x_list < 2] = 0
431 delta_sigma_avg[x_list < 2] = 0
432
433 plt.plot(x_list, np.abs(delta_rho), label="delta rho")
434 plt.plot(x_list, np.abs(delta_sigma_avg), label="delta sigma avg")
435 plt.xlabel("x")
436 plt.ylabel("rho")
437 plt.yscale("log")
438 plt.title(f"t = {time_end:0.3f} [years]")
439 plt.legend()
440 # plt.ylim(1e-5,1e-2)
441 # plt.yscale("log")
442
443
444 f1 = render_profile("phantom_run/phantom/disc/disc_00001", "phantom")
445 f2 = render_profile("shamrock_disc.phdump", "shamrock")
446 plt.show()
447
448 print("max delta rho:", np.max(np.abs(delta_rho)))
449 print("max delta sigma avg:", np.max(np.abs(delta_sigma_avg)))
450
451 if np.max(np.abs(delta_sigma_avg)) > 0.2:
452     raise ValueError("max delta sigma avg is too high")

Total running time of the script: (6 minutes 33.780 seconds)

Estimated memory usage: 443 MB

Gallery generated by Sphinx-Gallery