Note
Go to the end to download the full example code.
Comparing Shamrock disc with Phantom disc#
Check that both codes generate the same profiles for a disc.
-> 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,
"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_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
}
]
------------------------------------
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 = 2.6e+05 max = 1.0e+05) rate = 1.000000e+05 N.s^-1
SPH setup: the generation step took : 0.385777083 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 : 28.41 us (85.8%)
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 : 1272.00 ns (0.2%)
patch tree reduce : 1443.00 ns (0.2%)
gen split merge : 981.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.1%)
LB compute : 783.02 us (98.4%)
LB move op cnt : 0
LB apply : 4.74 us (0.6%)
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.010114626 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.00 GB | 2.00 GB |
+------+--------------------+-------+-------------+-------------+-------------+
SPH setup: the setup took : 0.41207395500000005 s
---------------- 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 : 8.48 us (2.7%)
patch tree reduce : 1713.00 ns (0.5%)
gen split merge : 871.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.3%)
LB compute : 299.73 us (93.8%)
LB move op cnt : 0
LB apply : 3.12 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1832.00 ns (69.1%)
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,-1.9058241313221758e-21)
sum e = 0.006332971622025506
sum de = -6.478892147821589e-22
Info: CFL hydro = 0.0004899910971704365 sink sink = inf [SPH][rank=0]
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.5970e+04 | 100000 | 1 | 6.262e+00 | 0.0% | 0.2% 0.0% | 2.00 GB | 2.00 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.94 us (1.9%)
patch tree reduce : 2.02 us (0.6%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 343.99 us (94.0%)
LB move op cnt : 0
LB apply : 3.73 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (72.6%)
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.3389115452204927e-10)
sum a = (1.9820570965750628e-18,5.836057006582129e-19,-3.705769144237564e-20)
sum e = 0.006332971842277627
sum de = 6.7345832306716056e-09
Info: CFL hydro = 0.016659725327737674 sink sink = inf [SPH][rank=0]
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.5542e+05 | 100000 | 1 | 6.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 2.741536739510364 (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.69 us (1.9%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 325.22 us (93.6%)
LB move op cnt : 0
LB apply : 3.89 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1642.00 ns (65.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.647038482390059e-05,1.6881138669894242e-06,-1.4752323363800213e-08)
sum a = (-2.574980159653073e-19,-9.706997575534282e-19,6.3527471044072525e-21)
sum e = 0.006333226346512768
sum de = 2.3429170082309115e-07
Info: CFL hydro = 0.02701506332471714 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02701506332471714 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.5500e+05 | 100000 | 1 | 6.451e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 92.96305859211884 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.01714971642490811, dt = 0.02701506332471714 ----------------
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 : 7.30 us (2.1%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.3%)
LB compute : 332.69 us (93.7%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (68.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.661435366871524e-05,1.7091713652307632e-06,-2.3920660269064963e-08)
sum a = (7.115076756936123e-19,6.547564682275742e-19,-1.1011428314305904e-20)
sum e = 0.006333649323756347
sum de = 6.000567426970487e-07
Info: CFL hydro = 0.03305972452726523 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.03305972452726523 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.4747e+05 | 100000 | 1 | 6.781e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 143.4241649528372 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.04416477974962525, dt = 0.03305972452726523 ----------------
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 : 8.19 us (2.2%)
patch tree reduce : 2.40 us (0.6%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1482.00 ns (0.4%)
LB compute : 351.55 us (93.3%)
LB move op cnt : 0
LB apply : 4.23 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (71.0%)
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.9263284087196046e-08)
sum a = (2.286988957586611e-18,-4.391865831513547e-19,2.286988957586611e-20)
sum e = 0.006334006988335172
sum de = 1.04126368681788e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.03296506032729003
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6701747817394454e-05,1.6927735496011137e-06,-2.9397886082448486e-08)
sum a = (-1.1248597539537109e-18,7.076960274309679e-19,2.583450489125616e-20)
sum e = 0.006333012322107178
sum de = 1.049206756678975e-06
Info: CFL hydro = 0.018248707394866774 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.018248707394866774 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.2756e+05 | 100000 | 1 | 7.840e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 151.81433643078756 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.07722450427689048, dt = 0.018248707394866774 ----------------
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 : 7.00 us (2.2%)
patch tree reduce : 2.16 us (0.7%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 302.49 us (93.1%)
LB move op cnt : 0
LB apply : 4.02 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (68.6%)
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.864377804256319e-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.6495331067069566e-05,1.6711851679990945e-06,-1.603295265975344e-08)
sum a = (-2.0633722595114756e-18,-4.341043854678289e-19,-9.740878893424454e-21)
sum e = 0.006333089883827495
sum de = 1.2761353973327488e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.018160445922435434
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6491751257785045e-05,1.663062036094278e-06,-1.6282804369849305e-08)
sum a = (-2.6800122451126063e-18,5.380776797432943e-19,-1.122318655111948e-20)
sum e = 0.006332786761944775
sum de = 1.2782609640221848e-06
Info: CFL hydro = 0.014952419267247927 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014952419267247927 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.2774e+05 | 99999 | 1 | 7.828e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.92302798757905 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.09547321167175726, dt = 0.014952419267247927 ----------------
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 : 7.24 us (2.0%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 342.07 us (93.8%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1803.00 ns (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(5.780671721146717e-07,-5.16353030184744e-07,-7.136454789423124e-09) v=(5.110565480384756e-07,5.72971723173672e-07,-2.6894862509714364e-10) l=(-8.046385825775468e-09,5.6847351030051174e-09,1.9912485866173125e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644598180796305e-05,1.6598467600506445e-06,-1.3244503306470292e-08)
sum a = (-4.980553729855286e-19,-2.73591641963139e-19,5.082197683525802e-21)
sum e = 0.006332018704222439
sum de = 1.4747753948607317e-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.644932373610799e-05,1.6541504911353256e-06,-1.34433985567621e-08)
sum a = (-3.8963515573697816e-19,-8.425860242812153e-19,-1.0587911840678754e-21)
sum e = 0.006331815568447435
sum de = 1.4773214502931796e-06
Info: CFL hydro = 0.013169700083810954 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013169700083810954 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.2801e+05 | 99995 | 1 | 7.811e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.91063203940733 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.11042563093900519, dt = 0.013169700083810954 ----------------
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 : 7.45 us (2.4%)
patch tree reduce : 2.33 us (0.7%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 292.95 us (92.8%)
LB move op cnt : 0
LB apply : 3.87 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (69.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.525067473942215e-09,-1.244903877179966e-08,4.961646783932211e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.642473575548232e-05,1.6527679190481804e-06,-1.174681455641096e-08)
sum a = (-1.2841019480375193e-18,-1.0637675026329944e-18,1.3129010682441655e-20)
sum e = 0.0063317472867009846
sum de = 1.6593204913932243e-06
Info: CFL hydro = 0.025058435279398786 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025058435279398786 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.5365e+05 | 99994 | 1 | 6.508e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.85202546599135 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.12359533102281614, dt = 0.025058435279398786 ----------------
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 : 7.14 us (2.3%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 290.75 us (92.8%)
LB move op cnt : 0
LB apply : 4.06 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1802.00 ns (69.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6590340972951005e-05,1.6559088968607032e-06,-2.2516638606002945e-08)
sum a = (-2.5038293920837118e-18,-4.47021637913457e-19,3.366955965335844e-20)
sum e = 0.006332205796769013
sum de = 1.9830799355966617e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.024949542867791507
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.658951341994403e-05,1.654007357670693e-06,-2.2445045543816028e-08)
sum a = (-1.345088320239829e-18,8.798554739604045e-20,3.239901023247699e-20)
sum e = 0.0063316354817759815
sum de = 1.987217318644985e-06
Info: CFL hydro = 0.016339378304491455 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016339378304491455 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.2693e+05 | 99994 | 1 | 7.878e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 114.5071412661678 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.14865376630221494, dt = 0.016339378304491455 ----------------
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.70 us (2.2%)
patch tree reduce : 2.14 us (0.7%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.4%)
LB compute : 277.84 us (92.8%)
LB move op cnt : 0
LB apply : 3.81 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1612.00 ns (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.0121146304565216e-07,4.435435072182852e-07,3.3349306098748813e-09) v=(-4.416821789737388e-07,1.9862971849135887e-07,-7.74020544382355e-10) l=(1.534063517640442e-08,-9.376419360931001e-09,9.903525261682727e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.646850412480042e-05,1.6514980448340923e-06,-1.4616049932504735e-08)
sum a = (-5.793705359219414e-19,7.130958624697141e-19,1.2281977735187355e-20)
sum e = 0.006331421319436038
sum de = 2.1637437396482636e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016281316855128253
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.645766115840966e-05,1.6509705170764964e-06,-1.454447764901926e-08)
sum a = (-5.89534931288993e-19,4.7592663723851e-19,1.1011428314305904e-20)
sum e = 0.00633117856340778
sum de = 2.1660584227469933e-06
Info: CFL hydro = 0.013432223525804282 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013432223525804282 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.2799e+05 | 99992 | 1 | 7.812e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.29449894344927 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.1649931446067064, dt = 0.013432223525804282 ----------------
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 : 6.92 us (2.0%)
patch tree reduce : 2.50 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 319.00 us (93.4%)
LB move op cnt : 0
LB apply : 3.89 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(1.4303476562414577e-06,3.6529916277825964e-07,9.302133829773621e-09) v=(-3.7996941251578226e-07,1.4258069062164506e-06,7.59115409226421e-09) l=(-1.0174653344675506e-08,-3.9580483922209086e-08,2.4910391325584755e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6418285296419954e-05,1.6501969193283013e-06,-1.2289351714379423e-08)
sum a = (4.1674021004911577e-19,-5.62641635213669e-19,-1.0587911840678754e-20)
sum e = 0.006330129804994726
sum de = 2.3276615832690285e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013301269606610575
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6413114831475286e-05,1.6476009271286349e-06,-1.2143588487592022e-08)
sum a = (8.809142651444724e-19,-1.076472996841809e-18,-9.317362419797304e-21)
sum e = 0.006329966233030505
sum de = 2.330207180679102e-06
Info: CFL hydro = 0.01243231700382924 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01243231700382924 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.2810e+05 | 99987 | 1 | 7.805e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.95281359835814 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.17842536813251067, dt = 0.01243231700382924 ----------------
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.91 us (2.0%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 331.75 us (93.8%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (72.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(9.966704542466351e-07,-6.404284556889584e-08,-2.9567590161804014e-08) v=(4.8309920202471806e-08,9.915138923607604e-07,-3.761234300560382e-09) l=(2.965768709499505e-08,3.1084208933031067e-09,9.918618075548411e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6399647163498146e-05,1.6475360919137997e-06,-1.09969519531867e-08)
sum a = (-1.1045309632196076e-18,-1.8221796277808136e-19,-8.470329472543003e-22)
sum e = 0.006329643498283348
sum de = 2.4911521317719503e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012362029247592407
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640317147617538e-05,1.647804382573094e-06,-1.1089376844764264e-08)
sum a = (-1.5449880957918438e-18,6.611092153319814e-19,-6.1409888675936775e-21)
sum e = 0.006329503391389741
sum de = 2.492555096839798e-06
Info: CFL hydro = 0.012063364486732066 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012063364486732066 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.2038e+05 | 99985 | 1 | 8.306e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.88404080746291 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.1908576851363399, dt = 0.012063364486732066 ----------------
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 : 6.85 us (1.9%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 337.49 us (93.8%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (70.6%)
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.639861099142934e-05,1.6479621918593144e-06,-1.0955724981836481e-08)
sum a = (9.24959978401696e-19,-6.365981994208101e-20,1.7152417181899582e-20)
sum e = 0.006329417127922708
sum de = 2.6603044938586088e-06
Info: CFL hydro = 0.02571092789770294 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02571092789770294 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.5425e+05 | 99984 | 1 | 6.482e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.00032822984696 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.20292104962307198, dt = 0.02571092789770294 ----------------
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.77 us (2.0%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 1161.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1131.00 ns (0.3%)
LB compute : 323.72 us (93.4%)
LB move op cnt : 0
LB apply : 3.69 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (70.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.657604129881221e-05,1.6465702830196856e-06,-2.2910292894364763e-08)
sum a = (1.2061749168901237e-18,5.074256749645293e-20,-6.988021814847978e-21)
sum e = 0.006329956797058901
sum de = 2.9744467005662808e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025602746074246067
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.656807086089252e-05,1.6485716139261103e-06,-2.2861847975707586e-08)
sum a = (2.0938654456126304e-18,1.7949157547910658e-19,-7.199780051661553e-21)
sum e = 0.006329358060841963
sum de = 2.979578191771596e-06
Info: CFL hydro = 0.016481047529260225 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016481047529260225 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.2828e+05 | 99984 | 1 | 7.794e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 118.7500692163889 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2286319775207749, dt = 0.016481047529260225 ----------------
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.84 us (2.1%)
patch tree reduce : 2.42 us (0.7%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 305.11 us (93.3%)
LB move op cnt : 0
LB apply : 3.50 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(7.47055167563144e-07,7.19481254413588e-07,-3.351405397901398e-10) v=(-7.245558655153434e-07,7.288804827185677e-07,-7.743905725507191e-10) l=(-2.1867002056662587e-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.645056106668193e-05,1.648425083435803e-06,-1.4660022003392553e-08)
sum a = (-6.2680438096818225e-19,-1.657537598658259e-19,1.122318655111948e-20)
sum e = 0.006328922092479622
sum de = 3.1892022879410704e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016392766960501483
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644977656810461e-05,1.6482816156293348e-06,-1.4592149981178072e-08)
sum a = (-4.573977915173222e-19,1.1625527201065272e-19,4.446922973085077e-21)
sum e = 0.00632867585645938
sum de = 3.1921530186175833e-06
Info: CFL hydro = 0.013363664186046119 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013363664186046119 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 | 8.3696e+04 | 99981 | 1 | 1.195e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.668010033084556 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.24511302505003513, dt = 0.013363664186046119 ----------------
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 : 7.03 us (1.9%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 353.36 us (93.7%)
LB move op cnt : 0
LB apply : 4.78 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (72.8%)
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.2931251304738137e-07,5.651133061737354e-10) l=(-1.6239673868051008e-09,-4.461450481825514e-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.6481626016719895e-06,-1.1881103616129703e-08)
sum a = (-2.320870275476783e-18,2.6988587281890145e-19,1.164670302474663e-20)
sum e = 0.006328634301896607
sum de = 3.3209219011289163e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013290222605085462
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.641480048928348e-05,1.640035107132054e-06,-1.203938388068311e-08)
sum a = (-1.6635727084074459e-18,8.059518493124668e-19,1.1858461261560205e-20)
sum e = 0.006328472492221439
sum de = 3.3222849249842894e-06
Info: CFL hydro = 0.012457792970520565 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012457792970520565 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.2708e+05 | 99980 | 1 | 7.868e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.14896512027264 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.25847668923608125, dt = 0.012457792970520565 ----------------
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.96 us (2.0%)
patch tree reduce : 2.52 us (0.7%)
gen split merge : 1141.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 322.92 us (93.4%)
LB move op cnt : 0
LB apply : 3.96 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-5.713915566642665e-07,-8.80665279174652e-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.640330710652421e-05,1.6397440826571641e-06,-1.08665584915653e-08)
sum a = (3.2526065174565133e-19,-5.480303168735323e-19,-3.5998900258307764e-21)
sum e = 0.006327924169619
sum de = 3.4646227476303012e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012406439435050898
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640625218781011e-05,1.6400626232477332e-06,-1.1227823293526794e-08)
sum a = (-1.9651164376299768e-19,-4.516803191233557e-19,1.2705494208814505e-21)
sum e = 0.0063277835694261686
sum de = 3.466576472230626e-06
Info: CFL hydro = 0.012008147379563908 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012008147379563908 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.2701e+05 | 99977 | 1 | 7.871e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.976157015204635 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2709344822066018, dt = 0.012008147379563908 ----------------
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.90 us (2.1%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 312.57 us (93.2%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (69.5%)
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.434924145274834e-10,4.894295333457862e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640080718456004e-05,1.6403629454419476e-06,-1.0779790305893694e-08)
sum a = (-1.782157321023048e-18,-1.2963839257727067e-18,1.1434944787933055e-20)
sum e = 0.006327716700683731
sum de = 3.576764059485161e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011934991443128352
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640335109486456e-05,1.6338427577515276e-06,-1.0468178709833855e-08)
sum a = (3.449118161219511e-18,-2.0061975355718104e-18,6.1409888675936775e-21)
sum e = 0.006327586089181055
sum de = 3.578015866744865e-06
Info: CFL hydro = 0.011774477386689568 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011774477386689568 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.2834e+05 | 99976 | 1 | 7.790e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.49545759555569 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.28294262958616573, dt = 0.011774477386689568 ----------------
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 : 7.10 us (2.0%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 330.96 us (93.5%)
LB move op cnt : 0
LB apply : 4.19 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (73.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-4.4985741682765773e-07,-8.016415994426551e-07,5.667892115196048e-08) v=(8.058807565122273e-07,-4.355008028252346e-07,5.824112171115077e-09) l=(3.596412557871231e-08,1.8093008678269896e-08,1.992425010729905e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640038429240692e-05,1.6337277397565813e-06,-1.0689620339610022e-08)
sum a = (-6.335806445462167e-19,5.929230630780102e-19,9.529120656610879e-21)
sum e = 0.006326759434715952
sum de = 3.7080124016023487e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01171093887983682
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639610299835648e-05,1.63032485557031e-06,-1.0040083389399508e-08)
sum a = (-1.6872896309305663e-18,8.622795403048777e-19,1.4823076576950256e-20)
sum e = 0.006326634180552772
sum de = 3.709857345608919e-06
Info: CFL hydro = 0.011617591068756837 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011617591068756837 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.2841e+05 | 99972 | 1 | 7.786e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.44465998766915 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2947171069728553, dt = 0.011617591068756837 ----------------
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.91 us (2.0%)
patch tree reduce : 2.48 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 325.96 us (93.6%)
LB move op cnt : 0
LB apply : 3.89 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1833.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(7.38571746480522e-07,-3.690799985222744e-07,3.546264035583635e-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.639357986149858e-05,1.630390094310112e-06,-9.969735046092907e-09)
sum a = (-6.098637220230962e-19,-1.1032604137987262e-18,-2.752857078576476e-21)
sum e = 0.0063263076127677955
sum de = 3.803266400384521e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011552047912656025
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639777879291164e-05,1.6291336465257414e-06,-1.0122326176235588e-08)
sum a = (-3.3542504711270293e-19,-3.8116482626443515e-19,2.964615315390051e-21)
sum e = 0.00632618544558946
sum de = 3.804572482420537e-06
Info: CFL hydro = 0.011491288851071499 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011491288851071499 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.2702e+05 | 99970 | 1 | 7.871e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.13807333123006 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3063346980416121, dt = 0.011491288851071499 ----------------
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.34 us (1.6%)
patch tree reduce : 1913.00 ns (0.5%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1191.00 ns (0.3%)
LB compute : 368.75 us (94.4%)
LB move op cnt : 0
LB apply : 3.96 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (72.8%)
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.373993785057221e-09,-5.991278068091754e-07,-4.355773451282518e-10) l=(-7.57775693164942e-09,-8.585262894266249e-09,1.9894701418913524e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6396499396809e-05,1.6291799129121581e-06,-9.890566037511787e-09)
sum a = (-9.825582188149884e-20,8.355980024663673e-19,1.588186776101813e-20)
sum e = 0.00632535794114582
sum de = 3.9045375594018375e-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.639520432031757e-05,1.6307167659417071e-06,-9.871116108300197e-09)
sum a = (2.371692252312041e-19,1.3099364529287755e-18,1.6940658945086007e-20)
sum e = 0.00632523863854618
sum de = 3.906412184033557e-06
Info: CFL hydro = 0.011379909629382862 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011379909629382862 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.2830e+05 | 99966 | 1 | 7.791e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.09559643405976 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3178259868926836, dt = 0.011379909629382862 ----------------
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 : 7.54 us (2.5%)
patch tree reduce : 2.14 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.4%)
LB compute : 283.96 us (92.5%)
LB move op cnt : 0
LB apply : 3.54 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.19 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.844160439183914e-07,5.063372360592449e-07,2.2121212129029817e-08) v=(-5.005419108513269e-07,1.5605358903499026e-07,7.19137946597482e-09) l=(1.2446634225852549e-08,4.804686551681381e-09,1.4922509597512426e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639371189241541e-05,1.6311810228467785e-06,-1.000171133394398e-08)
sum a = (7.453889935837843e-19,2.3843977465208555e-19,9.952637130238029e-21)
sum e = 0.006324657172580443
sum de = 4.046478802101695e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011309482307461167
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63936419743908e-05,1.6322199547731454e-06,-9.635655023076394e-09)
sum a = (-4.777265822514254e-19,1.9651164376299768e-19,1.418780186650953e-20)
sum e = 0.006324540555135225
sum de = 4.048108364262201e-06
Info: CFL hydro = 0.01145272114477878 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01145272114477878 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.2090e+05 | 99963 | 1 | 8.268e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.54809729529534 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.32920589652206644, dt = 0.01145272114477878 ----------------
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 : 7.05 us (1.1%)
patch tree reduce : 2.08 us (0.3%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1302.00 ns (0.2%)
LB compute : 614.47 us (96.3%)
LB move op cnt : 0
LB apply : 4.26 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (74.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.855307797480764e-08,4.971183001928027e-07,2.1785585178616283e-08) v=(-4.96772759309472e-07,3.472161641884839e-08,1.873668387839996e-09) l=(5.0946984590848e-10,-2.1841384192470205e-08,4.972561152544881e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639463084068553e-05,1.632389019653793e-06,-9.846463542834914e-09)
sum a = (1.378969638130001e-18,8.495740460960632e-19,3.7692966152816365e-20)
sum e = 0.006324457969141985
sum de = 4.1764628655698906e-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.63994321826046e-05,1.6289829324543029e-06,-9.811899771653857e-09)
sum a = (-1.9109063290057016e-18,8.508445955169447e-19,4.1081097941833566e-20)
sum e = 0.006324339786179483
sum de = 4.177480224958474e-06
Info: CFL hydro = 0.0113069204344242 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0113069204344242 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.2297e+05 | 99962 | 1 | 8.129e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.7203215886577 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.34065861766684524, dt = 0.0113069204344242 ----------------
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.35 us (1.8%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 331.19 us (94.0%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1863.00 ns (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-8.034726432928269e-07,-2.9002028127718503e-07,-2.2940733838458225e-08) v=(3.1707992742281474e-07,-7.952215410117328e-07,-2.745652879674631e-10) l=(-2.7768106400082273e-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.6289419364911462e-06,-9.550337702133279e-09)
sum a = (-2.2497195079074217e-18,-8.144221787850098e-19,7.199780051661553e-21)
sum e = 0.00632400137548086
sum de = 4.28327615278839e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01123956450547037
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640025611892651e-05,1.6305807531554643e-06,-9.903579278299943e-09)
sum a = (-1.0808140406964872e-18,-9.452887691357992e-19,1.418780186650953e-20)
sum e = 0.006323886128822241
sum de = 4.284529277741745e-06
Info: CFL hydro = 0.011172350987385981 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011172350987385981 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.2591e+05 | 99960 | 1 | 7.939e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.27177152003488 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.35196553810126946, dt = 0.011172350987385981 ----------------
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 : 7.24 us (2.1%)
patch tree reduce : 2.33 us (0.7%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.4%)
LB compute : 319.49 us (93.3%)
LB move op cnt : 0
LB apply : 3.87 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1632.00 ns (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-4.68616720166656e-07,5.099645465482969e-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.639846556536022e-05,1.631086648927307e-06,-9.587332048950965e-09)
sum a = (1.0164395367051604e-18,-2.676624113323589e-19,2.6469779601696886e-20)
sum e = 0.006323291549813948
sum de = 4.39577527722649e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011109581465415753
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639956307634945e-05,1.626718218115985e-06,-9.756775682004992e-09)
sum a = (-2.371692252312041e-20,8.851494298807439e-20,2.3081647812679684e-20)
sum e = 0.006323179218085177
sum de = 4.397280560869898e-06
Info: CFL hydro = 0.011047726946194575 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011047726946194575 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.2325e+05 | 99957 | 1 | 8.110e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.59166341662063 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.36313788908865546, dt = 0.011047726946194575 ----------------
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.89 us (2.3%)
patch tree reduce : 2.86 us (1.0%)
gen split merge : 1172.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1642.00 ns (0.5%)
LB compute : 276.62 us (92.2%)
LB move op cnt : 0
LB apply : 3.71 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1652.00 ns (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.774892812315737e-07,-4.5458690648941394e-07,2.3379022195879904e-09) v=(4.5599775401175053e-07,-1.6103671575186468e-07,3.6905459263528913e-09) l=(-2.0393560790335952e-08,6.626751599205077e-09,1.0008316693472787e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6397865177705536e-05,1.6266328695498247e-06,-9.735811625471976e-09)
sum a = (3.2356658585114273e-18,1.4136979889674273e-18,4.446922973085077e-21)
sum e = 0.006322836486744416
sum de = 4.447606618313559e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010985898965390295
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6399770800404936e-05,1.620011218429665e-06,-9.738090999332422e-09)
sum a = (1.8600843521704435e-18,1.1502707423713399e-18,9.529120656610879e-21)
sum e = 0.006322726424014976
sum de = 4.448926767800697e-06
Info: CFL hydro = 0.010932029459118326 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010932029459118326 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.2822e+05 | 99955 | 1 | 7.795e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.01932493756757 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.37418561603485, dt = 0.010932029459118326 ----------------
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.86 us (2.3%)
patch tree reduce : 2.52 us (0.8%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.4%)
LB compute : 277.48 us (92.6%)
LB move op cnt : 0
LB apply : 3.52 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (70.4%)
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.2165929681834217e-08,2.3423537978509414e-08,2.474428772323304e-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.9419116694681863 unconverged cnt = 3
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63982107378252e-05,1.6197403699965319e-06,-9.838547302536304e-09)
sum a = (2.137911158869854e-18,-1.1659408518955444e-18,-1.7152417181899582e-20)
sum e = 0.006321656481709109
sum de = 4.522290871306978e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010876761916173906
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6394908768028274e-05,1.6259405030729385e-06,-9.573619486576804e-09)
sum a = (9.012430558785756e-19,-6.945670167485263e-19,-1.1011428314305904e-20)
sum e = 0.006321548699244492
sum de = 4.524332818768276e-06
Info: CFL hydro = 0.010824397964846272 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010824397964846272 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 | 8.2157e+04 | 99950 | 1 | 1.217e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 32.349155916743506 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3851176454939683, dt = 0.010824397964846272 ----------------
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.55 us (1.8%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 349.71 us (94.2%)
LB move op cnt : 0
LB apply : 3.85 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (70.9%)
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.3263987800524931e-06,5.704430542793154e-07,1.0467010928853385e-08) l=(3.521619382710917e-10,-4.987046888846714e-09,2.0042967956371457e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639313152090314e-05,1.6267564279325609e-06,-9.692191157103684e-09)
sum a = (2.0057740190981832e-18,9.605353621863766e-19,-1.291725244562808e-20)
sum e = 0.0063206961743481034
sum de = 4.536866893646537e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010766958128721237
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639742273252494e-05,1.6260884116705104e-06,-9.42341251068334e-09)
sum a = (-7.487771253728015e-19,5.391364709273622e-19,-9.529120656610879e-21)
sum e = 0.006320590530650268
sum de = 4.538609755028988e-06
Info: CFL hydro = 0.010724080369155696 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010724080369155696 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.2811e+05 | 99946 | 1 | 7.802e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.94855682043567 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.39594204345881456, dt = 0.010724080369155696 ----------------
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.86 us (2.0%)
patch tree reduce : 2.08 us (0.6%)
gen split merge : 1141.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1121.00 ns (0.3%)
LB compute : 328.77 us (93.8%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(-7.145373688061777e-07,2.52688605389526e-07,6.762606845942279e-09) v=(-2.2979865465852946e-07,-7.446150738994474e-07,-1.7349518282941382e-08) l=(-6.656643597489684e-08,-2.166240224303346e-08,3.486607278824829e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639642188254125e-05,1.6264117419954462e-06,-9.232349872018601e-09)
sum a = (-1.6263032587282567e-19,-1.7448878713438587e-18,-6.988021814847978e-21)
sum e = 0.006319001558546912
sum de = 4.614248045391642e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010662565726091084
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638983100494959e-05,1.6258272607836363e-06,-9.309165328319986e-09)
sum a = (2.303929616531697e-19,-2.109959071610462e-18,-1.461131834013668e-20)
sum e = 0.006318898158525237
sum de = 4.616644727603631e-06
Info: CFL hydro = 0.010630416811308187 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010630416811308187 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.2740e+05 | 99939 | 1 | 7.845e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.21302043817048 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.40666612382797024, dt = 0.010630416811308187 ----------------
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 : 7.01 us (1.6%)
patch tree reduce : 2.35 us (0.6%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 404.88 us (94.8%)
LB move op cnt : 0
LB apply : 3.92 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (72.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.1729821656280792e-06,1.8311728047543578e-07,1.610721680128196e-09) v=(-2.106209645550577e-07,1.1642102157949607e-06,-3.2339688338541775e-09) l=(-1.2309757193181508e-08,-8.040768263480111e-09,1.975589254886544e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6388119833673824e-05,1.6261978700266105e-06,-9.17642952984134e-09)
sum a = (1.3721933745519665e-18,4.845028458294598e-19,1.2705494208814505e-21)
sum e = 0.006318068592218651
sum de = 4.668153168330014e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010580127232642384
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63829579709319e-05,1.6146853130176153e-06,-8.677461929908236e-09)
sum a = (1.1180834903756764e-18,-2.388632911257127e-19,3.3881317890172014e-21)
sum e = 0.006317966972332678
sum de = 4.669635394392445e-06
Info: CFL hydro = 0.01054281789948729 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01054281789948729 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.2662e+05 | 99935 | 1 | 7.893e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.488359798194914 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4172965406392784, dt = 0.01054281789948729 ----------------
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.71 us (1.9%)
patch tree reduce : 2.01 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 314.53 us (87.0%)
LB move op cnt : 0
LB apply : 28.78 us (8.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1753.00 ns (66.8%)
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.1408792255946018e-06,-5.283500416530512e-09) l=(-7.128615000014226e-08,6.904710438631896e-08,2.498005463853554e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638133704010316e-05,1.6140785015992142e-06,-9.04255615640044e-09)
sum a = (-4.695950659577841e-18,-1.4162390878091902e-18,3.8116482626443515e-21)
sum e = 0.006316862430947544
sum de = 4.720557862165004e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010484388366680546
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63806173361584e-05,1.6199465961289559e-06,-8.738938336179988e-09)
sum a = (-4.2995392402628285e-18,-1.9185296255309903e-18,1.0164395367051604e-20)
sum e = 0.006316762833648726
sum de = 4.722374828566392e-06
Info: CFL hydro = 0.010460750617451673 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010460750617451673 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.2702e+05 | 99930 | 1 | 7.868e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.24155300714457 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4278393585387657, dt = 0.010460750617451673 ----------------
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.87 us (1.8%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1292.00 ns (0.3%)
LB compute : 355.08 us (93.9%)
LB move op cnt : 0
LB apply : 4.10 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (69.5%)
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.8159680936949976e-07,1.0102652964859256e-08) l=(-1.4824904874725734e-08,6.026905589652802e-08,1.9798273901721253e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637951183630392e-05,1.6206867573544997e-06,-8.62392108746702e-09)
sum a = (-5.55653613398821e-19,4.912791094074942e-19,-8.682087709356578e-21)
sum e = 0.006315927978187208
sum de = 4.731943700068605e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010407430460274082
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6382706691156735e-05,1.6170843972483124e-06,-8.429865634432459e-09)
sum a = (7.386127300057499e-19,-8.495740460960632e-19,-8.682087709356578e-21)
sum e = 0.00631582968428286
sum de = 4.7335377210922415e-06
Info: CFL hydro = 0.010383735778602339 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010383735778602339 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.2774e+05 | 99926 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.1423635557312 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.43830010915621737, dt = 0.010383735778602339 ----------------
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 : 7.71 us (2.5%)
patch tree reduce : 2.25 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.4%)
LB compute : 290.18 us (92.5%)
LB move op cnt : 0
LB apply : 3.85 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1742.00 ns (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-5.91891544038114e-07,-3.4861669744076e-07,4.2520795965326695e-08) v=(3.6850000429972045e-07,-5.623245183599258e-07,-9.129819156789618e-09) l=(7.908771377706958e-09,-5.7180814748828716e-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.6169642951124622e-06,-8.491958100526559e-09)
sum a = (4.123356387233934e-18,-5.200782296141404e-19,8.258571235729428e-21)
sum e = 0.0063144867028532585
sum de = 4.723225653486063e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010329377729251243
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638533072547047e-05,1.6121400454034415e-06,-8.039158574739199e-09)
sum a = (2.5953089503871762e-18,1.7702988597614877e-19,4.235164736271502e-21)
sum e = 0.00631438989834804
sum de = 4.725277878493436e-06
Info: CFL hydro = 0.010311340458503685 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010311340458503685 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.2674e+05 | 99920 | 1 | 7.884e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.416681037797545 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4486838449348197, dt = 0.010311340458503685 ----------------
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.73 us (1.9%)
patch tree reduce : 2.31 us (0.7%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 325.98 us (93.7%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1492.00 ns (64.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-6.97123477824451e-07,-7.529545806125856e-07,5.951784471803831e-08) v=(7.781299257821318e-07,-6.705750203290338e-07,6.95263978991067e-10) l=(-9.270066944697756e-09,-5.452626560981129e-09,2.9685578777693874e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6384694476949264e-05,1.6119571855127332e-06,-8.232995803283934e-09)
sum a = (-4.573977915173222e-19,-4.667151539371195e-19,-2.0964065444543933e-20)
sum e = 0.0063130614287839225
sum de = 4.788655467495212e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010259762507564307
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6378627068362956e-05,1.608206663392672e-06,-8.172822701609956e-09)
sum a = (6.708500942254059e-19,1.767757760919725e-18,-2.414043899674756e-20)
sum e = 0.006312966389615098
sum de = 4.79074568507727e-06
Info: CFL hydro = 0.01024316661595619 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01024316661595619 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.1994e+05 | 99914 | 1 | 8.331e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.5595972384723 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4589951853933234, dt = 0.01024316661595619 ----------------
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 : 17.02 us (4.7%)
patch tree reduce : 2.02 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 332.57 us (91.1%)
LB move op cnt : 0
LB apply : 3.96 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1813.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.1036873705097993e-06,-5.630034070456702e-07,-4.069338699406678e-08) v=(5.277039638585451e-07,1.1321463561900252e-06,-1.2147560847542652e-08) l=(3.628411148826133e-08,-1.1462298497069423e-08,1.5108352217928412e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6377241509719714e-05,1.6081494117597753e-06,-7.879261506424596e-09)
sum a = (-9.147955830346444e-20,-1.3738874404464751e-18,2.1175823681357508e-20)
sum e = 0.006312346738238156
sum de = 4.861224009911189e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010186505522032624
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6379833875872565e-05,1.608294625326671e-06,-8.284140839664556e-09)
sum a = (1.7889335846010823e-18,6.174870185483849e-19,1.7152417181899582e-20)
sum e = 0.006312253375909101
sum de = 4.8626480348891536e-06
Info: CFL hydro = 0.010178840800192742 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010178840800192742 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.2492e+05 | 99911 | 1 | 7.998e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.10751375082111 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4692383520092796, dt = 0.010178840800192742 ----------------
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 : 7.97 us (2.3%)
patch tree reduce : 2.49 us (0.7%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1332.00 ns (0.4%)
LB compute : 328.19 us (93.0%)
LB move op cnt : 0
LB apply : 4.29 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1652.00 ns (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-4.210782522757503e-07,2.0183743734671344e-07,-3.576977708040036e-08) v=(-1.8477526382307553e-07,-4.2690313084349004e-07,6.337319920945682e-09) l=(-7.760195340656512e-09,6.48770261461374e-09,1.4968202005600923e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6379173111163165e-05,1.6085530961861764e-06,-8.107894464610722e-09)
sum a = (6.742382260144231e-19,1.300195574035351e-18,-1.0164395367051604e-20)
sum e = 0.006311647119081129
sum de = 4.817909442066435e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010125886956832619
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63775011367103e-05,1.607322965847381e-06,-8.174119741262261e-09)
sum a = (1.1689054672109345e-18,-9.317362419797304e-20,-4.658681209898652e-21)
sum e = 0.0063115542805489075
sum de = 4.819224525014155e-06
Info: CFL hydro = 0.010317188092293324 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010317188092293324 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.2490e+05 | 99908 | 1 | 7.999e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.812109472558234 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.47941719280947237, dt = 0.010317188092293324 ----------------
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 : 7.65 us (1.3%)
patch tree reduce : 2.24 us (0.4%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.2%)
LB compute : 543.95 us (95.7%)
LB move op cnt : 0
LB apply : 4.51 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.70 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=4.499999999962867e-06 r=(2.783077773912607e-07,1.7058644515100773e-10,7.813331975306004e-09) v=(-5.363129779293563e-09,2.587355236929805e-07,-1.1659675126927542e-08) l=(-4.103074150804314e-08,5.164047434485811e-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.9417782870928834 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637910112763617e-05,1.6066987522765153e-06,-8.305860822372605e-09)
sum a = (3.1848438816761693e-19,-2.168404344971009e-19,1.122318655111948e-20)
sum e = 0.00630946248794237
sum de = 4.834411246028714e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010267429129222324
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638642370700629e-05,1.6014846719890111e-06,-8.147479858787585e-09)
sum a = (7.115076756936123e-20,-3.6930636500287495e-19,1.3552527156068805e-20)
sum e = 0.006309367318539154
sum de = 4.837065335838491e-06
Info: CFL hydro = 0.010573376051191553 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010573376051191553 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 | 8.5371e+04 | 99899 | 1 | 1.170e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 31.74059809152965 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4897343809017657, dt = 0.010573376051191553 ----------------
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.59 us (1.8%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 333.85 us (93.7%)
LB move op cnt : 0
LB apply : 4.36 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (72.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-1.3835825913631737e-06,-7.921587965155157e-07,2.301902374076113e-08) v=(8.430684022605659e-07,-1.3364696992650871e-06,3.105463630996174e-09) l=(8.293952090966117e-09,-2.9417627030195794e-08,2.473597217694272e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6390589648395914e-05,1.5998806687060315e-06,-8.474770426557283e-09)
sum a = (-2.947674656444965e-19,1.9651164376299768e-19,-6.3527471044072525e-21)
sum e = 0.006308291069385887
sum de = 4.904738024289344e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010517436630509925
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395593589688774e-05,1.5991239035783122e-06,-8.453748308374987e-09)
sum a = (-4.1809546276472265e-18,4.353749348887104e-19,-1.6940658945086007e-20)
sum e = 0.006308191774253301
sum de = 4.906584057228367e-06
Info: CFL hydro = 0.01050145186838118 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01050145186838118 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.2745e+05 | 99894 | 1 | 7.838e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.56315789524061 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5003077569529573, dt = 0.01050145186838118 ----------------
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.54 us (1.9%)
patch tree reduce : 2.16 us (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 328.56 us (93.6%)
LB move op cnt : 0
LB apply : 4.05 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (72.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.0791614790738421e-06,1.8672460625394466e-08,-2.359796078165713e-08) v=(2.9348265312414485e-08,-1.0775165210343463e-06,9.148422029059734e-09) l=(-1.5017568408654226e-08,4.3079355104080234e-08,1.496753396620664e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395092434219965e-05,1.5994418458070983e-06,-8.277690898746483e-09)
sum a = (4.777265822514254e-19,7.640237184233789e-19,-8.893845946170154e-21)
sum e = 0.00630759255299717
sum de = 4.9593785625507445e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010458941632110091
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6390524822899286e-05,1.5960925168625013e-06,-8.18210113704777e-09)
sum a = (-1.9651164376299768e-19,1.6093625997831706e-19,-1.376428539288238e-20)
sum e = 0.006307494805522836
sum de = 4.960761998007243e-06
Info: CFL hydro = 0.010433422556600232 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010433422556600232 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.1897e+05 | 99891 | 1 | 8.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.02701442823544 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5108092088213384, dt = 0.010433422556600232 ----------------
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.78 us (2.2%)
patch tree reduce : 2.06 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 291.52 us (93.0%)
LB move op cnt : 0
LB apply : 3.56 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 33.13 us (96.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(7.40872506931643e-07,-3.699115733835852e-07,3.681510553294663e-08) v=(3.2034705274471405e-07,7.383817846351711e-07,1.7027209155484254e-08) l=(-1.3796164014226698e-08,2.3507371077360537e-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.638918634586749e-05,1.5963130282138806e-06,-8.400170814741064e-09)
sum a = (-4.573977915173222e-19,-3.8455295805345235e-19,-2.541098841762901e-21)
sum e = 0.006306903691693622
sum de = 5.060287535895577e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01037458185680299
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6389099904949127e-05,1.5966901868056847e-06,-8.000602323166183e-09)
sum a = (-6.810144895924575e-19,-7.707999820014133e-19,-1.4823076576950256e-21)
sum e = 0.006306807462412595
sum de = 5.061639475215197e-06
Info: CFL hydro = 0.010589563631566268 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010589563631566268 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 | 8.5508e+04 | 99888 | 1 | 1.168e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 32.15299530223745 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5212426313779386, dt = 0.010589563631566268 ----------------
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.84 us (2.1%)
patch tree reduce : 2.13 us (0.7%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 299.46 us (93.1%)
LB move op cnt : 0
LB apply : 3.93 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (72.6%)
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.376595324532305e-08,5.392580296046868e-10) l=(3.951893059342563e-09,-1.246114684639921e-08,1.0114422790267645e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6391274034114516e-05,1.5961252035635322e-06,-8.200156279070586e-09)
sum a = (2.053207864144424e-18,0,2.625802136488331e-20)
sum e = 0.006306449014786128
sum de = 5.020070024335441e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010542628341547093
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639328096871623e-05,1.589783413851998e-06,-8.407373668744536e-09)
sum a = (-8.334804200982315e-19,3.4050724479622874e-19,2.0540548970916783e-20)
sum e = 0.0063063491320817415
sum de = 5.021292861394698e-06
Info: CFL hydro = 0.011254207184166963 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011254207184166963 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.2743e+05 | 99886 | 1 | 7.839e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.63357542564158 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5318321950095048, dt = 0.011254207184166963 ----------------
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 : 7.03 us (1.8%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1292.00 ns (0.3%)
LB compute : 360.99 us (93.9%)
LB move op cnt : 0
LB apply : 3.58 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1793.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-4.019341968461752e-07,-9.03915086405703e-07,-5.866190031348211e-08) v=(9.204413963868564e-07,-3.792687276925573e-07,-1.1597912374616912e-08) l=(6.262296920489519e-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.640298407351383e-05,1.5858964869308694e-06,-8.802528551360306e-09)
sum a = (-3.6761229910836635e-18,-5.421010862427522e-19,1.6940658945086007e-20)
sum e = 0.0063045138965036876
sum de = 5.08204420536196e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011198243722206694
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640211100092119e-05,1.5877547609781152e-06,-8.538086847775889e-09)
sum a = (-3.899739689158799e-18,1.9481757786848908e-19,2.0752307207730358e-20)
sum e = 0.00630440181708625
sum de = 5.0847907398737335e-06
Info: CFL hydro = 0.011136549756937168 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011136549756937168 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.2710e+05 | 99878 | 1 | 7.858e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.55662206661987 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5430864021936718, dt = 0.011136549756937168 ----------------
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.84 us (2.0%)
patch tree reduce : 2.16 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 313.84 us (93.5%)
LB move op cnt : 0
LB apply : 3.56 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1742.00 ns (69.9%)
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.430567846170601e-08,-1.1974871009486407e-08) l=(-1.2113718963412847e-08,-6.659497950397141e-08,1.981305820515952e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640035273615504e-05,1.5886246599050006e-06,-8.638087599996634e-09)
sum a = (-2.3513634615779377e-18,-1.4568966692773966e-19,-1.6728900708272432e-20)
sum e = 0.006303582963826883
sum de = 5.1082980707366026e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011085589119006553
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640103950769806e-05,1.5881695350672246e-06,-8.001732384952653e-09)
sum a = (-3.195008277043221e-18,-6.589916329638457e-19,-2.3928680759933985e-20)
sum e = 0.006303473082894726
sum de = 5.109998424791535e-06
Info: CFL hydro = 0.011013236006444797 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011013236006444797 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.2768e+05 | 99874 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.25298831245456 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5542229519506089, dt = 0.011013236006444797 ----------------
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 : 7.09 us (2.1%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 316.44 us (93.6%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.4731121425913498e-07,2.4444059289314755e-07,7.550195147111088e-08) v=(-2.6603914660711255e-07,-1.3074330809983157e-07,3.408636057182314e-08) l=(1.8363879078241415e-08,4.447618461770313e-09,1.9879576159796024e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639921553447759e-05,1.5888673124979878e-06,-8.380090191657703e-09)
sum a = (4.54009659728305e-19,-3.8963515573697816e-20,2.456395547037471e-20)
sum e = 0.006302644684422393
sum de = 5.159892683745872e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010979755725473607
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639703710768734e-05,1.587435180596587e-06,-7.886512059835625e-09)
sum a = (4.845028458294598e-19,-6.996492144320521e-19,3.070494433796839e-20)
sum e = 0.006302537638148049
sum de = 5.161745110434869e-06
Info: CFL hydro = 0.011210561848102369 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011210561848102369 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.2785e+05 | 99870 | 1 | 7.811e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.755713490699534 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5652361879570537, dt = 0.011210561848102369 ----------------
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.12 us (2.0%)
patch tree reduce : 2.31 us (0.7%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 325.95 us (93.4%)
LB move op cnt : 0
LB apply : 3.78 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(3.6927739311994627e-07,2.823589786490501e-08,-4.5436554215252944e-10) v=(-6.211844631078402e-08,3.683792608606459e-07,-5.9507127321212406e-09) l=(-2.169104043952806e-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.6399630277650994e-05,1.58641977351157e-06,-8.047773062800655e-09)
sum a = (-5.082197683525802e-19,-1.1502707423713399e-18,-1.6517142471458857e-20)
sum e = 0.006301971244965617
sum de = 5.102899568512278e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011164443855821566
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638796527804519e-05,1.584715480659975e-06,-8.032231947563363e-09)
sum a = (1.1180834903756764e-19,1.170599533105443e-18,-1.376428539288238e-20)
sum e = 0.00630185981746148
sum de = 5.104504631576746e-06
Info: CFL hydro = 0.01038880816700018 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01038880816700018 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.2594e+05 | 99867 | 1 | 7.929e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.89624475182556 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.576446749805156, dt = 0.01038880816700018 ----------------
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 : 5.94 us (1.5%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1322.00 ns (0.3%)
LB compute : 375.05 us (94.6%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(2.0717662614279606e-06,-2.1004998817413278e-08,-5.9910555640001485e-09) v=(-9.567269159890135e-08,2.069836294749001e-06,2.0938516292212647e-08) l=(4.101982380613473e-08,-2.1708941667063695e-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.6376318346045927e-05,1.589283414284935e-06,-7.605232278054303e-09)
sum a = (6.776263578034403e-19,-2.981555974335137e-19,4.446922973085077e-21)
sum e = 0.006300273360438761
sum de = 5.090226136104074e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010341842274172784
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637834267029537e-05,1.587940439432201e-06,-7.567278499799235e-09)
sum a = (4.87890977618477e-19,-1.0367683274392636e-18,-1.2705494208814505e-21)
sum e = 0.006300177902882813
sum de = 5.092413125112874e-06
Info: CFL hydro = 0.010324340911891217 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010324340911891217 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 | 8.5459e+04 | 99860 | 1 | 1.169e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 32.00608556561303 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5868355579721561, dt = 0.010324340911891217 ----------------
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.64 us (2.0%)
patch tree reduce : 2.19 us (0.7%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 310.32 us (93.6%)
LB move op cnt : 0
LB apply : 3.69 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-2.4581647591550284e-07,-4.137881020378738e-09,-2.890236723270225e-08) v=(6.302940004803862e-09,-2.553162461455429e-07,1.7891005371541e-08) l=(-1.034931756788741e-08,2.582211579819443e-08,2.992739078103054e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637762983644975e-05,1.5882948477673176e-06,-7.4947919048838e-09)
sum a = (-1.0198276684941776e-18,1.0198276684941776e-18,-8.470329472543003e-22)
sum e = 0.006298825903657427
sum de = 5.17923316189722e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01027023177228765
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637746867591854e-05,1.5858171526075531e-06,-7.183676118141385e-09)
sum a = (-1.294266343404571e-18,2.1175823681357508e-19,-5.505714157152952e-21)
sum e = 0.006298732312986919
sum de = 5.181247911329123e-06
Info: CFL hydro = 0.010261678618127533 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010261678618127533 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.2808e+05 | 99854 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.67483819485129 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5971598988840474, dt = 0.010261678618127533 ----------------
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.16 us (1.9%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1272.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 301.03 us (93.4%)
LB move op cnt : 0
LB apply : 3.84 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.928805232465762e-08,-2.440362179792335e-07,6.0017404269177e-08) v=(2.470206733660066e-07,-2.868141733776378e-08,7.670296626719867e-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.6376654120233894e-05,1.5861134481590834e-06,-7.348344164155354e-09)
sum a = (-2.1006417091906648e-19,-1.395910297075087e-18,-7.199780051661553e-21)
sum e = 0.00629836890166085
sum de = 5.168235296672386e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010218073583135657
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637288151497733e-05,1.5814711799710565e-06,-6.924521080452037e-09)
sum a = (-5.454892180317694e-19,1.2349740370967699e-18,-1.1858461261560205e-20)
sum e = 0.006298276097570592
sum de = 5.169371969754887e-06
Info: CFL hydro = 0.010200688662001803 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010200688662001803 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.2808e+05 | 99852 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.383781685385635 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.607421577502175, dt = 0.010200688662001803 ----------------
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 : 7.03 us (1.8%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1362.00 ns (0.4%)
LB compute : 360.89 us (94.1%)
LB move op cnt : 0
LB apply : 3.86 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(6.841602006372464e-07,-6.824860259764749e-07,3.647122732930281e-08) v=(6.637437563184319e-07,7.158517015787939e-07,-1.3166324023297176e-09) l=(9.39770635929815e-09,4.057221759347668e-08,2.477354037017554e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637177645729861e-05,1.5816940087017057e-06,-7.0093961405637285e-09)
sum a = (1.0842021724855044e-18,-2.0837010502455788e-19,-1.9269999550035333e-20)
sum e = 0.006297186199980321
sum de = 5.221717135858378e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010153235313921777
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637232514188883e-05,1.579781798857265e-06,-6.654988967004006e-09)
sum a = (1.145188544687814e-18,-1.4314856808597676e-18,-1.3552527156068805e-20)
sum e = 0.006297094959159381
sum de = 5.223426965430612e-06
Info: CFL hydro = 0.011049596921513943 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011049596921513943 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.2792e+05 | 99847 | 1 | 7.806e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.046234862555785 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6176222661641768, dt = 0.011049596921513943 ----------------
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.84 us (1.7%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 42.28 us (10.8%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 329.15 us (83.8%)
LB move op cnt : 0
LB apply : 3.56 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.0025745579605602e-07,-1.7896186240888211e-07,3.924486083904688e-08) v=(1.590834117063204e-07,-8.069151598421476e-08,-4.077256494936776e-09) l=(-1.1748458028691336e-08,-3.2903255665080535e-08,1.4818087484946417e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6383201411294624e-05,1.5742249560264185e-06,-7.402196329475751e-09)
sum a = (6.708500942254059e-19,7.911287727355165e-19,4.870439446712227e-21)
sum e = 0.0062965247969918705
sum de = 5.1493421373202384e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011004375719875045
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6382883022935856e-05,1.5791860902440431e-06,-7.55431866325097e-09)
sum a = (-3.6591823321385775e-19,8.131516293641283e-20,4.870439446712227e-21)
sum e = 0.006296417187246615
sum de = 5.150734192744814e-06
Info: CFL hydro = 0.010960640295241322 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010960640295241322 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.2015e+05 | 99844 | 1 | 8.310e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.869059907549904 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6286718630856908, dt = 0.010960640295241322 ----------------
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.86 us (1.9%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 319.17 us (87.1%)
LB move op cnt : 0
LB apply : 28.40 us (7.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1773.00 ns (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(-1.625480576100872e-08,1.131632928334856e-06,-6.84797657245986e-08) v=(-1.1459230792507962e-06,-8.56827355419262e-08,1.030854076627131e-08) l=(-1.330797068528597e-09,8.358800665296285e-08,3.462108725286534e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6381801597689785e-05,1.5803043357018575e-06,-7.315347797909693e-09)
sum a = (-3.1848438816761693e-19,6.945670167485263e-20,1.9269999550035333e-20)
sum e = 0.006294859677379277
sum de = 5.266288702755655e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010918022133961872
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637873769168929e-05,1.5779418214406618e-06,-7.313261043212075e-09)
sum a = (-3.3203691532368573e-19,2.947674656444965e-19,1.164670302474663e-20)
sum e = 0.006294754884280477
sum de = 5.268656551716591e-06
Info: CFL hydro = 0.010874442492160186 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010874442492160186 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.2792e+05 | 99837 | 1 | 7.804e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.559351280422405 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6396325033809321, dt = 0.010874442492160186 ----------------
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.59 us (1.8%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1171.00 ns (0.3%)
LB compute : 347.82 us (94.1%)
LB move op cnt : 0
LB apply : 3.99 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1822.00 ns (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.92560349114558e-07,-7.945893609174929e-08,2.7084271481760295e-08) v=(5.415448248480449e-08,4.946462290304138e-07,-2.1034304021717732e-09) l=(-2.6482359624818926e-08,4.882327662529855e-09,4.959374621887024e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637745343973379e-05,1.5784780696906666e-06,-7.370182425353017e-09)
sum a = (2.087089182034596e-18,-1.726253146504264e-18,-1.5670109524204556e-20)
sum e = 0.0062946684553380405
sum de = 5.226573088422949e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010832434674239675
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63733131221586e-05,1.5790432143191e-06,-7.703352782706121e-09)
sum a = (3.564314642046096e-18,-1.3264535954002343e-18,-1.4399560103323106e-20)
sum e = 0.0062945645656684365
sum de = 5.227567514517245e-06
Info: CFL hydro = 0.010790832262831358 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010790832262831358 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.2561e+05 | 99836 | 1 | 7.948e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.25600819735559 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6505069458730923, dt = 0.010790832262831358 ----------------
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 : 7.10 us (1.9%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 348.86 us (94.0%)
LB move op cnt : 0
LB apply : 3.52 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1743.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(7.40872393554301e-07,3.4028932993291265e-07,-8.82855947112217e-08) v=(-3.7519359644279016e-07,7.279090894235314e-07,-1.78481017432377e-08) l=(-1.4613317265857449e-08,2.5890901011012942e-08,2.9929648976685614e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637193344714184e-05,1.5795782728485915e-06,-7.293569472210688e-09)
sum a = (-7.216720710606639e-19,5.692061405548898e-19,2.0117032497289633e-20)
sum e = 0.006293224219688207
sum de = 5.218839681837792e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010745992742474262
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6370327638463104e-05,1.5790575237542481e-06,-7.459385760276532e-09)
sum a = (6.2680438096818225e-19,-1.5415999640028266e-19,2.202285662861181e-20)
sum e = 0.006293122143333783
sum de = 5.221036043795295e-06
Info: CFL hydro = 0.010705761369297455 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010705761369297455 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.2803e+05 | 99830 | 1 | 7.797e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.82052764071398 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6612977781359237, dt = 0.010705761369297455 ----------------
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.57 us (1.7%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 356.95 us (94.2%)
LB move op cnt : 0
LB apply : 4.14 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (71.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(3.089123535682447e-07,1.3285672207210893e-07,2.884277199452582e-08) v=(-1.7290463014352775e-07,2.9100295170308103e-07,1.3409090328380162e-08) l=(-6.349768009616059e-08,-4.318243043297258e-08,2.4836820635187385e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369285314875746e-05,1.5797206765506692e-06,-7.516757276098058e-09)
sum a = (1.5890338090490674e-18,8.504210790433175e-19,1.2705494208814505e-20)
sum e = 0.006292039272886233
sum de = 5.245744904918209e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010663509299043326
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637468760515508e-05,1.582874929391417e-06,-7.60825299565463e-09)
sum a = (8.91078660511524e-19,1.0418505251227894e-18,1.207021949837378e-20)
sum e = 0.006291939131852948
sum de = 5.247542030300904e-06
Info: CFL hydro = 0.010579134412650407 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010579134412650407 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.2792e+05 | 99825 | 1 | 7.804e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.38663507592776 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6720035395052212, dt = 0.010579134412650407 ----------------
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 : 7.52 us (2.0%)
patch tree reduce : 1803.00 ns (0.5%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 362.08 us (94.1%)
LB move op cnt : 0
LB apply : 3.94 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0605171110970591e-06,8.339253870585383e-07,-4.4638567826662756e-08) v=(-7.745157337801311e-07,-1.1102763467616458e-06,1.1998041969432427e-08) l=(-1.32545906654318e-08,6.630960563721951e-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.5838487696246836e-06,-7.472896360235777e-09)
sum a = (-9.317362419797304e-19,1.1180834903756764e-18,9.740878893424454e-21)
sum e = 0.006291088208508749
sum de = 5.256623030988356e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010544349230275541
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6372278566300367e-05,1.580447546070543e-06,-7.447100973276742e-09)
sum a = (-1.4433441421213278e-18,2.270048298641525e-18,6.352747104407253e-22)
sum e = 0.006290990423857588
sum de = 5.2582143765415035e-06
Info: CFL hydro = 0.010554923293914529 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010554923293914529 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.2781e+05 | 99821 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.76352535663415 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6825826739178716, dt = 0.010554923293914529 ----------------
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 : 6.50 us (1.9%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 322.62 us (93.7%)
LB move op cnt : 0
LB apply : 3.54 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.0741283062083637e-07,-3.709090031672893e-07,7.704940650488239e-09) v=(3.4527782677860595e-07,1.2033952772261255e-07,3.637051475352386e-08) l=(4.637080088562128e-09,1.017356201410007e-08,1.9953348701867935e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637187284385334e-05,1.5804132078831558e-06,-7.472598249140396e-09)
sum a = (1.3010426069826053e-18,-9.537590986083422e-19,-2.3505164286306834e-20)
sum e = 0.006290144662890521
sum de = 5.3380925183394094e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010515032852631221
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637042875305611e-05,1.5782894036393383e-06,-7.615856190190092e-09)
sum a = (2.273436430430542e-18,-1.6127507315721878e-18,-2.7740329022578336e-20)
sum e = 0.006290047857266599
sum de = 5.339710782884118e-06
Info: CFL hydro = 0.010470358932492449 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010470358932492449 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.2782e+05 | 99817 | 1 | 7.809e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.659430076672365 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6931375972117861, dt = 0.010470358932492449 ----------------
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.89 us (2.3%)
patch tree reduce : 2.09 us (0.7%)
gen split merge : 1102.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.4%)
LB compute : 281.46 us (92.7%)
LB move op cnt : 0
LB apply : 3.50 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1792.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.3841524118400757e-07,-2.1140255876475896e-07,-4.1483254056638734e-08) v=(2.0377352082484083e-07,2.601370982692336e-07,4.48813673692107e-09) l=(3.3783351718395544e-08,1.3488970525497817e-08,9.93234661543366e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63693262967369e-05,1.578742354846767e-06,-7.42170606145996e-09)
sum a = (4.743384504624082e-19,-2.608861477543245e-19,7.835054762102278e-21)
sum e = 0.006289703604402749
sum de = 5.4309085348290655e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010421565314801066
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636944301614671e-05,1.577761970850673e-06,-7.347559858607397e-09)
sum a = (1.6263032587282567e-19,8.453388813597917e-19,1.291725244562808e-20)
sum e = 0.006289608519809714
sum de = 5.432050961135513e-06
Info: CFL hydro = 0.010388057457653874 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010388057457653874 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.1882e+05 | 99815 | 1 | 8.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.870468262880735 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7036079561442786, dt = 0.010388057457653874 ----------------
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.89 us (0.9%)
patch tree reduce : 2.21 us (0.3%)
gen split merge : 1132.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.1%)
LB compute : 748.22 us (97.0%)
LB move op cnt : 0
LB apply : 4.03 us (0.5%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.81 us (78.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-6.717295919720433e-08,1.7444288503061225e-08,3.339261693920874e-08) v=(-4.140467446548182e-09,-7.405970506493154e-08,-7.26857444554743e-09) l=(-1.3068672403038761e-08,-3.326944394287914e-08,1.001456566195562e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636841936669066e-05,1.5782209908336885e-06,-7.44848633825884e-09)
sum a = (-4.573977915173222e-19,7.267542687441897e-19,1.5670109524204556e-20)
sum e = 0.006289255740170341
sum de = 5.524270977281897e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010345413600963515
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636914957201651e-05,1.5727589372009247e-06,-7.638566622061281e-09)
sum a = (-1.7957098481791167e-19,-5.522654816098038e-19,1.7999450129153882e-20)
sum e = 0.0062891621043068184
sum de = 5.525401589260649e-06
Info: CFL hydro = 0.010307906401301716 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010307906401301716 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.2744e+05 | 99813 | 1 | 7.832e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.74658149158394 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7139960136019325, dt = 0.010307906401301716 ----------------
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 : 7.24 us (1.9%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1272.00 ns (0.3%)
LB compute : 361.13 us (94.1%)
LB move op cnt : 0
LB apply : 3.82 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (72.6%)
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.6077166407599403e-07,-6.696290992257767e-10) l=(-8.506382538667658e-09,-6.324858343277135e-08,9.926895745543114e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636814069690573e-05,1.5730073443266002e-06,-7.292841287772552e-09)
sum a = (3.730333099707939e-18,7.335305323222241e-19,1.9058241313221758e-21)
sum e = 0.0062888150096648485
sum de = 5.471922967294711e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010275676598355094
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636428533904267e-05,1.575099393911766e-06,-7.706630448238889e-09)
sum a = (1.6398557858843255e-18,-1.2197274440461925e-19,1.9058241313221758e-21)
sum e = 0.006288722128758531
sum de = 5.47297654851508e-06
Info: CFL hydro = 0.010472715765328251 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010472715765328251 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.2710e+05 | 99811 | 1 | 7.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.252880441399064 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7243039200032343, dt = 0.010472715765328251 ----------------
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 : 7.19 us (2.1%)
patch tree reduce : 2.08 us (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 318.86 us (93.4%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (73.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(6.813110256824877e-07,5.635273991538845e-07,-3.0533325202216345e-08) v=(-6.115169312023127e-07,6.875674533692458e-07,-3.143607030625239e-08) l=(2.0786741275557393e-08,-6.92687550210413e-08,2.992976004037099e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6366062914925205e-05,1.574247547042803e-06,-7.841483937418962e-09)
sum a = (4.1674021004911577e-19,-1.1231656880592022e-18,1.334076891925523e-20)
sum e = 0.006287370414960191
sum de = 5.378936276746796e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010439585514314427
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638018852958147e-05,1.5697961822651058e-06,-7.639061162975349e-09)
sum a = (7.792703114739563e-20,-1.6534083130403943e-18,1.8634724839594607e-20)
sum e = 0.006287274508508556
sum de = 5.380896820481381e-06
Info: CFL hydro = 0.011409792281284943 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011409792281284943 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.2767e+05 | 99805 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.227735055836455 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7347766357685626, dt = 0.011409792281284943 ----------------
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 : 6.94 us (2.0%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 327.69 us (93.7%)
LB move op cnt : 0
LB apply : 3.65 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1812.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-2.7275561696864428e-06,-5.786127192334981e-07,3.062713159060222e-08) v=(7.187913802561558e-07,-2.678502518488383e-06,-2.1396388637872077e-09) l=(2.01321800217638e-08,-3.575015546819113e-08,3.9760186767214825e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639360356460956e-05,1.562509842565861e-06,-8.488694450262246e-09)
sum a = (5.454892180317694e-19,-1.3637230450794235e-18,5.251604272976662e-20)
sum e = 0.006285462064783671
sum de = 5.347882883210397e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011366451601098839
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639904242240626e-05,1.5621774729627161e-06,-8.584338854650263e-09)
sum a = (-4.0996394647108136e-19,-4.1504614415460717e-19,5.463362509790237e-20)
sum e = 0.006285348627296126
sum de = 5.350448585993935e-06
Info: CFL hydro = 0.011310636413287686 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011310636413287686 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.2770e+05 | 99797 | 1 | 7.815e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.560731754915125 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7461864280498475, dt = 0.011310636413287686 ----------------
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 : 6.82 us (2.3%)
patch tree reduce : 2.18 us (0.7%)
gen split merge : 1122.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.4%)
LB compute : 281.03 us (92.8%)
LB move op cnt : 0
LB apply : 3.82 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1652.00 ns (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(-1.2197520346588333e-06,1.2267044305378695e-07,-5.238173031537432e-08) v=(-5.815240743238615e-08,-1.216103230936395e-06,3.206698280624445e-08) l=(-1.9579957206983324e-09,1.35320024787735e-08,3.4952293695156154e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63983426336098e-05,1.5629223343153925e-06,-8.312988071053662e-09)
sum a = (6.2002811739014785e-19,1.4399560103323106e-19,5.929230630780102e-21)
sum e = 0.00628376864363163
sum de = 5.387853994068451e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011262901337866454
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639467319477033e-05,1.5599480584020435e-06,-8.534252390898244e-09)
sum a = (-4.1335207826009857e-19,2.134523027080837e-18,7.411538288475128e-21)
sum e = 0.006283657767932572
sum de = 5.390216508378984e-06
Info: CFL hydro = 0.011212517965126985 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011212517965126985 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.2740e+05 | 99790 | 1 | 7.833e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.98596752500715 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7574970644631351, dt = 0.011212517965126985 ----------------
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.78 us (1.9%)
patch tree reduce : 1963.00 ns (0.6%)
gen split merge : 1041.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1221.00 ns (0.3%)
LB compute : 326.92 us (93.7%)
LB move op cnt : 0
LB apply : 4.15 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (72.1%)
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.644123642326339e-07,1.1526323573442894e-08) l=(-3.270951513061838e-08,2.398964453443427e-09,1.496874051056603e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639311530680043e-05,1.5605976106238177e-06,-8.532967027432062e-09)
sum a = (1.0299920638612292e-18,1.4873898553785514e-18,-6.352747104407253e-22)
sum e = 0.006283076290843452
sum de = 5.4345209456854795e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011175071710839217
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639215434998006e-05,1.5554062467034875e-06,-8.112705824597589e-09)
sum a = (-4.2351647362715017e-19,7.826584432629735e-19,6.352747104407253e-22)
sum e = 0.00628296770028719
sum de = 5.436129927135812e-06
Info: CFL hydro = 0.011115394401753324 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011115394401753324 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.2754e+05 | 99787 | 1 | 7.824e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.59061097994517 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7687095824282622, dt = 0.011115394401753324 ----------------
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 : 7.35 us (2.2%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 308.57 us (93.1%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.64 us (71.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.3087996103877244e-07,-6.715358583732588e-07,5.497851264708604e-08) v=(6.654922220325301e-07,1.6643421579151495e-07,4.652668746429119e-09) l=(6.440065367288812e-08,2.191576306388338e-08,2.0071044617874287e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639071732967317e-05,1.5559669505694227e-06,-8.281829236463259e-09)
sum a = (-3.3203691532368573e-19,-1.1519648082658485e-18,-9.529120656610879e-21)
sum e = 0.006282121515389755
sum de = 5.5514787133364875e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011074609840432575
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638843566370905e-05,1.552688313298961e-06,-8.123483814671343e-09)
sum a = (4.3029273720518457e-19,-1.748276003132876e-18,-8.470329472543003e-21)
sum e = 0.006282015017342382
sum de = 5.553330917618264e-06
Info: CFL hydro = 0.01102083368920911 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01102083368920911 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.2815e+05 | 99783 | 1 | 7.786e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.39245354311829 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7798249768300155, dt = 0.01102083368920911 ----------------
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.79 us (2.0%)
patch tree reduce : 2.55 us (0.8%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 312.64 us (93.5%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (68.3%)
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.5974856291786376e-08,-1.4810871373729142e-08,4.981735670489654e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638701106431937e-05,1.5533219637643424e-06,-8.027751468352833e-09)
sum a = (1.5551524911588954e-18,-1.5958100726271018e-18,1.1434944787933055e-20)
sum e = 0.006281932615016016
sum de = 5.667868252388416e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010971821061400615
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638810233556483e-05,1.554381166446944e-06,-8.170875353897668e-09)
sum a = (6.708500942254059e-19,-1.294266343404571e-18,1.545835128739098e-20)
sum e = 0.0062818282206377855
sum de = 5.668975522155598e-06
Info: CFL hydro = 0.01112095547823561 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01112095547823561 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.2762e+05 | 99782 | 1 | 7.819e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.74347058097194 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7908458105192246, dt = 0.01112095547823561 ----------------
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.84 us (2.0%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 325.11 us (93.6%)
LB move op cnt : 0
LB apply : 4.25 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-2.6361673494968427e-07,4.238494216706897e-07,-2.8118439050966997e-08) v=(-3.977517168100858e-07,-2.809252135300673e-07,-1.5205255470218464e-09) l=(-1.7176374503866153e-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.638954984381668e-05,1.5536650255218398e-06,-8.152027877090465e-09)
sum a = (2.1988975310721637e-18,7.216720710606639e-19,-5.929230630780102e-21)
sum e = 0.0062817616174075264
sum de = 5.7035621238726445e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011090386253060719
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639311823266788e-05,1.5492361223542036e-06,-7.982270214197293e-09)
sum a = (1.345088320239829e-18,8.571973426213519e-19,-8.470329472543003e-22)
sum e = 0.0062816548865267914
sum de = 5.704621123518927e-06
Info: CFL hydro = 0.011000107983534214 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011000107983534214 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.2732e+05 | 99781 | 1 | 7.837e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.08373990626746 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8019667659974603, dt = 0.011000107983534214 ----------------
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 : 7.43 us (2.0%)
patch tree reduce : 2.05 us (0.5%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 357.46 us (94.0%)
LB move op cnt : 0
LB apply : 3.65 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (71.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-7.593152781744128e-07,-5.095547374066804e-07,4.016193496101694e-08) v=(5.466461631388929e-07,-7.294698693502712e-07,1.101006315590251e-08) l=(5.6166094221888855e-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.639163229244896e-05,1.5497803469426423e-06,-8.142033802416845e-09)
sum a = (2.1243586317137853e-18,-4.0318768289304696e-19,3.112846081159554e-20)
sum e = 0.006280817456857694
sum de = 5.7094755067022666e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010963131692655984
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395559959717096e-05,1.5450721180203708e-06,-8.394928942189284e-09)
sum a = (1.7787691892340307e-18,-1.599198204416119e-18,2.964615315390051e-20)
sum e = 0.006280712778817377
sum de = 5.711277841847431e-06
Info: CFL hydro = 0.010853982630649933 sink sink = inf [SPH][rank=0]
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.2707e+05 | 99777 | 1 | 7.852e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.430884687110414 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8129668739809945, 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.73 us (1.8%)
patch tree reduce : 2.04 us (0.5%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 358.54 us (94.3%)
LB move op cnt : 0
LB apply : 3.73 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1933.00 ns (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-8.454880408188628e-07,-6.770913334327242e-07,-9.805476484027943e-08) v=(7.384203037579793e-07,-8.270432080642279e-07,-3.109205148163e-08) l=(-2.7043412822209375e-08,-3.2471697657745966e-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.639378949267549e-05,1.5460382984810858e-06,-7.913443564398294e-09)
sum a = (-2.981555974335137e-19,1.2807138162485021e-18,-5.929230630780102e-21)
sum e = 0.006279606033411729
sum de = 5.683010402132433e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010815023764861601
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6393518041703896e-05,1.544942759395282e-06,-7.88501499063152e-09)
sum a = (1.1214716221646936e-18,-1.8634724839594607e-19,-2.329340604949326e-21)
sum e = 0.006279504083245151
sum de = 5.684868859684354e-06
Info: CFL hydro = 0.010713685141011174 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010713685141011174 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 | 8.1788e+04 | 99772 | 1 | 1.220e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 32.03109941748789 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8238208566116445, dt = 0.010713685141011174 ----------------
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 : 6.95 us (2.1%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 1202.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 304.52 us (93.3%)
LB move op cnt : 0
LB apply : 3.46 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1582.00 ns (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-1.1108887127602819e-07,5.2562484305958465e-09,6.684810615593575e-08) v=(-4.744244920827428e-09,-7.820998800324559e-08,3.6221771465567274e-08) l=(1.6715448087447984e-08,4.8291868648678296e-08,2.494548526142104e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6391654142913566e-05,1.5462888341275842e-06,-7.990317319195147e-09)
sum a = (9.385125055577648e-19,-4.472333961502706e-19,1.291725244562808e-20)
sum e = 0.006278414306737438
sum de = 5.57529223538325e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010679254792060838
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6387065677519116e-05,1.5499922496463312e-06,-7.458370250597138e-09)
sum a = (3.7269449679189215e-19,-1.1553529400548657e-18,9.952637130238029e-21)
sum e = 0.006278314844247896
sum de = 5.577086636862601e-06
Info: CFL hydro = 0.010578828789372875 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010578828789372875 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.2763e+05 | 99767 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.34049135646407 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8345345417526556, dt = 0.010578828789372875 ----------------
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.24 us (2.1%)
patch tree reduce : 2.11 us (0.6%)
gen split merge : 951.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1131.00 ns (0.3%)
LB compute : 318.99 us (93.3%)
LB move op cnt : 0
LB apply : 4.04 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (73.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(7.264254470956334e-07,9.713125817307698e-07,5.3099809574390526e-08) v=(-1.0096768065322084e-06,6.524752636141216e-07,-2.7118328971791706e-08) l=(-2.5436772754167813e-08,1.8743109024699305e-09,3.982678785981975e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638498503091237e-05,1.5514593850634672e-06,-7.601678988947905e-09)
sum a = (-4.472333961502706e-19,-1.0875903042745216e-18,-2.0540548970916783e-20)
sum e = 0.006276476865123675
sum de = 5.6351702331737635e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010551239166109682
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6384401164855385e-05,1.5505590593649177e-06,-7.386697299991804e-09)
sum a = (6.979551485375435e-19,-6.403569081242511e-19,-2.244637310223896e-20)
sum e = 0.0062763807183645855
sum de = 5.6375905916939625e-06
Info: CFL hydro = 0.010449021396150823 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010449021396150823 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.2428e+05 | 99759 | 1 | 8.027e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.44563886880237 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8451133705420285, dt = 0.010449021396150823 ----------------
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 : 14.29 us (4.2%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 310.37 us (91.3%)
LB move op cnt : 0
LB apply : 3.42 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1562.00 ns (65.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(5.563329389035816e-08,1.4084189334221044e-07,-1.1390064961428418e-08) v=(-1.3573243543215733e-07,5.042312059286418e-08,-3.0152685784139415e-09) l=(-2.9066880139027296e-08,1.8745573655223115e-08,9.938160872813794e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6382612083186684e-05,1.5517982480202522e-06,-7.286211029108262e-09)
sum a = (1.4568966692773966e-19,4.641740550953566e-19,1.2705494208814505e-20)
sum e = 0.006276037439881704
sum de = 5.728648484262212e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010406855451408693
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6381207695091894e-05,1.5479431812141696e-06,-7.340251842091273e-09)
sum a = (3.7947076036992655e-19,-8.639736061993863e-19,1.5246593050577406e-20)
sum e = 0.006275944090748956
sum de = 5.729779926429728e-06
Info: CFL hydro = 0.010323945750500947 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010323945750500947 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.2754e+05 | 99757 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.092784454026294 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8555623919381793, dt = 0.010323945750500947 ----------------
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 : 7.13 us (2.1%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1191.00 ns (0.3%)
LB compute : 319.78 us (93.4%)
LB move op cnt : 0
LB apply : 3.86 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1653.00 ns (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.7416021947718e-07,-4.681837250152939e-07,-1.5356407839611922e-08) v=(4.4551975580107124e-07,2.1227774349285195e-07,-4.32896745810935e-09) l=(1.0648517396333201e-08,-1.2151268858255006e-08,4.912330099174242e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6379489250531036e-05,1.548964353817062e-06,-7.1795799567915264e-09)
sum a = (4.845028458294598e-19,1.6940658945086007e-20,-2.0117032497289633e-20)
sum e = 0.006275851708560693
sum de = 5.697172190423717e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010293915853672219
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637562544677841e-05,1.5464198172120017e-06,-7.579485908486197e-09)
sum a = (3.3203691532368573e-19,-1.1418004128987969e-18,-1.8846483076408183e-20)
sum e = 0.006275760029382486
sum de = 5.6980927801314055e-06
Info: CFL hydro = 0.010817660085410312 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010817660085410312 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.2799e+05 | 99756 | 1 | 7.794e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.68590553993186 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8658863376886803, dt = 0.010817660085410312 ----------------
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 : 7.06 us (2.0%)
patch tree reduce : 1933.00 ns (0.6%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 323.23 us (93.7%)
LB move op cnt : 0
LB apply : 3.89 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(6.493955298488128e-07,-2.7120376111024243e-07,-7.007433308343596e-08) v=(2.290327705175252e-07,6.670766550201294e-07,3.2895729771125456e-09) l=(-2.6529695402610343e-08,-5.5896659362396e-08,2.496056935754652e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6381715529415505e-05,1.5415423879128805e-06,-7.816673471140876e-09)
sum a = (-2.541098841762901e-19,5.149960319306146e-19,1.0587911840678754e-21)
sum e = 0.006274669571652072
sum de = 5.7171527783644746e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010783904401177196
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6382550352420975e-05,1.5429657962355415e-06,-7.945294915706081e-09)
sum a = (1.2400562347802957e-18,-3.083199928005653e-19,3.5998900258307764e-21)
sum e = 0.006274569178531276
sum de = 5.719032095048731e-06
Info: CFL hydro = 0.010726262199407137 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010726262199407137 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.2774e+05 | 99751 | 1 | 7.809e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.871190801258564 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8767039977740906, dt = 0.010726262199407137 ----------------
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 : 6.73 us (2.0%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 320.28 us (93.5%)
LB move op cnt : 0
LB apply : 4.20 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-2.1878404212063597e-07,4.939015092516557e-07,-7.555513657894115e-09) v=(-4.845965356612314e-07,-2.649979563906929e-07,-1.0302557613459368e-08) l=(7.398823930500201e-09,-2.2031946283162186e-08,1.4756649430093408e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6381443463190826e-05,1.5439309237678263e-06,-7.89519652970169e-09)
sum a = (1.0808140406964872e-18,-9.825582188149884e-20,-3.3881317890172014e-21)
sum e = 0.006274000244053058
sum de = 5.795513179873948e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0106889698928743
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637621950679878e-05,1.543955412628941e-06,-7.929758864901228e-09)
sum a = (1.3315357930837601e-18,6.877907531704919e-19,-5.505714157152952e-21)
sum e = 0.006273902043371839
sum de = 5.796973869556807e-06
Info: CFL hydro = 0.010636508632603587 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010636508632603587 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.2759e+05 | 99748 | 1 | 7.818e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.39113160286384 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8874302599734977, dt = 0.010636508632603587 ----------------
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 : 7.38 us (2.2%)
patch tree reduce : 2.48 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 312.25 us (93.4%)
LB move op cnt : 0
LB apply : 3.54 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1573.00 ns (66.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(8.418042988532801e-07,2.763371950086006e-07,-1.658467013396192e-08) v=(-3.229330334073828e-07,8.244238570820035e-07,-2.5339301617086947e-08) l=(1.3617438662743416e-08,2.3555467872825605e-08,1.0025248425122799e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637477235053456e-05,1.5451253919022156e-06,-7.796089316176069e-09)
sum a = (-1.1926223897340549e-18,2.439454888092385e-19,-3.790472438962994e-20)
sum e = 0.006273556975567888
sum de = 5.8018787445961836e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010609420100461705
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6375790804545805e-05,1.54798270999637e-06,-8.023546239350799e-09)
sum a = (-2.5275463146068322e-18,-1.8973538018496328e-19,-4.319868030996932e-20)
sum e = 0.0062734599038212985
sum de = 5.803146386368425e-06
Info: CFL hydro = 0.010549237694157658 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010549237694157658 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.2756e+05 | 99746 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.96737707244556 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8980667686061012, dt = 0.010549237694157658 ----------------
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 : 7.28 us (2.1%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 330.74 us (93.7%)
LB move op cnt : 0
LB apply : 3.68 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1763.00 ns (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-2.446057788967205e-07,8.376395788400306e-07,-3.6732505564696186e-08) v=(-8.088855043685575e-07,-3.2167152476786106e-07,-7.488427042806697e-09) l=(3.399296712116141e-09,3.067897133277456e-08,2.009550653320739e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374873904409057e-05,1.5490085810013608e-06,-7.856622262490581e-09)
sum a = (-1.2637731573034161e-18,1.9142944607947188e-18,-5.929230630780102e-21)
sum e = 0.006272604255916121
sum de = 5.819480900617472e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010520092674023027
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63740735958103e-05,1.5525129714267722e-06,-7.666367732989932e-09)
sum a = (-1.2536087619363645e-18,1.799097979968134e-18,-4.446922973085077e-21)
sum e = 0.006272508887815909
sum de = 5.8212026542518965e-06
Info: CFL hydro = 0.010339755925157065 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010339755925157065 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.2363e+05 | 99742 | 1 | 8.068e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.07435089614041 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9086160063002588, dt = 0.010339755925157065 ----------------
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.94 us (2.3%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 1111.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 279.03 us (92.7%)
LB move op cnt : 0
LB apply : 3.65 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(9.505031137011614e-09,9.461926310762118e-07,4.864671896589677e-08) v=(-9.447936809133732e-07,-3.4787466064532187e-08,-1.3242147183255192e-08) l=(2.303412145105056e-08,-1.8170061255463125e-08,1.9894347573558865e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637150560963543e-05,1.5546499923138676e-06,-7.766577498197615e-09)
sum a = (-5.454892180317694e-19,6.776263578034403e-19,-1.9269999550035333e-20)
sum e = 0.006271664747772214
sum de = 5.874856490619825e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010315595732772031
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637101579714655e-05,1.5529462375500368e-06,-7.471194202396025e-09)
sum a = (-1.3417001884508117e-18,-3.5575383784680614e-19,-1.7787691892340307e-20)
sum e = 0.006271573462018397
sum de = 5.8763484766427236e-06
Info: CFL hydro = 0.010235109466642292 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010235109466642292 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.2686e+05 | 99738 | 1 | 7.862e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.343755515559344 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9189557622254159, dt = 0.010235109466642292 ----------------
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.97 us (2.1%)
patch tree reduce : 2.13 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 304.41 us (93.3%)
LB move op cnt : 0
LB apply : 3.62 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (69.4%)
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.5383675344262112e-08) l=(4.204413864986009e-08,-1.9449359833561427e-08,9.875253666888557e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369721104139125e-05,1.5538432118147326e-06,-7.396754126667217e-09)
sum a = (-7.724940478959219e-19,7.995991022080595e-19,2.1387581918171084e-20)
sum e = 0.006271232073432843
sum de = 5.972925925257236e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010195293895742629
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637015196911245e-05,1.5503322328060156e-06,-7.340144575299965e-09)
sum a = (-1.0469327228063152e-18,-3.1509625637859973e-19,2.0328790734103208e-20)
sum e = 0.006271142981306941
sum de = 5.974064867861693e-06
Info: CFL hydro = 0.010134912129919203 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010134912129919203 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.2580e+05 | 99736 | 1 | 7.928e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.473915378686215 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9291908716920582, dt = 0.010134912129919203 ----------------
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 : 7.32 us (2.4%)
patch tree reduce : 2.12 us (0.7%)
gen split merge : 1131.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 278.43 us (92.6%)
LB move op cnt : 0
LB apply : 3.63 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1722.00 ns (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-1.8536084111833187e-07,-4.642689579803232e-07,4.6397099757761025e-09) v=(4.826647426392429e-07,-1.562952064279298e-07,-2.799802138008476e-09) l=(4.0328559025508455e-09,3.44863225964921e-09,5.062011375953741e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636893009742176e-05,1.5510592916437833e-06,-7.285885172899392e-09)
sum a = (1.4738373282224826e-18,-8.233160247311799e-19,1.503483481376383e-20)
sum e = 0.0062710347250614935
sum de = 5.925775288076043e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010107702148746891
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637468753130387e-05,1.542530557537172e-06,-6.986329442434699e-09)
sum a = (1.2366681029912785e-18,-1.179069862577986e-18,1.376428539288238e-20)
sum e = 0.0062709466888481126
sum de = 5.9267314572838336e-06
Info: CFL hydro = 0.010251714950273851 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010251714950273851 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.2751e+05 | 99735 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.647290295182394 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9393257838219774, dt = 0.010251714950273851 ----------------
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.68 us (1.9%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1111.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 329.88 us (93.6%)
LB move op cnt : 0
LB apply : 3.93 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (65.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-1.2453726103521992e-06,-1.4922623727906044e-06,4.9408126639575886e-08) v=(1.5608595046268055e-06,-1.1383931777275421e-06,-7.688449655807924e-09) l=(2.59882697934137e-08,-1.552299000303193e-08,2.494814600183281e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637658807499502e-05,1.5407144216154025e-06,-7.2005679649134145e-09)
sum a = (1.196010521523072e-18,-1.1180834903756764e-19,-3.663417496874849e-20)
sum e = 0.006269845880012415
sum de = 5.960099242830005e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010226305137419293
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6376477521359915e-05,1.5445725742389855e-06,-6.958297891635076e-09)
sum a = (1.2874900798265365e-19,-2.710505431213761e-19,-4.1928130889087867e-20)
sum e = 0.006269756323368931
sum de = 5.9617503151455005e-06
Info: CFL hydro = 0.011209559278162726 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011209559278162726 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.2800e+05 | 99730 | 1 | 7.792e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.36696497312074 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9495774987722513, dt = 0.011209559278162726 ----------------
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.67 us (1.8%)
patch tree reduce : 2.11 us (0.6%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 348.36 us (94.2%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (64.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.7322271010024454e-07,8.751132494294225e-07,1.4747710509786674e-08) v=(-8.651242059375537e-07,-2.1274291310262547e-07,8.85842237175173e-09) l=(-1.5033164588567817e-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.6389275095548316e-05,1.5355828528419755e-06,-7.670532569389933e-09)
sum a = (6.2002811739014785e-19,9.283481101907132e-19,1.376428539288238e-20)
sum e = 0.006269170651772226
sum de = 6.024726741168278e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01117357574292395
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63935396265503e-05,1.5334161446673126e-06,-6.8740093151461705e-09)
sum a = (1.4840017235895342e-18,1.9651164376299768e-19,1.9905274260476058e-20)
sum e = 0.0062690637600683365
sum de = 6.026300293538361e-06
Info: CFL hydro = 0.01112097062966 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01112097062966 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.2782e+05 | 99727 | 1 | 7.802e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.72142557187747 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.960787058050414, dt = 0.01112097062966 ----------------
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 : 7.04 us (2.0%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 335.27 us (93.6%)
LB move op cnt : 0
LB apply : 3.93 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-9.281599352231583e-07,-3.258099934967766e-08,1.2379998291547217e-07) v=(7.444809843234538e-08,-9.292803561496725e-07,-3.197922087296918e-08) l=(7.387130818054021e-08,-1.887574413444262e-08,1.4988038676832529e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639269536808809e-05,1.5342597246653044e-06,-7.300206523805623e-09)
sum a = (8.775261333554552e-19,-1.2366681029912785e-18,2.5199230180815435e-20)
sum e = 0.006268479967609903
sum de = 6.133403225560457e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011084651068389493
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639279190528509e-05,1.5352923789657518e-06,-6.883759767533767e-09)
sum a = (2.3818566476790926e-18,-2.3852447794681098e-18,2.583450489125616e-20)
sum e = 0.006268375095229468
sum de = 6.134930882905554e-06
Info: CFL hydro = 0.011035179568935639 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011035179568935639 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.2698e+05 | 99724 | 1 | 7.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.979527361980885 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.971908028680074, dt = 0.011035179568935639 ----------------
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 : 7.37 us (2.1%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 321.52 us (93.2%)
LB move op cnt : 0
LB apply : 4.20 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.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.639174854411084e-05,1.5363479447677484e-06,-6.7828085658395885e-09)
sum a = (6.403569081242511e-19,-6.844026213814747e-19,4.235164736271502e-21)
sum e = 0.006268299341269835
sum de = 6.20739991635722e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011006850629014147
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6387570375918515e-05,1.5322841059381601e-06,-6.688511632195548e-09)
sum a = (1.395910297075087e-18,-4.472333961502706e-19,1.6940658945086007e-21)
sum e = 0.006268195971966954
sum de = 6.2085810103502436e-06
Info: CFL hydro = 0.010951292620493948 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010951292620493948 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.2788e+05 | 99723 | 1 | 7.798e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.943537869504226 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9829432082490096, dt = 0.010951292620493948 ----------------
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 : 7.20 us (2.1%)
patch tree reduce : 1933.00 ns (0.6%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 323.32 us (93.7%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1773.00 ns (70.0%)
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.640291801972982e-09,2.6260388045646026e-08,1.0068013136650363e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638613267913778e-05,1.5330507537807392e-06,-6.6641603341039775e-09)
sum a = (4.0318768289304696e-19,1.2468324983583301e-18,-6.1409888675936775e-21)
sum e = 0.006267856176662437
sum de = 6.163882006906943e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010927417102779632
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638188183947686e-05,1.5328868431594277e-06,-7.359394269466598e-09)
sum a = (-2.676624113323589e-19,-3.049318610115481e-20,-2.541098841762901e-21)
sum e = 0.00626775372486856
sum de = 6.1652293446249075e-06
Info: CFL hydro = 0.010831745161207227 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010831745161207227 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.2757e+05 | 99721 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.436502094116015 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9938945008695036, dt = 0.010831745161207227 ----------------
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.81 us (2.0%)
patch tree reduce : 2.30 us (0.7%)
gen split merge : 942.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1131.00 ns (0.3%)
LB compute : 320.20 us (93.4%)
LB move op cnt : 0
LB apply : 4.16 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (72.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(7.067225835753478e-07,2.1842146778817712e-07,-1.386384031665701e-07) v=(-2.533761331547526e-07,6.891472496419176e-07,2.948448568554552e-08) l=(3.1072218979698634e-08,2.818816178148438e-08,2.983386016318243e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638009208443471e-05,1.5343428332732576e-06,-6.962442343235348e-09)
sum a = (-5.014435047745458e-19,-1.4568966692773966e-19,-4.446922973085077e-21)
sum e = 0.006266428608120368
sum de = 6.199283148123428e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010795708328941717
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6376880011622334e-05,1.5388866758448398e-06,-7.228354490786617e-09)
sum a = (-4.3029273720518457e-19,-1.3078188705606397e-18,-6.352747104407253e-22)
sum e = 0.00626632868552796
sum de = 6.2013221529506904e-06
Info: CFL hydro = 0.010718314059730165 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010718314059730165 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.2757e+05 | 99715 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.88599938188838 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.004726246030711, dt = 0.010718314059730165 ----------------
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 : 7.19 us (2.4%)
patch tree reduce : 2.05 us (0.7%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.4%)
LB compute : 282.25 us (92.5%)
LB move op cnt : 0
LB apply : 3.91 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.134076696050812e-07,1.1341123669733019e-06,2.64272249485608e-09) v=(-1.1526357526489796e-06,4.3409289997209606e-07,4.551011828853912e-09) l=(-1.680474202090181e-08,3.509383547237299e-08,1.4832912681211256e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6375340778384524e-05,1.540449428690612e-06,-7.182552381888121e-09)
sum a = (-2.0125502826762176e-18,5.793705359219414e-19,2.752857078576476e-20)
sum e = 0.006265752383917349
sum de = 6.280708959418791e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010692133285845428
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637546672110657e-05,1.5381387920049186e-06,-7.082040509550427e-09)
sum a = (-1.328147661294743e-18,1.4196272195982074e-18,2.9857911390714087e-20)
sum e = 0.006265655141877466
sum de = 6.2820941278456116e-06
Info: CFL hydro = 0.010607984346511043 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010607984346511043 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.2785e+05 | 99712 | 1 | 7.799e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.47415132567454 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0154445600904412, dt = 0.010607984346511043 ----------------
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 (1.8%)
patch tree reduce : 2.34 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 367.68 us (94.3%)
LB move op cnt : 0
LB apply : 3.69 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1903.00 ns (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.1716668118760262e-07,-1.0207346599092821e-07,6.102716457466124e-09) v=(1.0418991026567932e-07,-1.0226857270586875e-07,1.4469111276064662e-08) l=(-1.4586350510724863e-08,2.4316566664377124e-08,1.0089602462051836e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374123969284125e-05,1.5392019525602978e-06,-6.969538854496294e-09)
sum a = (6.098637220230962e-19,2.710505431213761e-19,-4.235164736271502e-22)
sum e = 0.006265307014830478
sum de = 6.261252492961188e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010582500042609909
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637370685851447e-05,1.5323298628375469e-06,-7.02613502086299e-09)
sum a = (3.6930636500287495e-19,1.7110065534536867e-18,2.117582368135751e-22)
sum e = 0.006265211225116881
sum de = 6.2625367063720284e-06
Info: CFL hydro = 0.01050061968279717 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01050061968279717 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.2760e+05 | 99710 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.86967304807276 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0260525444369522, dt = 0.01050061968279717 ----------------
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 : 47.70 us (13.4%)
patch tree reduce : 2.00 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 292.44 us (82.4%)
LB move op cnt : 0
LB apply : 3.58 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-4.6172127591716765e-08,-1.0606084495545346e-06,-1.0491850508424774e-08) v=(1.081415460216101e-06,8.24441028842926e-09,3.4006117744577186e-09) l=(3.103991703131426e-08,-6.150867533418058e-08,2.5023584458552838e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637238902642496e-05,1.5331088607582683e-06,-6.948460923691247e-09)
sum a = (-8.233160247311799e-19,4.3029273720518457e-19,1.1434944787933055e-20)
sum e = 0.006264109587534532
sum de = 6.355955677030269e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010467138640346627
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637110489644851e-05,1.5347815396689656e-06,-7.026113846565239e-09)
sum a = (1.9312351197398048e-19,-5.454892180317694e-19,1.1858461261560205e-20)
sum e = 0.006264016443351215
sum de = 6.357714166197261e-06
Info: CFL hydro = 0.010396692667989958 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010396692667989958 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.2133e+05 | 99705 | 1 | 8.217e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.00235038432307 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0365531641197494, dt = 0.010396692667989958 ----------------
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.17 us (2.4%)
patch tree reduce : 2.18 us (0.7%)
gen split merge : 1121.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.4%)
LB compute : 275.06 us (92.3%)
LB move op cnt : 0
LB apply : 3.96 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1913.00 ns (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.0976864381632553e-07,4.870445998083463e-07,-2.0666763290503604e-08) v=(-4.90758504981274e-07,7.143708627620805e-08,-8.318065936403162e-10) l=(2.05063384791835e-09,2.049225786890224e-08,4.938237635918551e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636983513844218e-05,1.5360658409572321e-06,-6.869515217726374e-09)
sum a = (-2.744386749103933e-19,-2.7884324623611567e-18,2.0752307207730358e-20)
sum e = 0.0062639287041716864
sum de = 6.344519303949272e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010374848800509186
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636557562078988e-05,1.5367008979773424e-06,-6.8822134647824895e-09)
sum a = (-1.043544591017298e-18,-1.07742590890747e-18,1.9905274260476058e-20)
sum e = 0.006263836934869737
sum de = 6.345544083349472e-06
Info: CFL hydro = 0.010597922908142864 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010597922908142864 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.2084e+05 | 99704 | 1 | 8.251e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.36316455403501 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0469498567877393, dt = 0.010597922908142864 ----------------
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 : 7.67 us (2.2%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1091.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1111.00 ns (0.3%)
LB compute : 324.26 us (93.4%)
LB move op cnt : 0
LB apply : 3.90 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(6.898223331759662e-07,3.9420729958936116e-07,7.216319768011466e-09) v=(-4.2343230558320995e-07,6.665813078249607e-07,1.1743881446777554e-08) l=(1.247307179237427e-08,1.1755274051601985e-08,1.995486465972455e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636768006832187e-05,1.534734772676201e-06,-7.099990470545934e-09)
sum a = (3.3881317890172014e-19,5.014435047745458e-19,-2.583450489125616e-20)
sum e = 0.0062629984889381795
sum de = 6.343415049935963e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010567618850206534
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6363036242829325e-05,1.5298125275131507e-06,-7.325151913818729e-09)
sum a = (2.3005414847426797e-18,1.7279472123987727e-19,-2.625802136488331e-20)
sum e = 0.006262903362336594
sum de = 6.3450293326440605e-06
Info: CFL hydro = 0.010534348329373172 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010534348329373172 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.2733e+05 | 99700 | 1 | 7.830e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.72538605487835 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.057547779695882, dt = 0.010534348329373172 ----------------
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 : 7.39 us (1.8%)
patch tree reduce : 1902.00 ns (0.5%)
gen split merge : 1111.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 387.72 us (94.3%)
LB move op cnt : 0
LB apply : 4.37 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(8.014297496715361e-07,-6.687406467098624e-07,-6.584726184758668e-08) v=(6.143909101455226e-07,8.409508543478348e-07,-8.76004695754633e-09) l=(3.025580842123163e-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.636198226176326e-05,1.530275128020876e-06,-7.079268509700249e-09)
sum a = (9.385125055577648e-19,-6.776263578034403e-21,-4.5104504441291493e-20)
sum e = 0.006262070464586881
sum de = 6.367458933731839e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01051575977427804
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635794904998873e-05,1.5382270774749718e-06,-7.027982100010625e-09)
sum a = (1.9956096237311316e-18,1.3992984288641042e-18,-4.171637265227429e-20)
sum e = 0.00626197650926259
sum de = 6.369103613532244e-06
Info: CFL hydro = 0.010472221710529467 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010472221710529467 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.1846e+05 | 99696 | 1 | 8.416e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.06182237549714 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0680821280252553, dt = 0.010472221710529467 ----------------
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 : 6.65 us (2.0%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 310.50 us (93.5%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1622.00 ns (66.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(6.898866905650198e-07,1.685134676647753e-06,4.098525700589842e-08) v=(-1.7302117845884274e-06,6.03443905854948e-07,-1.5655459697892482e-08) l=(-2.9510169720127687e-08,-2.3706161301622956e-08,2.002131142708589e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635728730089113e-05,1.5394729236480661e-06,-7.173958397196925e-09)
sum a = (1.1011428314305904e-18,5.658180087658726e-19,-6.988021814847978e-21)
sum e = 0.006261129952526543
sum de = 6.352215855114818e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010447910413236254
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6356706267264454e-05,1.5363637323764616e-06,-7.0208690591670464e-09)
sum a = (2.981555974335137e-19,-1.1146953585866592e-18,-7.623296525288703e-21)
sum e = 0.006261036968988371
sum de = 6.353767053312334e-06
Info: CFL hydro = 0.010411466121469547 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010411466121469547 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.2754e+05 | 99692 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.232988361268134 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0785543497357848, dt = 0.010411466121469547 ----------------
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.73 us (2.1%)
patch tree reduce : 2.48 us (0.8%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.4%)
LB compute : 297.36 us (93.1%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (69.5%)
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.771087783428444e-08,-5.390733961415677e-09,2.5062434203621203e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635597094257295e-05,1.536935944999805e-06,-7.005755809774206e-09)
sum a = (-5.658180087658726e-19,-2.270048298641525e-19,-1.291725244562808e-20)
sum e = 0.006259930526376211
sum de = 6.2991467390431925e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01038367576072334
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635517329554427e-05,1.5343513938800522e-06,-7.194987955447909e-09)
sum a = (1.6940658945086007e-19,-2.947674656444965e-19,-1.6305384234645282e-20)
sum e = 0.006259838588050441
sum de = 6.300995421877664e-06
Info: CFL hydro = 0.010352040732627818 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010352040732627818 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.2464e+05 | 99687 | 1 | 7.998e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.86297259595118 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0889658158572544, dt = 0.010352040732627818 ----------------
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.86 us (2.0%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 324.20 us (93.6%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1633.00 ns (67.6%)
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.4851878612503915e-08,-2.4222407955120794e-08,3.005879434661422e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635462383998687e-05,1.5348303805267306e-06,-6.946296183252087e-09)
sum a = (-3.7269449679189215e-20,3.1509625637859973e-19,2.964615315390051e-21)
sum e = 0.0062584771842606616
sum de = 6.382567698888414e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010327109924249884
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635291441321429e-05,1.5380241769274883e-06,-7.343276717064831e-09)
sum a = (-7.487771253728015e-19,1.2265037076242269e-18,-1.9058241313221758e-21)
sum e = 0.006258387116645059
sum de = 6.384512730091689e-06
Info: CFL hydro = 0.010290541496759613 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010290541496759613 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.2754e+05 | 99681 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.68282783607718 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0993178565898822, dt = 0.010290541496759613 ----------------
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.79 us (1.8%)
patch tree reduce : 2.36 us (0.6%)
gen split merge : 942.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1161.00 ns (0.3%)
LB compute : 350.32 us (94.0%)
LB move op cnt : 0
LB apply : 3.98 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (70.7%)
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.883960639584886e-08,8.441018982844015e-09,1.0005526816077792e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635234203252071e-05,1.5389921907750672e-06,-7.032747756653039e-09)
sum a = (-2.981555974335137e-19,1.0503208545953324e-18,1.7787691892340307e-20)
sum e = 0.00625803542859276
sum de = 6.282368716934476e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010266964355202952
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635069418398616e-05,1.5406242152390585e-06,-7.620267422801446e-09)
sum a = (1.362028979184915e-18,-1.1756817307889689e-18,2.5199230180815435e-20)
sum e = 0.006257945537043914
sum de = 6.283552607670685e-06
Info: CFL hydro = 0.01019886331356476 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01019886331356476 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.2125e+05 | 99679 | 1 | 8.221e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.06318074741153 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1096083980866418, dt = 0.01019886331356476 ----------------
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 : 7.00 us (2.1%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 311.01 us (93.3%)
LB move op cnt : 0
LB apply : 3.66 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1723.00 ns (62.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(1.7961738170842214e-07,5.83024010905257e-07,-6.97852773336754e-08) v=(-5.863340287045484e-07,1.1719386321899506e-07,1.2774076912558453e-08) l=(4.744956942449923e-09,1.692086589052135e-08,2.990962891650606e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634967766437097e-05,1.5416876292143018e-06,-7.349448881210653e-09)
sum a = (4.743384504624082e-20,-6.606856988583543e-19,2.0117032497289633e-20)
sum e = 0.006256594879161426
sum de = 6.235288740832229e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010176741734789906
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635159461305477e-05,1.5470724903896325e-06,-7.449551839714572e-09)
sum a = (6.606856988583543e-19,-2.0328790734103208e-19,1.5670109524204556e-20)
sum e = 0.006256507044765791
sum de = 6.237079053190887e-06
Info: CFL hydro = 0.01010968121505969 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01010968121505969 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.2681e+05 | 99673 | 1 | 7.860e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.71223070809918 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1198072614002066, dt = 0.01010968121505969 ----------------
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.73 us (2.0%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 307.75 us (93.3%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1663.00 ns (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-4.833620344007478e-07,1.276460942862002e-06,1.2625240550125525e-08) v=(-1.251126294435422e-06,-5.447369395101124e-07,1.1441179224154766e-08) l=(-1.0096321538747932e-08,-7.303314281565422e-09,2.49880592442892e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635074470068636e-05,1.5484543899820645e-06,-7.485525615063488e-09)
sum a = (2.270048298641525e-19,1.2197274440461925e-19,-1.7575933655526732e-20)
sum e = 0.006255400664470553
sum de = 6.279661250026844e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010091637824036022
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6352552030068365e-05,1.5436270807479071e-06,-7.278229635725363e-09)
sum a = (6.098637220230962e-19,-1.5111067779016718e-18,-1.6940658945086007e-20)
sum e = 0.006255315007841596
sum de = 6.281363173177933e-06
Info: CFL hydro = 0.01002290710645821 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01002290710645821 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.2706e+05 | 99668 | 1 | 7.844e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.395627534690774 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1299169426152662, dt = 0.01002290710645821 ----------------
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 : 7.16 us (2.0%)
patch tree reduce : 2.03 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 329.44 us (93.7%)
LB move op cnt : 0
LB apply : 3.66 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (71.2%)
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.406684044804533e-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.635176787651528e-05,1.5442537610564362e-06,-7.243582501096249e-09)
sum a = (1.7719929256559963e-18,8.470329472543003e-19,1.8422966602781032e-20)
sum e = 0.006254970531020679
sum de = 6.230749890116082e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010004393358499855
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6351176834650564e-05,1.5420163638805365e-06,-7.066018367739438e-09)
sum a = (1.1689054672109345e-18,-2.574980159653073e-19,2.2234614865425384e-20)
sum e = 0.0062548859349441065
sum de = 6.231836546269258e-06
Info: CFL hydro = 0.009938432451401634 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.009938432451401634 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.2650e+05 | 99666 | 1 | 7.879e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.79780438782713 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1399398497217244, dt = 0.009938432451401634 ----------------
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.87 us (1.8%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 1141.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1191.00 ns (0.3%)
LB compute : 356.25 us (94.0%)
LB move op cnt : 0
LB apply : 3.79 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1762.00 ns (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-2.679118627132361e-08,-2.956376477470272e-07,2.2094354575209936e-08) v=(2.988833037074901e-07,-9.298883708584071e-10,3.503136322040648e-08) l=(1.1831429415734156e-08,-5.007758099696357e-08,2.4812606196559887e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635025506608372e-05,1.5428728278862776e-06,-7.032460326091281e-09)
sum a = (9.859463506040056e-19,-1.9651164376299768e-19,1.6305384234645282e-20)
sum e = 0.006253792781987666
sum de = 6.3560419040898e-06
Info: CFL hydro = 0.01971236916628074 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01971236916628074 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.5284e+05 | 99661 | 1 | 6.521e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.86794110082322 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.149878282173126, dt = 0.01971236916628074 ----------------
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.50 us (1.9%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 316.46 us (93.7%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (60.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.64555070550811e-05,1.439744017317134e-06,-1.3816261889480935e-08)
sum a = (-1.2061749168901237e-18,1.3247595295057257e-18,4.171637265227429e-20)
sum e = 0.006254161669145362
sum de = 6.168389399895605e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.019688630023308007
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.645816153572904e-05,1.4388809895109255e-06,-1.4214176416918061e-08)
sum a = (-3.7608262858090935e-19,1.7618285302889447e-19,3.578714202149419e-20)
sum e = 0.006253834056419069
sum de = 6.172051908321535e-06
Info: CFL hydro = 0.013433573014538366 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013433573014538366 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.2720e+05 | 99661 | 1 | 7.835e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 90.57498908461157 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1695906513394068, dt = 0.013433573014538366 ----------------
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.72 us (2.0%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.4%)
LB compute : 317.64 us (93.5%)
LB move op cnt : 0
LB apply : 3.90 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (66.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.999999999950489e-06 r=(-4.9945364910156e-07,3.073783505866705e-07,-5.656230603790099e-08) v=(-2.7861307415348233e-07,-4.952713610115094e-07,3.4911260771695776e-08) l=(-3.765465463969572e-08,-6.609116254418337e-09,6.0278209048872e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638978922367272e-05,1.5048411859267355e-06,-9.434692425652187e-09)
sum a = (6.810144895924575e-19,4.2690460541616737e-19,2.752857078576476e-21)
sum e = 0.006251023018393137
sum de = 6.067614978854788e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013415559347001777
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374412777647404e-05,1.5037357822228646e-06,-9.750731564371696e-09)
sum a = (3.3881317890172014e-21,-1.5585406229479126e-19,1.0587911840678754e-21)
sum e = 0.006250871019748165
sum de = 6.0721400854946735e-06
Info: CFL hydro = 0.01130424020818443 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01130424020818443 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.2077e+05 | 99649 | 1 | 8.251e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.60948978635712 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.183024224353945, dt = 0.01130424020818443 ----------------
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 : 6.81 us (2.4%)
patch tree reduce : 2.41 us (0.8%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.4%)
LB compute : 265.91 us (92.5%)
LB move op cnt : 0
LB apply : 3.54 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(2.0591307408773546e-06,1.1698824198058285e-07,-2.083913916881522e-08) v=(-2.3778991881649204e-07,2.057058187383486e-06,-1.823405283540568e-08) l=(3.657014482006961e-08,-4.539502251767053e-08,4.010725660944268e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6352640734659556e-05,1.52643676293833e-06,-8.175614995717758e-09)
sum a = (-4.641740550953566e-19,4.641740550953566e-19,2.6469779601696886e-20)
sum e = 0.00624902669758394
sum de = 6.081957949853277e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011286889759575203
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6353072400336474e-05,1.5198422259444667e-06,-8.29811827649415e-09)
sum a = (-1.4162390878091902e-18,6.776263578034403e-20,2.8163845496205486e-20)
sum e = 0.006248919856402034
sum de = 6.084448874560409e-06
Info: CFL hydro = 0.01048635777099151 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01048635777099151 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.2620e+05 | 99641 | 1 | 7.896e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.541936695681805 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1943284645621295, dt = 0.01048635777099151 ----------------
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.97 us (1.7%)
patch tree reduce : 2.94 us (0.7%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1402.00 ns (0.3%)
LB compute : 378.53 us (93.9%)
LB move op cnt : 0
LB apply : 4.28 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (74.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-6.900977391936054e-08,-9.272079704295551e-07,-2.5871909838400724e-08) v=(9.234218441405426e-07,3.760816274828334e-10,1.8900619521525133e-08) l=(-1.3962864708839125e-08,-8.408353595595493e-08,1.9994765009492994e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6345031121743425e-05,1.5285939084046636e-06,-7.700458429107013e-09)
sum a = (-1.1180834903756764e-19,5.38712954453735e-19,1.588186776101813e-20)
sum e = 0.006248068832040057
sum de = 6.114863301548213e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010472951472473683
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634600760098353e-05,1.5275008732512277e-06,-7.329749195361945e-09)
sum a = (-1.3654171109739321e-18,4.845028458294598e-19,1.4823076576950256e-20)
sum e = 0.00624797723520253
sum de = 6.11640433413241e-06
Info: CFL hydro = 0.010180459680564804 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010180459680564804 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.2478e+05 | 99637 | 1 | 7.985e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.27751279109914 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.204814822333121, dt = 0.010180459680564804 ----------------
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 : 7.97 us (2.4%)
patch tree reduce : 2.96 us (0.9%)
gen split merge : 1121.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1472.00 ns (0.4%)
LB compute : 310.17 us (92.2%)
LB move op cnt : 0
LB apply : 4.61 us (1.4%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1902.00 ns (67.1%)
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.379966533855887e-09) l=(-1.3784178319177172e-08,-3.346043969548577e-08,1.505451211139395e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634307304021167e-05,1.5308305893148224e-06,-7.316511738917435e-09)
sum a = (2.879912020664621e-19,1.0164395367051604e-18,-2.9434394917086937e-20)
sum e = 0.006247365724466324
sum de = 6.07033636315728e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010187588139911925
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6341936507183674e-05,1.525115578784524e-06,-6.9821461925724404e-09)
sum a = (3.2864878353466853e-19,1.734723475976807e-18,-3.049318610115481e-20)
sum e = 0.006247279122041561
sum de = 6.071698339661885e-06
Info: CFL hydro = 0.01004524318702078 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01004524318702078 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.2590e+05 | 99634 | 1 | 7.913e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.313135001435654 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2149952820136858, dt = 0.01004524318702078 ----------------
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 : 7.61 us (2.1%)
patch tree reduce : 2.67 us (0.7%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 337.53 us (93.5%)
LB move op cnt : 0
LB apply : 3.71 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1623.00 ns (67.8%)
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.4963368183717994e-08,-6.007528437131742e-08,2.498328387795745e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634051066370863e-05,1.526318514175291e-06,-6.902218139489903e-09)
sum a = (2.507217523872729e-19,-9.825582188149884e-19,-4.235164736271502e-21)
sum e = 0.006246170083436277
sum de = 6.1376332724222645e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010026485127914169
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6340001406671946e-05,1.525649992674513e-06,-7.00215600245966e-09)
sum a = (-2.337810934421869e-19,-1.1858461261560205e-19,-5.717472393966527e-21)
sum e = 0.0062460864163342645
sum de = 6.139276446048909e-06
Info: CFL hydro = 0.0101225906404065 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0101225906404065 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.2703e+05 | 99629 | 1 | 7.843e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.109097830611184 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2250405252007066, dt = 0.0101225906404065 ----------------
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 : 7.12 us (2.4%)
patch tree reduce : 2.32 us (0.8%)
gen split merge : 1162.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.4%)
LB compute : 273.60 us (92.4%)
LB move op cnt : 0
LB apply : 3.81 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1652.00 ns (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.438130284481316e-08,-2.9130672107880392e-08,-3.1364092126149045e-08) v=(1.3869719276077622e-08,-2.3202954476849445e-08,6.795114736790278e-09) l=(-1.5050027601943393e-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.634075214171007e-05,1.5247401343220158e-06,-6.853033210360714e-09)
sum a = (-1.0333801956502464e-18,7.792703114739563e-20,1.3552527156068805e-20)
sum e = 0.006245714695454912
sum de = 6.192520134052476e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010105792776719958
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634018643484362e-05,1.5221377036890514e-06,-6.9676248849689846e-09)
sum a = (3.3881317890172014e-20,2.337810934421869e-19,1.376428539288238e-20)
sum e = 0.006245629719269176
sum de = 6.193695406591761e-06
Info: CFL hydro = 0.01094456587585899 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01094456587585899 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.1918e+05 | 99627 | 1 | 8.360e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 43.59235966225247 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2351631158411132, dt = 0.01094456587585899 ----------------
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 : 6.82 us (1.9%)
patch tree reduce : 2.36 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1181.00 ns (0.3%)
LB compute : 336.90 us (93.7%)
LB move op cnt : 0
LB apply : 3.72 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.707154128320211e-08,-3.249421899460965e-07,8.478972363267824e-09) v=(3.3063536658441676e-07,-1.3601514729953885e-08,5.353546472439221e-09) l=(-3.322264021327479e-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.6348163192486635e-05,1.5119729631654759e-06,-7.534975908345278e-09)
sum a = (-2.1006417091906648e-19,-7.420008617947671e-19,8.046812998915853e-21)
sum e = 0.006245286505556993
sum de = 6.2204845828371e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010922556902265363
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634479022472049e-05,1.5130564709479068e-06,-7.2013477359806024e-09)
sum a = (-1.5043305143236374e-18,5.04831636563563e-19,7.411538288475128e-21)
sum e = 0.006245187129644597
sum de = 6.221820047301527e-06
Info: CFL hydro = 0.01084062670011573 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01084062670011573 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.2285e+05 | 99625 | 1 | 8.109e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.587348867928704 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.246107681716972, dt = 0.01084062670011573 ----------------
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 : 7.43 us (2.2%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 312.91 us (93.4%)
LB move op cnt : 0
LB apply : 3.70 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.64 us (74.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(4.474825306771557e-07,3.753151308078086e-07,5.064838369103092e-08) v=(-4.0570897001647005e-07,4.3115103251755707e-07,7.685487381935969e-09) l=(-3.104752818910603e-08,-2.862629418595604e-10,1.5063511977145684e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6343624752968434e-05,1.5145488504698327e-06,-7.3536769237430205e-09)
sum a = (6.2341624917916505e-19,-9.825582188149884e-19,9.529120656610879e-21)
sum e = 0.006244591452156557
sum de = 6.208079016114981e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010827728682834839
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634161980191484e-05,1.5090264792911704e-06,-7.539390069051275e-09)
sum a = (1.1722935989999517e-18,4.404571325722362e-19,6.776263578034403e-21)
sum e = 0.006244493796920319
sum de = 6.209575812493569e-06
Info: CFL hydro = 0.010838989039522086 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010838989039522086 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.2656e+05 | 99622 | 1 | 7.871e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.580685872388585 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2569483084170878, dt = 0.010838989039522086 ----------------
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 : 7.51 us (2.5%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.4%)
LB compute : 277.83 us (92.5%)
LB move op cnt : 0
LB apply : 3.61 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1652.00 ns (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(2.423633827976602e-07,-7.817525964545503e-07,-8.507535630467013e-08) v=(7.628349373742544e-07,3.052209443408069e-07,2.066063249525465e-08) l=(5.924530409322065e-09,-9.463331729957635e-08,2.0092961476474755e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634140372640706e-05,1.5088444538369923e-06,-7.295933474297247e-09)
sum a = (-1.07742590890747e-18,6.776263578034403e-20,-4.870439446712227e-21)
sum e = 0.006243641606427192
sum de = 6.176275603172114e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010831973502570666
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633840339961815e-05,1.5020799603118196e-06,-7.067880526612515e-09)
sum a = (7.860465750519907e-19,-1.2265037076242269e-18,-4.235164736271502e-21)
sum e = 0.006243543931503916
sum de = 6.177898115602052e-06
Info: CFL hydro = 0.010742124907324157 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010742124907324157 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.2242e+05 | 99618 | 1 | 8.138e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.950741145747976 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.26778729745661, dt = 0.010742124907324157 ----------------
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.79 us (1.9%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 342.21 us (93.9%)
LB move op cnt : 0
LB apply : 3.70 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1772.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(4.1668870141271273e-07,-1.0952972796882358e-06,7.67031815027789e-08) v=(1.072564115962797e-06,5.034970864124154e-07,1.9522832588838467e-08) l=(1.409556215278306e-08,1.446234103072347e-07,2.4901708616758937e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633732486741097e-05,1.502956384058669e-06,-7.068189936828622e-09)
sum a = (4.946672411965114e-19,4.845028458294598e-19,9.952637130238029e-21)
sum e = 0.0062424548403486576
sum de = 6.219524568672085e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010723094472276321
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634251138418166e-05,1.5077227327511055e-06,-7.013315453395788e-09)
sum a = (-6.877907531704919e-19,-2.4191260973582818e-18,6.564505341220828e-21)
sum e = 0.006242359327113373
sum de = 6.2212968165765875e-06
Info: CFL hydro = 0.010648368770134833 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010648368770134833 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.2723e+05 | 99613 | 1 | 7.830e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.3911637983038 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.278529422363934, dt = 0.010648368770134833 ----------------
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.66 us (1.9%)
patch tree reduce : 2.16 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 336.44 us (93.7%)
LB move op cnt : 0
LB apply : 4.28 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.1097709395150321e-06,9.931340497411742e-07,-1.2384433230261297e-08) v=(-9.42425029687544e-07,-1.180590299347396e-06,8.25742302535489e-09) l=(-2.436909695857509e-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.6342198281827424e-05,1.509203391772461e-06,-6.85412557304089e-09)
sum a = (-1.5212711732687234e-18,-8.368685518872487e-19,-5.717472393966527e-21)
sum e = 0.006241750392054919
sum de = 6.093691820163024e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010635480436018781
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6329716143092225e-05,1.5088075400622956e-06,-7.0398462853505895e-09)
sum a = (-7.928228386300251e-19,1.5585406229479126e-19,-8.258571235729428e-21)
sum e = 0.00624165575953278
sum de = 6.0951749967744965e-06
Info: CFL hydro = 0.011005574231790763 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011005574231790763 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.2695e+05 | 99610 | 1 | 7.846e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.855589998439086 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.289177791134069, dt = 0.011005574231790763 ----------------
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.54 us (1.9%)
patch tree reduce : 2.38 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 315.64 us (93.4%)
LB move op cnt : 0
LB apply : 4.20 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1933.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(2.0605865912413404e-06,1.6955595316802235e-07,-2.7103680871320273e-08) v=(-3.01103094366617e-07,2.0243546558964946e-06,1.5719250711841265e-08) l=(3.632910345654341e-08,-8.01064981213542e-08,3.991908302310518e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633192602817122e-05,1.504370526131886e-06,-7.3011509053745205e-09)
sum a = (9.215718466126788e-19,6.437450399132683e-19,-1.4823076576950256e-21)
sum e = 0.006239816609901697
sum de = 6.16143796757537e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010991376052421982
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6330031728639923e-05,1.50664271963856e-06,-7.158638003960093e-09)
sum a = (-2.6834003769016235e-18,6.877907531704919e-19,4.0234064994579266e-21)
sum e = 0.006239716614725502
sum de = 6.16373373054025e-06
Info: CFL hydro = 0.010905939854486157 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010905939854486157 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.1945e+05 | 99602 | 1 | 8.339e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.51431459773303 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3001833653658597, dt = 0.010905939854486157 ----------------
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.88 us (2.1%)
patch tree reduce : 2.38 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 299.06 us (93.1%)
LB move op cnt : 0
LB apply : 3.79 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1553.00 ns (66.3%)
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.2769439374928097e-08,-1.5707958939491865e-08,1.0013178139330612e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632916265559648e-05,1.5081505203449807e-06,-7.105114708315235e-09)
sum a = (4.946672411965114e-19,4.675621868843738e-19,2.752857078576476e-20)
sum e = 0.006239377767143557
sum de = 6.088206474338044e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010900253198995695
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6324474008752346e-05,1.4993631142065331e-06,-7.1745703166425e-09)
sum a = (-1.3671111768684407e-18,8.436448154652831e-19,3.176373552203626e-20)
sum e = 0.00623927913540163
sum de = 6.089485402118712e-06
Info: CFL hydro = 0.010809547280877916 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010809547280877916 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.2408e+05 | 99600 | 1 | 8.027e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.911708150666136 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3110893052203458, dt = 0.010809547280877916 ----------------
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 : 6.58 us (1.6%)
patch tree reduce : 2.37 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 379.14 us (94.6%)
LB move op cnt : 0
LB apply : 3.52 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(6.953659430480327e-07,-1.3957673369825264e-06,-2.6031612368333918e-08) v=(1.3409299547949169e-06,8.006218187788398e-07,2.3309314855753113e-08) l=(8.308347232866715e-08,-5.414467222524246e-08,2.991221729609512e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632341437283334e-05,1.5001148014488538e-06,-7.046310017467681e-09)
sum a = (-1.6517142471458857e-18,-3.3542504711270293e-19,-1.1434944787933055e-20)
sum e = 0.0062379406446557125
sum de = 6.059848527210732e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010795878414789888
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631815967623678e-05,1.4970354109420139e-06,-6.590296881970115e-09)
sum a = (-1.81603863891322e-18,-5.861467994999758e-19,-1.2705494208814505e-20)
sum e = 0.006237843937798444
sum de = 6.061810822812882e-06
Info: CFL hydro = 0.010716958698952455 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010716958698952455 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.2054e+05 | 99594 | 1 | 8.262e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.0989854872412 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3218988525012239, dt = 0.010716958698952455 ----------------
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 : 6.83 us (0.9%)
patch tree reduce : 2.31 us (0.3%)
gen split merge : 1091.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1111.00 ns (0.1%)
LB compute : 772.26 us (97.1%)
LB move op cnt : 0
LB apply : 3.96 us (0.5%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.77 us (76.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(8.407013257860456e-07,-5.1286074217107e-07,8.490048985112115e-08) v=(4.597381808877778e-07,8.790668183183746e-07,-9.236705596523278e-09) l=(5.862861149543509e-08,6.150080287443876e-08,2.522438586955979e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6317079332480706e-05,1.4982975308350032e-06,-6.8608007778066254e-09)
sum a = (1.145188544687814e-18,1.2231155758352097e-18,1.4399560103323106e-20)
sum e = 0.006236721733547291
sum de = 6.025211592004837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010709345401291556
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631080569851095e-05,1.500874407534595e-06,-6.826453754020908e-09)
sum a = (2.0328790734103208e-19,1.2705494208814505e-18,1.6728900708272432e-20)
sum e = 0.006236626796549284
sum de = 6.0271030686985785e-06
Info: CFL hydro = 0.01062540715354639 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01062540715354639 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.2140e+05 | 99589 | 1 | 8.204e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.02951739197577 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3326158112001762, dt = 0.01062540715354639 ----------------
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.87 us (1.9%)
patch tree reduce : 2.40 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 328.68 us (91.5%)
LB move op cnt : 0
LB apply : 7.76 us (2.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1722.00 ns (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(1.0506007538704426e-06,6.239070158984095e-07,-6.610189145839313e-08) v=(-6.830281248906882e-07,1.0224781783983107e-06,7.411376236434318e-09) l=(6.23104580996717e-08,-8.535822300546239e-08,3.007961392568196e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631002698383759e-05,1.5024389299287465e-06,-6.626631432507525e-09)
sum a = (-5.268544931921748e-19,1.9989977555201488e-19,2.583450489125616e-20)
sum e = 0.006235264825378124
sum de = 6.1580084326906125e-06
Info: CFL hydro = 0.021068590976568016 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021068590976568016 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.5225e+05 | 99583 | 1 | 6.541e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.48163980681428 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3432412183537226, dt = 0.021068590976568016 ----------------
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.64 us (1.7%)
patch tree reduce : 2.44 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 363.56 us (94.2%)
LB move op cnt : 0
LB apply : 4.18 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.19 us (73.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637516293014786e-05,1.3595138503745685e-06,-1.3302222528757942e-08)
sum a = (-1.8312852319637973e-18,-9.147955830346444e-20,1.4823076576950256e-21)
sum e = 0.0062356671641282165
sum de = 6.2080262877723965e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02105284686654185
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636717041837474e-05,1.3732896002381505e-06,-1.3333100737595599e-08)
sum a = (1.3552527156068805e-19,-4.607859233063394e-19,-4.658681209898652e-21)
sum e = 0.006235302928736222
sum de = 6.21229655172799e-06
Info: CFL hydro = 0.013822410341556852 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013822410341556852 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.2670e+05 | 99583 | 1 | 7.860e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 96.49859207385867 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3643098093302906, dt = 0.013822410341556852 ----------------
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 : 7.48 us (2.5%)
patch tree reduce : 2.27 us (0.8%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.4%)
LB compute : 280.45 us (92.6%)
LB move op cnt : 0
LB apply : 3.91 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1862.00 ns (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(3.700665582861363e-07,1.55872678706818e-06,-2.554254697981296e-08) v=(-1.5959253473397627e-06,3.0043590089057543e-07,-3.1937042417375455e-10) l=(4.0578024673647065e-08,-1.2928447013986395e-08,3.5423428623450836e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632407690701347e-05,1.4677662323476292e-06,-8.490080239393551e-09)
sum a = (1.3637230450794235e-18,-5.183841637196318e-19,2.9434394917086937e-20)
sum e = 0.006233744777546669
sum de = 6.2375506618700755e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013811119607067747
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632163274088354e-05,1.4649318373725991e-06,-9.20814204048812e-09)
sum a = (1.7618285302889447e-18,-8.775261333554552e-19,2.795208725939191e-20)
sum e = 0.006233588007312325
sum de = 6.2410255486873486e-06
Info: CFL hydro = 0.011400762688296713 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011400762688296713 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.2521e+05 | 99576 | 1 | 7.953e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.57169127468813 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3781322196718475, dt = 0.011400762688296713 ----------------
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 : 7.25 us (2.2%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.4%)
LB compute : 300.94 us (93.1%)
LB move op cnt : 0
LB apply : 3.50 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1583.00 ns (65.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.282626389488407e-07,-1.4202070198689429e-07,-8.142710050229416e-08) v=(1.2951436369644986e-07,1.676041276416708e-07,5.49841817622386e-08) l=(-2.584205761025825e-09,4.912696127242671e-08,1.99677487016788e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6307722824148655e-05,1.4965593772484912e-06,-7.121342853329391e-09)
sum a = (-1.3992984288641042e-18,2.303929616531697e-19,1.7152417181899582e-20)
sum e = 0.006232757670987353
sum de = 6.316120461972696e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01138913161561039
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630882238062728e-05,1.4993872205756523e-06,-7.525437046827985e-09)
sum a = (-1.4009924947586128e-18,-2.4496192834594366e-18,2.0328790734103208e-20)
sum e = 0.006232651374875561
sum de = 6.317931996980814e-06
Info: CFL hydro = 0.010552722077568808 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010552722077568808 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.2625e+05 | 99572 | 1 | 7.887e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.03922002838562 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3895329823601443, dt = 0.010552722077568808 ----------------
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.69 us (1.9%)
patch tree reduce : 2.00 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 330.99 us (93.8%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.9400089920201475e-07,6.10482741122444e-07,-5.612794021224137e-10) v=(-5.927648436091049e-07,-4.3724422350410047e-07,6.882247597194191e-10) l=(-1.3984510689952433e-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.630407292189811e-05,1.5104453011662284e-06,-7.009188214351402e-09)
sum a = (1.6957599604031093e-18,-3.4897757426877174e-19,-4.0657581468206416e-20)
sum e = 0.006232303566088619
sum de = 6.2863028206938436e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010548184248717781
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6302515316275896e-05,1.5068566548320816e-06,-6.318293202520517e-09)
sum a = (5.912289971835016e-19,-9.622294280808852e-19,-3.5575383784680614e-20)
sum e = 0.006232212069076053
sum de = 6.287556628170699e-06
Info: CFL hydro = 0.010526226299066105 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010526226299066105 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.2635e+05 | 99570 | 1 | 7.880e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.20756430425615 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.400085704437713, dt = 0.010526226299066105 ----------------
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.97 us (2.4%)
patch tree reduce : 2.19 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.4%)
LB compute : 272.11 us (92.4%)
LB move op cnt : 0
LB apply : 3.70 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(7.77685770000637e-08,-5.290497569345594e-07,1.1049143670373498e-07) v=(5.460934391360582e-07,1.132650131251943e-07,-1.757150954732086e-08) l=(-3.2885447922619123e-08,6.155903988128933e-08,2.499466122727077e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630231882374244e-05,1.5068771000776588e-06,-6.663717519082402e-09)
sum a = (8.131516293641283e-20,7.115076756936123e-20,-1.1011428314305904e-20)
sum e = 0.006231108369130668
sum de = 6.279465601708384e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010518016126943903
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6298482927496444e-05,1.5023509898540601e-06,-6.460206341968932e-09)
sum a = (4.336808689942018e-19,-3.1170812458958252e-19,-1.3129010682441655e-20)
sum e = 0.006231017502050172
sum de = 6.281164735918472e-06
Info: CFL hydro = 0.0103616117489811 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0103616117489811 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.2733e+05 | 99565 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.46123263723459 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4106119307367793, dt = 0.0103616117489811 ----------------
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 : 7.07 us (2.1%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 309.41 us (93.3%)
LB move op cnt : 0
LB apply : 3.92 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(5.545611492655721e-07,-8.06052786837676e-07,-4.230760950318222e-08) v=(7.719248474122122e-07,6.152284648121085e-07,-1.3138174346159195e-09) l=(-1.4401958392777653e-08,4.867644225746519e-08,1.9852316998023587e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6297263968227025e-05,1.5043390239682797e-06,-6.225850702248339e-09)
sum a = (7.809643773684649e-19,-4.845028458294598e-19,1.1434944787933055e-20)
sum e = 0.00623017643903349
sum de = 6.164081656540961e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010358808885201944
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629837420828841e-05,1.5063432366027402e-06,-6.358879817771422e-09)
sum a = (4.2012834183813297e-19,-4.506215279392878e-19,1.2281977735187355e-20)
sum e = 0.006230087882531355
sum de = 6.16560610915765e-06
Info: CFL hydro = 0.01025861493036851 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01025861493036851 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.2002e+05 | 99561 | 1 | 8.296e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.96623418532369 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4209735424857604, dt = 0.01025861493036851 ----------------
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.02 us (2.0%)
patch tree reduce : 2.01 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 322.76 us (93.7%)
LB move op cnt : 0
LB apply : 3.65 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (70.4%)
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.629649439378308e-07,1.3791127526092036e-08) l=(-1.0742226448894868e-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.6298054486953994e-05,1.5078338838050967e-06,-6.199323056029769e-09)
sum a = (1.582257545471033e-18,-1.4365678785432934e-18,1.545835128739098e-20)
sum e = 0.0062284631131586145
sum de = 6.179757142425293e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010254197133484603
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6298464744697434e-05,1.5086849958031553e-06,-6.124119817058321e-09)
sum a = (7.792703114739563e-19,-9.554531645028508e-19,1.545835128739098e-20)
sum e = 0.006228377094202856
sum de = 6.18186719939794e-06
Info: CFL hydro = 0.010177274166904683 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010177274166904683 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.2680e+05 | 99554 | 1 | 7.852e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.03674842363987 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4312321574161289, dt = 0.010177274166904683 ----------------
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.84 us (2.1%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 307.10 us (93.2%)
LB move op cnt : 0
LB apply : 3.94 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1663.00 ns (67.2%)
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.251437514264447e-09) l=(2.7287449593006415e-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.6298151483880035e-05,1.5098705461774816e-06,-6.122114858162322e-09)
sum a = (-8.775261333554552e-19,1.2536087619363645e-19,1.588186776101813e-20)
sum e = 0.006227764331897523
sum de = 6.130464718237578e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010177689763260792
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6300465765311e-05,1.5076850283174547e-06,-6.256573122492572e-09)
sum a = (-5.13301966036106e-19,-1.3179832659276913e-18,1.3552527156068805e-20)
sum e = 0.006227679566644645
sum de = 6.1317915419925354e-06
Info: CFL hydro = 0.010104858211581545 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010104858211581545 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.2747e+05 | 99551 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.9141401015981 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4414094315830335, dt = 0.010104858211581545 ----------------
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 : 7.12 us (2.1%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1632.00 ns (0.5%)
LB compute : 312.94 us (93.1%)
LB move op cnt : 0
LB apply : 3.91 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1693.00 ns (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-6.597556339850454e-07,-2.990567113893857e-07,-4.7519750673053264e-08) v=(3.6054284256065996e-07,-6.109312416516314e-07,-1.1918044248050702e-08) l=(-1.973388906960425e-08,5.673365569423411e-08,2.5202429373649368e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6300222776330065e-05,1.508560985717196e-06,-6.086510966930689e-09)
sum a = (-1.717782817031721e-18,-1.531435568635775e-18,1.5670109524204556e-20)
sum e = 0.006226548061709048
sum de = 6.089878030521706e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01010072430063588
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630450794691462e-05,1.5008012877104584e-06,-6.450462759788067e-09)
sum a = (-6.877907531704919e-19,8.436448154652831e-19,1.207021949837378e-20)
sum e = 0.0062264645268578
sum de = 6.091539169461966e-06
Info: CFL hydro = 0.01003677856498647 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01003677856498647 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.2730e+05 | 99546 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.520825623694684 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.451514289794615, dt = 0.01003677856498647 ----------------
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.91 us (2.0%)
patch tree reduce : 2.43 us (0.7%)
gen split merge : 1272.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 316.03 us (93.2%)
LB move op cnt : 0
LB apply : 3.90 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (73.0%)
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.5292047442169132e-06,-9.894949848303253e-07,1.3697512737966707e-08) l=(-4.916906321918955e-09,-7.300670794186756e-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.9399700577646071 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63043459557574e-05,1.5012488677633364e-06,-6.262877519295742e-09)
sum a = (-9.283481101907132e-19,-5.827586677109586e-19,-7.623296525288703e-21)
sum e = 0.006225336375948028
sum de = 6.1439622551796726e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0100312421936502
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6305148368433104e-05,1.5016066222446052e-06,-6.155950704056032e-09)
sum a = (1.3721933745519665e-19,-2.676624113323589e-19,-8.258571235729428e-21)
sum e = 0.006225254715864886
sum de = 6.145566216488352e-06
Info: CFL hydro = 0.009971551695537489 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.009971551695537489 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 | 8.5413e+04 | 99541 | 1 | 1.165e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 31.004021392590563 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4615510683596014, dt = 0.009971551695537489 ----------------
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 : 6.80 us (1.6%)
patch tree reduce : 2.32 us (0.6%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 398.31 us (94.6%)
LB move op cnt : 0
LB apply : 4.07 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.47 us (77.0%)
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.041286731285899e-10) l=(2.3586555867663545e-08,-1.630801686499589e-08,9.962162163373845e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6304904110634655e-05,1.5025007903080702e-06,-6.184793282010556e-09)
sum a = (4.743384504624082e-20,2.1345230270808369e-19,-4.235164736271502e-22)
sum e = 0.006224898054608824
sum de = 6.21749489715465e-06
Info: CFL hydro = 0.01981599147908566 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01981599147908566 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.4843e+05 | 99539 | 1 | 6.706e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.530082265246094 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4715226200551388, dt = 0.01981599147908566 ----------------
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 : 7.14 us (1.9%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.3%)
LB compute : 346.80 us (94.1%)
LB move op cnt : 0
LB apply : 3.65 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1843.00 ns (68.9%)
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.4192447100079543e-08,5.6557769123442855e-08,1.0112487541963399e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6365745045748357e-05,1.3694311087978065e-06,-1.2365185270856891e-08)
sum a = (-9.486769009248164e-20,1.5924219408380846e-19,-8.046812998915853e-21)
sum e = 0.006224745490852904
sum de = 6.2944219565121075e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01984080671540574
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369249382034896e-05,1.3717000076015743e-06,-1.2089544389590724e-08)
sum a = (1.1655173354219173e-18,-3.9979955110402976e-19,-8.046812998915853e-21)
sum e = 0.0062244272799356045
sum de = 6.298825721842387e-06
Info: CFL hydro = 0.013051293478818027 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013051293478818027 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.2591e+05 | 99537 | 1 | 7.905e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 90.24185955456684 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4913386115342244, dt = 0.013051293478818027 ----------------
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.74 us (2.0%)
patch tree reduce : 2.16 us (0.6%)
gen split merge : 1182.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.4%)
LB compute : 318.46 us (93.6%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1832.00 ns (69.3%)
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.787084340863742e-09) l=(-2.636335109723827e-08,1.69149290916028e-08,2.5068086180990673e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632637605409945e-05,1.4653910618280959e-06,-7.943566219159421e-09)
sum a = (9.961107459710572e-19,-6.437450399132683e-19,1.291725244562808e-20)
sum e = 0.006223381012318739
sum de = 6.336382516967545e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01304851796567932
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632445165028169e-05,1.4649026177540192e-06,-8.120153551973806e-09)
sum a = (-1.5246593050577406e-19,-7.792703114739563e-19,7.199780051661553e-21)
sum e = 0.006223242698146526
sum de = 6.338933258036468e-06
Info: CFL hydro = 0.010791793189426935 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010791793189426935 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.2459e+05 | 99532 | 1 | 7.989e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.81169496890066 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5043899050130425, dt = 0.010791793189426935 ----------------
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.96 us (2.2%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 299.41 us (93.1%)
LB move op cnt : 0
LB apply : 3.71 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1642.00 ns (66.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.417459871630964e-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.631015415958114e-05,1.4963080406359853e-06,-6.629912718436563e-09)
sum a = (1.0401564592282808e-18,2.439454888092385e-19,2.9434394917086937e-20)
sum e = 0.006222646270724906
sum de = 6.411568301673787e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010791823971940189
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630994271237054e-05,1.5002276056593522e-06,-6.773943474900996e-09)
sum a = (8.571973426213519e-19,7.115076756936123e-19,3.070494433796839e-20)
sum e = 0.006222552160418873
sum de = 6.413014861944485e-06
Info: CFL hydro = 0.011330482065508586 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011330482065508586 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.2724e+05 | 99529 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.66691663675677 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5151816982024695, dt = 0.011330482065508586 ----------------
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.75 us (2.1%)
patch tree reduce : 2.37 us (0.7%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.4%)
LB compute : 303.52 us (93.2%)
LB move op cnt : 0
LB apply : 3.73 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1663.00 ns (65.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.483755999635519e-07,8.799383841635707e-07,-2.383750977043713e-08) v=(-8.824532015625641e-07,-1.9971133728223552e-07,5.7242599660633295e-09) l=(-2.2267103992564537e-08,1.3155191200771338e-08,1.0101046233352965e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631344867235875e-05,1.4932956956547572e-06,-7.084087822967349e-09)
sum a = (3.3881317890172014e-20,2.981555974335137e-19,-7.835054762102278e-21)
sum e = 0.0062222167814512015
sum de = 6.513005654710769e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011329073024162205
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630939899631944e-05,1.4923059712780536e-06,-6.803455433094743e-09)
sum a = (-1.3586408473958977e-18,6.640738306473715e-19,-6.776263578034403e-21)
sum e = 0.0062221132444503745
sum de = 6.514447187000247e-06
Info: CFL hydro = 0.010981317579383601 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010981317579383601 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.2657e+05 | 99527 | 1 | 7.863e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.87304549430513 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5265121802679782, dt = 0.010981317579383601 ----------------
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.97 us (2.4%)
patch tree reduce : 2.11 us (0.7%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.4%)
LB compute : 271.68 us (92.5%)
LB move op cnt : 0
LB apply : 3.67 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (67.2%)
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.111431061079577e-08,-6.958876159718124e-09,5.0647685417187e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630715346060446e-05,1.497082472638571e-06,-6.724289627840081e-09)
sum a = (-5.166900978251232e-19,1.1722935989999517e-18,8.046812998915853e-21)
sum e = 0.006222023466980661
sum de = 6.457162735341654e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010986380495701113
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6303991062146724e-05,1.50121490731986e-06,-6.606382007209662e-09)
sum a = (3.8285889215894375e-19,-1.6940658945086007e-19,8.682087709356578e-21)
sum e = 0.006221925439720594
sum de = 6.458295062954491e-06
Info: CFL hydro = 0.010817907660774631 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010817907660774631 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.2723e+05 | 99526 | 1 | 7.823e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.535625806425884 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5374934978473618, dt = 0.010817907660774631 ----------------
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 : 6.90 us (1.9%)
patch tree reduce : 2.44 us (0.7%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 333.75 us (93.9%)
LB move op cnt : 0
LB apply : 3.52 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1643.00 ns (67.2%)
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.2923824962252633e-08,2.5112390277765115e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6302963465320774e-05,1.5038009977100635e-06,-6.523643054766783e-09)
sum a = (1.599198204416119e-18,-3.3881317890172014e-19,3.3034284942917713e-20)
sum e = 0.006220816442613374
sum de = 6.5291337470589285e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010818487325549514
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630376185955988e-05,1.503911579696001e-06,-6.873159054183883e-09)
sum a = (-4.997494388800372e-19,4.2690460541616737e-19,2.7316812548951186e-20)
sum e = 0.006220722006998463
sum de = 6.5310852446528645e-06
Info: CFL hydro = 0.010717583266561609 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010717583266561609 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.2115e+05 | 99521 | 1 | 8.214e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.40943199713293 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5483114055081364, dt = 0.010717583266561609 ----------------
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 : 7.19 us (2.2%)
patch tree reduce : 2.19 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 298.38 us (93.2%)
LB move op cnt : 0
LB apply : 3.98 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1753.00 ns (66.1%)
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.184762045484124e-07,2.5887978575454967e-08) l=(-2.0692590726745078e-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.6303285056119246e-05,1.5052300239721293e-06,-6.553343994133261e-09)
sum a = (-1.153658874160357e-18,-1.2976544751935881e-18,-2.5199230180815435e-20)
sum e = 0.006220375729805027
sum de = 6.6194713484152805e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010713034420408347
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630210715875934e-05,1.5018927395852743e-06,-6.921084685716502e-09)
sum a = (-1.4111568901256644e-18,-1.6534083130403943e-18,-2.414043899674756e-20)
sum e = 0.0062202832091963495
sum de = 6.620743337316225e-06
Info: CFL hydro = 0.010854280591115392 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010854280591115392 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.2724e+05 | 99519 | 1 | 7.821e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.33161166790683 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.559028988774698, dt = 0.010854280591115392 ----------------
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 : 7.26 us (2.2%)
patch tree reduce : 2.48 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1272.00 ns (0.4%)
LB compute : 310.85 us (93.2%)
LB move op cnt : 0
LB apply : 3.88 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1772.00 ns (69.1%)
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.448806292802886e-08,3.38306246551619e-09) l=(1.0774208208843439e-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.630285771441461e-05,1.4998901824484828e-06,-6.919240200615314e-09)
sum a = (-1.8634724839594607e-19,5.963111948670274e-19,1.2705494208814505e-20)
sum e = 0.006220198500850816
sum de = 6.685034795982131e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010857067666441152
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630346652240943e-05,1.498345655930861e-06,-6.711578930036398e-09)
sum a = (-3.066259269060567e-19,-5.793705359219414e-19,1.418780186650953e-20)
sum e = 0.006220103570830747
sum de = 6.686176616287707e-06
Info: CFL hydro = 0.01076937228559186 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01076937228559186 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.2274e+05 | 99518 | 1 | 8.108e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.195024413709376 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5698832693658133, dt = 0.01076937228559186 ----------------
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.79 us (1.8%)
patch tree reduce : 2.44 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 356.79 us (94.2%)
LB move op cnt : 0
LB apply : 4.00 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (73.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.8531155217239156e-07,1.3441005264057584e-09) l=(-7.023187670887773e-10,2.100782851604578e-08,1.0129140971073842e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6303055304828697e-05,1.4993928679946302e-06,-6.682351598600205e-09)
sum a = (-5.861467994999758e-19,-1.6195269951502222e-18,-1.207021949837378e-20)
sum e = 0.006219753822402564
sum de = 6.679135535011918e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010770955717257329
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630203038600571e-05,1.4984190498486252e-06,-6.192163126718765e-09)
sum a = (-9.029371217730842e-19,-2.2598839032744733e-18,-1.376428539288238e-20)
sum e = 0.006219659944802774
sum de = 6.680507950283528e-06
Info: CFL hydro = 0.01076836874576077 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01076836874576077 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.2690e+05 | 99516 | 1 | 7.842e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.43890172213043 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5806526416514053, dt = 0.01076836874576077 ----------------
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 : 7.22 us (2.0%)
patch tree reduce : 2.41 us (0.7%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 347.15 us (94.0%)
LB move op cnt : 0
LB apply : 3.74 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-9.905797005699117e-09,-7.658245247453042e-08,7.315301170772515e-08) v=(8.155410702689907e-08,-1.3841944925942836e-10,1.3451195104380769e-08) l=(-1.6634526619403342e-08,8.025489603424763e-08,2.0100828180386846e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630217517608167e-05,1.4984902591489394e-06,-6.306874262930883e-09)
sum a = (-1.1214716221646936e-18,-1.3891340334970526e-19,7.623296525288703e-21)
sum e = 0.006218807874909389
sum de = 6.5830449633590285e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010770987040333493
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629808295425276e-05,1.5031126343142212e-06,-6.001299269574351e-09)
sum a = (-1.8295911660692887e-19,1.0740377771184528e-18,9.105604182983729e-21)
sum e = 0.00621871356883495
sum de = 6.58469966409917e-06
Info: CFL hydro = 0.010442222579646497 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010442222579646497 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.2720e+05 | 99512 | 1 | 7.823e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.551588087307145 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.591421010397166, dt = 0.010442222579646497 ----------------
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.69 us (1.8%)
patch tree reduce : 1843.00 ns (0.5%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 349.21 us (94.3%)
LB move op cnt : 0
LB apply : 3.71 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1823.00 ns (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(5.427472091738234e-07,9.91157311252679e-07,2.1304769516580354e-08) v=(-1.0291661397501234e-06,4.877816862111014e-07,1.2675900398722266e-09) l=(2.5770987980487043e-08,1.8634846570128617e-08,3.001313260109944e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629626280365268e-05,1.5078940659431106e-06,-5.8559894768004934e-09)
sum a = (6.386628422297425e-19,-7.521652571618187e-19,-2.922263668027336e-20)
sum e = 0.006217362309750636
sum de = 6.636465475955548e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010435272825343352
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629890432203286e-05,1.507845795111924e-06,-5.542285428037683e-09)
sum a = (2.0837010502455788e-19,7.555533889508359e-19,-3.155197728522269e-20)
sum e = 0.00621727444881521
sum de = 6.638463540507568e-06
Info: CFL hydro = 0.01038549744289612 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01038549744289612 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.2456e+05 | 99506 | 1 | 7.989e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.056972621274106 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6018632329768125, dt = 0.01038549744289612 ----------------
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 : 7.61 us (2.3%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 1031.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1131.00 ns (0.3%)
LB compute : 310.39 us (93.1%)
LB move op cnt : 0
LB apply : 3.44 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1852.00 ns (70.6%)
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.079426374903167e-08,-2.635471767152971e-08,1.0102496020823488e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62989294493906e-05,1.5086201655462698e-06,-5.550768841729806e-09)
sum a = (1.5094127120071632e-18,-7.115076756936123e-20,8.893845946170154e-21)
sum e = 0.00621691765387248
sum de = 6.608642315124355e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010385791896279287
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630194348339053e-05,1.5094638607358178e-06,-6.024779949025265e-09)
sum a = (-5.47183283926278e-19,9.554531645028508e-19,8.470329472543003e-21)
sum e = 0.006216830513004177
sum de = 6.6099113229902995e-06
Info: CFL hydro = 0.010330752284172578 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010330752284172578 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.2448e+05 | 99504 | 1 | 7.993e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.77358530036507 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6122487304197086, dt = 0.010330752284172578 ----------------
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.57 us (1.8%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 346.62 us (94.2%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1613.00 ns (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-8.166640122071712e-07,2.833745440521083e-07,-1.1230338345039099e-07) v=(-2.3186530914294073e-07,-8.539816356735786e-07,2.3886958097506e-08) l=(1.9790936687274197e-08,4.88197087459135e-09,2.504341241131938e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630191300346954e-05,1.5101583490091344e-06,-5.6682777909401165e-09)
sum a = (-9.961107459710572e-19,1.1553529400548657e-18,1.9058241313221758e-20)
sum e = 0.006215720955653771
sum de = 6.62676856581056e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010331662216034921
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6299314965494995e-05,1.5170237106900403e-06,-6.208320633218268e-09)
sum a = (2.490276864927643e-19,6.844026213814747e-19,1.7364175418713157e-20)
sum e = 0.006215634859524193
sum de = 6.6284558884808574e-06
Info: CFL hydro = 0.010277745351639656 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010277745351639656 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.2730e+05 | 99499 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.58074399951752 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6225794827038813, dt = 0.010277745351639656 ----------------
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 : 7.16 us (1.9%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 363.84 us (94.1%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(2.782662814870875e-07,1.4447821615154857e-06,-5.4958017709280366e-08) v=(-1.4769470809860343e-06,1.8815579217755832e-07,2.567851979070285e-09) l=(1.423492694138633e-08,5.040161664156442e-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.5182203097749445e-06,-6.026889119795075e-09)
sum a = (-1.285796013932028e-18,-1.6906777627195835e-18,-4.658681209898652e-21)
sum e = 0.006215024569524476
sum de = 6.7527411512301385e-06
Info: CFL hydro = 0.020451406084828136 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.020451406084828136 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.4815e+05 | 99496 | 1 | 6.716e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.093381328906965 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.632857228055521, dt = 0.020451406084828136 ----------------
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 : 7.72 us (2.1%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 343.34 us (93.7%)
LB move op cnt : 0
LB apply : 3.83 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1823.00 ns (68.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6353818282713244e-05,1.3896822102910287e-06,-1.2153103509112428e-08)
sum a = (-5.183841637196318e-19,-8.368685518872487e-19,1.0587911840678754e-20)
sum e = 0.0062154147950115105
sum de = 6.7350623811191495e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.020477112362151353
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635496276299953e-05,1.3782317060793105e-06,-1.1745580914566874e-08)
sum a = (-1.1587410718438829e-18,-1.3349239248727773e-18,1.2705494208814505e-20)
sum e = 0.006215078346582417
sum de = 6.739234075464836e-06
Info: CFL hydro = 0.013922960319027362 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013922960319027362 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.2657e+05 | 99496 | 1 | 7.861e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 93.65952231292371 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6533086341403491, dt = 0.013922960319027362 ----------------
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.63 us (1.7%)
patch tree reduce : 2.12 us (0.5%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 374.05 us (94.4%)
LB move op cnt : 0
LB apply : 4.21 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1963.00 ns (72.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-4.189333933824979e-07,-8.897750933296895e-07,1.2727874436920346e-08) v=(9.253459230520528e-07,-3.831259891630817e-07,4.589152655718952e-08) l=(-3.042203273612822e-08,8.181777471421512e-08,4.0309434791534465e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631896394649294e-05,1.4631008645895478e-06,-7.98186424299007e-09)
sum a = (5.759824041329242e-19,6.776263578034403e-21,-1.3976043629695956e-20)
sum e = 0.006213280920675115
sum de = 6.729507139774892e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013917765970728094
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631905687954188e-05,1.4593179367972312e-06,-8.395677906078857e-09)
sum a = (2.473336205982557e-19,7.758821796849391e-19,-1.1434944787933055e-20)
sum e = 0.006213124874301298
sum de = 6.7332930339450414e-06
Info: CFL hydro = 0.011478815828006297 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011478815828006297 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.2646e+05 | 99488 | 1 | 7.867e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.71026161521593 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6672315944593765, dt = 0.011478815828006297 ----------------
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.56 us (2.0%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.4%)
LB compute : 311.88 us (93.5%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1532.00 ns (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-2.4281085744158403e-07,-4.607684801046915e-07,-7.663163932011189e-08) v=(4.850666714719521e-07,-2.1171827382053662e-07,4.706988762392412e-09) l=(-2.1038952942638977e-08,2.9202414763073684e-09,1.99703863302831e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6305622550930476e-05,1.4918090160143025e-06,-6.7355433744213304e-09)
sum a = (1.641549851778834e-18,-1.9651164376299768e-19,3.3881317890172014e-20)
sum e = 0.006212303940767904
sum de = 6.776359132031457e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011482200462446324
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630642785197041e-05,1.4899080702442722e-06,-6.9059600214497425e-09)
sum a = (3.3203691532368573e-19,-2.608861477543245e-19,3.536362554786704e-20)
sum e = 0.006212198459255983
sum de = 6.778193121712029e-06
Info: CFL hydro = 0.01057706599420402 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01057706599420402 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.2710e+05 | 99484 | 1 | 7.827e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.79534083035011 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6787104102873829, dt = 0.01057706599420402 ----------------
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 : 7.31 us (1.9%)
patch tree reduce : 2.25 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 358.24 us (94.1%)
LB move op cnt : 0
LB apply : 3.78 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (72.2%)
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.7399903435352366e-08,-1.3287151508643017e-08,1.5218856554598194e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6301386115942966e-05,1.5020156393322943e-06,-6.3244982972670375e-09)
sum a = (8.555032767268433e-19,1.5077186461126546e-18,-3.3457801416544863e-20)
sum e = 0.006211586378347914
sum de = 6.868154699922068e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010588783316772515
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629856122661709e-05,1.5033655147915454e-06,-6.13893506914174e-09)
sum a = (-3.8116482626443515e-19,2.0667603913004928e-19,-3.6422416731934915e-20)
sum e = 0.0062114970230836486
sum de = 6.8697123116106565e-06
Info: CFL hydro = 0.010232126115622638 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010232126115622638 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.2540e+05 | 99481 | 1 | 7.933e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.99899852216097 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6892874762815868, dt = 0.010232126115622638 ----------------
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.55 us (1.8%)
patch tree reduce : 1972.00 ns (0.5%)
gen split merge : 1151.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1171.00 ns (0.3%)
LB compute : 342.04 us (94.2%)
LB move op cnt : 0
LB apply : 3.91 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1713.00 ns (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(3.516172490670142e-07,3.5374325445310597e-07,2.7660587780706915e-08) v=(-3.841935557793907e-07,3.3350323502643616e-07,-2.122165312953462e-11) l=(-1.84248082158334e-08,-2.129172533115089e-08,5.065071177111032e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629666923335364e-05,1.5082007628076775e-06,-5.993898755138046e-09)
sum a = (1.5585406229479126e-19,1.2976544751935881e-18,-6.564505341220828e-21)
sum e = 0.006211393362272527
sum de = 6.886634817856449e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010252391786902813
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6290859068960715e-05,1.506283398883505e-06,-5.593640759977238e-09)
sum a = (2.625802136488331e-19,7.860465750519907e-19,-2.541098841762901e-21)
sum e = 0.006211309490847605
sum de = 6.887679734489928e-06
Info: CFL hydro = 0.010122353847407846 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010122353847407846 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.2728e+05 | 99480 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.128577347661825 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6995196023972095, dt = 0.010122353847407846 ----------------
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.52 us (1.8%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 339.00 us (93.9%)
LB move op cnt : 0
LB apply : 4.05 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(9.726872789111879e-07,-2.203304490351985e-07,5.2833750305472667e-08) v=(1.5430745321565648e-07,9.983581317682287e-07,-7.826439888790862e-10) l=(-3.094397906686601e-08,-2.618486983650399e-08,1.5141475915923623e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629003510991209e-05,1.5077555263811538e-06,-5.669664286367727e-09)
sum a = (-1.3654171109739321e-18,1.4230153513872246e-19,2.329340604949326e-21)
sum e = 0.0062106939591538264
sum de = 6.815915061025893e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010129450290304608
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628537036999944e-05,1.5040945086973983e-06,-4.961150552312759e-09)
sum a = (-1.2620790914089075e-18,1.043544591017298e-18,4.0234064994579266e-21)
sum e = 0.00621061148551822
sum de = 6.817268257408599e-06
Info: CFL hydro = 0.01018097661998641 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01018097661998641 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.2754e+05 | 99477 | 1 | 7.800e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.71926335678389 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7096419562446172, dt = 0.01018097661998641 ----------------
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 : 7.43 us (2.0%)
patch tree reduce : 2.49 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 353.04 us (93.9%)
LB move op cnt : 0
LB apply : 3.94 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1953.00 ns (69.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.527511056558266e-08) l=(1.0522502389790766e-08,4.3704801047270645e-08,2.5116967089951463e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628526285292783e-05,1.5032251125842629e-06,-5.219017675126999e-09)
sum a = (1.119777556270185e-18,4.1335207826009857e-19,1.6940658945086007e-21)
sum e = 0.0062094950650878585
sum de = 6.794646266912734e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010183036739722628
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6284728841844305e-05,1.496100951502868e-06,-5.209651001877379e-09)
sum a = (1.5839516113655416e-18,4.0996394647108136e-19,-2.117582368135751e-22)
sum e = 0.006209411965766179
sum de = 6.796351077622088e-06
Info: CFL hydro = 0.011056962087878059 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011056962087878059 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.2742e+05 | 99472 | 1 | 7.807e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.947414116695555 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7198229328646037, dt = 0.011056962087878059 ----------------
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.47 us (1.9%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1242.00 ns (0.4%)
LB compute : 311.58 us (93.6%)
LB move op cnt : 0
LB apply : 3.69 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.01 us (68.8%)
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.3336725051844704e-06,9.378351660061304e-08,-3.909685252789739e-09) l=(3.3429375868301784e-08,-5.820654534750084e-08,2.0141388169420973e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628820031638925e-05,1.4827051495056848e-06,-5.570476101170511e-09)
sum a = (5.590417451878382e-20,1.5924219408380846e-18,1.8422966602781032e-20)
sum e = 0.0062085639163635955
sum de = 6.727559037357175e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011069621667558862
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629443294806661e-05,1.4819104260344764e-06,-5.2959880864469445e-09)
sum a = (7.945169045245337e-19,5.522654816098038e-19,1.6940658945086007e-20)
sum e = 0.00620846578964796
sum de = 6.72933981135399e-06
Info: CFL hydro = 0.011008588198080226 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011008588198080226 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.2497e+05 | 99468 | 1 | 7.959e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.01135498604191 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7308798949524817, dt = 0.011008588198080226 ----------------
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.32 us (1.9%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 358.56 us (94.0%)
LB move op cnt : 0
LB apply : 4.33 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.20 us (88.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-1.3031162437586214e-06,-1.3323919987944408e-07,4.9796493594651665e-08) v=(1.9522989453227854e-07,-1.2978496235962136e-06,-2.783934319545038e-08) l=(7.635889135557189e-08,2.6992574431703152e-08,3.012956348047999e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629465938757068e-05,1.482544481415172e-06,-5.471427553152322e-09)
sum a = (-2.710505431213761e-20,2.405573570202213e-19,-8.893845946170154e-21)
sum e = 0.006207109728802386
sum de = 6.788896677971955e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011018492905896017
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629264077019775e-05,1.4839989294257792e-06,-5.175665937786276e-09)
sum a = (2.303929616531697e-19,-3.6253010142484055e-19,-9.952637130238029e-21)
sum e = 0.006207013343457107
sum de = 6.7909845629793534e-06
Info: CFL hydro = 0.010963521140371706 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010963521140371706 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.2696e+05 | 99462 | 1 | 7.834e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.58577760969161 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7418884831505619, dt = 0.010963521140371706 ----------------
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 : 7.37 us (2.5%)
patch tree reduce : 1972.00 ns (0.7%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.4%)
LB compute : 278.10 us (92.6%)
LB move op cnt : 0
LB apply : 3.56 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1672.00 ns (67.6%)
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.572204488169985e-08,-2.039687531724967e-08,1.0020979726808594e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6292495965010235e-05,1.4847700837255284e-06,-5.148866844633494e-09)
sum a = (1.3467823861343375e-18,2.812149384884277e-19,-2.414043899674756e-20)
sum e = 0.006206677405661817
sum de = 6.8234775124905106e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010977628188567883
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628959630471116e-05,1.481991282226078e-06,-5.568680346020892e-09)
sum a = (1.1248597539537109e-18,-8.470329472543003e-19,-2.5199230180815435e-20)
sum e = 0.0062065817142667205
sum de = 6.8248230857401984e-06
Info: CFL hydro = 0.010904031702160786 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010904031702160786 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.2051e+05 | 99460 | 1 | 8.253e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.82346047498702 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7528520042909337, dt = 0.010904031702160786 ----------------
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 : 6.90 us (2.1%)
patch tree reduce : 1973.00 ns (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.4%)
LB compute : 311.25 us (93.4%)
LB move op cnt : 0
LB apply : 3.59 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1742.00 ns (69.6%)
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.9578133576494517e-08,-1.5733351320630057e-08,1.5012464759706534e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628916117815661e-05,1.4827455902421784e-06,-5.268794349273043e-09)
sum a = (-5.64123942871364e-19,1.3992984288641042e-18,1.9058241313221758e-21)
sum e = 0.006205993000107519
sum de = 6.804222197099423e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010910010160885173
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628664717028696e-05,1.484520153025342e-06,-5.5461026962491596e-09)
sum a = (-7.877406409464993e-19,4.336808689942018e-19,1.6940658945086007e-21)
sum e = 0.006205898073710381
sum de = 6.805781371663553e-06
Info: CFL hydro = 0.010878541241239967 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010878541241239967 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.2724e+05 | 99457 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.21901971856187 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7637560359930944, dt = 0.010878541241239967 ----------------
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.78 us (2.0%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1382.00 ns (0.4%)
LB compute : 313.29 us (93.6%)
LB move op cnt : 0
LB apply : 3.55 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(2.792888279815327e-07,4.089718354431848e-07,-1.6851949597938634e-08) v=(-4.4117213379500875e-07,2.5641877989077567e-07,4.438377217969714e-08) l=(-3.392973190814999e-08,3.3227117470735236e-09,2.017408810746585e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628638356271152e-05,1.485129810769166e-06,-5.3883560669749904e-09)
sum a = (-2.879912020664621e-20,-9.486769009248164e-20,-2.625802136488331e-20)
sum e = 0.006205041833416791
sum de = 6.836342269703493e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010895670066568837
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6289928923537006e-05,1.4789038165926145e-06,-5.394687921554356e-09)
sum a = (-4.828087799349512e-19,-8.131516293641283e-20,-2.752857078576476e-20)
sum e = 0.006204947706377859
sum de = 6.838117202245033e-06
Info: CFL hydro = 0.01083781142639488 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01083781142639488 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.2382e+05 | 99453 | 1 | 8.032e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.75794505404813 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7746345772343344, dt = 0.01083781142639488 ----------------
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 : 7.01 us (2.1%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 317.93 us (93.4%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1663.00 ns (68.3%)
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.60545070775167e-09,-1.3519664717852882e-09,1.510143937462512e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628990488105383e-05,1.4789210742338873e-06,-5.2891965886128944e-09)
sum a = (3.2695471764015993e-19,1.1316360175317453e-18,4.658681209898652e-21)
sum e = 0.006204352545765724
sum de = 6.883487447931594e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01085566487795227
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628810049560966e-05,1.479460003913762e-06,-5.192464841246601e-09)
sum a = (-1.0842021724855044e-19,4.0657581468206416e-20,4.235164736271502e-21)
sum e = 0.0062042591883031736
sum de = 6.885139517647858e-06
Info: CFL hydro = 0.010798104064405392 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010798104064405392 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.2698e+05 | 99450 | 1 | 7.832e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.8150314166728 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7854723886607293, dt = 0.010798104064405392 ----------------
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.51 us (2.3%)
patch tree reduce : 2.35 us (0.7%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 300.19 us (93.0%)
LB move op cnt : 0
LB apply : 3.42 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1693.00 ns (69.0%)
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.407606502171212e-09) l=(1.650582046354721e-08,-3.565744535804719e-08,1.0120780219395457e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6287931812912494e-05,1.480086937409853e-06,-5.185741625578107e-09)
sum a = (4.404571325722362e-20,2.4868887331386258e-18,1.4717197458543468e-20)
sum e = 0.006203911025359743
sum de = 7.013428446967359e-06
Info: CFL hydro = 0.021513714019726383 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021513714019726383 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.4301e+05 | 99448 | 1 | 6.954e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.90288511513643 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7962704927251347, dt = 0.021513714019726383 ----------------
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.84 us (2.2%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 292.58 us (93.1%)
LB move op cnt : 0
LB apply : 3.67 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1582.00 ns (66.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6331063483765134e-05,1.3144535828620469e-06,-1.0131753072885496e-08)
sum a = (-5.065257024580716e-19,-7.115076756936123e-19,1.9058241313221758e-21)
sum e = 0.0062043378472795225
sum de = 6.86430038818966e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.021545844424152357
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633149417209429e-05,1.308690042629497e-06,-8.654217052634057e-09)
sum a = (-5.285485590866834e-19,-5.353248226647178e-19,3.1763735522036263e-21)
sum e = 0.006203968656124021
sum de = 6.8690273008145434e-06
Info: CFL hydro = 0.014142554396665554 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014142554396665554 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.2623e+05 | 99448 | 1 | 7.879e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 98.30365612713058 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.817784206744861, dt = 0.014142554396665554 ----------------
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 : 7.14 us (2.1%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 313.48 us (93.4%)
LB move op cnt : 0
LB apply : 3.58 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (69.1%)
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.687510875473461e-08) l=(5.5651375032457783e-08,3.991601993124847e-08,5.5518356895154874e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630127137022665e-05,1.4241912512841427e-06,-6.1118600832617146e-09)
sum a = (-1.3213713977167085e-19,2.019326546254252e-18,3.0704944337968387e-21)
sum e = 0.006201403788560575
sum de = 6.95191892801453e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014159803093067495
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629338588700465e-05,1.4267040294736654e-06,-6.044645787756822e-09)
sum a = (3.9302328752599536e-19,2.3445871979999033e-18,3.8116482626443515e-21)
sum e = 0.006201245222087051
sum de = 6.956565226091736e-06
Info: CFL hydro = 0.011677414194864887 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011677414194864887 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.2697e+05 | 99437 | 1 | 7.832e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.01068963262266 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8319267611415266, dt = 0.011677414194864887 ----------------
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.62 us (1.9%)
patch tree reduce : 2.41 us (0.7%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 334.89 us (93.7%)
LB move op cnt : 0
LB apply : 4.13 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (72.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(7.573641331405303e-07,4.976320337575233e-07,-7.112265891877481e-08) v=(-5.594117976917773e-07,7.297583951204118e-07,1.794278895857836e-08) l=(5.921260867433134e-08,3.290716183202222e-08,9.993500725936433e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62842300074758e-05,1.46514889047795e-06,-4.7915510305854e-09)
sum a = (-6.869437202232376e-19,-8.131516293641283e-20,-1.7999450129153882e-20)
sum e = 0.0062009300663082925
sum de = 6.9777247902461195e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011684396165000383
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627831351086173e-05,1.4655229286769571e-06,-4.7262256062048385e-09)
sum a = (-1.9227647902672618e-19,1.9109063290057016e-18,-1.7999450129153882e-20)
sum e = 0.006200822126525533
sum de = 6.9792780829792795e-06
Info: CFL hydro = 0.010816815323365155 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010816815323365155 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.2484e+05 | 99435 | 1 | 7.965e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.778628787631675 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8436041753363914, dt = 0.010816815323365155 ----------------
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 : 8.15 us (2.3%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1342.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.3%)
LB compute : 336.93 us (93.4%)
LB move op cnt : 0
LB apply : 3.92 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1522.00 ns (64.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(8.081790073534854e-07,2.151084235292766e-07,2.819675793317534e-08) v=(-2.820619945435472e-07,8.124103523950201e-07,4.804373068839662e-09) l=(5.037067227962717e-09,-3.651018967746198e-08,1.5215375679525963e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627543154682744e-05,1.4789955765928813e-06,-4.460618358229073e-09)
sum a = (-6.013933925505532e-19,-2.710505431213761e-18,1.1117307432712692e-20)
sum e = 0.006200214675470393
sum de = 7.039760765103844e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010834710630037723
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627918490906332e-05,1.4793347317380387e-06,-4.11657207048253e-09)
sum a = (5.658180087658726e-19,-2.188733135705112e-18,1.0058516248644817e-20)
sum e = 0.0062001223248065165
sum de = 7.041309063620255e-06
Info: CFL hydro = 0.010486018410969064 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010486018410969064 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.2672e+05 | 99432 | 1 | 7.847e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.62718885073228 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8544209906597566, dt = 0.010486018410969064 ----------------
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 : 6.98 us (2.3%)
patch tree reduce : 2.30 us (0.8%)
gen split merge : 1022.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1312.00 ns (0.4%)
LB compute : 277.81 us (92.3%)
LB move op cnt : 0
LB apply : 4.11 us (1.4%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.47 us (71.0%)
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.361882593548555e-07,-8.884103084778023e-07,-2.5508424448431176e-08) l=(3.912719733180764e-08,-7.1038674588614405e-09,9.939699794841257e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627839180917476e-05,1.4843951872090894e-06,-4.055256461044263e-09)
sum a = (4.870439446712227e-19,8.944667923005412e-19,-1.7893571010747095e-20)
sum e = 0.0061997822274006045
sum de = 7.059778234179267e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010503480406414785
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6274037239912046e-05,1.4820277286999077e-06,-3.7101963738987603e-09)
sum a = (2.676624113323589e-19,6.098637220230962e-20,-1.6728900708272432e-20)
sum e = 0.006199695241938854
sum de = 7.061084674836668e-06
Info: CFL hydro = 0.010465011142849479 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010465011142849479 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.1957e+05 | 99430 | 1 | 8.316e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.3954408960344 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8649070090707256, dt = 0.010465011142849479 ----------------
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 : 7.41 us (2.2%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 951.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 309.29 us (93.1%)
LB move op cnt : 0
LB apply : 3.88 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.485118251485433e-07,-3.639318349256072e-07,3.773931365462673e-08) v=(3.398406914849916e-07,5.857556666069274e-07,-6.2397675487240204e-09) l=(-4.7113792655170556e-08,9.139072185038433e-09,1.5044401163766567e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627381429970029e-05,1.4822930234705903e-06,-3.6989866357562365e-09)
sum a = (1.0020399766018373e-18,8.944667923005412e-19,-2.2658131339052534e-20)
sum e = 0.006199096327272243
sum de = 7.103009106020896e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010476387161715565
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627133412689138e-05,1.4818268552525628e-06,-3.670152984388023e-09)
sum a = (1.5754812818929986e-19,1.07742590890747e-18,-2.329340604949326e-20)
sum e = 0.006199009909986401
sum de = 7.104399269565656e-06
Info: CFL hydro = 0.010764767014384061 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010764767014384061 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.2608e+05 | 99427 | 1 | 7.886e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.774159543919914 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.875372020213575, dt = 0.010764767014384061 ----------------
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.62 us (2.0%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 307.76 us (93.4%)
LB move op cnt : 0
LB apply : 3.82 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1702.00 ns (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.8522179366660477e-07,-1.595611843555598e-08,-9.459448869240817e-09) v=(-6.4263093099082755e-09,2.7954786130171685e-07,1.0150887401062222e-09) l=(-4.957457984463354e-09,4.345033412548076e-09,1.0075651080189993e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6272098300807795e-05,1.477127592021075e-06,-3.765573774223075e-09)
sum a = (7.030373462210693e-19,7.250602028496811e-19,-8.470329472543003e-22)
sum e = 0.006198669028223441
sum de = 7.230685856170606e-06
Info: CFL hydro = 0.021330380966919825 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021330380966919825 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.5247e+05 | 99425 | 1 | 6.521e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.4286019925311 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.886136787227959, dt = 0.021330380966919825 ----------------
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 : 7.00 us (2.0%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 321.25 us (93.6%)
LB move op cnt : 0
LB apply : 3.98 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1713.00 ns (68.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6299287263374985e-05,1.3107174884626307e-06,-7.309196557054843e-09)
sum a = (-8.555032767268433e-20,-2.1006417091906648e-19,-7.835054762102278e-21)
sum e = 0.0061990920893711
sum de = 7.3936248899620725e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02136732499087492
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6295141980952694e-05,1.3075547206143725e-06,-6.391519735564997e-09)
sum a = (1.6008922703106276e-19,-2.303929616531697e-19,-6.03510974918689e-21)
sum e = 0.0061987342159140636
sum de = 7.3984632585585105e-06
Info: CFL hydro = 0.01399584310136652 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01399584310136652 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.2346e+05 | 99425 | 1 | 8.053e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 95.35345584081287 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.907467168194879, dt = 0.01399584310136652 ----------------
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 : 7.02 us (2.4%)
patch tree reduce : 2.30 us (0.8%)
gen split merge : 1051.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 275.86 us (92.6%)
LB move op cnt : 0
LB apply : 3.94 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1693.00 ns (68.4%)
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.98601320718347e-09,3.4739914496666144e-08,9.949804818967746e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627697838806841e-05,1.4237354096238326e-06,-4.448120525047745e-09)
sum a = (-1.3018896399298596e-18,1.362028979184915e-18,7.940933880509066e-21)
sum e = 0.006198490089024537
sum de = 7.345137903025969e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014008869905957884
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628102919488197e-05,1.4240406413217884e-06,-2.909586990845852e-09)
sum a = (2.515687853345272e-19,1.0909784360635388e-18,8.999725064576941e-21)
sum e = 0.00619833483192876
sum de = 7.34746614154688e-06
Info: CFL hydro = 0.011546492384827004 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011546492384827004 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.2603e+05 | 99423 | 1 | 7.889e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.87118345104695 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9214630112962454, dt = 0.011546492384827004 ----------------
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 : 7.50 us (2.1%)
patch tree reduce : 2.28 us (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 341.35 us (93.7%)
LB move op cnt : 0
LB apply : 3.63 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-8.909263740074653e-07,1.2626014443676938e-07,1.6224347139787016e-07) v=(-8.084750977198964e-08,-9.086194547693318e-07,-1.2820209829068274e-08) l=(-9.459154261803096e-09,-6.23077857069087e-09,3.018550171219865e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627468601180541e-05,1.4627256659339053e-06,-2.8383912808746737e-09)
sum a = (3.7608262858090935e-19,-4.607859233063394e-19,-1.725829630030637e-20)
sum e = 0.006196992164339399
sum de = 7.445115076194777e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011563199528143941
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626994392831904e-05,1.4617990710154971e-06,-2.265451798321878e-09)
sum a = (3.040848280642938e-19,-5.014435047745458e-19,-1.8846483076408183e-20)
sum e = 0.0061968874148159376
sum de = 7.4474940635051506e-06
Info: CFL hydro = 0.010685114147244401 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010685114147244401 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.2694e+05 | 99417 | 1 | 7.832e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.07396246440976 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9330095036810724, dt = 0.010685114147244401 ----------------
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.70 us (2.0%)
patch tree reduce : 2.18 us (0.7%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 312.94 us (93.3%)
LB move op cnt : 0
LB apply : 3.96 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (70.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.926717454993024e-09,9.926259270837785e-09,5.134529778560168e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6267619525823555e-05,1.4755638847990652e-06,-2.0619478399899495e-09)
sum a = (6.877907531704919e-19,-1.1384122811097797e-18,-1.7152417181899582e-20)
sum e = 0.006196792472334503
sum de = 7.404787949171781e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010699833130042368
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6262929643532767e-05,1.4794705793300033e-06,-2.0318300216817075e-09)
sum a = (6.124048208648591e-19,1.2400562347802957e-18,-1.69935985042894e-20)
sum e = 0.006196702134993348
sum de = 7.406032581026872e-06
Info: CFL hydro = 0.010322697947885092 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010322697947885092 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.2688e+05 | 99416 | 1 | 7.835e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.0945652027492 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9436946178283168, dt = 0.010322697947885092 ----------------
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 : 6.89 us (1.9%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 341.47 us (94.0%)
LB move op cnt : 0
LB apply : 3.69 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (73.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(6.921418830334926e-07,8.137684957931222e-07,-3.958117324730292e-09) v=(-8.670464862634236e-07,6.332183940194205e-07,3.020276404993896e-08) l=(7.570654466922092e-08,-8.48047456914117e-08,2.5023778961582514e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626205880402687e-05,1.485324808065159e-06,-1.9400938874482734e-09)
sum a = (-4.112344958919628e-19,8.673617379884035e-19,1.0217334926254998e-20)
sum e = 0.006195598003704099
sum de = 7.453137176915865e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010331746806360217
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6259813360465885e-05,1.4827267674415265e-06,-1.93821569288244e-09)
sum a = (4.840793293558326e-19,7.521652571618187e-19,1.0746730518288936e-20)
sum e = 0.006195514087998416
sum de = 7.4548632915174705e-06
Info: CFL hydro = 0.010137552514040396 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010137552514040396 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.2311e+05 | 99411 | 1 | 8.075e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.02153726070322 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9540173157762017, dt = 0.010137552514040396 ----------------
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.21 us (2.1%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 327.09 us (93.6%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1762.00 ns (69.0%)
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.723583939906934e-07,-8.458031046939934e-09) l=(-6.881498193909485e-08,-3.0275805437915934e-08,1.0045367300951348e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625941641671702e-05,1.4855572689479978e-06,-1.867851530455961e-09)
sum a = (-1.4505439221729893e-18,-1.2807138162485021e-18,2.234049398383217e-20)
sum e = 0.0061951603366865666
sum de = 7.5353802575371575e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01014351801490562
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625603040407501e-05,1.4862566964857828e-06,-1.680064673336579e-09)
sum a = (-1.1943164556285635e-18,9.012430558785756e-19,2.1122884122154115e-20)
sum e = 0.006195079767065461
sum de = 7.536592250750171e-06
Info: CFL hydro = 0.010012747661743662 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010012747661743662 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.2749e+05 | 99409 | 1 | 7.798e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.80254528369723 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.964154868290242, dt = 0.010012747661743662 ----------------
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.77 us (1.8%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 359.96 us (94.2%)
LB move op cnt : 0
LB apply : 3.96 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.661114178896835e-07,1.781682701635745e-07,2.856628583844829e-08) v=(-2.121109370124423e-07,4.587076052402591e-07,3.6580277195633403e-09) l=(-2.4894881083660866e-08,-1.5597453333285104e-08,5.034872114907749e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625569966590075e-05,1.488293304490372e-06,-1.7136865376035635e-09)
sum a = (1.2273507405714812e-18,8.131516293641283e-20,1.0376153603865179e-20)
sum e = 0.006194979424576789
sum de = 7.560708077153423e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010032155176953498
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625693733770317e-05,1.4861816260291095e-06,-1.558126113475363e-09)
sum a = (6.136753702857406e-19,3.5236570605778894e-19,9.052664623780335e-21)
sum e = 0.006194900616113351
sum de = 7.56176730378572e-06
Info: CFL hydro = 0.01089546312996575 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01089546312996575 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.2330e+05 | 99408 | 1 | 8.062e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.710727405890665 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9741676159519859, dt = 0.01089546312996575 ----------------
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 : 7.07 us (2.0%)
patch tree reduce : 2.30 us (0.6%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 338.89 us (93.7%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (69.4%)
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.982942157305846e-11) l=(6.8221368285039396e-09,-6.628561139779384e-09,1.5291833224754777e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625842180368452e-05,1.4719415426063252e-06,-1.6997844061823473e-09)
sum a = (-9.825582188149884e-20,4.0657581468206416e-19,-1.0587911840678754e-20)
sum e = 0.006194295034791419
sum de = 7.5632381063912545e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010919033575245337
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625546765614637e-05,1.4737111649298874e-06,-1.6682534640171985e-09)
sum a = (-6.225692162319107e-20,3.9302328752599536e-19,-9.105604182983729e-21)
sum e = 0.00619420147399804
sum de = 7.564979623182953e-06
Info: CFL hydro = 0.010434191686115653 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010434191686115653 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.2444e+05 | 99405 | 1 | 7.988e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.10292249127655 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9850630790819517, dt = 0.010434191686115653 ----------------
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.29 us (2.1%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 325.54 us (93.7%)
LB move op cnt : 0
LB apply : 3.69 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1503.00 ns (64.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.938086810502313e-09,1.6130213443531258e-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.481074995387594e-06,-1.618868088755031e-09)
sum a = (4.2266944067989587e-19,-1.260385025514399e-18,9.370301979000698e-21)
sum e = 0.006193599628203331
sum de = 7.614804557869054e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010453357914689968
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625394943063985e-05,1.4859010671504968e-06,-1.4906213195479157e-09)
sum a = (-3.4304834363799164e-20,-8.470329472543003e-19,9.211483301390516e-21)
sum e = 0.006193514177425784
sum de = 7.616342558894684e-06
Info: CFL hydro = 0.010703162901576899 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010703162901576899 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.2536e+05 | 99402 | 1 | 7.929e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.37400684313743 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9954972707680674, dt = 0.010703162901576899 ----------------
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 : 7.01 us (1.8%)
patch tree reduce : 2.26 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 366.18 us (94.1%)
LB move op cnt : 0
LB apply : 4.35 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (74.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-4.1832897528000924e-08,9.910477507935853e-07,4.554050589223963e-09) v=(-9.957264224498075e-07,-1.054807326654605e-07,-8.547648038805595e-09) l=(-1.4776222966780203e-08,-6.336789678889193e-09,1.002168284697214e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625435471454269e-05,1.482137842944792e-06,-1.5593025885859148e-09)
sum a = (-8.597384414631148e-20,-2.371692252312041e-18,3.705769144237564e-22)
sum e = 0.0061931797667856125
sum de = 7.694487041020135e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010704226731787727
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625487146005313e-05,1.4834847332938949e-06,-1.4173882574006833e-09)
sum a = (-8.487270131488089e-19,-2.341199066210886e-18,-6.352747104407253e-22)
sum e = 0.006193090088360156
sum de = 7.695874446736963e-06
Info: CFL hydro = 0.010611553070227249 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010611553070227249 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.2736e+05 | 99400 | 1 | 7.805e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.37002608565116 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0062004336696444, dt = 0.010611553070227249 ----------------
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.79 us (2.0%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 318.40 us (93.5%)
LB move op cnt : 0
LB apply : 3.90 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.01 us (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.3518466296343077e-07,3.707723481630911e-07,4.506967368339571e-09) v=(-3.4105517701533674e-07,-3.6470048205519175e-07,6.593448909060345e-10) l=(3.8000695357733065e-09,-2.614047071277622e-09,4.976608912610073e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625489893455421e-05,1.4849813649581907e-06,-1.4329099406156332e-09)
sum a = (9.745114058160725e-19,1.4365678785432934e-18,-2.6469779601696886e-20)
sum e = 0.006193011713895094
sum de = 7.689448362422324e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010631178069438781
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62530419085264e-05,1.4826550435060267e-06,-1.1999395553338332e-09)
sum a = (8.508445955169447e-19,2.778268066994105e-19,-2.771385924297664e-20)
sum e = 0.0061929231862044515
sum de = 7.690650351060388e-06
Info: CFL hydro = 0.010522896381973993 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010522896381973993 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.2663e+05 | 99399 | 1 | 7.850e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.66635362020161 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0168119867398717, dt = 0.010522896381973993 ----------------
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.73 us (1.6%)
patch tree reduce : 2.06 us (0.5%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 404.64 us (94.9%)
LB move op cnt : 0
LB apply : 4.02 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (71.5%)
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.2209268748310557e-07,-4.7988982801349345e-09) l=(4.1763745701041635e-08,-9.629679181041925e-09,1.49950098310848e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625282845963764e-05,1.483898298846013e-06,-1.2497337171289823e-09)
sum a = (2.0371142381465923e-19,-6.2341624917916505e-19,-1.1382005228729661e-20)
sum e = 0.006192334286467591
sum de = 7.74836300081554e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01053676428876348
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625282897296994e-05,1.4847417071102076e-06,-1.3345986774567685e-09)
sum a = (6.776263578034403e-20,-3.5914196963582334e-19,-1.164670302474663e-20)
sum e = 0.0061922475580926
sum de = 7.749905828856093e-06
Info: CFL hydro = 0.010436910484701663 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010436910484701663 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.2620e+05 | 99396 | 1 | 7.876e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.09689451786898 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0273348831218456, dt = 0.010436910484701663 ----------------
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 : 7.03 us (1.9%)
patch tree reduce : 2.29 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 356.45 us (94.1%)
LB move op cnt : 0
LB apply : 4.06 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.9401954232800686e-07,1.854819864809587e-07,-4.3629793110849367e-08) v=(-1.8288690097798498e-07,-2.0543956438709546e-07,1.2232066184899379e-08) l=(1.0805854070306088e-08,2.4815783349418755e-08,1.0105392461821775e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6252845545115746e-05,1.4860366536144145e-06,-1.1724727706684508e-09)
sum a = (1.209986565152768e-18,9.893344823930228e-19,-1.6623021589865644e-20)
sum e = 0.006191900959894274
sum de = 7.78415755698733e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010449732057570797
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6253492882293e-05,1.4844532522763023e-06,-1.3739129583020751e-09)
sum a = (1.6135977645194421e-19,2.2836008257975937e-18,-1.7152417181899582e-20)
sum e = 0.006191815528688027
sum de = 7.785485099478847e-06
Info: CFL hydro = 0.010353432002147889 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010353432002147889 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.2683e+05 | 99394 | 1 | 7.836e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.94608862252266 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0377717936065474, dt = 0.010353432002147889 ----------------
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 : 7.05 us (2.4%)
patch tree reduce : 1963.00 ns (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.4%)
LB compute : 275.22 us (92.7%)
LB move op cnt : 0
LB apply : 3.62 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1642.00 ns (68.6%)
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.7947679907045678e-08,-4.064877549179404e-08,1.0015023868543255e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625352171819216e-05,1.4856638295638791e-06,-1.2578968086806093e-09)
sum a = (2.363221922839498e-19,2.303929616531697e-19,4.446922973085077e-21)
sum e = 0.006191475095610555
sum de = 7.76459434302931e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010373825163341385
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625401910449431e-05,1.4877680085270556e-06,-1.2561250898484623e-09)
sum a = (1.07742590890747e-18,-7.657177843178875e-19,3.970466940254533e-21)
sum e = 0.0061913908768722525
sum de = 7.765922231640844e-06
Info: CFL hydro = 0.010328003326798169 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010328003326798169 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.2699e+05 | 99392 | 1 | 7.827e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.62204756689431 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.048125225608695, dt = 0.010328003326798169 ----------------
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.83 us (1.8%)
patch tree reduce : 2.30 us (0.6%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1121.00 ns (0.3%)
LB compute : 357.55 us (94.1%)
LB move op cnt : 0
LB apply : 3.84 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (70.1%)
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.4306918488633313e-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.625401667452816e-05,1.4882356230390547e-06,-1.3197176246365527e-09)
sum a = (-1.0249098661777034e-18,-7.995991022080595e-19,-3.917527381051139e-21)
sum e = 0.00619050343583463
sum de = 7.771244700976835e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010349692991199148
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625442412515755e-05,1.4854542159853975e-06,-1.3690802339011235e-09)
sum a = (-9.867933835512599e-20,6.776263578034403e-19,-5.1880768019325896e-21)
sum e = 0.006190419721967374
sum de = 7.772926398695672e-06
Info: CFL hydro = 0.010158617541121805 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010158617541121805 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.2691e+05 | 99388 | 1 | 7.832e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.4758736039361 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0584532289354933, dt = 0.010158617541121805 ----------------
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 : 7.43 us (2.3%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 1231.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 303.92 us (93.0%)
LB move op cnt : 0
LB apply : 3.63 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-2.9322791204895303e-07,-4.710757703202983e-07,-3.7913303299865086e-08) v=(5.0603566404407e-07,-2.531737942640134e-07,3.267356037342076e-09) l=(-3.4689333988680326e-08,2.0434124973531557e-10,1.5099831168587704e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625426945241394e-05,1.487911371688601e-06,-1.2342797355265945e-09)
sum a = (-5.351130644279042e-19,-4.472333961502706e-19,-1.2705494208814505e-20)
sum e = 0.006189814787329016
sum de = 7.774970709863692e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010184380163217334
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6250003882606916e-05,1.4832050149252626e-06,-1.5209934547263872e-09)
sum a = (-3.449541677693138e-19,3.4558944247975454e-19,-1.2387856853594142e-20)
sum e = 0.006189733825113696
sum de = 7.776406246353262e-06
Info: CFL hydro = 0.010124898561970777 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010124898561970777 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.2671e+05 | 99385 | 1 | 7.843e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.62605541812608 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0686118464766152, dt = 0.010124898561970777 ----------------
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 : 7.03 us (1.9%)
patch tree reduce : 2.05 us (0.5%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 351.39 us (94.0%)
LB move op cnt : 0
LB apply : 4.20 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1793.00 ns (69.1%)
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.3685153644447775e-08) l=(-6.676881822840223e-09,-6.00603926717647e-08,1.5103478245340174e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624968008961128e-05,1.48344493438484e-06,-1.3820315010498846e-09)
sum a = (-6.583563582534049e-19,2.913793338554793e-19,9.68793933422106e-21)
sum e = 0.0061891269523462345
sum de = 7.762571308157547e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010155512736188872
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624789944637158e-05,1.4860075050451276e-06,-1.4735849504503797e-09)
sum a = (-7.104488845095444e-19,8.063753657860939e-19,7.199780051661553e-21)
sum e = 0.006189046559619002
sum de = 7.764024173204868e-06
Info: CFL hydro = 0.010028289983728868 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010028289983728868 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.2660e+05 | 99382 | 1 | 7.850e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.43045792009999 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.078736745038586, dt = 0.010028289983728868 ----------------
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 : 7.54 us (1.1%)
patch tree reduce : 2.32 us (0.3%)
gen split merge : 981.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1201.00 ns (0.2%)
LB compute : 640.77 us (96.4%)
LB move op cnt : 0
LB apply : 4.21 us (0.6%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (72.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.8998126522694553e-07,4.912844727871836e-07,-6.817879966905725e-09) v=(-5.078141832863496e-07,1.4364010869378097e-07,2.0128327390286076e-08) l=(5.937072133495971e-09,9.124017068418959e-09,1.5146676124873056e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62478510262017e-05,1.4877352108685728e-06,-1.4037874214035223e-09)
sum a = (-3.9408207871006323e-19,1.5924219408380846e-18,-4.8757334026325663e-20)
sum e = 0.006188435325089137
sum de = 7.718310255500522e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010043197430424894
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624948975346172e-05,1.489982590854607e-06,-1.4896850729969463e-09)
sum a = (-2.668153783851046e-19,1.1926223897340549e-18,-4.785736151986797e-20)
sum e = 0.0061883564084075
sum de = 7.719691806844141e-06
Info: CFL hydro = 0.010166251649964226 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010166251649964226 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.2548e+05 | 99379 | 1 | 7.920e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.5818922263151 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.088765035022315, dt = 0.010166251649964226 ----------------
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 : 7.24 us (2.1%)
patch tree reduce : 2.25 us (0.7%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 317.69 us (93.2%)
LB move op cnt : 0
LB apply : 3.92 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1843.00 ns (70.5%)
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.514817399192749e-08,6.194243451846429e-08,2.010408729773486e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6249797808309885e-05,1.487969103133253e-06,-1.4206766471286578e-09)
sum a = (8.604332731776594e-20,2.6630715861675203e-18,-6.03510974918689e-21)
sum e = 0.006187494650059376
sum de = 7.689256310241456e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010190392166057818
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6242001397517656e-05,1.4850465842661316e-06,-1.3413570816250545e-09)
sum a = (2.751699025718902e-19,4.743384504624082e-19,-3.1234339930002325e-21)
sum e = 0.006187413687009469
sum de = 7.690830450036231e-06
Info: CFL hydro = 0.010560294013225183 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010560294013225183 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.2621e+05 | 99375 | 1 | 7.874e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.48034691638437 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.098931286672279, dt = 0.010560294013225183 ----------------
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 : 7.04 us (2.1%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 319.90 us (93.6%)
LB move op cnt : 0
LB apply : 3.63 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.2781222731347023e-06,-5.036435448555805e-07,1.7410483422777067e-08) v=(4.267492163612861e-07,1.3262057946922755e-06,2.8398072731879887e-08) l=(1.396949000589134e-09,2.8620893733075554e-08,2.0240516063649533e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6241422762072366e-05,1.4788242766140342e-06,-1.2905541000923265e-09)
sum a = (3.365897174151776e-19,-2.981555974335137e-19,-5.823351512373315e-21)
sum e = 0.006186550268011152
sum de = 7.757929959758169e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010579974444619182
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624344281794982e-05,1.4787272107838343e-06,-1.4479717142848335e-09)
sum a = (-1.6273620499123245e-19,1.6263032587282567e-19,-2.5940384009662948e-21)
sum e = 0.006186463413688337
sum de = 7.759638978549229e-06
Info: CFL hydro = 0.011008829032882689 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011008829032882689 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.1929e+05 | 99371 | 1 | 8.330e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.637769590073596 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1094915806855044, dt = 0.011008829032882689 ----------------
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.73 us (2.1%)
patch tree reduce : 2.17 us (0.7%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.4%)
LB compute : 305.24 us (93.3%)
LB move op cnt : 0
LB apply : 3.62 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (69.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.5769467547246507e-09,4.951364673607284e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624368736353903e-05,1.4716235096425576e-06,-1.4486396267874827e-09)
sum a = (3.059377126364126e-19,3.9979955110402976e-19,-2.1625809934586356e-20)
sum e = 0.00618639584657951
sum de = 7.739172319037054e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01103454662138818
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624346907109123e-05,1.470467449612734e-06,-1.0760996628537766e-09)
sum a = (8.363920958544182e-19,-3.3881317890172014e-20,-2.0752307207730358e-20)
sum e = 0.006186301182062519
sum de = 7.740463205939732e-06
Info: CFL hydro = 0.010877322137406912 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010877322137406912 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.2339e+05 | 99370 | 1 | 8.053e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.21232724784847 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.120500409718387, dt = 0.010877322137406912 ----------------
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.67 us (2.0%)
patch tree reduce : 2.47 us (0.8%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.4%)
LB compute : 305.75 us (93.4%)
LB move op cnt : 0
LB apply : 3.50 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-2.314770457038004e-07,-1.7454319972525363e-07,6.107074110984937e-08) v=(1.9909908154522397e-07,-2.174274356466795e-07,3.489012982567539e-09) l=(-7.418492491005837e-08,-8.823720561224142e-09,2.013326872557324e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624357466337943e-05,1.472390820337534e-06,-1.2117260557928524e-09)
sum a = (-1.8338263308055602e-19,-5.421010862427522e-20,1.4306915874717167e-20)
sum e = 0.006185456199926056
sum de = 7.751486961133527e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01090373499480554
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624351331529574e-05,1.473966927798962e-06,-5.025303186231993e-10)
sum a = (-3.4108957994746607e-19,6.505213034913027e-19,1.4399560103323106e-20)
sum e = 0.006185363900723859
sum de = 7.75322816600861e-06
Info: CFL hydro = 0.01120505468596466 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01120505468596466 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.2713e+05 | 99366 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.10039734754889 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.131377731855794, dt = 0.01120505468596466 ----------------
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.99 us (2.3%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 1091.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.4%)
LB compute : 278.54 us (92.7%)
LB move op cnt : 0
LB apply : 3.81 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1713.00 ns (68.7%)
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.8839537761000023e-07,-2.839124230563436e-07,-9.999612875327427e-09) l=(1.3360618093704979e-08,-1.069307221289445e-09,1.5128353312806632e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624364981759843e-05,1.4688832445142026e-06,-8.159304354296046e-10)
sum a = (-1.8235692912099027e-19,8.809142651444724e-19,-6.313042435004707e-21)
sum e = 0.0061847807446612085
sum de = 7.877632928513705e-06
Info: CFL hydro = 0.022193819311763813 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022193819311763813 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.5257e+05 | 99363 | 1 | 6.512e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.94004916342306 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1425827865417584, dt = 0.022193819311763813 ----------------
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 : 7.13 us (2.3%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1162.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 281.43 us (92.7%)
LB move op cnt : 0
LB apply : 3.93 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1772.00 ns (68.3%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624234052739672e-05,1.2947808379920074e-06,-8.216656285477681e-10)
sum a = (-5.47183283926278e-19,3.3203691532368573e-19,1.852884572118782e-20)
sum e = 0.0061852422443898275
sum de = 7.991031591998567e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022244238035694086
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6233793570959585e-05,1.296746910295151e-06,-1.388529814185326e-09)
sum a = (-7.062137197732729e-19,5.21772295508649e-19,1.8475906161984426e-20)
sum e = 0.006184859790005531
sum de = 7.996554497938838e-06
Info: CFL hydro = 0.01445515528545115 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01445515528545115 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.2612e+05 | 99363 | 1 | 7.879e-01 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.41155858591411 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1647766058535223, dt = 0.01445515528545115 ----------------
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 : 7.49 us (2.3%)
patch tree reduce : 2.22 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 306.26 us (93.2%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (52.6%)
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.8134860435740458e-08) l=(6.183059867748104e-08,1.245981980835946e-08,2.0282925358154516e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623665245600106e-05,1.4185547390428748e-06,-6.894271912999833e-10)
sum a = (-1.147729643529577e-19,1.2400562347802957e-18,4.552802091491864e-21)
sum e = 0.006184103610592171
sum de = 8.154129478475735e-06
Info: CFL hydro = 0.023736059537411293 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023736059537411293 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.4498e+05 | 99359 | 1 | 6.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.93380767034954 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1792317611389733, dt = 0.023736059537411293 ----------------
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 : 7.52 us (2.1%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.4%)
LB compute : 329.69 us (93.6%)
LB move op cnt : 0
LB apply : 3.57 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (73.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6229572302067465e-05,1.272055242084396e-06,-1.2069243292618313e-09)
sum a = (-2.4256906026995026e-19,1.6940658945086007e-18,2.5768330442251918e-20)
sum e = 0.006184574213759052
sum de = 8.134662500161666e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02381014072233354
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62321983732439e-05,1.2827258210249112e-06,-3.9163341253094594e-10)
sum a = (-4.399277369802022e-19,1.1722935989999517e-18,2.6238169030182038e-20)
sum e = 0.006184135422938243
sum de = 8.141213336270155e-06
Info: CFL hydro = 0.014685818119820027 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014685818119820027 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.2590e+05 | 99359 | 1 | 7.892e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 108.27483985340997 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2029678206763847, dt = 0.014685818119820027 ----------------
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.96 us (2.3%)
patch tree reduce : 2.06 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.4%)
LB compute : 284.24 us (92.8%)
LB move op cnt : 0
LB apply : 3.78 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1762.00 ns (69.0%)
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.955607053143336e-07,-6.7321848462991415e-09) l=(-1.935130411721286e-08,-3.7748305573387065e-08,4.035092302327129e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6236545194735815e-05,1.4214565794529483e-06,-3.4766735693760007e-10)
sum a = (4.2976334161315063e-19,-2.371692252312041e-19,-3.5893021139900977e-20)
sum e = 0.0061823726739592515
sum de = 8.074033830096172e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014704195744481167
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623678294027664e-05,1.4233825380372065e-06,-1.2090088392569171e-10)
sum a = (4.3473966017826965e-19,-1.8058742435461683e-18,-3.7580469589509153e-20)
sum e = 0.006182203961759389
sum de = 8.07825626726035e-06
Info: CFL hydro = 0.011686219342757988 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011686219342757988 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.2637e+05 | 99351 | 1 | 7.862e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.24556005461096 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2176536387962047, dt = 0.011686219342757988 ----------------
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.88 us (0.8%)
patch tree reduce : 2.06 us (0.3%)
gen split merge : 951.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1151.00 ns (0.1%)
LB compute : 798.45 us (97.3%)
LB move op cnt : 0
LB apply : 4.17 us (0.5%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-4.0900012895717715e-07,3.411444982198968e-07,-7.613792719162939e-09) v=(-3.072892431717542e-07,-4.511141833983114e-07,2.8908252441487254e-08) l=(-3.118061452350061e-08,7.032639203376775e-08,3.037194000386561e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623807590545359e-05,1.468777536847028e-06,-9.576863462684455e-11)
sum a = (-7.273895434546304e-20,-8.267041565201971e-19,-6.7067804065799484e-21)
sum e = 0.00618085905535476
sum de = 8.166218429653194e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011708116516754217
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6237151535822225e-05,1.4657757486064452e-06,1.4473956074384316e-10)
sum a = (-5.113961419047838e-20,-4.472333961502706e-19,-6.984713092397766e-21)
sum e = 0.006180753303857334
sum de = 8.168864391714622e-06
Info: CFL hydro = 0.011597919424745858 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011597919424745858 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.2714e+05 | 99345 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.84261038732432 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2293398581389625, dt = 0.011597919424745858 ----------------
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 : 6.90 us (2.0%)
patch tree reduce : 2.31 us (0.7%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 325.61 us (93.6%)
LB move op cnt : 0
LB apply : 3.54 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1913.00 ns (70.5%)
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.120947930636625e-08,-8.908295871518712e-09) l=(1.2129725259452464e-08,2.0181972653880285e-08,5.14190973747899e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623718507298621e-05,1.4669658417707472e-06,7.29234810621338e-11)
sum a = (5.512066904257359e-19,3.9302328752599536e-19,-2.7065349642735066e-20)
sum e = 0.0061806869301938815
sum de = 8.148570618154413e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011633753125493257
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6237163538367694e-05,1.467390388340447e-06,3.0635304261664915e-10)
sum a = (3.0959054222144677e-19,9.75781955236954e-19,-2.4994089388902284e-20)
sum e = 0.006180582435579251
sum de = 8.150037414169525e-06
Info: CFL hydro = 0.011187913387680147 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011187913387680147 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.2706e+05 | 99344 | 1 | 7.819e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.39940715063772 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2409377775637083, dt = 0.011187913387680147 ----------------
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 : 7.29 us (1.9%)
patch tree reduce : 2.37 us (0.6%)
gen split merge : 1302.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 354.00 us (93.9%)
LB move op cnt : 0
LB apply : 3.75 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-2.333736508025689e-07,7.370420318310897e-08,8.737054173824255e-09) v=(-4.5293375511164496e-08,-2.43261319528019e-07,-9.811553084186792e-09) l=(1.6151179345035467e-08,6.820331257989114e-08,2.0159799382506757e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6237554435003955e-05,1.4736836089353122e-06,1.333437203915082e-10)
sum a = (4.386571875593208e-19,8.809142651444724e-19,-3.8209126855049454e-20)
sum e = 0.006179745229499238
sum de = 8.139854772448808e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011213570847740096
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6238406406465433e-05,1.4749968692428467e-06,7.110108715915778e-11)
sum a = (2.5696862037327337e-19,-2.981555974335137e-19,-3.9995836978163994e-20)
sum e = 0.006179647922598108
sum de = 8.141937273795245e-06
Info: CFL hydro = 0.011006325669164837 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011006325669164837 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.2688e+05 | 99340 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.4426307761918 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2521256909513885, dt = 0.011006325669164837 ----------------
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.76 us (2.0%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.4%)
LB compute : 317.13 us (93.6%)
LB move op cnt : 0
LB apply : 3.92 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1712.00 ns (68.9%)
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.4756606673442205e-08) l=(-1.6776929106882216e-08,3.032199748441115e-08,1.5046235062260785e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623864638323337e-05,1.4779221502888678e-06,2.4324166829296627e-10)
sum a = (1.9248823726353975e-19,4.87890977618477e-19,-2.2314024204230475e-20)
sum e = 0.006179072594781605
sum de = 8.150569947514553e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01103813327686136
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623487564962875e-05,1.4744455866277825e-06,7.854607734306987e-10)
sum a = (2.560157083076123e-19,7.589415207398531e-19,-1.9958213819679452e-20)
sum e = 0.006178978748435197
sum de = 8.152253979911239e-06
Info: CFL hydro = 0.010901231374785918 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010901231374785918 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.2701e+05 | 99337 | 1 | 7.821e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.66207723846011 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2631320166205535, dt = 0.010901231374785918 ----------------
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 : 7.55 us (2.3%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 1022.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 309.30 us (93.1%)
LB move op cnt : 0
LB apply : 3.64 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1913.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(4.3037686478260685e-07,-5.698013124168865e-07,1.1170844723410293e-07) v=(5.514413786786507e-07,4.73098091866478e-07,1.2858320919481281e-09) l=(-3.176919174431047e-08,7.912952499496038e-08,1.5126051862080674e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62346148046613e-05,1.4759291347656218e-06,4.949380096353097e-10)
sum a = (-9.253834948753231e-20,2.0328790734103208e-20,-1.4505439221729893e-20)
sum e = 0.0061783897657962834
sum de = 8.183339449936912e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010924492589838124
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623287427677501e-05,1.4711062471946902e-06,6.593055473547294e-10)
sum a = (-8.46185914307046e-19,5.421010862427522e-20,-1.6014216659026616e-20)
sum e = 0.006178297889616106
sum de = 8.185007454823153e-06
Info: CFL hydro = 0.010822944071511591 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010822944071511591 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.2712e+05 | 99334 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.22333717310676 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2740332479953396, dt = 0.010822944071511591 ----------------
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 : 7.30 us (2.1%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 328.15 us (93.7%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1742.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.535937017904177e-07,-8.849697973424144e-07,-4.032851241967046e-08) v=(8.750675671953225e-07,2.210123052672958e-07,2.2853668516485845e-08) l=(2.0669884080977318e-09,-4.649544521503376e-08,1.000871887561739e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623284242635651e-05,1.472037965380062e-06,7.712462871070516e-10)
sum a = (1.2150687628362938e-18,-3.6591823321385775e-19,3.0652004778764994e-20)
sum e = 0.006177970923333676
sum de = 8.10344739214658e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010853565448460716
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6230448461044595e-05,1.4717853134448545e-06,4.0597459668589655e-10)
sum a = (9.24959978401696e-19,-2.846030702774449e-19,3.009613940712936e-20)
sum e = 0.006177879851462662
sum de = 8.104901483052248e-06
Info: CFL hydro = 0.010836954695635254 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010836954695635254 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.2725e+05 | 99332 | 1 | 7.806e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.91239800002693 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2848561920668513, dt = 0.010836954695635254 ----------------
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.93 us (1.7%)
patch tree reduce : 2.07 us (0.5%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 374.64 us (94.4%)
LB move op cnt : 0
LB apply : 4.02 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (74.2%)
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.482071945841572e-07,1.2219378452994762e-08) l=(-2.9675832023049983e-08,-1.294229147347329e-08,2.523423235100059e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6230328902451874e-05,1.471607836852113e-06,4.524239227845154e-10)
sum a = (-2.795208725939191e-19,1.1993986533120893e-18,-3.2346070673273594e-20)
sum e = 0.00617677593643958
sum de = 8.031941225688695e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010868086521641012
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6223153071734576e-05,1.471407055777892e-06,3.551234214407946e-10)
sum a = (-1.0342272285975007e-18,4.811147140404426e-19,-2.862706663923518e-20)
sum e = 0.00617668466150091
sum de = 8.033910059274332e-06
Info: CFL hydro = 0.010760412138878078 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010760412138878078 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.2687e+05 | 99327 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.83277131825324 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2956931467624866, dt = 0.010760412138878078 ----------------
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 : 7.13 us (2.1%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 1162.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 309.89 us (93.3%)
LB move op cnt : 0
LB apply : 3.82 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1522.00 ns (65.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.131298869134539e-06,-9.251077330700664e-09) l=(7.334266433527553e-08,-2.0315517323715925e-08,2.5159782786195965e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622296575382328e-05,1.4728645062960538e-06,4.107851956282716e-10)
sum a = (2.371692252312041e-20,-6.640738306473715e-19,1.1845226371759356e-20)
sum e = 0.0061755862853132915
sum de = 8.084565488686406e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010793626695355616
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6221025738524034e-05,1.4682671711109321e-06,3.474062794565379e-10)
sum a = (-1.3891340334970526e-19,-5.692061405548898e-19,1.2943722225229777e-20)
sum e = 0.006175496990575948
sum de = 8.086542090779089e-06
Info: CFL hydro = 0.010687264833028539 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010687264833028539 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.2533e+05 | 99322 | 1 | 7.925e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.88105264308311 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3064535589013646, dt = 0.010687264833028539 ----------------
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 : 7.36 us (2.2%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.4%)
LB compute : 318.83 us (93.3%)
LB move op cnt : 0
LB apply : 4.15 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.8400474678735134e-07,-8.042172539270213e-07,-1.8906359535754933e-08) v=(8.036564576637261e-07,2.2947985271827066e-07,-5.006189530401294e-09) l=(4.0944157733863376e-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.622103775760243e-05,1.4692510890861437e-06,3.3409944802065703e-10)
sum a = (-1.4823076576950256e-19,5.963111948670274e-19,-1.2731963988416202e-20)
sum e = 0.006175159333769861
sum de = 8.159114770256152e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010716826989025437
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621938720035041e-05,1.4668250835885851e-06,3.593760511460174e-10)
sum a = (2.168404344971009e-19,5.692061405548898e-19,-1.1792286812555963e-20)
sum e = 0.006175071541697905
sum de = 8.160523079070955e-06
Info: CFL hydro = 0.01094034975795103 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01094034975795103 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.2695e+05 | 99320 | 1 | 7.824e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.17695301555671 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3171408237343933, dt = 0.01094034975795103 ----------------
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.45 us (1.8%)
patch tree reduce : 2.26 us (0.6%)
gen split merge : 1232.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 345.25 us (94.0%)
LB move op cnt : 0
LB apply : 4.08 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1903.00 ns (71.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.112123706744293e-09) l=(2.8290175627466016e-09,-1.4961769389880088e-08,5.034125442611274e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621874310577759e-05,1.462414428185895e-06,4.201702594526845e-10)
sum a = (-1.3052777717188768e-18,-2.236166980751353e-19,8.205631676526035e-21)
sum e = 0.006174998177197732
sum de = 8.226830578355719e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01096279335233769
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6215434267587186e-05,1.4607354429697035e-06,6.563799787034788e-10)
sum a = (-3.5998900258307764e-19,-2.303929616531697e-19,6.961552035246281e-21)
sum e = 0.006174906174745
sum de = 8.228162735735394e-06
Info: CFL hydro = 0.011055043386385886 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011055043386385886 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.2693e+05 | 99319 | 1 | 7.825e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.33414711548774 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3280811734923446, dt = 0.011055043386385886 ----------------
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 : 7.27 us (2.0%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.3%)
LB compute : 339.34 us (93.7%)
LB move op cnt : 0
LB apply : 3.77 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (72.7%)
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.441159316033041e-09) l=(-2.3176525849366835e-08,2.542251488088029e-08,4.958661345879213e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621501681205023e-05,1.4586931001432223e-06,6.105381941898698e-10)
sum a = (-1.8550021544869177e-19,8.334804200982315e-19,-3.359015031455335e-20)
sum e = 0.006174843168928709
sum de = 8.116244900709588e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011084372474934514
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621314314451227e-05,1.4582376201225923e-06,9.35825850023506e-10)
sum a = (-4.1335207826009857e-19,-5.488773498207866e-19,-3.1737265742434566e-20)
sum e = 0.006174748340648016
sum de = 8.117561261867725e-06
Info: CFL hydro = 0.010965239384443413 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010965239384443413 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.2688e+05 | 99318 | 1 | 7.828e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.84297377297654 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3391362168787304, dt = 0.010965239384443413 ----------------
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.75 us (2.0%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 324.59 us (93.9%)
LB move op cnt : 0
LB apply : 3.56 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1863.00 ns (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(1.0034619528819161e-07,-1.0336340331835146e-07,3.068375812708981e-08) v=(9.05877660460874e-08,1.3536560125947632e-07,-7.2779225964514606e-09) l=(3.425696807284799e-08,-5.563618303251648e-08,3.0368588751209153e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6213443958129034e-05,1.459742433997914e-06,9.38204506365564e-10)
sum a = (-8.809142651444724e-20,7.860465750519907e-19,-4.42045319348338e-21)
sum e = 0.00617338248976177
sum de = 8.049140966934649e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01099873452964301
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6205611716649796e-05,1.4609945482198307e-06,1.1514558050796876e-09)
sum a = (1.8211208365967457e-19,2.2090619264392153e-18,-4.658681209898652e-21)
sum e = 0.0061732892957224676
sum de = 8.05146173913939e-06
Info: CFL hydro = 0.010840865035518907 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010840865035518907 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.2251e+05 | 99312 | 1 | 8.106e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.69619744193148 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.350101456263174, dt = 0.010840865035518907 ----------------
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 : 7.07 us (1.9%)
patch tree reduce : 2.39 us (0.6%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 357.24 us (94.0%)
LB move op cnt : 0
LB apply : 3.83 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1963.00 ns (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(1.151043996469909e-06,2.1940584816047717e-07,2.2191807459028336e-08) v=(-2.885575640907849e-07,1.1524050130096533e-06,-2.697928456887256e-08) l=(-7.825385075529742e-09,3.068013953591687e-08,2.5314924914183134e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.620558844651301e-05,1.4632336609884285e-06,1.0997992307636332e-09)
sum a = (-1.3179832659276913e-18,-6.572975670693371e-19,4.605741650695258e-21)
sum e = 0.006172177520754319
sum de = 8.078371374675854e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010878407661451114
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6204819748043345e-05,1.4620442492267673e-06,1.4366397652088521e-09)
sum a = (1.7872395187065737e-19,-5.692061405548898e-19,4.7645603283054394e-21)
sum e = 0.006172087081853895
sum de = 8.080457846367946e-06
Info: CFL hydro = 0.010722110367687684 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010722110367687684 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.2723e+05 | 99307 | 1 | 7.805e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.001893278373366 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3609423212986926, dt = 0.010722110367687684 ----------------
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 : 7.41 us (2.1%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 329.43 us (93.5%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (72.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.602126344091612e-08,-2.1362388610615397e-07,3.700029055003929e-08) v=(2.1977731424153703e-07,-7.745850756585109e-09,-1.7244894629597504e-08) l=(2.475115849270501e-08,-6.3842179918672226e-09,1.0030951952362055e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.620520344103588e-05,1.4640017893770825e-06,1.2529162832505483e-09)
sum a = (-4.912791094074942e-20,1.81603863891322e-18,-2.6310960924086704e-20)
sum e = 0.006171753794043292
sum de = 8.137662611084702e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010732456238764034
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.620120812940912e-05,1.4636979269675983e-06,1.3486838166413878e-09)
sum a = (8.88537561669761e-19,2.5682038960750386e-18,-2.4087499437544166e-20)
sum e = 0.006171665682906609
sum de = 8.13910847489212e-06
Info: CFL hydro = 0.011068658360896582 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011068658360896582 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.2743e+05 | 99305 | 1 | 7.793e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.53093080637668 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3716644316663804, dt = 0.011068658360896582 ----------------
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.66 us (1.8%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1242.00 ns (0.3%)
LB compute : 354.04 us (94.2%)
LB move op cnt : 0
LB apply : 4.07 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (71.8%)
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.123323879046736e-07,1.9548544611303147e-09) l=(3.158737195007927e-08,-4.322625621237146e-09,5.104059032944898e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619969057678667e-05,1.4576953426762024e-06,1.4980914086530212e-09)
sum a = (1.5246593050577406e-19,-1.4568966692773966e-18,4.711620769102046e-21)
sum e = 0.006171586049587998
sum de = 8.183367019901325e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011107514212160463
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6196077792200256e-05,1.4555593785376498e-06,1.454274538373131e-09)
sum a = (6.962610826430349e-19,-6.030874584450618e-19,4.129285617864714e-21)
sum e = 0.006171492261309382
sum de = 8.184734902346322e-06
Info: CFL hydro = 0.010976998801676484 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010976998801676484 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.1020e+05 | 99304 | 1 | 9.012e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 44.21743936489955 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.382733090027277, dt = 0.010976998801676484 ----------------
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.62 us (2.0%)
patch tree reduce : 2.44 us (0.7%)
gen split merge : 1022.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 315.74 us (93.4%)
LB move op cnt : 0
LB apply : 3.78 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (71.1%)
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.4607087914273985e-09) l=(2.335093633831911e-08,-6.839264818477803e-09,1.0078482475034053e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619623755175505e-05,1.4570288855351413e-06,1.447215191403147e-09)
sum a = (6.640738306473715e-19,1.260385025514399e-18,-4.393983413881683e-21)
sum e = 0.00617116432505806
sum de = 8.266373355583529e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01100926003484658
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619770414254589e-05,1.4574860365316154e-06,1.7161075594644192e-09)
sum a = (8.571973426213519e-19,1.1655173354219173e-18,-3.864587821847745e-21)
sum e = 0.006171072129289719
sum de = 8.267929367651268e-06
Info: CFL hydro = 0.010876647420649086 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010876647420649086 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.2506e+05 | 99302 | 1 | 7.940e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.76755722173764 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3937100888289535, dt = 0.010876647420649086 ----------------
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 : 7.19 us (2.0%)
patch tree reduce : 1943.00 ns (0.5%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1131.00 ns (0.3%)
LB compute : 336.13 us (93.9%)
LB move op cnt : 0
LB apply : 3.94 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (71.0%)
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.792591883191053e-09,5.091732474252946e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619829028113417e-05,1.4591505877154277e-06,1.59827570116996e-09)
sum a = (4.1674021004911577e-19,-2.1412992906588713e-18,8.311510794932822e-21)
sum e = 0.006170992061406817
sum de = 8.311148863028428e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010917739531703637
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6196775299974986e-05,1.4620504052439238e-06,1.7348994664144436e-09)
sum a = (1.4568966692773966e-19,-1.565316886525947e-18,5.558653716356346e-21)
sum e = 0.006170901393694604
sum de = 8.312452412183402e-06
Info: CFL hydro = 0.010780113655600885 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010780113655600885 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.2131e+05 | 99301 | 1 | 8.186e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.83547485157756 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4045867362496027, dt = 0.010780113655600885 ----------------
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.53 us (1.6%)
patch tree reduce : 2.01 us (0.5%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 390.75 us (94.9%)
LB move op cnt : 0
LB apply : 3.93 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.4603663472560523e-08,4.878658205557783e-07,-1.1517248190731183e-08) v=(-4.820283539960511e-07,-5.354661657692018e-08,5.422221060620045e-09) l=(-5.589802762621046e-08,2.177050434763658e-08,1.0044785297261857e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619722840827638e-05,1.4639186588809162e-06,1.8007314908567917e-09)
sum a = (-2.0328790734103208e-19,-3.3881317890172014e-20,-4.3886894579613436e-20)
sum e = 0.006170571377250829
sum de = 8.234682372276462e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010815401070099475
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619835230306579e-05,1.4635285534977659e-06,1.738127379053434e-09)
sum a = (-7.148958074826295e-19,-9.0801931945661e-19,-4.7592663723851e-20)
sum e = 0.00617048163603361
sum de = 8.236172157011186e-06
Info: CFL hydro = 0.010881090654974189 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010881090654974189 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.2693e+05 | 99299 | 1 | 7.823e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.60884615720675 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4153668499052037, dt = 0.010881090654974189 ----------------
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 : 7.43 us (1.9%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1282.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 371.13 us (94.1%)
LB move op cnt : 0
LB apply : 3.92 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1862.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-4.79185234137958e-07,-6.365590778577653e-08,-1.4039082838702686e-08) v=(8.584207836658024e-08,-4.843868468884231e-07,2.0168424708010755e-08) l=(2.84016480612136e-08,-8.615402660313784e-08,2.532060433024601e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61981471661072e-05,1.4618294298846565e-06,1.7870771758933293e-09)
sum a = (-1.5839516113655416e-19,1.5585406229479126e-18,-1.164670302474663e-21)
sum e = 0.006169370893646102
sum de = 8.157105976149556e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010916626989376227
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6205526475056946e-05,1.4612357246659475e-06,1.4738190573063407e-09)
sum a = (-1.8380614955418317e-19,-3.4558944247975454e-19,1.2705494208814505e-21)
sum e = 0.006169279474427875
sum de = 8.159101435250896e-06
Info: CFL hydro = 0.011126490514481596 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011126490514481596 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.2486e+05 | 99294 | 1 | 7.953e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.25691370678755 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.426247940560178, dt = 0.011126490514481596 ----------------
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 : 7.00 us (2.0%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 333.11 us (93.7%)
LB move op cnt : 0
LB apply : 3.81 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (72.6%)
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.8295468272898315e-08) l=(-2.3650638895155127e-08,-2.0656525112611596e-08,2.526861270566946e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62053326035065e-05,1.4569232211463561e-06,1.7843516467234334e-09)
sum a = (5.454892180317694e-19,5.149960319306146e-19,-2.80579663777987e-21)
sum e = 0.006168180394249674
sum de = 8.09766146414187e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011165663896351484
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6201453518998804e-05,1.458217077590785e-06,1.374786193511786e-09)
sum a = (8.71596902724675e-19,-2.981555974335137e-19,-2.329340604949326e-21)
sum e = 0.0061680852077008
sum de = 8.099754366751765e-06
Info: CFL hydro = 0.01095824639172375 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01095824639172375 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.2424e+05 | 99289 | 1 | 7.992e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.12006163570584 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4373744310746592, dt = 0.01095824639172375 ----------------
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.79 us (1.8%)
patch tree reduce : 1973.00 ns (0.5%)
gen split merge : 1091.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1342.00 ns (0.4%)
LB compute : 349.39 us (94.0%)
LB move op cnt : 0
LB apply : 3.84 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1903.00 ns (70.6%)
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.1491564954170442e-07,3.1560853438924704e-07,-2.7233186603455735e-08) l=(-1.7130960147715065e-08,6.550919456904139e-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.620193704307989e-05,1.4612222644373968e-06,1.496286748349143e-09)
sum a = (-1.3925221652860698e-18,-4.0657581468206416e-19,1.2705494208814505e-21)
sum e = 0.0061669541963520515
sum de = 8.172793926374632e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010993295449645125
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6199193887601106e-05,1.4635066178010444e-06,1.261447033450503e-09)
sum a = (-1.3721933745519665e-19,-3.3881317890172014e-20,1.2440796412797536e-21)
sum e = 0.006166862537899172
sum de = 8.174845692754078e-06
Info: CFL hydro = 0.011180054436530501 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011180054436530501 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 | 8.3922e+04 | 99284 | 1 | 1.183e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 33.3455405551369 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.448332677466383, dt = 0.011180054436530501 ----------------
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 : 7.05 us (2.0%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 328.97 us (93.8%)
LB move op cnt : 0
LB apply : 3.73 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (66.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(2.6257199561721765e-07,4.23605480371352e-07,-3.437110108383692e-08) v=(-4.500611731389869e-07,2.354760321044688e-07,-1.1217909019540682e-09) l=(1.5134192995877193e-08,3.161554310360913e-08,5.052597104244268e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619827610047552e-05,1.4600071870594155e-06,1.4054456383641088e-09)
sum a = (1.0418505251227894e-19,1.4907779871675686e-19,-2.668153783851046e-20)
sum e = 0.006166791945415547
sum de = 8.16322362556694e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011222994244604764
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619955258541489e-05,1.460264701183752e-06,1.7862113917846984e-09)
sum a = (8.707498697774207e-19,-4.0657581468206416e-20,-3.001673006832427e-20)
sum e = 0.006166696296096281
sum de = 8.164587819423823e-06
Info: CFL hydro = 0.011276945740123117 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011276945740123117 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.2674e+05 | 99283 | 1 | 7.834e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.377726342601115 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4595127319029135, dt = 0.011276945740123117 ----------------
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 : 7.05 us (2.1%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.4%)
LB compute : 311.86 us (93.1%)
LB move op cnt : 0
LB apply : 3.99 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (72.5%)
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.299157158212886e-09,-4.992150264641464e-07,-2.6682352222233103e-08) l=(-2.5411742436320257e-09,1.3858116064878596e-08,1.5107831775921458e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619943253811489e-05,1.458650023435772e-06,1.5561082510670628e-09)
sum a = (8.131516293641283e-20,9.961107459710572e-19,-2.5940384009662948e-21)
sum e = 0.006166117098125985
sum de = 8.280255078203123e-06
Info: CFL hydro = 0.022435211012292105 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022435211012292105 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.5222e+05 | 99280 | 1 | 6.522e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.243077593681974 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4707896776430367, dt = 0.022435211012292105 ----------------
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 : 7.55 us (2.2%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 313.17 us (93.1%)
LB move op cnt : 0
LB apply : 4.14 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (71.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615377995995813e-05,1.2738002048428104e-06,3.787888516633742e-09)
sum a = (5.573476792933296e-19,2.0328790734103208e-19,-2.117582368135751e-21)
sum e = 0.00616659092815008
sum de = 8.425203859677354e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022497492388909374
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615412844824075e-05,1.2747983982579287e-06,4.361285610229187e-09)
sum a = (7.436949276892757e-19,2.2293907171733185e-18,-1.5352472168984194e-21)
sum e = 0.006166207946856926
sum de = 8.43097749201098e-06
Info: CFL hydro = 0.014874186855835747 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014874186855835747 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.2601e+05 | 99280 | 1 | 7.879e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 102.50954518890003 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.493224888655329, dt = 0.014874186855835747 ----------------
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 : 7.49 us (2.1%)
patch tree reduce : 2.40 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 333.98 us (93.6%)
LB move op cnt : 0
LB apply : 3.92 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1752.00 ns (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-5.524672081783181e-07,2.77936592157926e-08,1.5354419351666723e-08) v=(8.884173626191243e-09,-5.743424443141958e-07,-1.2088257134743806e-08) l=(2.1524424068563404e-08,6.718511236646125e-09,1.0149466943622535e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618405191661892e-05,1.3998226815059448e-06,2.8633054455776438e-09)
sum a = (7.657177843178875e-19,-3.3881317890172014e-20,4.791030107907136e-20)
sum e = 0.0061659835402257885
sum de = 8.432850698679333e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014927153204394597
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617692864750916e-05,1.3952016694650522e-06,2.4682361072381316e-09)
sum a = (6.132518538121134e-19,1.1384122811097797e-18,4.716914725022385e-20)
sum e = 0.006165814510415166
sum de = 8.435698288047857e-06
Info: CFL hydro = 0.012282901436443576 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012282901436443576 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.2639e+05 | 99278 | 1 | 7.855e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.17227562374133 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.508099075511165, dt = 0.012282901436443576 ----------------
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.91 us (2.3%)
patch tree reduce : 2.02 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1302.00 ns (0.4%)
LB compute : 276.80 us (92.8%)
LB move op cnt : 0
LB apply : 3.62 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (70.7%)
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.312016256889906e-09,-5.968052271822793e-08,2.0364222494773728e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618788314085359e-05,1.4386487705760076e-06,2.343556775004642e-09)
sum a = (-1.7618285302889447e-19,-1.4568966692773966e-18,1.7311235859509763e-20)
sum e = 0.006164989636306817
sum de = 8.449787152475024e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012323639206412202
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618290651626273e-05,1.4344533743550737e-06,1.6381269414734531e-09)
sum a = (5.573476792933296e-19,-1.6195269951502222e-18,1.588186776101813e-20)
sum e = 0.0061648742334691545
sum de = 8.452277380102834e-06
Info: CFL hydro = 0.011331816474905077 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011331816474905077 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.2692e+05 | 99274 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.5322800725592 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5203819769476086, dt = 0.011331816474905077 ----------------
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 : 7.05 us (2.0%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1041.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 332.32 us (93.7%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.81677860376283e-07,-7.55875765735161e-07,-8.407275354362439e-08) v=(7.402815942810111e-07,6.472940719976243e-07,2.8535090650678262e-08) l=(2.405279148406569e-08,-5.072035894181786e-08,1.526502352475114e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618721204272284e-05,1.4504971361544079e-06,1.8025987543303037e-09)
sum a = (-8.690558038829121e-19,6.505213034913027e-19,-5.982170189983496e-21)
sum e = 0.0061642850361844715
sum de = 8.497634730420732e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011372774575082255
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618522524949654e-05,1.4499653098931216e-06,1.2862515034625001e-09)
sum a = (-9.50370966819325e-19,-4.54009659728305e-19,-5.717472393966527e-21)
sum e = 0.0061641873004448415
sum de = 8.499434520099607e-06
Info: CFL hydro = 0.01094606386024361 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01094606386024361 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.2653e+05 | 99271 | 1 | 7.846e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.99571767337154 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.531713793422514, dt = 0.01094606386024361 ----------------
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.85 us (2.0%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 318.37 us (93.4%)
LB move op cnt : 0
LB apply : 4.58 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.66 us (72.5%)
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.0599388024811887e-08) l=(2.943966823950491e-09,-5.78374451753347e-09,1.0114255656561003e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618706677863748e-05,1.4566075043315023e-06,1.4596276980111434e-09)
sum a = (-1.9651164376299768e-19,-5.21772295508649e-19,1.1249656330721176e-20)
sum e = 0.006163855351233183
sum de = 8.50476509951668e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010983692886145894
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618217816319454e-05,1.453221487546363e-06,1.1013537364240112e-09)
sum a = (5.929230630780102e-20,-3.7947076036992655e-19,1.2440796412797536e-20)
sum e = 0.006163763944975437
sum de = 8.506312916283743e-06
Info: CFL hydro = 0.010748710105336073 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010748710105336073 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.2690e+05 | 99269 | 1 | 7.823e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.3738390025431 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5426598572827572, dt = 0.010748710105336073 ----------------
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 : 7.35 us (1.9%)
patch tree reduce : 2.25 us (0.6%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 354.27 us (94.0%)
LB move op cnt : 0
LB apply : 3.82 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1973.00 ns (73.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(6.358688282412953e-07,-6.69071644839763e-07,-4.2914347995365884e-08) v=(6.363520235012492e-07,6.888019920158248e-07,4.133209348832485e-09) l=(-1.8272134149837775e-08,-1.113934736748942e-08,1.5213666935983794e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618288576522245e-05,1.4565206617155792e-06,1.2385486363268877e-09)
sum a = (-3.3881317890172014e-20,3.049318610115481e-19,1.461131834013668e-20)
sum e = 0.006163166886342371
sum de = 8.426646862309948e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01078792381876822
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618239205135754e-05,1.454299283073818e-06,9.487459940015997e-10)
sum a = (-3.2356658585114273e-19,-6.369687763352339e-19,1.3631936494873896e-20)
sum e = 0.00616307827324515
sum de = 8.428314671543233e-06
Info: CFL hydro = 0.010615740413910954 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010615740413910954 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.2652e+05 | 99266 | 1 | 7.846e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.31751864954502 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5534085673880935, dt = 0.010615740413910954 ----------------
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 : 7.02 us (2.0%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1182.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 324.29 us (93.6%)
LB move op cnt : 0
LB apply : 3.54 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1792.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-1.1413520524181098e-07,-4.994575130167598e-07,-4.154189509482574e-08) v=(5.120191504716251e-07,-1.0018081144006185e-07,2.1653072315224752e-08) l=(-3.4539278293281047e-09,-5.641880427646242e-09,2.515730211310064e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618314092228699e-05,1.4565724232619968e-06,1.1375963439757225e-09)
sum a = (-3.066259269060567e-19,5.488773498207866e-19,1.249373597200093e-20)
sum e = 0.006161976800793608
sum de = 8.280107374452305e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010651398293693918
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618306321967619e-05,1.4667621284624943e-06,1.0580805171079573e-09)
sum a = (-3.6422416731934915e-19,-2.710505431213761e-20,1.0905549195899117e-20)
sum e = 0.006161890096247345
sum de = 8.282024430820632e-06
Info: CFL hydro = 0.011354021077683627 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011354021077683627 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.2608e+05 | 99261 | 1 | 7.873e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.54343028849169 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5640243078020046, dt = 0.011354021077683627 ----------------
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 : 6.49 us (1.9%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 322.03 us (93.9%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1672.00 ns (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-2.6427113092598853e-07,1.8448432307044096e-06,5.972354931155081e-09) v=(-1.8289905164684851e-06,-4.0383838089261194e-07,2.4007265870553033e-09) l=(3.072621634465013e-08,-7.018945490311375e-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.6179402198176415e-05,1.455036005619783e-06,1.1509638929800175e-09)
sum a = (4.980553729855286e-19,-1.3078188705606397e-18,-1.7311235859509763e-20)
sum e = 0.0061605526221035125
sum de = 8.361909857764557e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011385595623705124
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618017037415764e-05,1.4551964308225952e-06,1.4820068896451184e-09)
sum a = (2.744386749103933e-19,4.2012834183813297e-19,-1.7628873214730126e-20)
sum e = 0.006160454873663205
sum de = 8.364242284676983e-06
Info: CFL hydro = 0.011334577265846479 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011334577265846479 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 | 8.5109e+04 | 99255 | 1 | 1.166e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 35.0489581268943 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.575378328879688, dt = 0.011334577265846479 ----------------
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.15 us (2.3%)
patch tree reduce : 2.15 us (0.7%)
gen split merge : 1111.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 290.84 us (92.9%)
LB move op cnt : 0
LB apply : 4.01 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (69.0%)
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.139745755850258e-08,-1.571590165787296e-08,5.000920019883966e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618043989057768e-05,1.455512927008144e-06,1.3314256500849296e-09)
sum a = (8.588914085158605e-19,1.1384122811097797e-18,1.895236219481497e-20)
sum e = 0.006160394492463719
sum de = 8.279925211001726e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011379706076768026
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617672377604478e-05,1.4492566308857782e-06,1.8242588038798345e-09)
sum a = (5.285485590866834e-19,2.6495190590114515e-18,1.9746455582865877e-20)
sum e = 0.006160296436796287
sum de = 8.281304270284858e-06
Info: CFL hydro = 0.011184449045927684 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011184449045927684 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.2533e+05 | 99254 | 1 | 7.919e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.5250365318473 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5867129061455345, dt = 0.011184449045927684 ----------------
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.86 us (1.7%)
patch tree reduce : 1953.00 ns (0.5%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 373.72 us (94.4%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (75.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(3.535919298068346e-07,-1.1609762767038567e-06,4.251157636020465e-08) v=(1.147151266582506e-06,4.3754198231662735e-07,3.6710254939056444e-09) l=(2.823836501003638e-08,2.8633449946781165e-09,2.535707241014412e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617737111331265e-05,1.451474819317826e-06,1.7302549041646557e-09)
sum a = (6.793204236979489e-19,1.5856456772600502e-18,1.2599615090407718e-20)
sum e = 0.0061591924122505505
sum de = 8.391285354559394e-06
Info: CFL hydro = 0.02293116524541443 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02293116524541443 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.5228e+05 | 99249 | 1 | 6.518e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.7778716951979 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.597897355191462, dt = 0.02293116524541443 ----------------
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 : 7.00 us (2.1%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1121.00 ns (0.3%)
LB compute : 317.23 us (93.6%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (68.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610662161284884e-05,1.2489059498947932e-06,3.898695453396096e-09)
sum a = (9.9272261418204e-19,-3.9979955110402976e-19,-1.6093625997831706e-20)
sum e = 0.006159689392228666
sum de = 8.489107800720696e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023031156342923922
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6113093193368255e-05,1.2421076163356351e-06,3.6364916883910626e-09)
sum a = (8.99548989984067e-19,-6.030874584450618e-19,-1.44524996625265e-20)
sum e = 0.00615929161961176
sum de = 8.495179001576925e-06
Info: CFL hydro = 0.014862408063238089 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014862408063238089 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.2622e+05 | 99249 | 1 | 7.863e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 104.98835741675758 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6208285204368766, dt = 0.014862408063238089 ----------------
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.81 us (2.0%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 325.93 us (93.8%)
LB move op cnt : 0
LB apply : 3.99 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.1378024167628902e-06,-7.246396483628973e-07,-5.9560895970479055e-08) v=(8.171019449712999e-07,-1.088110611267921e-06,1.0473814952851746e-08) l=(-4.227776871492443e-08,-2.701558362431321e-08,1.5003670116947262e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615890721649451e-05,1.3834904336646777e-06,2.5383523722643884e-09)
sum a = (5.014435047745458e-19,1.9651164376299768e-19,-4.2881042954748955e-21)
sum e = 0.006158827857779786
sum de = 8.437018035392669e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014929331155845443
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6161083876849084e-05,1.379135785554277e-06,3.2782911030866176e-09)
sum a = (2.659683454378503e-19,1.8905775382715984e-18,-6.776263578034403e-21)
sum e = 0.00615865968894953
sum de = 8.440005433737457e-06
Info: CFL hydro = 0.012167420846613 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012167420846613 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.2670e+05 | 99246 | 1 | 7.833e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.30518169780578 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.635690928500115, dt = 0.012167420846613 ----------------
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.91 us (2.1%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 310.46 us (93.4%)
LB move op cnt : 0
LB apply : 3.68 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-7.309200934635786e-07,-7.499867701307646e-07,1.0006455803087231e-07) v=(8.200528665056565e-07,-6.901193767271671e-07,-6.321930372001519e-08) l=(2.9164005950378908e-08,4.256318112047649e-08,2.53106848685698e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617602002443105e-05,1.4271867114540014e-06,2.3859516478532952e-09)
sum a = (-2.337810934421869e-19,-2.2090619264392153e-18,-1.0058516248644817e-20)
sum e = 0.006157579122284413
sum de = 8.391827037250014e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012217316104756161
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616680583755308e-05,1.427989883818989e-06,2.8606683122062345e-09)
sum a = (3.8963515573697816e-19,-1.768604793866979e-18,-8.576208590949791e-21)
sum e = 0.006157466563722205
sum de = 8.394357047948019e-06
Info: CFL hydro = 0.01119583231551328 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01119583231551328 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.2700e+05 | 99241 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.05393370704461 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.647858349346728, dt = 0.01119583231551328 ----------------
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.34 us (1.9%)
patch tree reduce : 1863.00 ns (0.5%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 363.60 us (94.2%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.1482665912567434e-06,2.8750769964907825e-08,9.701511250526263e-09) v=(-1.2544487923589058e-07,1.1597241021380118e-06,2.4946039742517763e-09) l=(-2.7320818316464385e-09,9.984678137381349e-09,2.0194549715064013e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617248617099532e-05,1.4455436913926177e-06,2.6734237182541204e-09)
sum a = (3.032377951170395e-19,-9.825582188149884e-19,1.3129010682441655e-20)
sum e = 0.006156628974688301
sum de = 8.386204793317787e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01122875770247782
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617484279875311e-05,1.4531720494417654e-06,2.8634734104793254e-09)
sum a = (1.9481757786848908e-19,-8.673617379884035e-19,1.3129010682441655e-20)
sum e = 0.006156533881434477
sum de = 8.388131848662198e-06
Info: CFL hydro = 0.011030183044372237 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011030183044372237 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.2715e+05 | 99237 | 1 | 7.804e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.64336027746125 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.659054181662241, dt = 0.011030183044372237 ----------------
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 : 7.50 us (2.2%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 325.52 us (93.6%)
LB move op cnt : 0
LB apply : 3.70 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1773.00 ns (67.3%)
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.1559286837007395e-08) l=(-1.5358127167577457e-09,-2.7413972614133153e-08,1.5319756753089196e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617619775534402e-05,1.4565244601956034e-06,2.732538445683399e-09)
sum a = (6.369687763352339e-19,2.0803129184565616e-18,2.498747194400186e-20)
sum e = 0.006155931452539824
sum de = 8.260669363798952e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011072427272790111
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617075401095314e-05,1.4518440464017783e-06,3.0134454547366008e-09)
sum a = (2.913793338554793e-19,2.9070170749767588e-18,2.4246318115154347e-20)
sum e = 0.006155838757683955
sum de = 8.262423105255733e-06
Info: CFL hydro = 0.011022994839005498 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011022994839005498 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.2236e+05 | 99234 | 1 | 8.110e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.96221893436655 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6700843647066135, dt = 0.011022994839005498 ----------------
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 : 7.02 us (1.8%)
patch tree reduce : 2.05 us (0.5%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1382.00 ns (0.4%)
LB compute : 364.05 us (94.1%)
LB move op cnt : 0
LB apply : 4.24 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (73.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.049080673164306e-07,7.107633643049663e-07,-2.5602811078624083e-08) l=(7.991208137493417e-08,3.6362603899347934e-08,3.0152955366193035e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6170426256609714e-05,1.4518127552969935e-06,2.962193791732478e-09)
sum a = (-8.300922883092143e-19,-4.2690460541616737e-19,4.902203182234263e-20)
sum e = 0.006154490989428193
sum de = 8.276858181768785e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011068514572690442
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616913539516184e-05,1.452306874262193e-06,3.1160216441770363e-09)
sum a = (-6.945670167485263e-20,1.1655173354219173e-18,5.124549330888517e-20)
sum e = 0.006154399049633431
sum de = 8.279060502126714e-06
Info: CFL hydro = 0.011095869563179437 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011095869563179437 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.2712e+05 | 99228 | 1 | 7.806e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.83688274990953 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.681107359545619, dt = 0.011095869563179437 ----------------
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 : 7.20 us (2.0%)
patch tree reduce : 2.42 us (0.7%)
gen split merge : 1222.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 328.92 us (93.5%)
LB move op cnt : 0
LB apply : 3.81 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.01 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.8321301540642895e-08,-9.850002059683853e-09,1.92299233357037e-09) v=(9.851896222509303e-09,1.725811319155631e-08,-1.6837889772519567e-11) l=(-8.545549595973395e-10,-1.0304151462313444e-08,1.01273813444717e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616868673865407e-05,1.4510722503031898e-06,3.13439056328119e-09)
sum a = (-2.1345230270808369e-19,-1.8295911660692887e-18,2.932851579868015e-20)
sum e = 0.006154067481677908
sum de = 8.270452507574606e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011143873851539934
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6166834016147734e-05,1.4558731585275424e-06,3.364378189371577e-09)
sum a = (1.9989977555201488e-19,-9.961107459710572e-19,2.932851579868015e-20)
sum e = 0.006153974515116116
sum de = 8.272018718496037e-06
Info: CFL hydro = 0.01118051928427666 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01118051928427666 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.2194e+05 | 99226 | 1 | 8.137e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.087863020392504 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6922032291087983, dt = 0.01118051928427666 ----------------
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 : 7.45 us (1.9%)
patch tree reduce : 2.53 us (0.6%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 369.79 us (94.1%)
LB move op cnt : 0
LB apply : 3.94 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(4.1231543113019915e-08,7.977161134066236e-07,2.388135551280234e-08) v=(-8.214526030572236e-07,-2.1686880761489385e-08,3.1534761558850134e-10) l=(1.2808823453403382e-08,8.520808930275314e-09,1.5174898990385783e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616635878480335e-05,1.4547181068784215e-06,3.2934784294235642e-09)
sum a = (1.8973538018496328e-19,5.624298769768554e-19,3.22931311140702e-20)
sum e = 0.006153389045014722
sum de = 8.378794571608989e-06
Info: CFL hydro = 0.022115811282254264 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022115811282254264 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.4783e+05 | 99223 | 1 | 6.712e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.96617200184346 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.703383748393075, dt = 0.022115811282254264 ----------------
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 : 7.42 us (2.0%)
patch tree reduce : 2.39 us (0.7%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 342.56 us (93.6%)
LB move op cnt : 0
LB apply : 4.00 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1842.00 ns (69.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608901486807723e-05,1.2681214796556148e-06,6.897264440982416e-09)
sum a = (-4.2859867131067597e-19,-5.89534931288993e-19,-1.0164395367051604e-20)
sum e = 0.006153849450809449
sum de = 8.368254619083743e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022205673622931636
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607509079236097e-05,1.2800450277690987e-06,7.618406191504196e-09)
sum a = (3.218725199566341e-20,8.538092108323347e-19,-7.30565917006834e-21)
sum e = 0.0061534806602432275
sum de = 8.373735952302715e-06
Info: CFL hydro = 0.01500909792248521 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01500909792248521 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.2590e+05 | 99223 | 1 | 7.881e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.02222511230978 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7254995596753293, dt = 0.01500909792248521 ----------------
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 : 7.40 us (2.5%)
patch tree reduce : 2.30 us (0.8%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.4%)
LB compute : 276.59 us (92.4%)
LB move op cnt : 0
LB apply : 3.76 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(7.083051701467963e-07,9.128512058429334e-07,3.12418319642094e-08) v=(-9.521712158182976e-07,6.470101443937435e-07,-3.067764955361661e-08) l=(-9.96458043784648e-08,3.2524823445855884e-08,3.043744131936508e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6128614906473026e-05,1.3982011285847503e-06,4.9582421304480385e-09)
sum a = (8.521151449378261e-19,-1.2874900798265365e-18,2.9010878443459787e-20)
sum e = 0.006152217572250245
sum de = 8.358386410633483e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01507554785268156
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613375599741192e-05,1.4043920775742939e-06,5.392268168324815e-09)
sum a = (-1.8634724839594607e-19,-1.3213713977167085e-18,2.837560373301906e-20)
sum e = 0.006152047367226625
sum de = 8.362188544676297e-06
Info: CFL hydro = 0.012686459771250404 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012686459771250404 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.2616e+05 | 99217 | 1 | 7.865e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.7031579664385 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7405086575978146, dt = 0.012686459771250404 ----------------
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 : 7.13 us (2.0%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 342.94 us (93.9%)
LB move op cnt : 0
LB apply : 3.81 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.023818255136723e-06,7.77295674155037e-07,6.955146453791786e-09) v=(-7.179412674025086e-07,-1.0926187485500456e-06,-1.0971200609201458e-08) l=(2.5975747355085267e-08,2.6090936483493975e-08,2.0227236340618674e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6151017920494914e-05,1.442093067660272e-06,4.537725323786039e-09)
sum a = (2.422514229147299e-19,-7.724940478959219e-19,-3.112846081159554e-20)
sum e = 0.006151243051244341
sum de = 8.449367404264959e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012747654262717418
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6146099082998894e-05,1.4405234979696774e-06,4.9229439789884536e-09)
sum a = (-1.3891340334970526e-19,1.0232158002831948e-18,-3.1234339930002325e-20)
sum e = 0.006151122411890474
sum de = 8.451827846329942e-06
Info: CFL hydro = 0.011751085977242002 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011751085977242002 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.2654e+05 | 99213 | 1 | 7.840e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.25311237111371 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.753195117369065, dt = 0.011751085977242002 ----------------
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.52 us (2.2%)
patch tree reduce : 2.03 us (0.7%)
gen split merge : 1091.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1211.00 ns (0.4%)
LB compute : 279.87 us (92.9%)
LB move op cnt : 0
LB apply : 4.01 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1973.00 ns (71.1%)
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.746949207103289e-07,4.2572556593350346e-07,-1.6172303341068783e-08) l=(-2.3403973561643536e-08,3.407036409855444e-08,5.04095042569647e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6152911577062744e-05,1.4556249145002115e-06,4.4222156589168e-09)
sum a = (8.131516293641283e-20,-1.0164395367051604e-18,-2.1281702799764296e-20)
sum e = 0.006151068636490948
sum de = 8.440369257522785e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011806287749167355
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615459077311302e-05,1.454235997629035e-06,5.350775033902742e-09)
sum a = (4.87890977618477e-19,6.776263578034403e-21,-2.234049398383217e-20)
sum e = 0.006150964609187261
sum de = 8.441921780342058e-06
Info: CFL hydro = 0.011802533206710396 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011802533206710396 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.2587e+05 | 99212 | 1 | 7.882e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.66950260778938 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.764946203346307, dt = 0.011802533206710396 ----------------
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 : 7.21 us (2.3%)
patch tree reduce : 2.40 us (0.8%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.4%)
LB compute : 295.42 us (92.8%)
LB move op cnt : 0
LB apply : 4.06 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1782.00 ns (68.5%)
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.8611028878102996e-08) l=(3.2381084377605744e-08,1.5487578444141505e-08,1.5105060863859917e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615440733724363e-05,1.4532447798976464e-06,4.923382342167065e-09)
sum a = (3.5405977195229754e-19,2.642742795433417e-19,1.5246593050577406e-20)
sum e = 0.006150398325148613
sum de = 8.43472309396536e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011850920463898301
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6154736202863455e-05,1.4572203166808432e-06,5.466812466532709e-09)
sum a = (-1.0672615135404184e-19,-1.6263032587282567e-19,1.8740603958001395e-20)
sum e = 0.006150293542228248
sum de = 8.43658644733296e-06
Info: CFL hydro = 0.011343725439962673 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011343725439962673 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.2145e+05 | 99209 | 1 | 8.169e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.014054819561665 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7767487365530172, dt = 0.011343725439962673 ----------------
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 : 7.29 us (2.4%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1102.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.4%)
LB compute : 277.69 us (92.2%)
LB move op cnt : 0
LB apply : 4.24 us (1.4%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1602.00 ns (66.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-3.6635393615732216e-07,5.492256122316262e-07,-1.7839398604575741e-09) v=(-5.326296189090259e-07,-4.0943189531503275e-07,1.6304906495374477e-09) l=(-1.034893378063867e-08,-4.159904980145026e-08,1.5147085965237827e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6158323305422304e-05,1.464716376431874e-06,5.287288057234677e-09)
sum a = (-6.437450399132683e-20,-1.3552527156068805e-19,8.046812998915853e-21)
sum e = 0.006149715206644772
sum de = 8.509760040460545e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011390526893660371
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615483139775201e-05,1.4629002739988708e-06,5.354546594972517e-09)
sum a = (-1.8295911660692887e-19,-1.8295911660692887e-19,7.093900933254765e-21)
sum e = 0.00614961881097148
sum de = 8.511571906172526e-06
Info: CFL hydro = 0.011296505091693948 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011296505091693948 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.2637e+05 | 99206 | 1 | 7.850e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.020422071346246 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.78809246199298, dt = 0.011296505091693948 ----------------
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 : 7.02 us (1.9%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 355.03 us (93.7%)
LB move op cnt : 0
LB apply : 4.56 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.2%)
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.819654321703406e-09) l=(-4.504761696390658e-09,-2.191622998288788e-09,5.103207178022576e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6154999388677234e-05,1.4635593442949578e-06,5.367628339267903e-09)
sum a = (-9.046311876675928e-19,4.336808689942018e-19,-2.964615315390051e-20)
sum e = 0.006149549516449825
sum de = 8.542852931815702e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011348311107085679
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615897264337215e-05,1.465918072665159e-06,5.418790130698199e-09)
sum a = (-3.218725199566341e-20,-5.285485590866834e-19,-2.9434394917086937e-20)
sum e = 0.0061494537890304955
sum de = 8.544298390768865e-06
Info: CFL hydro = 0.01119456557357678 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01119456557357678 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.2682e+05 | 99205 | 1 | 7.822e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.98886774696737 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.799388967084674, dt = 0.01119456557357678 ----------------
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.46 us (1.7%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1111.00 ns (0.3%)
LB compute : 349.32 us (94.2%)
LB move op cnt : 0
LB apply : 4.04 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (72.1%)
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.6500276748860046e-09,7.512561523827321e-09,1.0138423913716227e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616014164782601e-05,1.4674921181688115e-06,5.3369825215189046e-09)
sum a = (-2.236166980751353e-19,-3.083199928005653e-19,-4.235164736271502e-22)
sum e = 0.006149125868134754
sum de = 8.53408064786916e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011235647373093608
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615868662126361e-05,1.475538570816425e-06,5.6256140544641685e-09)
sum a = (-1.7110065534536867e-19,1.212951180468158e-18,-2.541098841762901e-21)
sum e = 0.006149031604221207
sum de = 8.53567601723103e-06
Info: CFL hydro = 0.011102915786625043 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011102915786625043 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.2558e+05 | 99203 | 1 | 7.899e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.01765404010912 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8105835326582507, dt = 0.011102915786625043 ----------------
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 : 7.25 us (2.1%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 328.21 us (93.7%)
LB move op cnt : 0
LB apply : 3.70 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.60 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-6.941565523420573e-08,1.338886620938959e-06,2.952474743851952e-08) v=(-1.353818644602315e-06,-1.637360714816169e-07,-2.3711686470308393e-08) l=(-7.751554783367541e-09,-2.4609327148963238e-08,1.5144517023232633e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615953064294299e-05,1.477453948631126e-06,5.482426300373744e-09)
sum a = (-3.4220131069073734e-19,-1.4026865606531214e-18,9.529120656610879e-21)
sum e = 0.006148450457996901
sum de = 8.605707960827096e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01116241502435505
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615592133018315e-05,1.4792070140253242e-06,5.750292854460694e-09)
sum a = (2.439454888092385e-19,-5.251604272976662e-19,7.835054762102278e-21)
sum e = 0.006148358251500536
sum de = 8.607512082546752e-06
Info: CFL hydro = 0.011016655894157162 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011016655894157162 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.2122e+05 | 99200 | 1 | 8.183e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.842855804264794 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8216864484448756, dt = 0.011016655894157162 ----------------
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.80 us (2.3%)
patch tree reduce : 2.08 us (0.7%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.4%)
LB compute : 276.80 us (92.7%)
LB move op cnt : 0
LB apply : 3.69 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (70.3%)
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.315350709074013e-09,5.148534518443679e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6156457862892406e-05,1.4806430458759261e-06,5.634551837934195e-09)
sum a = (-1.0164395367051604e-20,-1.060485249962384e-18,3.5998900258307764e-21)
sum e = 0.006148277775411577
sum de = 8.676783273945998e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011062882865074512
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615551053922339e-05,1.483781223313754e-06,5.602888862325589e-09)
sum a = (1.3213713977167085e-19,-5.319366908757006e-19,4.446922973085077e-21)
sum e = 0.0061481870964487425
sum de = 8.678155816916092e-06
Info: CFL hydro = 0.010934052460756918 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010934052460756918 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.2661e+05 | 99199 | 1 | 7.835e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.61891113822543 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.832703104339033, dt = 0.010934052460756918 ----------------
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 : 7.20 us (2.0%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.3%)
LB compute : 322.11 us (91.5%)
LB move op cnt : 0
LB apply : 8.23 us (2.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (72.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.3518124190799964e-08,4.973606292672176e-07,-3.411521093650602e-08) v=(-4.984760101086366e-07,-6.297094028571873e-08,3.916543037416044e-09) l=(-5.164974462468732e-10,3.42887506357794e-08,5.003980966237663e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615623970855393e-05,1.4851579428682603e-06,5.665843001564131e-09)
sum a = (1.1858461261560205e-19,1.4230153513872246e-19,-2.6046263128069735e-20)
sum e = 0.006148119585990743
sum de = 8.742030044481197e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010982208650383646
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61536544742901e-05,1.4831281314764432e-06,5.827582602763796e-09)
sum a = (6.776263578034403e-21,1.1655173354219173e-18,-2.795208725939191e-20)
sum e = 0.0061480301989416
sum de = 8.743361030151064e-06
Info: CFL hydro = 0.011458478935693654 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011458478935693654 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.2663e+05 | 99198 | 1 | 7.834e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.24728457869379 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.84363715679979, dt = 0.011458478935693654 ----------------
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.66 us (1.7%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 372.56 us (94.1%)
LB move op cnt : 0
LB apply : 5.10 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (72.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(2.3556311338055098e-07,-4.3925938474644293e-07,3.3513117648292566e-08) v=(4.2748125409791416e-07,2.6703011766322175e-07,-5.007055735828772e-09) l=(-1.3600831889315098e-08,3.098265979877784e-08,5.016924585137341e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614926929807637e-05,1.4751963781747574e-06,6.013755648431304e-09)
sum a = (-6.437450399132683e-20,4.438452643612534e-19,-8.046812998915853e-21)
sum e = 0.006147975347055326
sum de = 8.607823550895347e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01151265611314607
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615581749550701e-05,1.4773574739426992e-06,6.133861825537944e-09)
sum a = (2.930733997499879e-19,-6.437450399132683e-20,-9.529120656610879e-21)
sum e = 0.006147876083684798
sum de = 8.609275928370508e-06
Info: CFL hydro = 0.011307784214289037 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011307784214289037 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.2631e+05 | 99197 | 1 | 7.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.525802553691776 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8550956357354833, dt = 0.011307784214289037 ----------------
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 : 7.38 us (2.2%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1261.00 ns (0.4%)
LB compute : 311.77 us (93.2%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-1.3514127449761173e-06,2.463157946046697e-07,-1.132903059536237e-08) v=(-1.3340536318054967e-07,-1.3927194929591922e-06,-1.6156728505245514e-08) l=(-3.0744443244988444e-08,-4.298843691423374e-08,3.038825467558586e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615734009020409e-05,1.4794688906572489e-06,6.0651034955337276e-09)
sum a = (-9.317362419797304e-20,1.0842021724855044e-19,-7.411538288475128e-21)
sum e = 0.006146520331966004
sum de = 8.466506458357935e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011360689061184828
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616063896319164e-05,1.4777421681714961e-06,5.920946990778865e-09)
sum a = (-2.642742795433417e-19,-3.4558944247975454e-19,-4.446922973085077e-21)
sum e = 0.006146423526559745
sum de = 8.468845183057417e-06
Info: CFL hydro = 0.01139087100136751 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01139087100136751 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.2662e+05 | 99191 | 1 | 7.834e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.964967384828114 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8664034199497723, dt = 0.01139087100136751 ----------------
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.66 us (1.8%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 338.59 us (93.9%)
LB move op cnt : 0
LB apply : 3.56 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(-8.805061982168389e-07,-4.1503328083743846e-07,-3.871391820535385e-08) v=(4.5712808777853526e-07,-8.630300388545774e-07,5.353380645775653e-09) l=(1.62623804468063e-08,9.265781596131954e-08,3.536144101328907e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6160462619229225e-05,1.4762035742254268e-06,6.077669557910983e-09)
sum a = (-3.049318610115481e-20,-3.3881317890172014e-19,-2.0540548970916783e-20)
sum e = 0.006144812867939584
sum de = 8.458489681393188e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011444139423182308
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615653194115392e-05,1.474773194422936e-06,6.3667865108816336e-09)
sum a = (2.388632911257127e-19,-4.675621868843738e-19,-1.9905274260476058e-20)
sum e = 0.006144715439014251
sum de = 8.461041300726398e-06
Info: CFL hydro = 0.01134511061897589 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01134511061897589 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.2689e+05 | 99184 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.46286567767248 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.87779429095114, dt = 0.01134511061897589 ----------------
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.78 us (1.9%)
patch tree reduce : 2.25 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 326.54 us (93.7%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1952.00 ns (64.8%)
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.7097496367021107e-08,2.2511349981719647e-08,1.5184527894566394e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615669026874139e-05,1.475330867546965e-06,6.186675332903099e-09)
sum a = (-3.8963515573697816e-19,7.047314121155779e-19,4.235164736271502e-21)
sum e = 0.006144133437611771
sum de = 8.501558756137325e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011400167211683597
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615335665620802e-05,1.4755468199368195e-06,6.441411544322887e-09)
sum a = (-1.2536087619363645e-19,1.802486111757151e-18,2.752857078576476e-21)
sum e = 0.006144037437399244
sum de = 8.503373416789823e-06
Info: CFL hydro = 0.011270208954394087 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011270208954394087 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.2691e+05 | 99181 | 1 | 7.815e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.259800767463815 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8891394015701155, dt = 0.011270208954394087 ----------------
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 : 7.06 us (1.4%)
patch tree reduce : 2.59 us (0.5%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.2%)
LB compute : 486.81 us (95.4%)
LB move op cnt : 0
LB apply : 4.06 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(3.838358837938082e-07,-7.586872992293382e-08,2.2076623734193523e-09) v=(5.631391219240381e-08,3.821928330882533e-07,2.0171625135742238e-09) l=(-1.3576331203686461e-08,1.2362120457005245e-09,1.018045020468347e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615369222962175e-05,1.476704424466753e-06,6.341901650426121e-09)
sum a = (2.778268066994105e-19,-6.742382260144231e-19,-4.743384504624082e-20)
sum e = 0.006143707576025142
sum de = 8.604678204085173e-06
Info: CFL hydro = 0.022390944953892936 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022390944953892936 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.5220e+05 | 99179 | 1 | 6.517e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.26104253522717 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9004096105245094, dt = 0.022390944953892936 ----------------
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.53 us (1.8%)
patch tree reduce : 2.39 us (0.6%)
gen split merge : 1131.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 349.50 us (94.1%)
LB move op cnt : 0
LB apply : 3.99 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1812.00 ns (70.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606434183797782e-05,1.3108773381195115e-06,1.2882800507240373e-08)
sum a = (2.710505431213761e-20,5.014435047745458e-19,-6.3527471044072525e-21)
sum e = 0.006144180231110635
sum de = 8.559385368614e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022509940039284655
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063253045693594e-05,1.306877284005766e-06,1.2385190593928851e-08)
sum a = (-2.710505431213761e-20,1.009663273127126e-18,-6.776263578034403e-21)
sum e = 0.00614380559340812
sum de = 8.565055706809781e-06
Info: CFL hydro = 0.01588123417101979 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01588123417101979 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.2541e+05 | 99179 | 1 | 7.908e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.92760575510404 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9228005554784025, dt = 0.01588123417101979 ----------------
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 : 7.05 us (2.1%)
patch tree reduce : 1803.00 ns (0.5%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 318.62 us (93.4%)
LB move op cnt : 0
LB apply : 4.07 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (72.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(-3.68744912727253e-07,-5.537280810658619e-07,-7.421176289783477e-08) v=(5.971422724652403e-07,-3.3043549856904273e-07,6.457659574374839e-09) l=(-4.331141989222411e-08,-1.0787996974336231e-08,3.5481776362556675e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611534220994406e-05,1.404917267600636e-06,9.239581677016664e-09)
sum a = (4.404571325722362e-20,9.58841296291868e-19,6.1409888675936775e-21)
sum e = 0.006142319508014573
sum de = 8.546048163895162e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015939631851785457
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611447489212321e-05,1.408297454811593e-06,8.766643834580336e-09)
sum a = (7.453889935837843e-20,6.132518538121134e-19,4.0234064994579266e-21)
sum e = 0.0061421307227355025
sum de = 8.550540576004827e-06
Info: CFL hydro = 0.012613974212199631 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012613974212199631 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.2622e+05 | 99172 | 1 | 7.857e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.76667179745608 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.938681789649422, dt = 0.012613974212199631 ----------------
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.15 us (1.5%)
patch tree reduce : 2.32 us (0.5%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.2%)
LB compute : 444.94 us (95.2%)
LB move op cnt : 0
LB apply : 3.80 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-2.400560008103506e-07,2.251686778212685e-07,-2.2893040119090693e-08) v=(-2.069380213889544e-07,-2.777627928057374e-07,1.0028379202543406e-08) l=(-1.9841692464395284e-08,4.771317337300706e-08,2.0374002575044756e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6140917239709474e-05,1.4572606207275643e-06,6.942499641721472e-09)
sum a = (-3.3881317890172014e-20,1.4230153513872246e-19,-2.0540548970916783e-20)
sum e = 0.006141311587551377
sum de = 8.541729785480173e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012684586155093127
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61387749243951e-05,1.4608156414708164e-06,7.117643722345515e-09)
sum a = (6.2680438096818225e-19,1.1146953585866592e-18,-1.9905274260476058e-20)
sum e = 0.006141192989939238
sum de = 8.544135139311215e-06
Info: CFL hydro = 0.011478477882630877 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011478477882630877 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.2200e+05 | 99168 | 1 | 8.129e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.86432781951802 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.951295763861622, dt = 0.011478477882630877 ----------------
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.88 us (2.1%)
patch tree reduce : 2.32 us (0.7%)
gen split merge : 1141.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 304.01 us (93.3%)
LB move op cnt : 0
LB apply : 3.68 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1553.00 ns (65.7%)
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.861892576278353e-09,2.0604037083191972e-08,1.5227186047955723e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6148077662798894e-05,1.477683999772186e-06,6.534670937275036e-09)
sum a = (7.792703114739563e-20,8.944667923005412e-19,-1.5246593050577406e-20)
sum e = 0.006140611786327189
sum de = 8.5659957747883e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011540010707877206
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614136952487382e-05,1.4801017554552778e-06,6.7702486874156764e-09)
sum a = (-2.846030702774449e-19,-1.6940658945086007e-19,-2.1175823681357508e-20)
sum e = 0.006140513753964816
sum de = 8.567930000009494e-06
Info: CFL hydro = 0.011081927063990922 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011081927063990922 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.2621e+05 | 99165 | 1 | 7.857e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.59330999333751 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9627742417442526, dt = 0.011081927063990922 ----------------
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 : 7.19 us (1.8%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 366.88 us (94.2%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (72.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.0704187705178862e-08) l=(-2.9688341526733487e-08,-2.5741785568131154e-08,1.0193053236614799e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614455032604787e-05,1.4859830712820433e-06,6.369242123740582e-09)
sum a = (2.608861477543245e-19,1.0164395367051604e-20,-2.117582368135751e-21)
sum e = 0.0061401773840883585
sum de = 8.524189922384528e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01113816604352308
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613899660600349e-05,1.4931777595127512e-06,6.940071039682727e-09)
sum a = (3.083199928005653e-19,7.284483346386983e-19,-8.470329472543003e-22)
sum e = 0.00614008581620778
sum de = 8.525674478961598e-06
Info: CFL hydro = 0.010877191442471245 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010877191442471245 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.2483e+05 | 99163 | 1 | 7.944e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.21965772912285 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9738561688082434, dt = 0.010877191442471245 ----------------
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.72 us (1.9%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 1022.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.3%)
LB compute : 339.35 us (93.8%)
LB move op cnt : 0
LB apply : 4.13 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (72.3%)
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.3004646103182775e-06,7.916610124170434e-07,-1.3514284888240355e-08) l=(-7.464635032840017e-09,-6.691377626477116e-08,2.0457210022127386e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6140733698534045e-05,1.4965444649860094e-06,6.641497795665206e-09)
sum a = (-2.337810934421869e-19,1.7753810574450135e-18,-1.5246593050577406e-20)
sum e = 0.006139214059368376
sum de = 8.506814135246038e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010929863386305775
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614055730534367e-05,1.498337001261239e-06,7.039886362498072e-09)
sum a = (-8.131516293641283e-20,-1.5585406229479126e-19,-1.6305384234645282e-20)
sum e = 0.006139125857994393
sum de = 8.508691103886788e-06
Info: CFL hydro = 0.010738336053974222 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010738336053974222 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.2285e+05 | 99159 | 1 | 8.072e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.51301639009113 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.984733360250715, dt = 0.010738336053974222 ----------------
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.72 us (1.9%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 324.30 us (93.5%)
LB move op cnt : 0
LB apply : 4.08 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (72.4%)
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.990375238406682e-07,-1.6901579778436353e-07,-2.2673539024056216e-09) l=(4.3880553325835404e-08,-5.178678195739872e-08,1.515170110427211e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614187662473658e-05,1.500355816760234e-06,6.871422517000302e-09)
sum a = (3.8285889215894375e-19,-8.402566836762659e-19,5.293955920339377e-21)
sum e = 0.006138532264375296
sum de = 8.603379785807248e-06
Info: CFL hydro = 0.021246439822476308 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021246439822476308 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.5316e+05 | 99156 | 1 | 6.474e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.71110842951024 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9954716963046892, dt = 0.021246439822476308 ----------------
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.91 us (1.8%)
patch tree reduce : 2.11 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.3%)
LB compute : 354.60 us (94.0%)
LB move op cnt : 0
LB apply : 4.03 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (69.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604167335874944e-05,1.3590713740902301e-06,1.3899489392060778e-08)
sum a = (3.9979955110402976e-19,-1.5856456772600502e-18,-1.4399560103323106e-20)
sum e = 0.006138965155533567
sum de = 8.590118830688036e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02135136478632601
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604638699587094e-05,1.375226373856556e-06,1.395925360002426e-08)
sum a = (1.2536087619363645e-19,1.5415999640028266e-18,-1.4399560103323106e-20)
sum e = 0.006138629919864914
sum de = 8.59510482125886e-06
Info: CFL hydro = 0.01497017986453625 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01497017986453625 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.2595e+05 | 99156 | 1 | 7.872e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 97.15806644089636 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0167181361271656, dt = 0.01497017986453625 ----------------
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.85 us (2.0%)
patch tree reduce : 2.43 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 321.38 us (93.4%)
LB move op cnt : 0
LB apply : 4.21 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-8.291236102551036e-07,1.2686309680122292e-06,-2.1576150975911573e-08) v=(-1.246196067254986e-06,-9.278948852492903e-07,2.916233565329992e-08) l=(-2.0815038382998385e-08,1.4840658893819206e-08,2.539429687083627e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610482267686612e-05,1.4557119087126367e-06,9.913168584496797e-09)
sum a = (-4.2690460541616737e-19,1.5924219408380846e-19,-1.3129010682441655e-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.015041083702930676
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6094889272731166e-05,1.4536504468942772e-06,9.750878896028933e-09)
sum a = (-9.825582188149884e-20,4.811147140404426e-19,-1.3976043629695956e-20)
sum e = 0.006137460624061024
sum de = 8.579062654140031e-06
Info: CFL hydro = 0.012226249277794421 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012226249277794421 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.2627e+05 | 99151 | 1 | 7.852e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.63186151129158 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0316883159917016, dt = 0.012226249277794421 ----------------
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.93 us (1.8%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 1071.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 358.80 us (94.1%)
LB move op cnt : 0
LB apply : 3.95 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (74.5%)
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.111043899059746e-07,1.0254290954743602e-06,1.7149602361149812e-08) l=(-2.9656376665707782e-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.6121373394486745e-05,1.4888456568027184e-06,8.274835667296655e-09)
sum a = (1.3552527156068805e-20,6.2341624917916505e-19,-2.9857911390714087e-20)
sum e = 0.006136640087795302
sum de = 8.603048626002737e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012286334951835414
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611991171325194e-05,1.4884876618208743e-06,8.181114461671154e-09)
sum a = (4.0318768289304696e-19,2.1006417091906648e-19,-2.9010878443459787e-20)
sum e = 0.006136529345532825
sum de = 8.605351269823025e-06
Info: CFL hydro = 0.011323270405349013 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011323270405349013 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.2354e+05 | 99147 | 1 | 8.025e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.84454370525668 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.043914565269496, dt = 0.011323270405349013 ----------------
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.78 us (1.9%)
patch tree reduce : 2.16 us (0.6%)
gen split merge : 1181.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1281.00 ns (0.4%)
LB compute : 325.37 us (93.5%)
LB move op cnt : 0
LB apply : 4.10 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.1162673168214909e-07,-2.1320313449294317e-07,1.975734603729684e-08) v=(2.085912806353227e-07,1.2682024863918458e-07,-6.436559670387411e-09) l=(-5.544440108916997e-09,2.544250552003252e-09,1.0156019559316503e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612891159760658e-05,1.5000110322608076e-06,7.463408699966603e-09)
sum a = (4.506215279392878e-19,-4.980553729855286e-19,1.6940658945086007e-20)
sum e = 0.006136203512682238
sum de = 8.661352557940625e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01137724409538916
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612507743808514e-05,1.5002516770417246e-06,7.558458760558521e-09)
sum a = (-6.098637220230962e-20,-7.758821796849391e-19,1.418780186650953e-20)
sum e = 0.006136108779591399
sum de = 8.66298461727486e-06
Info: CFL hydro = 0.011665833419725893 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011665833419725893 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.2697e+05 | 99145 | 1 | 7.808e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.205442815799636 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0552378356748453, dt = 0.011665833419725893 ----------------
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.63 us (1.8%)
patch tree reduce : 2.30 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 343.91 us (94.1%)
LB move op cnt : 0
LB apply : 3.75 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1813.00 ns (67.5%)
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.088552938440957e-10) l=(1.820393219208051e-08,-1.9319426319762534e-09,5.085669139295672e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612130216915081e-05,1.495828088362406e-06,7.838095664438446e-09)
sum a = (5.759824041329242e-20,-4.0657581468206416e-19,-1.4399560103323106e-20)
sum e = 0.0061360502242923465
sum de = 8.558035497355249e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011726338287858087
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612617935851511e-05,1.4950389448912827e-06,7.586416304607023e-09)
sum a = (-3.049318610115481e-19,-1.0808140406964872e-18,-1.0587911840678754e-20)
sum e = 0.006135948840160831
sum de = 8.559563144651305e-06
Info: CFL hydro = 0.011474369013324165 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011474369013324165 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.2231e+05 | 99144 | 1 | 8.106e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.81052155659804 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0669036690945712, dt = 0.011474369013324165 ----------------
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 : 7.23 us (2.4%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 282.83 us (92.4%)
LB move op cnt : 0
LB apply : 3.97 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (72.5%)
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.505770448939889e-08) l=(-4.453143024113052e-10,4.419136680647609e-08,2.5358376218087347e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612847507485423e-05,1.497317430282515e-06,7.677537231378576e-09)
sum a = (9.825582188149884e-20,3.049318610115481e-20,-1.0164395367051604e-20)
sum e = 0.006134846544854186
sum de = 8.49988653578412e-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.612193974432221e-05,1.4978253373123038e-06,7.917128488385054e-09)
sum a = (1.5246593050577406e-19,-1.229891839413244e-18,-1.1011428314305904e-20)
sum e = 0.006134748728700776
sum de = 8.50212403432465e-06
Info: CFL hydro = 0.011304782393744375 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011304782393744375 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.2630e+05 | 99139 | 1 | 7.849e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.62492468618627 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0783780381078953, dt = 0.011304782393744375 ----------------
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.98 us (2.0%)
patch tree reduce : 2.02 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 327.11 us (93.7%)
LB move op cnt : 0
LB apply : 4.03 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.2%)
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.3066061691390169e-08,9.022776456222854e-07,-7.318567575466593e-10) l=(-2.285893270130196e-08,-4.6076645064753636e-08,2.028250185355182e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6123453208807694e-05,1.5000493192233295e-06,7.600104020871417e-09)
sum a = (-7.182839392716467e-19,-8.029872339970767e-19,1.1858461261560205e-20)
sum e = 0.006133899896150618
sum de = 8.47004091400563e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011364999159401696
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612671983365399e-05,1.4968064306900757e-06,7.625764292884944e-09)
sum a = (-6.776263578034403e-19,-1.3552527156068805e-20,1.1434944787933055e-20)
sum e = 0.006133805210727184
sum de = 8.471921043248948e-06
Info: CFL hydro = 0.011549690149656651 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011549690149656651 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.2581e+05 | 99135 | 1 | 7.880e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.64762649172369 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.08968282050164, dt = 0.011549690149656651 ----------------
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.31 us (2.1%)
patch tree reduce : 2.28 us (0.8%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 279.73 us (93.0%)
LB move op cnt : 0
LB apply : 3.62 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1743.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-7.252534855695613e-07,-7.14314271030837e-07,-4.549974735524039e-08) v=(7.85057881723164e-07,-6.760902133607261e-07,1.593148084121127e-08) l=(-5.3129760445408096e-08,1.958162497434791e-08,1.5194543210229243e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6124445240463334e-05,1.4932145035842682e-06,7.967911960001232e-09)
sum a = (-6.776263578034403e-21,3.9641141931501256e-19,6.776263578034403e-21)
sum e = 0.006133224540347203
sum de = 8.570212882878186e-06
Info: CFL hydro = 0.023117533268809453 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023117533268809453 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.4774e+05 | 99132 | 1 | 6.710e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.96597922638979 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1012325106512963, dt = 0.023117533268809453 ----------------
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.96 us (2.2%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 1111.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 298.76 us (93.1%)
LB move op cnt : 0
LB apply : 3.74 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1702.00 ns (68.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6003777226254574e-05,1.3428150819900359e-06,1.576491635620967e-08)
sum a = (-2.710505431213761e-20,7.013432803265607e-19,-7.835054762102278e-21)
sum e = 0.006133719392408081
sum de = 8.624321290909085e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023241068035473832
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599100662936633e-05,1.354994252399989e-06,1.693149763641017e-08)
sum a = (5.183841637196318e-19,9.317362419797304e-19,-8.046812998915853e-21)
sum e = 0.006133325473510932
sum de = 8.63032884963803e-06
Info: CFL hydro = 0.015146721655785813 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015146721655785813 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.2564e+05 | 99132 | 1 | 7.890e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.47454155494201 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.124350043920106, dt = 0.015146721655785813 ----------------
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 : 31.70 us (8.4%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 329.64 us (87.5%)
LB move op cnt : 0
LB apply : 4.05 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1882.00 ns (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(6.919991851323356e-07,7.566152553184578e-07,7.114485978724368e-08) v=(-8.293226724725308e-07,6.741895503913341e-07,-3.043596607822601e-08) l=(-1.2402656345505115e-08,8.725737514525208e-09,2.031316559274665e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607748242843445e-05,1.4558713470778976e-06,1.0699372895614954e-08)
sum a = (-2.710505431213761e-20,-1.4602848010664138e-18,2.371692252312041e-20)
sum e = 0.006132586591347263
sum de = 8.582621218877998e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015226782919708776
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607401950202236e-05,1.4610613595972721e-06,1.097364664996384e-08)
sum a = (-3.2187251995663413e-19,-1.2061749168901237e-18,2.3081647812679684e-20)
sum e = 0.006132416716914348
sum de = 8.585993258010291e-06
Info: CFL hydro = 0.013014334201292091 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013014334201292091 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.2613e+05 | 99128 | 1 | 7.859e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.37934222676486 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.139496765575892, dt = 0.013014334201292091 ----------------
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 : 7.24 us (1.9%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 353.44 us (93.9%)
LB move op cnt : 0
LB apply : 4.53 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.45 us (72.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(2.1362073573503602e-07,5.564203525237438e-07,-3.475653913695768e-08) v=(-5.732188108746616e-07,1.8097356812963954e-07,-8.434410944797794e-09) l=(5.979944332270392e-10,2.6465744370715528e-08,2.551508442284094e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609774527211043e-05,1.487407371141873e-06,9.446977618709196e-09)
sum a = (1.2536087619363645e-19,1.395910297075087e-18,-8.893845946170154e-21)
sum e = 0.006131345242790284
sum de = 8.661910246503342e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013070273252576184
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609956408612854e-05,1.4880805554153486e-06,9.491651260152162e-09)
sum a = (1.8295911660692887e-19,7.081195439045951e-19,-8.258571235729428e-21)
sum e = 0.006131220647607362
sum de = 8.664833053564648e-06
Info: CFL hydro = 0.012172969267401842 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012172969267401842 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.2647e+05 | 99123 | 1 | 7.838e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.77606079726943 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.152511099777184, dt = 0.012172969267401842 ----------------
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.96 us (2.1%)
patch tree reduce : 2.47 us (0.7%)
gen split merge : 1141.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.4%)
LB compute : 316.34 us (93.3%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1773.00 ns (68.9%)
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.09854797400795e-07,6.054118727317162e-09) l=(-6.582728755359094e-09,5.280671562425566e-09,5.12333104217967e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610899431906199e-05,1.4982472368521576e-06,8.930722676568294e-09)
sum a = (-4.3029273720518457e-19,-3.8624702394796095e-19,-2.0540548970916783e-20)
sum e = 0.0061311722192498854
sum de = 8.734862584481385e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012242734409075706
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61047300446368e-05,1.4982657623167537e-06,8.770246750508974e-09)
sum a = (-1.8973538018496328e-19,-5.861467994999758e-19,-1.9269999550035333e-20)
sum e = 0.0061310634582960825
sum de = 8.736522737826914e-06
Info: CFL hydro = 0.011740180965583739 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011740180965583739 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.2692e+05 | 99122 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.11448152789182 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.164684069044586, dt = 0.011740180965583739 ----------------
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.90 us (1.9%)
patch tree reduce : 2.08 us (0.6%)
gen split merge : 1091.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 338.99 us (93.8%)
LB move op cnt : 0
LB apply : 3.99 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (68.7%)
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.912873055184432e-09) l=(2.991492894608484e-08,-1.4989161463424303e-08,5.114683997861028e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6109396273530146e-05,1.5035445471622475e-06,8.591683546417794e-09)
sum a = (-5.759824041329242e-19,3.7947076036992655e-19,-6.776263578034403e-21)
sum e = 0.006131004347368608
sum de = 8.808587792740021e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011807254630525224
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6106273930305734e-05,1.5064166608048121e-06,8.655226546642896e-09)
sum a = (-7.115076756936123e-20,-1.7110065534536867e-18,-7.623296525288703e-21)
sum e = 0.006130903127290536
sum de = 8.810115391866466e-06
Info: CFL hydro = 0.011511345814196274 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011511345814196274 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.2622e+05 | 99121 | 1 | 7.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.820680191379815 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.17642425001017, dt = 0.011511345814196274 ----------------
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.62 us (2.0%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 1121.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1231.00 ns (0.4%)
LB compute : 308.86 us (93.2%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (74.8%)
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.446475698820816e-07,3.685053079303393e-07,-1.7387989123238195e-08) l=(-2.5522829162858335e-08,-2.5727433676453864e-10,5.035030484323963e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610882978906088e-05,1.5093499414643306e-06,8.385290353368168e-09)
sum a = (0,-1.378969638130001e-18,6.776263578034403e-21)
sum e = 0.006130846811706465
sum de = 8.845586670334821e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011571404145848967
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6106354212395304e-05,1.5108452262094072e-06,8.914827830535424e-09)
sum a = (4.675621868843738e-19,8.843023969334896e-19,5.717472393966527e-21)
sum e = 0.0061307493049762634
sum de = 8.847080901093994e-06
Info: CFL hydro = 0.011352514261195408 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011352514261195408 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.2701e+05 | 99120 | 1 | 7.804e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.10261105110717 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1879355958243663, dt = 0.011352514261195408 ----------------
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 : 7.08 us (2.1%)
patch tree reduce : 2.11 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 317.90 us (93.4%)
LB move op cnt : 0
LB apply : 3.76 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.6568290392780874e-07,1.2438326943074696e-07,6.066480726552115e-08) v=(-1.4126875647964043e-07,2.6333250095630044e-07,-3.0706174006925904e-08) l=(-9.203234920837133e-09,-4.6232486814413685e-09,1.0133899422123754e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610805003591449e-05,1.5127925631694265e-06,8.42147533384223e-09)
sum a = (1.0164395367051604e-20,-3.4558944247975454e-19,3.578714202149419e-20)
sum e = 0.0061304261588578796
sum de = 8.907059284656177e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011421932319178704
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6104394988809466e-05,1.513666901757326e-06,8.705085991412401e-09)
sum a = (-9.147955830346444e-20,6.098637220230962e-19,3.7269449679189215e-20)
sum e = 0.0061303314429189395
sum de = 8.908719260134732e-06
Info: CFL hydro = 0.011219475344636565 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011219475344636565 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.2661e+05 | 99118 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.204271321191555 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1992881100855617, dt = 0.011219475344636565 ----------------
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.88 us (1.7%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 1202.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 382.92 us (94.5%)
LB move op cnt : 0
LB apply : 3.97 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (72.7%)
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.9079279377348544e-08,-1.189693762747359e-08,5.125453862272122e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610575813963109e-05,1.5153513670017798e-06,8.789729747073885e-09)
sum a = (5.72594272343907e-19,9.825582188149884e-19,-6.776263578034403e-21)
sum e = 0.006130258686727499
sum de = 8.924884349497034e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011275768700553558
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6110167278673054e-05,1.514712145392108e-06,8.61695855269589e-09)
sum a = (1.5585406229479126e-19,-1.2536087619363645e-19,-7.835054762102278e-21)
sum e = 0.0061301659644017546
sum de = 8.9263561770375e-06
Info: CFL hydro = 0.011307306229895838 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011307306229895838 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.2419e+05 | 99117 | 1 | 7.981e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.60558675705889 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2105075854301983, dt = 0.011307306229895838 ----------------
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 : 6.79 us (2.1%)
patch tree reduce : 2.40 us (0.7%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 301.63 us (93.3%)
LB move op cnt : 0
LB apply : 3.71 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (67.8%)
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.3403871498464545e-07,-9.03181912493642e-07,9.743616854913657e-09) l=(-1.0594745840674745e-08,-1.5842469748487888e-08,1.007268922772152e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610939479529133e-05,1.513498097129376e-06,8.641121446613573e-09)
sum a = (-6.437450399132683e-19,2.371692252312041e-19,-1.9058241313221758e-20)
sum e = 0.006129848944275774
sum de = 8.938568061911825e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011358195210802384
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610868202520994e-05,1.509598247343986e-06,8.630961428068624e-09)
sum a = (-4.912791094074942e-19,2.303929616531697e-19,-2.0117032497289633e-20)
sum e = 0.006129754807134419
sum de = 8.940129844062378e-06
Info: CFL hydro = 0.01155849041430452 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01155849041430452 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.2520e+05 | 99115 | 1 | 7.916e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.419716392250244 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.221814891660094, dt = 0.01155849041430452 ----------------
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 : 7.07 us (2.0%)
patch tree reduce : 2.25 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 332.76 us (93.6%)
LB move op cnt : 0
LB apply : 4.16 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (71.4%)
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.182912406793058e-07,-3.16879646676695e-08,9.286983548213237e-09) l=(-1.3645168958584369e-08,-1.9655679528993094e-08,1.0182559455716852e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6105682428361453e-05,1.5062107951455215e-06,8.90925595371573e-09)
sum a = (-4.0657581468206416e-20,6.335806445462167e-19,4.235164736271502e-21)
sum e = 0.006129436274085431
sum de = 8.962686403221303e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011624733848272333
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610588465259507e-05,1.5089235490558346e-06,8.813336869968815e-09)
sum a = (-1.9989977555201488e-19,-8.673617379884035e-19,5.505714157152952e-21)
sum e = 0.006129338044159858
sum de = 8.964384957807621e-06
Info: CFL hydro = 0.01145845752265567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01145845752265567 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.2660e+05 | 99113 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.14921913789859 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2333733820743986, dt = 0.01145845752265567 ----------------
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 : 7.21 us (1.9%)
patch tree reduce : 2.35 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 332.85 us (87.5%)
LB move op cnt : 0
LB apply : 3.64 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.154322341732279e-07,2.3005560102641717e-07,-1.4797218021325027e-08) v=(-2.2035148812130087e-07,-2.229497229832661e-07,3.2247035571022105e-09) l=(-5.7586607921463534e-08,-3.6191294466218095e-08,1.00736867978562e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610713318933062e-05,1.510135595632464e-06,8.812256374780119e-09)
sum a = (4.743384504624082e-20,-7.995991022080595e-19,-9.317362419797304e-21)
sum e = 0.006129025391779729
sum de = 8.895978992457468e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0115229360953976
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611191865624268e-05,1.507982907387464e-06,8.738898783008146e-09)
sum a = (-2.574980159653073e-19,-7.758821796849391e-19,-1.164670302474663e-20)
sum e = 0.006128928402386533
sum de = 8.89757257910861e-06
Info: CFL hydro = 0.011551903706939327 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011551903706939327 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.2639e+05 | 99111 | 1 | 7.842e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.60218503405275 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.244831839597054, dt = 0.011551903706939327 ----------------
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.66 us (2.2%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 284.47 us (93.0%)
LB move op cnt : 0
LB apply : 3.58 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0251075844489293e-06,-5.425841565936306e-07,-1.2566218139417975e-08) v=(6.328417015232653e-07,-1.0150640113251199e-06,-7.796119948057886e-10) l=(-1.6895288187173548e-08,4.066849048608871e-08,2.0345317900344675e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611120669153986e-05,1.5064041715833902e-06,8.856999351781684e-09)
sum a = (-5.658180087658726e-19,-3.9302328752599536e-19,-1.5246593050577406e-20)
sum e = 0.006128088467483157
sum de = 8.947707527216622e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0116038311120273
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610800421954535e-05,1.5055221128352592e-06,8.88126937395166e-09)
sum a = (-7.453889935837843e-20,-5.04831636563563e-19,-1.376428539288238e-20)
sum e = 0.006127990484361977
sum de = 8.949847330839896e-06
Info: CFL hydro = 0.011477186566551221 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011477186566551221 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.2374e+05 | 99107 | 1 | 8.010e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.92146354848029 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2563837433039935, dt = 0.011477186566551221 ----------------
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 : 7.18 us (2.0%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 333.99 us (93.7%)
LB move op cnt : 0
LB apply : 3.65 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1612.00 ns (66.0%)
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.036530221177857e-09) l=(-4.3961747555288094e-09,-4.174936032166581e-09,5.072943342077909e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610871876347295e-05,1.5063038148234735e-06,8.7822718221831e-09)
sum a = (-3.2526065174565133e-19,4.1335207826009857e-19,3.536362554786704e-20)
sum e = 0.006127931738685589
sum de = 9.042409509081804e-06
Info: CFL hydro = 0.02277807624715062 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02277807624715062 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.5177e+05 | 99106 | 1 | 6.530e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.275103109250026 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2678609298705448, dt = 0.02277807624715062 ----------------
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.58 us (1.9%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1151.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1352.00 ns (0.4%)
LB compute : 317.06 us (93.7%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (65.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5975576153849476e-05,1.3711068948913058e-06,1.7657824536266467e-08)
sum a = (-5.759824041329242e-20,1.1722935989999517e-18,-8.258571235729428e-21)
sum e = 0.006128422831042383
sum de = 8.99187773686918e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02292746241385451
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5959420023674246e-05,1.380581940486851e-06,1.8083618383806254e-08)
sum a = (-1.4230153513872246e-19,4.472333961502706e-19,-9.740878893424454e-21)
sum e = 0.006128041077044063
sum de = 8.997843984676792e-06
Info: CFL hydro = 0.015470380607139223 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015470380607139223 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.2545e+05 | 99106 | 1 | 7.900e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.80019521439601 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2906390061176953, dt = 0.015470380607139223 ----------------
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.94 us (1.9%)
patch tree reduce : 2.40 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 334.16 us (93.8%)
LB move op cnt : 0
LB apply : 3.57 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1973.00 ns (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(1.0446614430168258e-06,4.951439024332378e-07,1.2201771007037397e-08) v=(-5.832171956954475e-07,1.0200668475003139e-06,-2.4840861931417813e-09) l=(5.854066347126332e-08,-6.209227272336053e-08,3.0330319865490936e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6049542522711054e-05,1.4660159374738503e-06,1.2166888719593687e-08)
sum a = (1.0842021724855044e-19,-2.202285662861181e-19,-9.105604182983729e-21)
sum e = 0.006126808321925918
sum de = 9.116415331126046e-06
Info: CFL hydro = 0.025531867200665394 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025531867200665394 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.5177e+05 | 99100 | 1 | 6.530e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 85.29194979504325 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3061093867248346, dt = 0.025531867200665394 ----------------
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.28 us (1.9%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 1212.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.3%)
LB compute : 360.65 us (94.0%)
LB move op cnt : 0
LB apply : 4.00 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (71.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5922171502410104e-05,1.3516719940535231e-06,2.0484774347746506e-08)
sum a = (5.55653613398821e-19,-5.421010862427522e-20,1.079967007749233e-20)
sum e = 0.006127344611836676
sum de = 9.236093864695163e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025653175738273453
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.592535673441346e-05,1.362447691723013e-06,2.0635621934703612e-08)
sum a = (1.0842021724855044e-19,1.4941661189565858e-18,1.249373597200093e-20)
sum e = 0.006126867544326769
sum de = 9.24399734780423e-06
Info: CFL hydro = 0.01657799031370232 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01657799031370232 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.2536e+05 | 99100 | 1 | 7.905e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 116.27159652440474 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3316412539255, dt = 0.01657799031370232 ----------------
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.01 us (2.0%)
patch tree reduce : 2.39 us (0.7%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 335.51 us (93.6%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (73.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-6.406658945389931e-07,4.289201935187985e-07,-1.5474330520506778e-08) v=(-3.9538426862375904e-07,-6.855805828953968e-07,1.2463619542902107e-09) l=(1.2734886558631634e-08,2.4716949720897746e-08,1.0133673678028028e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603684526863147e-05,1.4619730816567612e-06,1.337945210626002e-08)
sum a = (-3.3203691532368573e-19,-2.4191260973582818e-18,-2.286988957586611e-20)
sum e = 0.006126705652560235
sum de = 9.252089700896622e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01666545731255542
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6040375537695145e-05,1.4557934722106034e-06,1.3416014157546875e-08)
sum a = (-1.0842021724855044e-19,-1.378969638130001e-18,-2.498747194400186e-20)
sum e = 0.006126503864543161
sum de = 9.255628582881774e-06
Info: CFL hydro = 0.013235655044463892 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013235655044463892 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.2621e+05 | 99098 | 1 | 7.852e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.00695452849315 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3482192442392025, dt = 0.013235655044463892 ----------------
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 : 7.17 us (1.7%)
patch tree reduce : 2.29 us (0.5%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 395.36 us (94.5%)
LB move op cnt : 0
LB apply : 4.17 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (67.2%)
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.0468355726081813e-06,-6.472826180512175e-07,5.500562113993605e-09) l=(-4.087334023390917e-09,-2.1295952436710963e-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.9335691371300001 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6081226718911163e-05,1.493538367741901e-06,1.0774846856414247e-08)
sum a = (3.3203691532368573e-19,2.710505431213761e-18,-4.362219678359647e-20)
sum e = 0.006125992890335033
sum de = 9.225108711549798e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013316586831074551
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607215651501848e-05,1.4913196371782873e-06,1.0400076405393143e-08)
sum a = (5.759824041329242e-20,1.6127507315721878e-18,-4.319868030996932e-20)
sum e = 0.006125864016944487
sum de = 9.227538282910797e-06
Info: CFL hydro = 0.012079867642886273 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012079867642886273 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 | 8.4518e+04 | 99095 | 1 | 1.172e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 40.639449528524736 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3614548992836664, dt = 0.012079867642886273 ----------------
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 : 7.02 us (2.2%)
patch tree reduce : 2.13 us (0.7%)
gen split merge : 1031.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 303.12 us (93.0%)
LB move op cnt : 0
LB apply : 3.99 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (73.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.1346620641017498e-06,-6.193029362660672e-07,-6.046898172650494e-08) v=(5.341324499525512e-07,1.191938067212893e-06,1.3122657650771024e-08) l=(2.9306959682604896e-08,-4.1218621878500666e-08,1.512974763771878e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608652081485318e-05,1.504751173572066e-06,9.710532553994881e-09)
sum a = (4.438452643612534e-19,-1.5348237004247922e-18,-1.249373597200093e-20)
sum e = 0.006125313673266283
sum de = 9.235322312567758e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012157052031130336
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608049244355363e-05,1.5031713106142155e-06,9.616197253025336e-09)
sum a = (-1.8973538018496328e-19,8.165397611531455e-19,-8.470329472543003e-21)
sum e = 0.006125206619117735
sum de = 9.237314018424595e-06
Info: CFL hydro = 0.011882041993804588 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011882041993804588 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.2648e+05 | 99092 | 1 | 7.835e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.50681327546138 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3735347669265527, dt = 0.011882041993804588 ----------------
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 : 7.00 us (2.0%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1212.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 330.03 us (93.6%)
LB move op cnt : 0
LB apply : 3.84 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1763.00 ns (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(8.817639313098331e-07,-4.6830952711659384e-07,8.32814433775186e-09) v=(4.065777582839293e-07,9.292432253368615e-07,4.683535139518845e-09) l=(-9.893354128821888e-09,-6.529866658983146e-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.9334650242638755 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082701304477256e-05,1.5054321104103805e-06,9.316882660225865e-09)
sum a = (2.202285662861181e-19,7.115076756936123e-19,-3.621065849512134e-20)
sum e = 0.006124904953892726
sum de = 9.216377675823305e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011955745483416307
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608162341777661e-05,1.5151072020911591e-06,9.769548827756134e-09)
sum a = (1.8634724839594607e-19,6.945670167485263e-19,-3.324604317973129e-20)
sum e = 0.006124801265036741
sum de = 9.21822517708896e-06
Info: CFL hydro = 0.011654962442482684 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011654962442482684 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 | 8.3942e+04 | 99090 | 1 | 1.180e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 36.23608538560949 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.385416808920357, dt = 0.011654962442482684 ----------------
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 : 7.07 us (2.1%)
patch tree reduce : 2.36 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 322.52 us (93.6%)
LB move op cnt : 0
LB apply : 3.46 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.938704464742437e-08,1.4064393993575632e-06,4.005151173500418e-08) v=(-1.4352252027304287e-06,-3.061458850984284e-08,-4.748370227869283e-09) l=(-1.9604030457203025e-09,-3.3584357753430926e-08,1.525115251397994e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608483833935837e-05,1.5182754308982034e-06,9.417400881211024e-09)
sum a = (5.488773498207866e-19,1.229891839413244e-18,4.235164736271502e-22)
sum e = 0.0061242271137655095
sum de = 9.010291075613018e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011729624802347922
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608505258470103e-05,1.508128995438544e-06,9.292303464291993e-09)
sum a = (3.4558944247975454e-19,6.471331717022855e-19,1.0587911840678754e-21)
sum e = 0.006124126297327307
sum de = 9.01226503159573e-06
Info: CFL hydro = 0.01174301895647411 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01174301895647411 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.2679e+05 | 99087 | 1 | 7.815e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.69016220800986 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3970717713628398, dt = 0.01174301895647411 ----------------
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 : 7.15 us (2.1%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 1192.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 316.90 us (93.1%)
LB move op cnt : 0
LB apply : 3.98 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (72.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-2.3658366727256983e-07,-1.82874290818218e-06,-6.156896795907778e-08) v=(1.8705317932945986e-06,-1.2115565640187888e-07,1.0734671815723904e-09) l=(2.5244008527862185e-08,2.2824835040449586e-08,4.057579552512174e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608359634734768e-05,1.506113664999256e-06,9.585944557904735e-09)
sum a = (3.4220131069073734e-19,1.8465318250143747e-18,-2.286988957586611e-20)
sum e = 0.006122259373320338
sum de = 9.03523013998308e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011801989632406676
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608504132833404e-05,1.5104579113460389e-06,9.316473615874265e-09)
sum a = (-6.776263578034403e-20,1.0401564592282808e-18,-2.4352197233561135e-20)
sum e = 0.006122158155537252
sum de = 9.038257907914167e-06
Info: CFL hydro = 0.011867032214540446 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011867032214540446 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.1842e+05 | 99079 | 1 | 8.366e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.52924646299734 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.408814790319314, dt = 0.011867032214540446 ----------------
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 : 7.19 us (2.2%)
patch tree reduce : 2.36 us (0.7%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 299.40 us (93.0%)
LB move op cnt : 0
LB apply : 3.77 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1903.00 ns (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.953337312472937e-07,3.667505483408471e-07,-1.9306166284871256e-08) v=(-3.480188705199308e-07,-4.2292159746138065e-07,-6.2494258756445275e-09) l=(-1.7585885957158363e-08,6.894124864038783e-10,1.0174971588272023e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6083668402331346e-05,1.5092215471374491e-06,9.482339887752856e-09)
sum a = (2.337810934421869e-19,-1.0842021724855044e-19,-1.1011428314305904e-20)
sum e = 0.006121848920424468
sum de = 9.054693511260492e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011941181451752894
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082737399535805e-05,1.5132138910082144e-06,9.374304065458103e-09)
sum a = (1.1858461261560205e-19,-7.318364664277155e-19,-6.564505341220828e-21)
sum e = 0.0061217460320081895
sum de = 9.056534322178765e-06
Info: CFL hydro = 0.011709633476339808 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011709633476339808 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.1977e+05 | 99077 | 1 | 8.272e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.64544902450078 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4206818225338544, dt = 0.011709633476339808 ----------------
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 : 7.56 us (2.1%)
patch tree reduce : 1952.00 ns (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 329.21 us (93.5%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (63.2%)
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.2186734177495347e-08) l=(-2.0101607339569772e-08,6.171689006363488e-09,1.014512241827054e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6084929890277546e-05,1.5150803723784184e-06,9.365548576192714e-09)
sum a = (-1.9651164376299768e-19,8.131516293641283e-20,-4.0234064994579266e-21)
sum e = 0.006121434647467933
sum de = 9.104634797770098e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011775688610344922
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6080862684347494e-05,1.5161574179793175e-06,9.258330861542935e-09)
sum a = (-1.9651164376299768e-19,-2.236166980751353e-19,-3.3881317890172014e-21)
sum e = 0.006121334651448696
sum de = 9.106377000737366e-06
Info: CFL hydro = 0.011561245269262978 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011561245269262978 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.2676e+05 | 99075 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.93538307232217 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4323914560101945, dt = 0.011561245269262978 ----------------
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 : 7.07 us (2.1%)
patch tree reduce : 2.11 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 321.50 us (93.6%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1823.00 ns (71.1%)
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.0509437855983465e-09) l=(9.935733277998835e-09,-5.2512566030350755e-09,5.020936447715056e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082713047866815e-05,1.5179059230087887e-06,9.234418027060555e-09)
sum a = (3.4897757426877174e-19,-7.894347068410079e-19,-1.4823076576950256e-20)
sum e = 0.006121284346590513
sum de = 9.11429346261635e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011629350643135819
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6087039445199515e-05,1.5209694814498711e-06,8.88253750083502e-09)
sum a = (3.5236570605778894e-19,3.9979955110402976e-19,-1.6305384234645282e-20)
sum e = 0.006121186730588182
sum de = 9.115814497784304e-06
Info: CFL hydro = 0.011638395153997092 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011638395153997092 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.1915e+05 | 99074 | 1 | 8.315e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.05600737915933 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4439527012794575, dt = 0.011638395153997092 ----------------
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.72 us (1.8%)
patch tree reduce : 1872.00 ns (0.5%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.3%)
LB compute : 356.31 us (94.3%)
LB move op cnt : 0
LB apply : 3.95 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (73.6%)
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.59861485703548e-08) l=(-4.939893742324561e-08,2.6353729854963394e-08,1.0111412532387413e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6086375403220546e-05,1.5201288083238423e-06,9.203818969270743e-09)
sum a = (-1.2874900798265365e-19,1.8973538018496328e-19,5.082197683525802e-21)
sum e = 0.006120876036838488
sum de = 9.158849047937828e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011694562704409783
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6085252378690514e-05,1.5242039233067425e-06,8.964551688951705e-09)
sum a = (5.89534931288993e-19,6.030874584450618e-19,4.446922973085077e-21)
sum e = 0.006120777333029781
sum de = 9.160572800361628e-06
Info: CFL hydro = 0.011497086382594507 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011497086382594507 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.2658e+05 | 99072 | 1 | 7.827e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.531766499111164 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4555910964334546, dt = 0.011497086382594507 ----------------
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 : 7.42 us (2.5%)
patch tree reduce : 2.26 us (0.8%)
gen split merge : 1161.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.4%)
LB compute : 273.71 us (92.4%)
LB move op cnt : 0
LB apply : 3.75 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1592.00 ns (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.310937383370623e-08,4.977906194019431e-07,-7.140951047460426e-09) v=(-5.110086708873205e-07,-8.319694925888223e-08,5.818411614286069e-09) l=(4.622916759528105e-09,7.80778980760334e-09,5.163672812195366e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608721157718763e-05,1.5259025299969961e-06,8.838311032250335e-09)
sum a = (3.6253010142484055e-19,2.0227146780432692e-18,-7.411538288475128e-21)
sum e = 0.006120711208518621
sum de = 9.174810755754074e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011575116075054485
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609183580920593e-05,1.5278070561108522e-06,9.02725429380038e-09)
sum a = (5.04831636563563e-19,2.0125502826762176e-18,-5.082197683525802e-21)
sum e = 0.0061206148235309135
sum de = 9.176345966582968e-06
Info: CFL hydro = 0.0113638279437816 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0113638279437816 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.2641e+05 | 99071 | 1 | 7.837e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.812958022683254 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4670881828160494, dt = 0.0113638279437816 ----------------
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.95 us (1.8%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 1141.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 361.79 us (94.1%)
LB move op cnt : 0
LB apply : 3.98 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1953.00 ns (72.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-9.735608360058565e-07,1.6970692933966983e-07,1.880041735242824e-08) v=(-1.1175506113646449e-07,-1.005877779722275e-06,-4.395482678826639e-09) l=(1.5431773596762398e-08,-8.782780413308803e-09,1.0211002505675342e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609403759365637e-05,1.5290203256916151e-06,8.868280493650756e-09)
sum a = (8.876905287225068e-19,-9.622294280808852e-19,-1.3976043629695956e-20)
sum e = 0.006120289469200539
sum de = 9.146582134163778e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011425049232229012
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609564057020916e-05,1.529727131520934e-06,8.914552262017877e-09)
sum a = (7.724940478959219e-19,-8.131516293641283e-20,-1.291725244562808e-20)
sum e = 0.006120194918886801
sum de = 9.148288624796661e-06
Info: CFL hydro = 0.011822337748904522 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011822337748904522 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.2676e+05 | 99069 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.34294596532933 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.478452010759831, dt = 0.011822337748904522 ----------------
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.85 us (1.8%)
patch tree reduce : 1973.00 ns (0.5%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 362.68 us (94.2%)
LB move op cnt : 0
LB apply : 4.07 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-5.184451377586143e-07,-9.04570835122691e-08,-1.2238293734466038e-08) v=(1.2639695645192992e-07,-5.174584701822239e-07,1.534357001834415e-08) l=(5.255914027217892e-09,8.208236768441637e-08,1.5209920177394103e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6089968727924956e-05,1.5249960977978537e-06,9.28183699283657e-09)
sum a = (-2.947674656444965e-19,1.0842021724855044e-18,-1.334076891925523e-20)
sum e = 0.006119626320320213
sum de = 9.232972041080545e-06
Info: CFL hydro = 0.02352780482424936 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02352780482424936 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.5211e+05 | 99066 | 1 | 6.513e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.35062505858049 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4902743485087355, dt = 0.02352780482424936 ----------------
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.77 us (1.8%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 352.61 us (92.7%)
LB move op cnt : 0
LB apply : 3.59 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.593700569110959e-05,1.4077442868633375e-06,1.8588859825887458e-08)
sum a = (-1.2536087619363645e-19,7.318364664277155e-19,1.4823076576950256e-21)
sum e = 0.006120145765714583
sum de = 9.265322303893249e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023699733822678204
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5914722992405346e-05,1.4131040034894363e-06,1.825950093956192e-08)
sum a = (-5.759824041329242e-20,9.046311876675928e-19,6.352747104407253e-22)
sum e = 0.00611974260297423
sum de = 9.271829358157484e-06
Info: CFL hydro = 0.016021571403297546 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016021571403297546 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.2564e+05 | 99066 | 1 | 7.885e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 107.41737622151464 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.513802153332985, dt = 0.016021571403297546 ----------------
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.95 us (2.1%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 313.16 us (93.4%)
LB move op cnt : 0
LB apply : 3.72 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1643.00 ns (66.7%)
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.3587352246437494e-09) l=(3.531542591561747e-08,3.338276676350142e-08,2.0421186223980965e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601824138267556e-05,1.4877241219079108e-06,1.2685345546973635e-08)
sum a = (-3.083199928005653e-19,6.505213034913027e-19,-2.456395547037471e-20)
sum e = 0.006119029449265163
sum de = 9.271798558285497e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01612764038820429
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60184410319153e-05,1.4876988366989392e-06,1.2426406071722884e-08)
sum a = (-2.541098841762901e-19,6.776263578034403e-19,-2.0328790734103208e-20)
sum e = 0.006118842019938395
sum de = 9.275657683327929e-06
Info: CFL hydro = 0.013355015255826302 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013355015255826302 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.2612e+05 | 99062 | 1 | 7.854e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.43276381327786 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5298237247362825, dt = 0.013355015255826302 ----------------
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 : 6.65 us (2.3%)
patch tree reduce : 2.23 us (0.8%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.4%)
LB compute : 272.87 us (92.7%)
LB move op cnt : 0
LB apply : 3.71 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (70.6%)
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.659322129097115e-07,-1.0345331064087802e-07,7.464022789516095e-09) l=(-1.6403804073219324e-08,-3.419377085684324e-08,1.5301745126631303e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605577183177668e-05,1.513843523167938e-06,1.0450332676629378e-08)
sum a = (4.2012834183813297e-19,-4.70950318673391e-19,-8.046812998915853e-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.013434397076702942
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606100828342805e-05,1.5152360669321035e-06,1.025430439569459e-08)
sum a = (3.6930636500287495e-19,1.5246593050577406e-19,-1.0587911840678754e-20)
sum e = 0.006118179875751273
sum de = 9.298683615421742e-06
Info: CFL hydro = 0.012345263859529351 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012345263859529351 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.2658e+05 | 99059 | 1 | 7.826e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.43545877378579 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5431787399921086, dt = 0.012345263859529351 ----------------
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.92 us (1.8%)
patch tree reduce : 2.47 us (0.7%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 357.38 us (94.0%)
LB move op cnt : 0
LB apply : 3.93 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-9.751623724790656e-07,-5.843197941810246e-08,-2.7577524380785942e-08) v=(1.2278619101146237e-07,-9.857432246887342e-07,1.1267819795344718e-08) l=(-2.6521413960080366e-08,1.24843387651854e-08,1.0129159587222774e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607508956867403e-05,1.5249786140163007e-06,9.623993667368135e-09)
sum a = (-7.792703114739563e-20,1.8092623753351855e-18,-2.795208725939191e-20)
sum e = 0.006117889495339743
sum de = 9.309611883051056e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012425062896454528
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6069746509725626e-05,1.5293329839550845e-06,9.439195087059372e-09)
sum a = (-6.505213034913027e-19,1.2739375526704677e-18,-2.5199230180815435e-20)
sum e = 0.006117778549797403
sum de = 9.31155246135771e-06
Info: CFL hydro = 0.011946169153297463 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011946169153297463 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.2541e+05 | 99057 | 1 | 7.898e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.268179230713976 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.555524003851638, dt = 0.011946169153297463 ----------------
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.60 us (1.9%)
patch tree reduce : 2.07 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.3%)
LB compute : 316.81 us (93.5%)
LB move op cnt : 0
LB apply : 3.62 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1782.00 ns (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(6.392681240197231e-07,4.702325228576041e-07,-1.75167509430935e-08) v=(-5.192638960128026e-07,6.183297800096152e-07,-6.023944182475524e-12) l=(1.8637663284142238e-08,7.043072991167186e-09,1.0185609705530866e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607509597703865e-05,1.5334421045982787e-06,9.225095244417424e-09)
sum a = (3.6591823321385775e-19,1.4840017235895342e-18,-1.6517142471458857e-20)
sum e = 0.006117472524022005
sum de = 9.325061513670286e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01201741867044079
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075876712853745e-05,1.5355729675569632e-06,9.36285031911351e-09)
sum a = (1.6601845766184287e-19,1.2400562347802957e-18,-1.7152417181899582e-20)
sum e = 0.006117368648115653
sum de = 9.326934615891702e-06
Info: CFL hydro = 0.012202057627540522 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012202057627540522 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.2645e+05 | 99055 | 1 | 7.834e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.89996161651549 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5674701730049354, dt = 0.012202057627540522 ----------------
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 : 7.06 us (2.3%)
patch tree reduce : 2.16 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.4%)
LB compute : 286.20 us (92.6%)
LB move op cnt : 0
LB apply : 3.81 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1822.00 ns (71.1%)
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.8993830558259944e-07,-2.5985380132533377e-07,-3.473060665198002e-09) l=(-2.6321836477968532e-08,-4.377127530397529e-08,1.0136273720907593e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6072453341498864e-05,1.5332205731195976e-06,9.492882011621596e-09)
sum a = (2.0667603913004928e-19,-9.147955830346444e-20,9.740878893424454e-21)
sum e = 0.0061170732792101895
sum de = 9.299479985412676e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012281561227756185
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606706971042796e-05,1.5348419249156106e-06,9.236709916388768e-09)
sum a = (-2.1345230270808369e-19,1.8939656700606156e-18,8.893845946170154e-21)
sum e = 0.006116964733816876
sum de = 9.301401037801401e-06
Info: CFL hydro = 0.012041711703593494 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012041711703593494 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.2593e+05 | 99053 | 1 | 7.865e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.84862992841041 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5796722306324757, dt = 0.012041711703593494 ----------------
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.83 us (1.6%)
patch tree reduce : 2.22 us (0.5%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 395.96 us (94.6%)
LB move op cnt : 0
LB apply : 3.72 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (71.7%)
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.620935958627288e-08,7.10316032622257e-07,2.957860824758287e-08) l=(5.384422057810219e-08,-6.654449164200555e-08,1.5167703908071546e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606905867590713e-05,1.5365062831155358e-06,9.332251475584493e-09)
sum a = (3.1170812458958252e-19,7.724940478959219e-19,-1.4823076576950256e-21)
sum e = 0.006116408014600055
sum de = 9.288071815994844e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012130198540333235
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607214570989188e-05,1.5418172211857195e-06,9.25560043476988e-09)
sum a = (5.319366908757006e-19,-4.946672411965114e-19,-6.352747104407253e-22)
sum e = 0.0061163023735487584
sum de = 9.290164154439813e-06
Info: CFL hydro = 0.01191275873474917 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01191275873474917 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.2470e+05 | 99050 | 1 | 7.943e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.57548838960691 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.591713942336069, dt = 0.01191275873474917 ----------------
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.84 us (1.7%)
patch tree reduce : 2.13 us (0.5%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 387.91 us (94.6%)
LB move op cnt : 0
LB apply : 3.96 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.15 us (65.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-6.035472819160688e-07,6.882302000771714e-07,1.2641977873260275e-08) v=(-6.663882693494229e-07,-6.54452802701771e-07,-1.682850246028516e-09) l=(4.0938490581904326e-08,3.5131480119431056e-09,1.5381951001731974e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607433792001189e-05,1.5432669550800258e-06,9.015512389316019e-09)
sum a = (4.0657581468206416e-20,9.961107459710572e-19,1.2705494208814505e-21)
sum e = 0.0061157225301693785
sum de = 9.234628451706241e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01198920160071901
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6066721602657384e-05,1.5446930862342083e-06,9.50855970018422e-09)
sum a = (1.0164395367051604e-19,8.639736061993863e-19,-2.117582368135751e-22)
sum e = 0.006115618991374878
sum de = 9.236713993888572e-06
Info: CFL hydro = 0.011782583001987848 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011782583001987848 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.2667e+05 | 99047 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.84470158770231 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.603626701070818, dt = 0.011782583001987848 ----------------
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 : 14.64 us (3.9%)
patch tree reduce : 2.29 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 343.38 us (91.9%)
LB move op cnt : 0
LB apply : 3.90 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.0827166308151424e-06,7.692908612775195e-08,4.8365745465156586e-08) v=(-1.3269059152370086e-07,1.105111410353081e-06,-2.416068318329911e-08) l=(-6.984706535298933e-10,-2.8295620576967505e-08,2.0152384970527955e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6068130447816706e-05,1.5459866928486547e-06,9.213088498256642e-09)
sum a = (1.0842021724855044e-19,1.277325684459485e-18,3.155197728522269e-20)
sum e = 0.00611480197709824
sum de = 9.253151987864676e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01186409097339782
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6073445519646603e-05,1.5458336194720216e-06,9.682975899090596e-09)
sum a = (-7.453889935837843e-20,-9.825582188149884e-20,3.3034284942917713e-20)
sum e = 0.0061147011087467045
sum de = 9.255315153458865e-06
Info: CFL hydro = 0.011658540993316311 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011658540993316311 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.2631e+05 | 99043 | 1 | 7.841e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.09589860972461 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.615409284072806, dt = 0.011658540993316311 ----------------
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.76 us (2.2%)
patch tree reduce : 2.45 us (0.8%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 292.54 us (93.0%)
LB move op cnt : 0
LB apply : 3.83 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1973.00 ns (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-9.415286846926803e-07,-2.2405854598021445e-07,3.681645590818564e-08) v=(2.849312270823023e-07,-9.567707853369464e-07,-2.1035804069499008e-08) l=(4.058161908810898e-08,-1.1540639825605394e-08,1.0243883594594143e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075590376876694e-05,1.546673074525004e-06,9.498437390344566e-09)
sum a = (2.1345230270808369e-19,-2.053207864144424e-18,8.682087709356578e-21)
sum e = 0.006114380285658027
sum de = 9.210234161100274e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011738034746303702
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6079054391931e-05,1.5533729865236149e-06,9.802435563717301e-09)
sum a = (-2.439454888092385e-19,-1.0842021724855044e-18,6.988021814847978e-21)
sum e = 0.006114281384145217
sum de = 9.212004856085019e-06
Info: CFL hydro = 0.011538790576399784 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011538790576399784 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.2694e+05 | 99041 | 1 | 7.802e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.79320877711263 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.627067825066122, dt = 0.011538790576399784 ----------------
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.90 us (2.1%)
patch tree reduce : 2.07 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.4%)
LB compute : 299.34 us (93.0%)
LB move op cnt : 0
LB apply : 4.13 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1763.00 ns (61.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-7.835350592315767e-07,8.91602359797284e-07,2.7931125581958556e-08) v=(-8.475587931235271e-07,-8.72054414606787e-07,-1.0515241424962848e-08) l=(-1.0228532210926134e-08,-4.564157082589578e-08,1.513443736068747e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6081097937303e-05,1.5545511757526819e-06,9.553851034694757e-09)
sum a = (2.879912020664621e-19,5.421010862427522e-19,2.879912020664621e-20)
sum e = 0.006113713956064368
sum de = 9.289154385062685e-06
Info: CFL hydro = 0.022843578782053536 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022843578782053536 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.5249e+05 | 99038 | 1 | 6.495e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.95826916030579 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.6386066156425216, dt = 0.022843578782053536 ----------------
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 : 7.03 us (1.8%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 370.07 us (94.2%)
LB move op cnt : 0
LB apply : 4.14 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (73.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5921361992802666e-05,1.4670949102123167e-06,1.9317657126910273e-08)
sum a = (-7.826584432629735e-19,2.0328790734103208e-20,2.9857911390714087e-20)
sum e = 0.006114208359325691
sum de = 9.125164725887654e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022999834597579653
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.59240017275337e-05,1.4608092878194196e-06,2.0759896634717656e-08)
sum a = (-1.7957098481791167e-19,-7.758821796849391e-19,3.3034284942917713e-20)
sum e = 0.006113828391944394
sum de = 9.131117287892493e-06
Info: CFL hydro = 0.015315932321401047 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015315932321401047 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.2331e+05 | 99038 | 1 | 8.031e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 102.394470783131 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.661450194424575, dt = 0.015315932321401047 ----------------
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.57 us (1.9%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.4%)
LB compute : 318.30 us (93.6%)
LB move op cnt : 0
LB apply : 4.11 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-4.4546583819370306e-07,-9.62980783377306e-07,1.068590435504422e-07) v=(9.95782636310241e-07,-3.772398915714376e-07,-5.4468845167296236e-08) l=(3.311823011780614e-08,-3.719835181676501e-08,4.069234696110519e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602887989477213e-05,1.5210397135271864e-06,1.326914477785135e-08)
sum a = (5.319366908757006e-19,-9.9272261418204e-19,-1.0376153603865179e-20)
sum e = 0.006112050566260716
sum de = 9.152711490714289e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015389809357478934
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602100965600121e-05,1.5251780034912158e-06,1.3813608865618969e-08)
sum a = (3.7608262858090935e-19,-8.199278929421627e-19,-9.317362419797304e-21)
sum e = 0.006111880506455583
sum de = 9.157279245527996e-06
Info: CFL hydro = 0.012546702459777891 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012546702459777891 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.2631e+05 | 99030 | 1 | 7.840e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.32884912537504 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.676766126745976, dt = 0.012546702459777891 ----------------
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.80 us (2.0%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 323.19 us (93.6%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1783.00 ns (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(8.613729226464621e-07,1.71806428060162e-07,-2.5848534528422258e-08) v=(-2.3412569949563557e-07,8.638358033658027e-07,2.010753275076557e-08) l=(2.906623267038674e-08,-4.12251845700031e-09,1.013924888173005e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060656687104464e-05,1.5471489830450345e-06,1.1473088650245397e-08)
sum a = (2.507217523872729e-19,-8.300922883092143e-19,-1.418780186650953e-20)
sum e = 0.006111591565612143
sum de = 9.049046912216837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012636980384480849
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6064347096465364e-05,1.5477974307895906e-06,1.1135355931275262e-08)
sum a = (-9.486769009248164e-20,2.642742795433417e-19,-1.1011428314305904e-20)
sum e = 0.006111476985617054
sum de = 9.05103326178659e-06
Info: CFL hydro = 0.012016888405950076 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012016888405950076 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.2492e+05 | 99028 | 1 | 7.927e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.97688206212553 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.689312829205754, dt = 0.012016888405950076 ----------------
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.67 us (1.6%)
patch tree reduce : 1973.00 ns (0.5%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 389.41 us (94.6%)
LB move op cnt : 0
LB apply : 4.42 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (73.4%)
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.5188702747767812e-07,-6.513594940506077e-07,-1.246316278856785e-08) l=(5.3424355992222156e-08,-4.534709379894208e-08,2.547719398614831e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607218799138967e-05,1.5518369910554156e-06,1.0672757373803816e-08)
sum a = (6.06475590234079e-19,-7.521652571618187e-19,-1.6728900708272432e-20)
sum e = 0.006110379969654681
sum de = 9.090936725247726e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012080853252936789
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606814701760796e-05,1.5530378481001458e-06,1.0871306168884675e-08)
sum a = (4.743384504624082e-19,-1.8228149024912543e-18,-1.1011428314305904e-20)
sum e = 0.0061102755516207734
sum de = 9.093422489918089e-06
Info: CFL hydro = 0.011133657524997414 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011133657524997414 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.2626e+05 | 99023 | 1 | 7.843e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.161975992138174 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.701329717611704, dt = 0.011133657524997414 ----------------
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.96 us (1.8%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 363.02 us (94.3%)
LB move op cnt : 0
LB apply : 3.88 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (69.6%)
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.289674433311226e-10,5.068823994400543e-07,-9.687635278451943e-09) l=(-2.5070906082793397e-08,9.567310301236926e-09,5.052312578432069e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608072257794311e-05,1.559914307024937e-06,9.946265330052221e-09)
sum a = (-4.743384504624082e-20,-3.1509625637859973e-19,3.875175733688424e-20)
sum e = 0.006110209212744765
sum de = 9.049784094478564e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011208566212536698
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608420263601627e-05,1.559485518698572e-06,1.0214137752258916e-08)
sum a = (-4.607859233063394e-19,1.6601845766184287e-19,3.112846081159554e-20)
sum e = 0.006110119413936622
sum de = 9.051171725384149e-06
Info: CFL hydro = 0.0109177118531996 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0109177118531996 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.2669e+05 | 99022 | 1 | 7.816e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.280130547824726 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7124633751367018, dt = 0.0109177118531996 ----------------
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.81 us (2.1%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1362.00 ns (0.4%)
LB compute : 304.90 us (93.0%)
LB move op cnt : 0
LB apply : 4.03 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1713.00 ns (63.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-6.935978215449819e-07,-2.7373659575296856e-07,1.7212963068790227e-08) v=(3.183104249134773e-07,-6.731616549660637e-07,-1.3957808274207901e-08) l=(-3.979593759847971e-09,-3.028274421229783e-08,1.5078865069575618e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608745218742327e-05,1.5610713530814506e-06,9.929150250707535e-09)
sum a = (-3.4220131069073734e-19,1.4196272195982074e-18,-6.6280328122649e-20)
sum e = 0.006109539377201551
sum de = 8.977061680383015e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01100103428243552
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609501863186463e-05,1.5622933314764415e-06,1.0174030910377405e-08)
sum a = (-6.471331717022855e-19,-6.776263578034403e-21,-6.479802046495398e-20)
sum e = 0.006109452842766963
sum de = 8.978636010845141e-06
Info: CFL hydro = 0.01076889660100204 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01076889660100204 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.2685e+05 | 99019 | 1 | 7.806e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.349778995198164 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7233810869899013, dt = 0.01076889660100204 ----------------
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 : 2.01 us (0.6%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 325.79 us (93.7%)
LB move op cnt : 0
LB apply : 4.19 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.5237382954876039e-06,1.117649190573609e-08,2.1079212996514014e-08) v=(9.576892249629071e-08,-1.5604554003951338e-06,3.5367484142771966e-09) l=(1.055591315029208e-08,-1.4201453770179833e-08,2.028654373070326e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609762640083721e-05,1.5632214150778804e-06,9.901483000285115e-09)
sum a = (3.3542504711270293e-19,-1.170599533105443e-18,-3.621065849512134e-20)
sum e = 0.006108598756842725
sum de = 8.976685868618729e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010842022971201161
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609656984875191e-05,1.5658467412337992e-06,9.894715292985198e-09)
sum a = (-1.5924219408380846e-19,-1.0333801956502464e-18,-3.705769144237564e-20)
sum e = 0.006108515020855911
sum de = 8.978547892603493e-06
Info: CFL hydro = 0.010645054082753975 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010645054082753975 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.2052e+05 | 99015 | 1 | 8.216e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 47.18779943036346 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7341499835909033, dt = 0.010645054082753975 ----------------
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.17 us (1.9%)
patch tree reduce : 2.05 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 348.87 us (94.0%)
LB move op cnt : 0
LB apply : 3.91 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1863.00 ns (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.9152676498167633e-08,2.695157777313228e-07,-3.379760791939063e-08) v=(-2.801047144935314e-07,-4.671007101780518e-08,6.4430772062852806e-09) l=(-4.2295893150960944e-08,2.6891053935865587e-08,1.0101708034181405e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609832076717676e-05,1.5668883062004392e-06,9.935381263198993e-09)
sum a = (3.3881317890172014e-21,-3.4389537658524594e-19,5.505714157152952e-21)
sum e = 0.006108177300528874
sum de = 9.016540643020102e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010697019533117554
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6095395803507514e-05,1.5689688341727142e-06,1.00369873732433e-08)
sum a = (-1.0164395367051604e-20,-8.639736061993863e-20,6.564505341220828e-21)
sum e = 0.006108095784018634
sum de = 9.017954256087364e-06
Info: CFL hydro = 0.010533023718921806 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010533023718921806 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.2588e+05 | 99013 | 1 | 7.865e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.722065316043135 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7447950376736574, dt = 0.010533023718921806 ----------------
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.92 us (1.9%)
patch tree reduce : 2.28 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 351.26 us (94.2%)
LB move op cnt : 0
LB apply : 3.90 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1522.00 ns (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.3819299163791404e-07,2.366498076636532e-07,4.0621272377587976e-08) v=(-2.657925855097679e-07,4.3733597583792627e-07,-1.91796201140453e-08) l=(-4.45701265230229e-08,-4.9349599904265934e-09,5.095402777877773e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6096787903585095e-05,1.569901582761259e-06,9.779680310337072e-09)
sum a = (-4.0996394647108136e-19,1.0299920638612292e-18,-1.418780186650953e-20)
sum e = 0.0061080078091421885
sum de = 8.96518310183704e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010610300597996012
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6101041979527484e-05,1.5674644251381518e-06,9.924158492079206e-09)
sum a = (-3.083199928005653e-19,4.760325163569168e-19,-1.207021949837378e-20)
sum e = 0.006107927592589093
sum de = 8.966405578308946e-06
Info: CFL hydro = 0.010613515966234898 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010613515966234898 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.2597e+05 | 99012 | 1 | 7.860e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.242166914000705 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.755328061392579, dt = 0.010613515966234898 ----------------
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 : 7.16 us (2.1%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 316.49 us (93.4%)
LB move op cnt : 0
LB apply : 3.56 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (68.7%)
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.5734021197795727e-08,-4.3457855408373796e-08,1.5333294162688535e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610024233205704e-05,1.5666141028764522e-06,1.0044456484567029e-08)
sum a = (1.2874900798265365e-19,-1.2078689827846323e-18,-5.717472393966527e-21)
sum e = 0.00610731258072117
sum de = 8.932570399956807e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0106953624961054
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609341195042726e-05,1.568296998513696e-06,9.88782150480186e-09)
sum a = (3.9979955110402976e-19,8.148456952586369e-19,-4.0234064994579266e-21)
sum e = 0.006107231312272164
sum de = 8.934143736878253e-06
Info: CFL hydro = 0.011772123831765086 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011772123831765086 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.2663e+05 | 99009 | 1 | 7.819e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.86801274559596 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.765941577358814, dt = 0.011772123831765086 ----------------
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 : 6.48 us (2.1%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.4%)
LB compute : 288.67 us (93.2%)
LB move op cnt : 0
LB apply : 3.66 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (63.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.1352056993080728e-06,9.579181623321862e-08,-2.806650559124312e-08) v=(-1.6146705593770326e-07,1.147102158710847e-06,2.111320052120724e-08) l=(2.623284728428527e-08,9.835314494657377e-09,1.5242079145893345e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607664946164291e-05,1.5600994231672414e-06,1.1187757403297744e-08)
sum a = (1.8295911660692887e-19,-6.522153693858113e-19,1.9269999550035333e-20)
sum e = 0.006106656193457885
sum de = 8.934846113397671e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011853850333327608
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607674853686255e-05,1.5610004057455945e-06,1.1027565980707367e-08)
sum a = (1.4907779871675686e-19,1.2197274440461925e-19,2.0117032497289633e-20)
sum e = 0.006106556290130185
sum de = 8.936828835016127e-06
Info: CFL hydro = 0.011663608450225538 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011663608450225538 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.2622e+05 | 99006 | 1 | 7.844e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.0304865225311 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.777713701190579, dt = 0.011663608450225538 ----------------
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.44 us (1.9%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 324.84 us (93.6%)
LB move op cnt : 0
LB apply : 4.02 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (72.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.08161241598955e-08,-9.516066868688316e-09,2.512807279241304e-09) v=(1.0174141670709941e-08,-4.4534657149907886e-08,-4.771871649924641e-10) l=(-1.6221582774791668e-08,6.467352265719743e-08,1.0170646741918584e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607828370731948e-05,1.5617476584977154e-06,1.098161566925417e-08)
sum a = (-3.9302328752599536e-19,3.613442552986845e-18,3.6845933205562065e-20)
sum e = 0.0061062358850706685
sum de = 8.89462850536752e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011744214440150167
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607585528697139e-05,1.5653830660563087e-06,1.0707744963168037e-08)
sum a = (-1.5585406229479126e-19,1.1604351377383915e-18,3.155197728522269e-20)
sum e = 0.006106137740715933
sum de = 8.896303237920489e-06
Info: CFL hydro = 0.012173523910234936 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012173523910234936 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.2511e+05 | 99004 | 1 | 7.913e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.06040835270259 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7893773096408045, dt = 0.012173523910234936 ----------------
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 : 7.63 us (2.1%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 339.28 us (93.8%)
LB move op cnt : 0
LB apply : 3.78 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1913.00 ns (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(3.10161088157396e-07,4.120848961135584e-07,-4.4994343775699974e-08) v=(-4.4147016152054537e-07,2.7661145212434747e-07,3.737850212495938e-09) l=(-3.2194369500884296e-08,-3.9778902857263296e-08,1.514900180528845e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606859783813656e-05,1.5621623660708205e-06,1.1255220879592875e-08)
sum a = (1.3891340334970526e-19,-8.775261333554552e-19,1.9058241313221758e-21)
sum e = 0.006105579394140045
sum de = 8.828542204804755e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012265216311211833
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606862969362704e-05,1.5662903854587258e-06,1.1434022593386359e-08)
sum a = (-7.792703114739563e-20,-4.861969117239684e-19,4.446922973085077e-21)
sum e = 0.006105472295254468
sum de = 8.830543246634892e-06
Info: CFL hydro = 0.01208423426922096 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01208423426922096 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.2669e+05 | 99001 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.08346383450039 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8015508335510395, dt = 0.01208423426922096 ----------------
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 : 7.04 us (2.0%)
patch tree reduce : 2.04 us (0.6%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 326.69 us (93.7%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1592.00 ns (65.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.0998723758196243e-07,5.058382847720653e-07,3.46849970221342e-08) v=(-5.245473043251703e-07,-1.6423882007232714e-07,-2.1756076100508146e-08) l=(-1.922686692620335e-08,-2.3750670972771262e-09,2.0228351706672856e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607003299607693e-05,1.5669532447214576e-06,1.1218587063020919e-08)
sum a = (1.8634724839594607e-19,-3.3881317890172014e-21,-3.621065849512134e-20)
sum e = 0.00610465268510729
sum de = 8.842603004504322e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012167121548438733
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606721952566899e-05,1.5675433384786406e-06,1.1294295070782685e-08)
sum a = (-6.437450399132683e-20,9.215718466126788e-19,-3.8116482626443515e-20)
sum e = 0.006104547747796996
sum de = 8.844731926445711e-06
Info: CFL hydro = 0.011948044236454033 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011948044236454033 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.2558e+05 | 98997 | 1 | 7.883e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.18493751317928 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8136350678202606, dt = 0.011948044236454033 ----------------
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.55 us (1.8%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 344.05 us (94.0%)
LB move op cnt : 0
LB apply : 4.15 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(3.497792387586763e-07,-1.0664187164935316e-07,-1.6743877634137157e-08) v=(8.505575417012196e-08,3.6922119969419107e-07,1.1592431426005894e-08) l=(2.12321326665074e-09,-1.2345036075701631e-08,1.023700695410826e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6069003210946526e-05,1.5684792728707622e-06,1.1259508812523209e-08)
sum a = (1.0503208545953324e-19,3.4050724479622874e-19,-1.7575933655526732e-20)
sum e = 0.006104230052975093
sum de = 8.918572323918296e-06
Info: CFL hydro = 0.023015718189332915 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023015718189332915 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.5240e+05 | 98995 | 1 | 6.496e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.2167451933349 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8255831120567145, dt = 0.023015718189332915 ----------------
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.81 us (1.9%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.3%)
LB compute : 341.75 us (94.1%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (70.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590798010025817e-05,1.499304873664231e-06,2.1595038218934864e-08)
sum a = (-3.2864878353466853e-19,0,9.740878893424454e-21)
sum e = 0.006104713445314946
sum de = 8.98000954821002e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023172236427828796
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590198232674027e-05,1.4977992560700625e-06,2.1670705107476488e-08)
sum a = (3.3881317890172014e-20,-8.317863542037229e-19,9.740878893424454e-21)
sum e = 0.006104334028898245
sum de = 8.985931814403639e-06
Info: CFL hydro = 0.01548393999799497 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01548393999799497 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.2577e+05 | 98995 | 1 | 7.871e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.270439420274 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8485988302460474, dt = 0.01548393999799497 ----------------
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 : 7.15 us (2.1%)
patch tree reduce : 2.33 us (0.7%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 322.69 us (93.4%)
LB move op cnt : 0
LB apply : 3.60 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (68.8%)
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.4716919731937e-07,3.9440097157747087e-07,5.641107609316468e-09) l=(4.518698212313615e-08,3.4131377303708343e-09,1.0103968565551786e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601295786466809e-05,1.5460397422294338e-06,1.4647445271815928e-08)
sum a = (2.202285662861181e-19,-4.0996394647108136e-19,0)
sum e = 0.006104129645332267
sum de = 9.035009124173155e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015608773203782785
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600983137226251e-05,1.5455336351762218e-06,1.4565875206623969e-08)
sum a = (1.6940658945086007e-19,1.1909283238395463e-18,0)
sum e = 0.006103957796205996
sum de = 9.03799044054521e-06
Info: CFL hydro = 0.0130739567133262 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0130739567133262 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.2259e+05 | 98993 | 1 | 8.075e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.02750341999601 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8640827702440426, dt = 0.0130739567133262 ----------------
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 : 7.26 us (2.0%)
patch tree reduce : 2.42 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 347.49 us (93.7%)
LB move op cnt : 0
LB apply : 4.33 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (70.4%)
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.620660567983794e-07,3.5677848319269883e-07,6.414495443772859e-09) l=(2.7563534383730196e-09,-1.1876189574726219e-08,5.062628200439923e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604571995657651e-05,1.5609884609820568e-06,1.2310153986018304e-08)
sum a = (1.3213713977167085e-19,1.0469327228063152e-18,-4.235164736271502e-22)
sum e = 0.006103939865184393
sum de = 9.04018107851945e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013162515299677298
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604657073382821e-05,1.5670221139644483e-06,1.2247592459406656e-08)
sum a = (2.676624113323589e-19,4.87890977618477e-19,4.870439446712227e-21)
sum e = 0.006103817160817969
sum de = 9.042134298634934e-06
Info: CFL hydro = 0.012098347892162633 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012098347892162633 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.2589e+05 | 98992 | 1 | 7.863e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.85439173817622 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.877156726957369, dt = 0.012098347892162633 ----------------
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 : 7.20 us (2.0%)
patch tree reduce : 2.36 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 343.54 us (93.8%)
LB move op cnt : 0
LB apply : 3.78 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1723.00 ns (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.9624515398148897e-07,6.467712249188682e-07,-1.528887488333992e-08) v=(-6.472176217542513e-07,-2.398637380310992e-07,-4.561866538354529e-10) l=(1.0974635911781499e-08,1.1867263441861921e-08,1.0196375372558417e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606134430579427e-05,1.573183559251383e-06,1.1303015469267086e-08)
sum a = (1.8295911660692887e-19,9.571472303973594e-19,-1.0587911840678754e-20)
sum e = 0.006103508782100509
sum de = 9.07766662740762e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012178179265356559
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057839981971636e-05,1.5731161241857948e-06,1.1390351312978728e-08)
sum a = (-7.115076756936123e-20,5.116079001415974e-19,-8.893845946170154e-21)
sum e = 0.0061034039021622116
sum de = 9.07952514192804e-06
Info: CFL hydro = 0.011718018077260405 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011718018077260405 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.2281e+05 | 98990 | 1 | 8.060e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.036188587452685 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8892550748495314, dt = 0.011718018077260405 ----------------
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.73 us (2.3%)
patch tree reduce : 2.21 us (0.8%)
gen split merge : 1142.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.4%)
LB compute : 271.07 us (92.4%)
LB move op cnt : 0
LB apply : 4.08 us (1.4%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (71.2%)
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.7310678659980598e-07,4.89770858646868e-07,-1.000348261007531e-08) l=(1.3567915877888388e-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.606342487167193e-05,1.575302221027634e-06,1.1063145366635691e-08)
sum a = (-2.846030702774449e-19,-7.216720710606639e-19,4.235164736271502e-22)
sum e = 0.006103338612863536
sum de = 9.001148864917208e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011808455543856013
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606376190945544e-05,1.5810414872643861e-06,1.1203753219561054e-08)
sum a = (-3.8624702394796095e-19,-7.148958074826295e-19,-1.2705494208814505e-21)
sum e = 0.006103239718394514
sum de = 9.002684323171913e-06
Info: CFL hydro = 0.011728117857427915 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011728117857427915 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.2395e+05 | 98989 | 1 | 7.986e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.822885145024046 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9009730929267916, dt = 0.011728117857427915 ----------------
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.93 us (1.8%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 353.33 us (94.0%)
LB move op cnt : 0
LB apply : 3.92 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (72.7%)
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.397610936101122e-07,-1.7708109464248444e-07,-1.062365242478489e-08) l=(-6.026214287385578e-08,-2.9753432411318002e-08,2.0376388693828327e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606369460073508e-05,1.5811792532373863e-06,1.1129884690646072e-08)
sum a = (6.098637220230962e-20,-1.094366567852556e-18,1.4823076576950256e-20)
sum e = 0.006102396973256218
sum de = 8.96795213880652e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011821658105434884
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6061346228174547e-05,1.5843523920799029e-06,1.1384410153724194e-08)
sum a = (1.2197274440461925e-19,5.861467994999758e-19,1.2281977735187355e-20)
sum e = 0.006102298039343923
sum de = 8.970033838852861e-06
Info: CFL hydro = 0.011521745595163854 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011521745595163854 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.2111e+05 | 98985 | 1 | 8.173e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.6569463723564 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9127012107842196, dt = 0.011521745595163854 ----------------
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 : 7.15 us (2.5%)
patch tree reduce : 2.32 us (0.8%)
gen split merge : 1112.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.4%)
LB compute : 268.44 us (92.3%)
LB move op cnt : 0
LB apply : 3.44 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1613.00 ns (66.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(3.088522805327128e-07,3.415241708020346e-07,2.286106471270668e-08) v=(-3.5676740616985154e-07,2.841149334404091e-07,-2.720944673970296e-08) l=(-5.1836425418392105e-08,1.1683953375513901e-08,1.528596502198211e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6064368364839904e-05,1.5856266891319773e-06,1.1084082487706379e-08)
sum a = (1.8295911660692887e-19,-1.4924720530620772e-18,1.5670109524204556e-20)
sum e = 0.006101711274133276
sum de = 9.00274288716388e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011611425981812504
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606127576320469e-05,1.5871848564228905e-06,1.1166399692174123e-08)
sum a = (3.5914196963582334e-19,-1.3891340334970526e-19,1.3976043629695956e-20)
sum e = 0.006101616216708085
sum de = 9.004615676165322e-06
Info: CFL hydro = 0.011407301068537677 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011407301068537677 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.2616e+05 | 98982 | 1 | 7.846e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.86784663692342 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9242229563793836, dt = 0.011407301068537677 ----------------
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 : 7.06 us (2.1%)
patch tree reduce : 2.46 us (0.7%)
gen split merge : 1332.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 308.34 us (93.1%)
LB move op cnt : 0
LB apply : 3.70 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1662.00 ns (67.7%)
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.0406860358816456e-07,5.055470416380584e-07,-1.2110826489892886e-09) l=(8.68467091447172e-09,3.0436152029427848e-09,5.148810921574206e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606282542207616e-05,1.5879201956944334e-06,1.1072432574016163e-08)
sum a = (-1.4230153513872246e-19,-1.0028870095490916e-18,-1.5246593050577406e-20)
sum e = 0.006101545617574662
sum de = 8.970052054171226e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011494840811053859
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6068239914667214e-05,1.5899707470945804e-06,1.1038776292643139e-08)
sum a = (1.0842021724855044e-19,-1.1485766764768313e-18,-1.8211208365967457e-20)
sum e = 0.006101452182960291
sum de = 8.971548079985133e-06
Info: CFL hydro = 0.011927424245575755 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011927424245575755 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.2350e+05 | 98981 | 1 | 8.015e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.23741947852465 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9356302574479214, dt = 0.011927424245575755 ----------------
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 : 7.21 us (1.9%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1192.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 355.39 us (93.9%)
LB move op cnt : 0
LB apply : 4.09 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.01 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-9.694680794034407e-07,1.4818535038586345e-07,-8.347959806822176e-09) v=(-8.805630200588237e-08,-1.0149574499818744e-06,4.385711972816765e-10) l=(-1.730712578199142e-08,1.5676611572520243e-08,1.5426917377983282e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606087069953819e-05,1.5872565854550553e-06,1.162050447171717e-08)
sum a = (-2.371692252312041e-19,3.4389537658524594e-19,-6.3527471044072525e-21)
sum e = 0.006100864201241965
sum de = 8.946673840845276e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012018874883874223
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060184412516e-05,1.5899745257334e-06,1.1824101523682153e-08)
sum a = (-5.996993266560446e-19,1.1130012926921506e-18,-7.199780051661553e-21)
sum e = 0.006100762077212052
sum de = 8.948729734033321e-06
Info: CFL hydro = 0.012017718582994774 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012017718582994774 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.2615e+05 | 98978 | 1 | 7.846e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.72862341546009 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.947557681693497, dt = 0.012017718582994774 ----------------
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 : 7.01 us (2.2%)
patch tree reduce : 2.45 us (0.8%)
gen split merge : 1022.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.4%)
LB compute : 299.93 us (92.9%)
LB move op cnt : 0
LB apply : 3.81 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (69.8%)
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.9323437060580142e-07,-5.739428362632685e-08,3.881846674324496e-09) l=(7.982627062167688e-09,-6.281946950245916e-09,1.5416245348953478e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605877698179846e-05,1.5897057065213923e-06,1.1747903091106175e-08)
sum a = (-4.2351647362715017e-19,1.463672932855431e-18,5.505714157152952e-21)
sum e = 0.00610017684662923
sum de = 8.911811486122768e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012107284948642279
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606023228592419e-05,1.593081599056813e-06,1.2130183174854989e-08)
sum a = (1.7279472123987727e-19,1.4501204056993622e-18,6.3527471044072525e-21)
sum e = 0.006100073190916187
sum de = 8.913896936334391e-06
Info: CFL hydro = 0.011854196321257551 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011854196321257551 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.2695e+05 | 98975 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.49430004939341 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9595754002764916, dt = 0.011854196321257551 ----------------
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.88 us (2.0%)
patch tree reduce : 2.13 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1271.00 ns (0.4%)
LB compute : 326.32 us (93.7%)
LB move op cnt : 0
LB apply : 3.66 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (67.8%)
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.218381690938355e-07,-3.366151514419156e-07,-1.4965896175337855e-08) l=(-3.593734756432292e-08,3.452184489810357e-08,1.5275807299123742e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6062868724956704e-05,1.5939981748424198e-06,1.1741844864605271e-08)
sum a = (2.642742795433417e-19,-5.759824041329242e-20,1.0587911840678754e-20)
sum e = 0.0060994956187210925
sum de = 8.904680385944262e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011938453600439927
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060509335288446e-05,1.5958118446326991e-06,1.2047160339495808e-08)
sum a = (1.3552527156068805e-20,3.5575383784680614e-20,1.5246593050577406e-20)
sum e = 0.006099394999922359
sum de = 8.906630473081768e-06
Info: CFL hydro = 0.011614870062422695 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011614870062422695 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.1992e+05 | 98972 | 1 | 8.253e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.70916884940975 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.971429596597749, dt = 0.011614870062422695 ----------------
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.72 us (2.0%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1252.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 319.46 us (93.4%)
LB move op cnt : 0
LB apply : 3.95 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.0%)
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.2354804811513886e-07,3.1304553086226514e-07,1.7829228600559912e-09) l=(3.3074820060854744e-10,3.69273108901684e-08,1.0209806870562074e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606405661608075e-05,1.596927736197926e-06,1.1749704338142773e-08)
sum a = (3.9302328752599536e-19,-1.0672615135404184e-18,8.470329472543003e-21)
sum e = 0.00609906945228394
sum de = 8.97355620659127e-06
Info: CFL hydro = 0.02299863813619376 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02299863813619376 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.5213e+05 | 98970 | 1 | 6.506e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.27171825159975 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.983044466660172, dt = 0.02299863813619376 ----------------
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.73 us (1.8%)
patch tree reduce : 2.25 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 356.12 us (94.2%)
LB move op cnt : 0
LB apply : 3.71 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (73.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.588925682606087e-05,1.5515111263004496e-06,2.343108610732126e-08)
sum a = (-2.0328790734103208e-19,1.3196773318222e-18,-1.3129010682441655e-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.023167733940053774
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5903424232969965e-05,1.5623286740334746e-06,2.3221159921298825e-08)
sum a = (-5.116079001415974e-19,7.589415207398531e-19,-1.4823076576950256e-20)
sum e = 0.006099179500628063
sum de = 8.944020337195958e-06
Info: CFL hydro = 0.015718243911739822 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015718243911739822 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.1730e+05 | 98970 | 1 | 8.438e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 98.1267188603458 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.006043104796365, dt = 0.015718243911739822 ----------------
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 : 7.16 us (2.0%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1151.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1181.00 ns (0.3%)
LB compute : 330.50 us (93.7%)
LB move op cnt : 0
LB apply : 3.56 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.49 us (66.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.317057228742525e-06,4.7615597787827794e-07,-2.769914195903942e-08) v=(-3.885763695222084e-07,-1.3852775146642717e-06,3.574236208762881e-08) l=(-3.020798291394694e-08,1.3293016408400923e-08,2.037450719883922e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601155148490461e-05,1.5888399075693425e-06,1.5928531100659678e-08)
sum a = (-3.7269449679189215e-20,-1.3899810664443069e-18,-5.082197683525802e-21)
sum e = 0.006098451095709352
sum de = 8.926784313050482e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01584537924768815
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601389269555316e-05,1.5968472840033777e-06,1.5895844345566773e-08)
sum a = (3.7947076036992655e-19,4.497744949920335e-19,-5.929230630780102e-21)
sum e = 0.006098274492455739
sum de = 8.930408432273663e-06
Info: CFL hydro = 0.013215553498136747 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013215553498136747 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.2590e+05 | 98966 | 1 | 7.861e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.98594730325593 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.021761348708106, dt = 0.013215553498136747 ----------------
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.84 us (2.0%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.3%)
LB compute : 323.62 us (93.7%)
LB move op cnt : 0
LB apply : 3.82 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1712.00 ns (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-4.614376334917907e-07,7.313731346871737e-07,-3.3364524000300725e-09) v=(-7.161749897324437e-07,-5.185753288421005e-07,-1.014178707874334e-08) l=(-3.1431740519122905e-08,-2.2239740352993492e-09,1.51939615153536e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605062716669641e-05,1.6048359336254687e-06,1.3318967408224486e-08)
sum a = (3.8963515573697816e-19,3.1170812458958252e-19,-1.8211208365967457e-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.013325921423618856
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052765719234234e-05,1.6043550333734484e-06,1.334948739991823e-08)
sum a = (-7.453889935837843e-20,9.9272261418204e-19,-1.9058241313221758e-20)
sum e = 0.006097617956079935
sum de = 8.9721376048972e-06
Info: CFL hydro = 0.012241114620738658 sink sink = inf [SPH][rank=0]
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.2075e+05 | 98963 | 1 | 8.196e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.05124126282808 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0349769022062425, 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 : 7.32 us (2.0%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 1041.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.3%)
LB compute : 346.97 us (93.6%)
LB move op cnt : 0
LB apply : 4.27 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1912.00 ns (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.093113537057322e-07,-2.8589792256425266e-07,-7.561935476441025e-09) v=(3.201710720148686e-07,-4.05912220793783e-07,3.067685085781045e-09) l=(-7.924089842819783e-09,-2.2997159067509266e-09,5.15860516508179e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60669286642833e-05,1.6072237083738876e-06,1.2320317923754524e-08)
sum a = (-1.1858461261560205e-19,-2.795208725939191e-19,1.5246593050577406e-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.012330777633931821
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606553559015165e-05,1.6116370618032215e-06,1.2129081991960806e-08)
sum a = (-3.8963515573697816e-19,2.803679055411734e-19,1.5246593050577406e-20)
sum e = 0.0060974604196289365
sum de = 9.006485684018267e-06
Info: CFL hydro = 0.01186531890333604 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01186531890333604 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.2196e+05 | 98962 | 1 | 8.114e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.30784219565656 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.047218016826982, dt = 0.01186531890333604 ----------------
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.54 us (1.8%)
patch tree reduce : 2.41 us (0.6%)
gen split merge : 1362.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 349.83 us (94.0%)
LB move op cnt : 0
LB apply : 3.98 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.6861235189003594e-07,4.68177925831508e-07,-4.318548217636531e-08) v=(-4.909726342570771e-07,1.4402569777846326e-07,1.622061675672778e-08) l=(2.7495303237397947e-08,3.7026011529741066e-08,5.08754514650712e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607095755088774e-05,1.6128798734104294e-06,1.1910962992203913e-08)
sum a = (5.285485590866834e-19,-2.1345230270808369e-19,-1.1011428314305904e-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.01195931472807039
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6066490036318844e-05,1.6138362918915176e-06,1.1871767274911548e-08)
sum a = (-7.115076756936123e-20,3.7862372742267225e-19,-1.0587911840678754e-20)
sum e = 0.006097304456152868
sum de = 8.954611968775135e-06
Info: CFL hydro = 0.011656471506469627 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011656471506469627 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.2617e+05 | 98961 | 1 | 7.844e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.45821308048104 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0590833357303175, dt = 0.011656471506469627 ----------------
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 : 7.12 us (1.9%)
patch tree reduce : 2.06 us (0.5%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 361.80 us (94.0%)
LB move op cnt : 0
LB apply : 4.68 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(7.333182244096e-07,-2.218779979369515e-08,1.482149380092406e-08) v=(-3.720471217766514e-08,7.45862998990216e-07,-1.2945765947030067e-09) l=(-1.7274286239703063e-08,1.9676139536545554e-08,1.5235643193865951e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606925710758573e-05,1.6144397276535155e-06,1.1625583928756033e-08)
sum a = (2.0328790734103208e-20,-6.776263578034403e-19,2.414043899674756e-20)
sum e = 0.006096723987514332
sum de = 8.88545360040848e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011748252372222996
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60753370408424e-05,1.613058373960423e-06,1.1296149145407931e-08)
sum a = (2.1006417091906648e-19,-7.369186641112413e-19,2.752857078576476e-20)
sum e = 0.006096626573119837
sum de = 8.88734921595243e-06
Info: CFL hydro = 0.011717325547758806 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011717325547758806 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.2510e+05 | 98958 | 1 | 7.910e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.050694075467526 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.070739807236787, dt = 0.011717325547758806 ----------------
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.91 us (1.8%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1302.00 ns (0.3%)
LB compute : 364.12 us (94.3%)
LB move op cnt : 0
LB apply : 3.92 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.000790738958914e-06,-4.502417940350275e-07,-6.718148310763314e-08) v=(5.256093755203848e-07,-9.970592544860876e-07,2.05041597626762e-08) l=(-6.878771242527666e-08,-6.147820780823646e-08,2.0351881543278962e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607479669731107e-05,1.6125473520622858e-06,1.1655833893151362e-08)
sum a = (-6.776263578034403e-21,1.584798644312796e-18,-8.470329472543003e-22)
sum e = 0.006095785381579286
sum de = 8.905667934663002e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01180076884642417
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607681457080448e-05,1.615712608281456e-06,1.1277850274668871e-08)
sum a = (-1.1858461261560205e-19,1.5094127120071632e-18,0)
sum e = 0.006095687528825802
sum de = 8.907807426168377e-06
Info: CFL hydro = 0.01161695270309017 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01161695270309017 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.2083e+05 | 98954 | 1 | 8.190e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.50626394010651 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.082457132784546, dt = 0.01161695270309017 ----------------
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.29 us (2.1%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 331.14 us (93.5%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (70.0%)
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.4092434772264956e-07,-4.494476547003452e-07,1.2293465986526127e-08) l=(-8.998601476647492e-09,1.8657695664940173e-08,5.078787179038473e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60783825715312e-05,1.616055179430611e-06,1.1226473625363676e-08)
sum a = (-3.015437292225309e-19,8.707498697774207e-19,-3.3881317890172014e-21)
sum e = 0.0060956268403566105
sum de = 8.909047969168255e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011701777018110478
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608108299349019e-05,1.616040964899041e-06,1.1275287022359588e-08)
sum a = (2.0328790734103208e-19,4.828087799349512e-19,-2.964615315390051e-21)
sum e = 0.006095530807413429
sum de = 8.910474810167591e-06
Info: CFL hydro = 0.011876841277225571 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011876841277225571 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.2653e+05 | 98953 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.47791567434779 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.094074085487636, dt = 0.011876841277225571 ----------------
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 : 7.36 us (2.4%)
patch tree reduce : 2.14 us (0.7%)
gen split merge : 1062.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.4%)
LB compute : 280.35 us (92.7%)
LB move op cnt : 0
LB apply : 3.73 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1943.00 ns (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-5.032445247485855e-07,-1.9168235108738864e-07,1.1899615243398968e-08) v=(2.301630624040618e-07,-5.173204499799554e-07,-6.270434107839419e-09) l=(7.321732275921753e-10,7.567775397857023e-09,1.0322307536034941e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607764507147583e-05,1.6151946033258487e-06,1.1424309941770293e-08)
sum a = (2.913793338554793e-19,3.7608262858090935e-19,5.929230630780102e-21)
sum e = 0.0060952016703198515
sum de = 8.77987270031513e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011976093235819706
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607939088339221e-05,1.6111765683071846e-06,1.2104900802339515e-08)
sum a = (3.015437292225309e-19,7.835054762102278e-19,5.082197683525802e-21)
sum e = 0.0060951004036838225
sum de = 8.781675474792593e-06
Info: CFL hydro = 0.011778150041808644 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011778150041808644 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.2685e+05 | 98951 | 1 | 7.801e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.81107410731577 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.105950926764861, dt = 0.011778150041808644 ----------------
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.04 us (2.4%)
patch tree reduce : 2.54 us (0.9%)
gen split merge : 1091.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1181.00 ns (0.4%)
LB compute : 277.03 us (92.6%)
LB move op cnt : 0
LB apply : 3.65 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1873.00 ns (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-3.3499567113318856e-07,-9.072394283435217e-07,9.273583635750376e-08) v=(9.409606050823859e-07,-2.9172650357272916e-07,-5.758002928693248e-08) l=(-1.2807997099237206e-08,2.3939099118593297e-08,3.044590435499002e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608076013727899e-05,1.6110032548856005e-06,1.1722836360264043e-08)
sum a = (2.676624113323589e-19,4.404571325722362e-19,3.049318610115481e-20)
sum e = 0.0060937416558073535
sum de = 8.804393628661849e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011855906387757619
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6078176371003714e-05,1.6109745936296284e-06,1.1806581350126981e-08)
sum a = (-2.0667603913004928e-19,1.0164395367051604e-20,3.049318610115481e-20)
sum e = 0.006093642902721107
sum de = 8.806934012112934e-06
Info: CFL hydro = 0.01160234972643168 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01160234972643168 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.2680e+05 | 98945 | 1 | 7.803e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.33711841149542 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.11772907680667, dt = 0.01160234972643168 ----------------
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.24 us (1.9%)
patch tree reduce : 2.08 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 313.30 us (93.6%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1793.00 ns (69.4%)
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.531133125963478e-07,4.3804857547910005e-07,1.4480779112278004e-08) l=(2.4720908559811464e-08,-3.07543172592271e-08,5.034208362550635e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608043104710561e-05,1.6114291262204881e-06,1.1766487505501872e-08)
sum a = (2.439454888092385e-19,-3.9132922163148676e-19,-1.3976043629695956e-20)
sum e = 0.006093583955314511
sum de = 8.833613934260134e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011685503363021769
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608338861953271e-05,1.6125583954989587e-06,1.1601085297112201e-08)
sum a = (-1.6940658945086007e-20,-5.116079001415974e-19,-1.0587911840678754e-20)
sum e = 0.006093488478101046
sum de = 8.83504289068902e-06
Info: CFL hydro = 0.0118421517473189 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0118421517473189 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.2669e+05 | 98944 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.48139801316209 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.129331426533102, dt = 0.0118421517473189 ----------------
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 : 7.27 us (2.0%)
patch tree reduce : 2.33 us (0.7%)
gen split merge : 1192.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 336.28 us (93.7%)
LB move op cnt : 0
LB apply : 3.71 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.993748892994775e-07,-1.321797852565248e-08,-8.400433595269323e-09) v=(4.6517006281784106e-08,-5.126892121914121e-07,-4.832044568570787e-09) l=(-8.492061604389435e-09,-5.664376653787414e-09,5.137346642460506e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608034945397882e-05,1.6117795098028658e-06,1.1887769430935995e-08)
sum a = (4.811147140404426e-19,2.1446874224478885e-18,-2.117582368135751e-21)
sum e = 0.006093427536287509
sum de = 8.76973916376975e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011937674824846528
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607688826557502e-05,1.6122912578363956e-06,1.1749098493380856e-08)
sum a = (2.507217523872729e-19,3.8539999100070665e-19,-4.235164736271502e-21)
sum e = 0.00609332752552369
sum de = 8.77126594290924e-06
Info: CFL hydro = 0.0117257404302448 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0117257404302448 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.2672e+05 | 98943 | 1 | 7.808e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.59824591582825 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.141173578280421, dt = 0.0117257404302448 ----------------
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.54 us (1.7%)
patch tree reduce : 1913.00 ns (0.5%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 356.26 us (94.4%)
LB move op cnt : 0
LB apply : 3.78 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (72.4%)
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.42244837953622e-08,5.401030077700704e-07,3.4223694161792403e-09) l=(-5.748511556394943e-09,-2.718257238106188e-08,1.5255093586862478e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607827706052662e-05,1.612646595826629e-06,1.1730448415786924e-08)
sum a = (3.3203691532368573e-19,-3.2017845406212553e-19,0)
sum e = 0.006092745962026015
sum de = 8.732124052739827e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011825336374797352
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075131393352573e-05,1.6109023859994809e-06,1.160840150073825e-08)
sum a = (-2.0328790734103208e-20,-7.335305323222241e-19,-5.082197683525802e-21)
sum e = 0.006092648104647905
sum de = 8.734015624972188e-06
Info: CFL hydro = 0.011611514322666296 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011611514322666296 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.2697e+05 | 98940 | 1 | 7.792e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.17332563221653 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.1528993187106655, dt = 0.011611514322666296 ----------------
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 : 7.14 us (1.9%)
patch tree reduce : 2.35 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1362.00 ns (0.4%)
LB compute : 351.39 us (93.9%)
LB move op cnt : 0
LB apply : 3.75 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.526646912272612e-07,-4.902929784925038e-07,-7.3513262998445435e-09) v=(4.5859836203314687e-07,5.927319547693616e-07,1.3488428305083174e-09) l=(-1.2286184543734365e-08,-2.8928506588877172e-08,1.5291537646065214e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6076431719969606e-05,1.61112766732541e-06,1.1479298396019655e-08)
sum a = (2.710505431213761e-19,5.802175688691957e-19,-2.159934015498466e-20)
sum e = 0.006092060774017543
sum de = 8.682473567095837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011702304722420271
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607831931984711e-05,1.6108901228214996e-06,1.1613483749136603e-08)
sum a = (6.301925127571995e-19,-5.590417451878382e-20,-1.9905274260476058e-20)
sum e = 0.006091964774506862
sum de = 8.684331869296963e-06
Info: CFL hydro = 0.01149942755807493 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01149942755807493 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.2645e+05 | 98937 | 1 | 7.824e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.427128534491835 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.164510833033332, dt = 0.01149942755807493 ----------------
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.93 us (2.0%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 317.46 us (93.5%)
LB move op cnt : 0
LB apply : 3.92 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-2.961436017599441e-07,-2.63214763129827e-07,1.7391227687704015e-08) v=(2.9535246898667746e-07,-2.878278669703085e-07,-4.386585424300881e-09) l=(6.024588089854361e-08,1.1631031973890094e-08,1.5236943555966935e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6079968170274824e-05,1.6110695080141807e-06,1.1484209121446647e-08)
sum a = (-8.470329472543003e-20,4.743384504624082e-19,-1.5246593050577406e-20)
sum e = 0.006091378757527805
sum de = 8.670990854759062e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011590856940976127
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608018551352194e-05,1.6150422231064443e-06,1.1620803729442958e-08)
sum a = (-2.574980159653073e-19,1.6771252355635147e-19,-1.2281977735187355e-20)
sum e = 0.006091284918038315
sum de = 8.6727480137523e-06
Info: CFL hydro = 0.011391196343311413 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011391196343311413 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.2708e+05 | 98934 | 1 | 7.785e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.176202842638105 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.176010260591407, dt = 0.011391196343311413 ----------------
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 : 7.24 us (2.2%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1231.00 ns (0.4%)
LB compute : 306.72 us (93.2%)
LB move op cnt : 0
LB apply : 4.05 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1722.00 ns (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-7.810674168358856e-08,4.661839271812029e-07,1.7865983188563325e-08) v=(-4.698333228691804e-07,-1.1287003018103903e-07,-6.293316424049625e-09) l=(1.8944420848896137e-08,6.503895262798437e-09,1.0196358546737082e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608179086515912e-05,1.6155642002439285e-06,1.1423193653100699e-08)
sum a = (7.521652571618187e-19,1.9481757786848908e-19,1.0164395367051604e-20)
sum e = 0.006090952766411173
sum de = 8.689309948071997e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011483663664610712
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608119257805084e-05,1.6192634768287057e-06,1.1529120200145927e-08)
sum a = (4.3029273720518457e-19,-7.580944877925988e-19,1.1858461261560205e-20)
sum e = 0.006090860892142256
sum de = 8.690914871278044e-06
Info: CFL hydro = 0.011501515826694831 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011501515826694831 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.2668e+05 | 98932 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.509060691409076 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.187401456934718, dt = 0.011501515826694831 ----------------
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.94 us (1.8%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 353.83 us (94.1%)
LB move op cnt : 0
LB apply : 3.58 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (69.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.116347629865342e-07,3.105204088653358e-08,2.7731392125065597e-09) l=(2.6855269042769057e-09,-8.092189673477711e-10,5.107335356157195e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607968953065392e-05,1.619213766213985e-06,1.1675085162617853e-08)
sum a = (4.0657581468206416e-20,-6.437450399132683e-20,8.046812998915853e-21)
sum e = 0.006090791746859241
sum de = 8.659832761890356e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011593853124138033
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6080793698661955e-05,1.622332604708077e-06,1.1831041566583818e-08)
sum a = (-4.70950318673391e-19,2.65121312490596e-19,8.046812998915853e-21)
sum e = 0.006090697852863164
sum de = 8.661224186993614e-06
Info: CFL hydro = 0.011819364932067956 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011819364932067956 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.2706e+05 | 98931 | 1 | 7.786e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.177787813057776 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.198902972761413, dt = 0.011819364932067956 ----------------
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 : 7.30 us (2.1%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 321.46 us (93.6%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1953.00 ns (71.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-2.155151604955717e-07,3.798629219235912e-07,3.047551751302497e-08) v=(-3.8502227803137436e-07,-2.3540694495779362e-07,-1.9058950927946685e-08) l=(-3.9132539862653723e-10,2.15138955982197e-08,1.5403134023001669e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607652628748042e-05,1.6218391403597819e-06,1.2059756914912929e-08)
sum a = (-3.9641141931501256e-19,-1.7872395187065737e-19,1.8634724839594607e-20)
sum e = 0.006090103836164847
sum de = 8.687785427905648e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01191213361837668
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607906252589103e-05,1.6238888637814419e-06,1.224951925305551e-08)
sum a = (-2.371692252312041e-19,9.13525033613763e-19,1.3976043629695956e-20)
sum e = 0.006090004909329817
sum de = 8.68975960958871e-06
Info: CFL hydro = 0.011657750816156184 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011657750816156184 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.2705e+05 | 98928 | 1 | 7.786e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.646050061051085 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.210722337693481, dt = 0.011657750816156184 ----------------
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 : 6.85 us (1.7%)
patch tree reduce : 2.61 us (0.7%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 374.66 us (94.3%)
LB move op cnt : 0
LB apply : 3.94 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (71.6%)
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.060638173962838e-09) l=(1.4540821780372192e-08,1.0212568669242937e-09,5.09530538111481e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608152000286539e-05,1.6241981761378908e-06,1.2005028938698988e-08)
sum a = (-4.0657581468206416e-19,2.5114526886090005e-19,1.1011428314305904e-20)
sum e = 0.006089941499440733
sum de = 8.688238567442653e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01174949793720718
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6078298837503064e-05,1.6302982421771532e-06,1.1846161234796409e-08)
sum a = (-3.083199928005653e-19,3.63800650845722e-19,9.740878893424454e-21)
sum e = 0.0060898453029878665
sum de = 8.68968015130574e-06
Info: CFL hydro = 0.011882866317090958 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011882866317090958 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.2692e+05 | 98927 | 1 | 7.795e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.84202961910714 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.222380088509637, dt = 0.011882866317090958 ----------------
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.90 us (1.8%)
patch tree reduce : 2.38 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 371.44 us (94.2%)
LB move op cnt : 0
LB apply : 3.94 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (71.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(5.077935907435351e-07,8.536039713552828e-07,-4.266934371989404e-08) v=(-9.06004096643695e-07,4.743499922485846e-07,9.921864007598214e-10) l=(1.9722392579996164e-08,3.9272256436573365e-08,1.0250856596956837e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60749981647459e-05,1.6304437525503266e-06,1.2199154291869255e-08)
sum a = (-5.082197683525802e-20,-7.995991022080595e-19,4.235164736271502e-21)
sum e = 0.006089520089203331
sum de = 8.711983027544003e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011967016128483504
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607231665976637e-05,1.6304246376537985e-06,1.1927505053890754e-08)
sum a = (1.9989977555201488e-19,-3.3966021184897444e-19,3.3881317890172014e-21)
sum e = 0.006089420291306451
sum de = 8.713703954698423e-06
Info: CFL hydro = 0.011735900721709559 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011735900721709559 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.2472e+05 | 98925 | 1 | 7.932e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.93217818220189 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.234262954826728, dt = 0.011735900721709559 ----------------
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 : 7.25 us (1.6%)
patch tree reduce : 2.42 us (0.5%)
gen split merge : 1031.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.2%)
LB compute : 437.58 us (95.2%)
LB move op cnt : 0
LB apply : 3.69 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1823.00 ns (69.7%)
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.864603014479403e-08,4.941883009160642e-07,1.1055128746026283e-08) l=(2.359520152227122e-08,-1.582207289048864e-08,5.02074305235565e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607422327615672e-05,1.630694984741939e-06,1.1890997306354452e-08)
sum a = (1.3552527156068805e-19,-1.7902041340219638e-18,0)
sum e = 0.006089365771718837
sum de = 8.745480373114767e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011821065562968372
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607321731553814e-05,1.629164929503344e-06,1.1825070589369261e-08)
sum a = (6.776263578034403e-20,-1.8918480876924798e-18,2.541098841762901e-21)
sum e = 0.006089268450934416
sum de = 8.74690159693723e-06
Info: CFL hydro = 0.01159579107346741 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01159579107346741 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.2723e+05 | 98924 | 1 | 7.775e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.338522094772806 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.245998855548438, dt = 0.01159579107346741 ----------------
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.96 us (2.2%)
patch tree reduce : 1943.00 ns (0.6%)
gen split merge : 1122.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1081.00 ns (0.3%)
LB compute : 295.71 us (93.2%)
LB move op cnt : 0
LB apply : 3.67 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1813.00 ns (70.2%)
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.5980845026706205e-07,2.4121245217661926e-07,-9.53905827992352e-09) l=(5.864951880996574e-09,9.312693846753847e-09,5.186968595880708e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075090146475695e-05,1.6291828517711805e-06,1.16762836612706e-08)
sum a = (2.879912020664621e-19,-1.170176016631816e-18,-1.8634724839594607e-20)
sum e = 0.006089195285417634
sum de = 8.746114545534152e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01168538302778839
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607668760688002e-05,1.629207162892859e-06,1.1470801701615949e-08)
sum a = (7.894347068410079e-19,-8.88537561669761e-19,-1.9058241313221758e-20)
sum e = 0.006089100180714797
sum de = 8.747558569214978e-06
Info: CFL hydro = 0.011462014033731052 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011462014033731052 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.2316e+05 | 98923 | 1 | 8.032e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.97474594663132 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.257594646621905, dt = 0.011462014033731052 ----------------
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 : 7.28 us (2.1%)
patch tree reduce : 2.35 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 325.82 us (93.5%)
LB move op cnt : 0
LB apply : 3.71 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1863.00 ns (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.484876320049537e-07,-2.3243593291663025e-07,-3.841405322401435e-08) v=(2.554682305064525e-07,-2.3851708357530536e-07,1.2008172747148704e-08) l=(-3.136210870031106e-08,2.6266911936994782e-08,1.024366840523096e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607867631010362e-05,1.6292538982707423e-06,1.1469967767921521e-08)
sum a = (-7.928228386300251e-19,4.688327363052552e-19,-5.082197683525802e-21)
sum e = 0.006088765190765671
sum de = 8.667517954042998e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011551633120517064
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607927005948232e-05,1.633691453008907e-06,1.119744622981295e-08)
sum a = (-1.0062751413381088e-18,5.840292171318401e-19,-2.117582368135751e-21)
sum e = 0.006088671802333642
sum de = 8.669074334236093e-06
Info: CFL hydro = 0.011912606877971662 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011912606877971662 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.2702e+05 | 98921 | 1 | 7.788e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.982297037068875 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.269056660655636, dt = 0.011912606877971662 ----------------
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.92 us (1.9%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 1101.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1211.00 ns (0.3%)
LB compute : 342.45 us (93.8%)
LB move op cnt : 0
LB apply : 4.05 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-1.1647890056534597e-07,5.473320024603206e-07,-2.609941904063319e-08) v=(-5.541441512685332e-07,-1.55845483304517e-07,1.7958076854873818e-08) l=(-3.4458596182471723e-09,2.572466758308259e-09,2.052081555406959e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607293245086535e-05,1.633529910703089e-06,1.173562117861497e-08)
sum a = (1.6601845766184287e-19,6.437450399132683e-20,1.6940658945086007e-21)
sum e = 0.00608781741268673
sum de = 8.660138801729776e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01201189610122909
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607332999444053e-05,1.628592175786155e-06,1.2111857292071552e-08)
sum a = (3.6253010142484055e-19,6.310395457044538e-20,5.505714157152952e-21)
sum e = 0.006087717020743643
sum de = 8.662304997481595e-06
Info: CFL hydro = 0.011810572440735757 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011810572440735757 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.2721e+05 | 98917 | 1 | 7.776e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.149908813717374 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.2809692675336075, dt = 0.011810572440735757 ----------------
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 : 7.11 us (2.2%)
patch tree reduce : 2.28 us (0.7%)
gen split merge : 1142.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 296.90 us (93.0%)
LB move op cnt : 0
LB apply : 3.78 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1922.00 ns (68.1%)
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.0081065119145679e-06,-1.2078479036162194e-08,-2.457161924698497e-08) l=(2.3883015956959207e-08,7.790886032002375e-08,1.0187931335521984e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607467372410527e-05,1.62833003640831e-06,1.1763213923302867e-08)
sum a = (-4.0657581468206416e-19,6.962610826430349e-19,-1.6093625997831706e-20)
sum e = 0.0060873927763798
sum de = 8.683618546766458e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01190017982663682
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6076749254881666e-05,1.6277559272398744e-06,1.1838303649845653e-08)
sum a = (-3.7947076036992655e-19,1.1972810709439535e-18,-1.5670109524204556e-20)
sum e = 0.006087294356596336
sum de = 8.685255421916579e-06
Info: CFL hydro = 0.011712187011404123 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011712187011404123 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.2680e+05 | 98915 | 1 | 7.801e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.502160694742685 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.292779839974343, dt = 0.011712187011404123 ----------------
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 : 6.83 us (2.2%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 284.66 us (92.9%)
LB move op cnt : 0
LB apply : 3.60 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1682.00 ns (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.3462332011423344e-07,-3.69714566450833e-07,-3.0342234728730446e-08) v=(3.994910233803376e-07,-3.148140607704778e-07,8.467493214595037e-09) l=(-2.532165112058824e-08,-1.8655893903493e-08,5.065734555297508e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607822659830266e-05,1.6277065232503488e-06,1.1819715544618317e-08)
sum a = (-8.131516293641283e-20,1.0037340424963459e-19,1.4823076576950256e-20)
sum e = 0.0060872338714641734
sum de = 8.674148890898856e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011812160946661902
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6072573741819166e-05,1.629975344839596e-06,1.2061026386970132e-08)
sum a = (1.3891340334970526e-19,4.921261423547485e-19,1.7787691892340307e-20)
sum e = 0.006087136975740479
sum de = 8.675583614718856e-06
Info: CFL hydro = 0.01160328478372604 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01160328478372604 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.2055e+05 | 98914 | 1 | 8.205e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.38553696658216 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.304492026985747, dt = 0.01160328478372604 ----------------
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 : 6.89 us (2.1%)
patch tree reduce : 2.33 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 302.49 us (93.2%)
LB move op cnt : 0
LB apply : 3.46 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1592.00 ns (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(9.417908116448638e-07,1.5608157074800287e-07,5.344711127627387e-08) v=(-2.1857010588468884e-07,9.491408863804908e-07,-9.341423579284274e-09) l=(-4.416627081422789e-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.6073806118631324e-05,1.6303287065692977e-06,1.1682408709089062e-08)
sum a = (3.083199928005653e-19,1.0020399766018373e-18,-2.1175823681357508e-20)
sum e = 0.006086814145131441
sum de = 8.674261476325996e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011694283027331484
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6073810905724734e-05,1.6314773446520853e-06,1.2264238289336608e-08)
sum a = (7.115076756936123e-20,7.326834993749698e-19,-1.6940658945086007e-20)
sum e = 0.006086719061624202
sum de = 8.675846077962813e-06
Info: CFL hydro = 0.011458633471724319 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011458633471724319 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.2523e+05 | 98912 | 1 | 7.898e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.88746445925076 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.316095311769473, dt = 0.011458633471724319 ----------------
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 : 7.21 us (2.2%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.4%)
LB compute : 299.99 us (93.2%)
LB move op cnt : 0
LB apply : 3.54 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(5.803123260216241e-08,2.77010453479849e-08,5.2916183818282e-08) v=(-3.105967789095389e-08,5.940235238302647e-08,-2.221274973851485e-08) l=(1.9164579376949257e-09,-2.00694825651106e-09,1.0245721833316082e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607588602618965e-05,1.6316945509212643e-06,1.1866104523419551e-08)
sum a = (-1.9312351197398048e-19,-1.0706496453294356e-18,-3.8116482626443515e-21)
sum e = 0.006086381569219237
sum de = 8.708389229203009e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01155627653874274
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607582985887245e-05,1.6299598040744016e-06,1.194945514051544e-08)
sum a = (-1.7279472123987727e-19,-1.6089390833095435e-18,-8.893845946170154e-21)
sum e = 0.006086289052536205
sum de = 8.709987892944927e-06
Info: CFL hydro = 0.011320739995820474 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011320739995820474 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.1894e+05 | 98910 | 1 | 8.316e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.60572979466407 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.327553945241197, dt = 0.011320739995820474 ----------------
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.50 us (2.1%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 336.39 us (93.6%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (67.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.127196518864797e-07,3.464886462936482e-08,1.465062763817965e-08) l=(-1.2443732717514915e-08,-3.039583349039415e-08,5.12581098961306e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6077753104598865e-05,1.629926131643564e-06,1.1943195036048937e-08)
sum a = (1.8973538018496328e-19,-2.668153783851046e-20,-8.046812998915853e-21)
sum e = 0.006086212220005246
sum de = 8.664325217388576e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01142107196469847
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607043419430216e-05,1.6293379287340753e-06,1.1891505800533342e-08)
sum a = (4.845028458294598e-19,1.3946397476542055e-18,-5.505714157152952e-21)
sum e = 0.006086121570242337
sum de = 8.6656814408131e-06
Info: CFL hydro = 0.01118907090900785 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01118907090900785 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.2683e+05 | 98909 | 1 | 7.799e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.25764770783887 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.338874685237018, dt = 0.01118907090900785 ----------------
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 : 7.27 us (2.0%)
patch tree reduce : 1983.00 ns (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 333.97 us (93.7%)
LB move op cnt : 0
LB apply : 3.85 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(1.2994847330638303e-06,-3.43553639019727e-07,1.4306464540377121e-08) v=(2.7510994501796397e-07,1.3494628187646666e-06,-1.6517008603225966e-08) l=(-2.590873206291998e-09,2.546718656015431e-08,1.530762035364193e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607190863399483e-05,1.6295402370838761e-06,1.1689069935825643e-08)
sum a = (3.1170812458958252e-19,-5.899584477626202e-19,-1.9481757786848908e-20)
sum e = 0.006085519142460254
sum de = 8.720226012215255e-06
Info: CFL hydro = 0.022124642246252064 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022124642246252064 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.5177e+05 | 98906 | 1 | 6.517e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.809245290362526 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.350063756146025, dt = 0.022124642246252064 ----------------
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.61 us (2.5%)
patch tree reduce : 2.17 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1121.00 ns (0.4%)
LB compute : 276.26 us (92.3%)
LB move op cnt : 0
LB apply : 3.78 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (69.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590654556550109e-05,1.616000123673674e-06,2.3246868464965403e-08)
sum a = (3.6591823321385775e-19,6.619562482792357e-19,-3.4304834363799164e-20)
sum e = 0.006085969048061043
sum de = 8.64339194749021e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02231239810259484
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5905221335134996e-05,1.6131308734453135e-06,2.2430195584217168e-08)
sum a = (4.2351647362715017e-19,-9.402065714522734e-19,-3.3034284942917713e-20)
sum e = 0.006085623398020631
sum de = 8.648466412644635e-06
Info: CFL hydro = 0.015001431286659995 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015001431286659995 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.2601e+05 | 98906 | 1 | 7.849e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.477809998111 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.372188398392278, dt = 0.015001431286659995 ----------------
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.15 us (2.5%)
patch tree reduce : 2.24 us (0.8%)
gen split merge : 1021.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.4%)
LB compute : 266.49 us (92.3%)
LB move op cnt : 0
LB apply : 3.83 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1562.00 ns (66.7%)
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.894327095399434e-07,1.474276069774659e-07,3.3950596921039805e-08) l=(-9.714383396506293e-09,9.811105937990354e-09,2.5458462807505114e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6013488295941036e-05,1.623264532707203e-06,1.5702731938273346e-08)
sum a = (-1.5585406229479126e-19,2.295459287059154e-19,-3.2610768469290563e-20)
sum e = 0.006084600960142059
sum de = 8.680694585784664e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015144395608304245
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6009906835661406e-05,1.6266783768976393e-06,1.5234636148874544e-08)
sum a = (2.439454888092385e-19,-3.883646063160967e-19,-3.3457801416544863e-20)
sum e = 0.006084442460652424
sum de = 8.684176037359916e-06
Info: CFL hydro = 0.01304429404496361 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01304429404496361 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.2305e+05 | 98901 | 1 | 8.037e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.19156173013909 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.387189829678938, dt = 0.01304429404496361 ----------------
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 : 7.27 us (1.8%)
patch tree reduce : 2.35 us (0.6%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 371.10 us (94.2%)
LB move op cnt : 0
LB apply : 4.15 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (71.5%)
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.524968452929651e-07,4.879884053199222e-07,-5.109766452280755e-09) l=(-4.287526535427065e-09,3.972405374827687e-09,5.097814049366241e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6039963129481304e-05,1.6293450297879918e-06,1.322306972108878e-08)
sum a = (-1.8973538018496328e-19,4.1165801236558996e-19,-1.6940658945086007e-21)
sum e = 0.006084413814105426
sum de = 8.746116518668668e-06
Info: CFL hydro = 0.024161400112330315 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.024161400112330315 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.4974e+05 | 98900 | 1 | 6.605e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.09814345976798 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.4002341237239015, dt = 0.024161400112330315 ----------------
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.47 us (2.0%)
patch tree reduce : 2.11 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 295.74 us (93.4%)
LB move op cnt : 0
LB apply : 3.42 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1662.00 ns (68.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.586802112599129e-05,1.6180951320365905e-06,2.453896942312294e-08)
sum a = (6.776263578034403e-19,-8.398331672026388e-19,1.8634724839594607e-20)
sum e = 0.006084916745510481
sum de = 8.720533861796575e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.024366258528626502
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5856061517023446e-05,1.629945737808441e-06,2.4889206211695118e-08)
sum a = (2.981555974335137e-19,-3.8645878218477453e-19,1.6940658945086007e-20)
sum e = 0.006084505576392082
sum de = 8.726777029417374e-06
Info: CFL hydro = 0.015606127326264424 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015606127326264424 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.2591e+05 | 98900 | 1 | 7.855e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.73671673894461 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.424395523836232, dt = 0.015606127326264424 ----------------
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 : 7.08 us (2.0%)
patch tree reduce : 2.32 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 340.21 us (93.7%)
LB move op cnt : 0
LB apply : 3.84 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(9.727714330565168e-07,5.0451359004779e-07,2.918901939018292e-08) v=(-5.806150992180989e-07,9.57789853554521e-07,-1.0848918013123962e-09) l=(5.017127700697466e-09,-1.2067949441875648e-08,2.0377466209553627e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5992392441710804e-05,1.6360619101200656e-06,1.5873376571038518e-08)
sum a = (4.404571325722362e-19,-7.050490494707982e-19,2.541098841762901e-21)
sum e = 0.006083766801166856
sum de = 8.668311807187402e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015732668408151546
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5995089961958384e-05,1.6404078060380616e-06,1.530187358462344e-08)
sum a = (3.2526065174565133e-19,7.90917014498703e-20,3.3881317890172014e-21)
sum e = 0.006083594822816909
sum de = 8.671690088297662e-06
Info: CFL hydro = 0.012752415072274691 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012752415072274691 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.2636e+05 | 98896 | 1 | 7.827e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.78351062022843 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.440001651162496, dt = 0.012752415072274691 ----------------
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 : 7.11 us (1.9%)
patch tree reduce : 2.31 us (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 352.50 us (94.0%)
LB move op cnt : 0
LB apply : 4.06 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (75.5%)
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.9646214308751294e-07,-3.3102894446942804e-07,5.383632275222563e-08) l=(-1.695714968604924e-08,-1.0590454197208219e-08,2.041816663904514e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604032348117793e-05,1.6415263379456602e-06,1.2895857891815118e-08)
sum a = (-1.4907779871675686e-19,-2.558039500707987e-19,1.8634724839594607e-20)
sum e = 0.00608276935787972
sum de = 8.669722951311354e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012848311014276534
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604221471530998e-05,1.639505714761682e-06,1.236686174554815e-08)
sum a = (-5.014435047745458e-19,-5.058904277476309e-19,1.8634724839594607e-20)
sum e = 0.006082654820463463
sum de = 8.67197271127877e-06
Info: CFL hydro = 0.011744003750728513 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011744003750728513 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.2669e+05 | 98892 | 1 | 7.806e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.811421016245916 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.452754066234771, dt = 0.011744003750728513 ----------------
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.10 us (2.1%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 1252.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1242.00 ns (0.4%)
LB compute : 310.19 us (93.2%)
LB move op cnt : 0
LB apply : 3.74 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (72.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.9948924750980617e-07,-5.546715890223991e-07,-2.118296399734152e-08) v=(5.858769204315013e-07,-2.848247599461696e-07,2.641984757079317e-08) l=(9.971427640007147e-09,-3.621213639153346e-08,1.01999509094855e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605803824742832e-05,1.6397833795569995e-06,1.1529654106357662e-08)
sum a = (1.0164395367051604e-19,7.343775652694784e-19,1.3552527156068805e-20)
sum e = 0.00608232908660315
sum de = 8.694591599902152e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011829035347322624
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057053526108604e-05,1.6441529354141563e-06,1.1550761796219486e-08)
sum a = (9.486769009248164e-20,-6.26910260086589e-19,1.5246593050577406e-20)
sum e = 0.006082232159881934
sum de = 8.696214123294185e-06
Info: CFL hydro = 0.01131728363437635 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01131728363437635 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.2651e+05 | 98890 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.08789125570742 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.4644980699855, dt = 0.01131728363437635 ----------------
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.92 us (2.3%)
patch tree reduce : 2.18 us (0.7%)
gen split merge : 1122.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1121.00 ns (0.4%)
LB compute : 273.78 us (92.7%)
LB move op cnt : 0
LB apply : 3.63 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (71.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.670936716622782e-07,4.701245019637522e-07,2.7438826838970003e-08) v=(-4.931655828890683e-07,1.4578916397645547e-07,-1.3418979362011898e-08) l=(-2.0493743623294338e-08,-2.265101108249833e-08,5.128925611450411e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063788110070425e-05,1.6444666530206144e-06,1.0989755765724394e-08)
sum a = (-2.371692252312041e-19,-1.4595436472375663e-19,-1.7787691892340307e-20)
sum e = 0.006082154686500541
sum de = 8.651761116102858e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011417395435243642
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606404674424177e-05,1.644318794870886e-06,1.1025465239805543e-08)
sum a = (2.168404344971009e-19,-3.202313936213289e-19,-1.8211208365967457e-20)
sum e = 0.00608206441694178
sum de = 8.65312370016909e-06
Info: CFL hydro = 0.01110073117443579 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01110073117443579 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.2665e+05 | 98889 | 1 | 7.808e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.18044135870608 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.475815353619876, dt = 0.01110073117443579 ----------------
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.64 us (1.9%)
patch tree reduce : 2.25 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.4%)
LB compute : 320.33 us (93.8%)
LB move op cnt : 0
LB apply : 3.63 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1842.00 ns (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-3.791383020254895e-08,-2.0997617642862882e-07,-1.856409665142118e-08) v=(2.07937438282941e-07,-1.3882396362414136e-08,1.6256087216262475e-08) l=(3.8415435018393016e-08,3.216996460298966e-08,1.532533571929639e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60674785593529e-05,1.644213041847008e-06,1.0952294448354549e-08)
sum a = (2.710505431213761e-20,2.550098566827478e-19,-1.8211208365967457e-20)
sum e = 0.006081457012699813
sum de = 8.596319418228728e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011200268127551462
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6070332085090984e-05,1.6448022217451419e-06,1.0502325777598326e-08)
sum a = (-2.710505431213761e-20,-3.407984123718474e-19,-1.376428539288238e-20)
sum e = 0.006081370073928327
sum de = 8.597971444176844e-06
Info: CFL hydro = 0.010956300721043415 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010956300721043415 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.2682e+05 | 98886 | 1 | 7.797e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.25318608337163 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.486916084794312, dt = 0.010956300721043415 ----------------
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 : 7.08 us (2.3%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 1082.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.4%)
LB compute : 285.34 us (92.7%)
LB move op cnt : 0
LB apply : 3.79 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.79 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-5.077001704260735e-07,-1.4257543908438954e-07,-5.600180477401125e-08) v=(1.6461493599946727e-07,-5.092160446205799e-07,4.906278279781547e-08) l=(-6.663663687763055e-08,3.7323204007254356e-08,1.5257754028232722e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6072708218088363e-05,1.6446451490222444e-06,1.0614633257252156e-08)
sum a = (5.251604272976662e-19,-2.8053995910858444e-19,1.3129010682441655e-20)
sum e = 0.006080765158290067
sum de = 8.584106988303875e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011048712862780469
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607552677289613e-05,1.6460751689878055e-06,1.0216754303443507e-08)
sum a = (2.337810934421869e-19,-1.1137358290760977e-18,1.249373597200093e-20)
sum e = 0.006080680808309818
sum de = 8.585690194887937e-06
Info: CFL hydro = 0.010838387826373003 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010838387826373003 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.2545e+05 | 98883 | 1 | 7.882e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.03848806273919 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.497872385515356, dt = 0.010838387826373003 ----------------
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 : 7.28 us (2.0%)
patch tree reduce : 2.19 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 345.60 us (93.8%)
LB move op cnt : 0
LB apply : 4.01 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-5.301563972924522e-07,1.389741844480129e-08,-2.726786530055645e-08) v=(1.0025770969337728e-08,-5.390041476898848e-07,1.0121497791021922e-08) l=(-1.25615479755556e-09,3.7466700029676406e-09,1.0155803597866392e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6077496218774776e-05,1.646033837919206e-06,1.0207454095316815e-08)
sum a = (-8.470329472543003e-20,3.535303763602636e-19,3.409307612698559e-20)
sum e = 0.006080337599865263
sum de = 8.56520567011783e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010930341609239325
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607725533473048e-05,1.6418086006531979e-06,1.0009876837309362e-08)
sum a = (1.7279472123987727e-19,6.079578978917741e-19,3.3881317890172014e-20)
sum e = 0.006080255095154832
sum de = 8.566615713082567e-06
Info: CFL hydro = 0.010730448751865232 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010730448751865232 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.2523e+05 | 98881 | 1 | 7.896e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.417106733481994 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.508710773341729, dt = 0.010730448751865232 ----------------
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.82 us (2.1%)
patch tree reduce : 1813.00 ns (0.5%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1332.00 ns (0.4%)
LB compute : 310.08 us (93.7%)
LB move op cnt : 0
LB apply : 3.37 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1782.00 ns (67.7%)
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.377188256247948e-09) l=(1.6382557518278334e-09,-1.9571668129355402e-08,1.0128162687327242e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607880091851062e-05,1.6415004231364212e-06,9.970822835930125e-09)
sum a = (4.0657581468206416e-20,-1.0641910191066216e-18,5.293955920339377e-21)
sum e = 0.006079911426631877
sum de = 8.544711319385797e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010828786265808462
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6076068453915724e-05,1.6429049810739885e-06,9.793095256800254e-09)
sum a = (1.2874900798265365e-19,-2.031290886634219e-18,4.658681209898652e-21)
sum e = 0.006079830592973178
sum de = 8.54605278849468e-06
Info: CFL hydro = 0.0106274396830772 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0106274396830772 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.2645e+05 | 98879 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.40096419507653 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.519441222093595, dt = 0.0106274396830772 ----------------
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 : 7.35 us (1.9%)
patch tree reduce : 2.53 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 358.14 us (93.8%)
LB move op cnt : 0
LB apply : 3.81 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (71.8%)
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.7091462800510373e-08,5.340897421799335e-07,-3.965075881671119e-09) l=(7.457320264683795e-10,-2.138114630513152e-08,1.0171356006291078e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607749601789653e-05,1.6430637514491857e-06,9.784125348250496e-09)
sum a = (-2.0328790734103208e-20,-1.461131834013668e-19,-2.4775713707188285e-20)
sum e = 0.006079479735040589
sum de = 8.593672795852491e-06
Info: CFL hydro = 0.021056191320405003 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021056191320405003 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.5148e+05 | 98877 | 1 | 6.527e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.61377555772585 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.530068661776672, dt = 0.021056191320405003 ----------------
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 : 7.64 us (2.3%)
patch tree reduce : 2.05 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 316.91 us (93.5%)
LB move op cnt : 0
LB apply : 3.56 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1813.00 ns (70.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5916356964497294e-05,1.64232335475013e-06,1.921575341293466e-08)
sum a = (5.421010862427522e-20,-9.381286937535402e-19,-2.244637310223896e-20)
sum e = 0.006079892335846819
sum de = 8.621318617511914e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.021221929071766905
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.59189317941416e-05,1.6465202754404235e-06,1.9441881026182293e-08)
sum a = (6.098637220230962e-20,-4.845160807192606e-19,-2.5622746654442585e-20)
sum e = 0.006079582102825118
sum de = 8.625803097662114e-06
Info: CFL hydro = 0.013789202777269386 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013789202777269386 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.2469e+05 | 98877 | 1 | 7.930e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 95.59142054752346 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.551124853097076, dt = 0.013789202777269386 ----------------
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 : 7.36 us (2.2%)
patch tree reduce : 2.32 us (0.7%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 306.51 us (92.9%)
LB move op cnt : 0
LB apply : 3.83 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (70.6%)
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.6854600073331205e-08,-2.383163025416606e-07,-1.6970052238603546e-08) l=(-5.180521838899262e-09,-4.739050451681475e-08,1.01327721913156e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603053827111946e-05,1.6461475197571427e-06,1.260098531354745e-08)
sum a = (2.846030702774449e-19,1.7120653446377546e-19,-1.8211208365967457e-20)
sum e = 0.006079317292082193
sum de = 8.505497810990877e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013917981670444824
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6026586370201346e-05,1.6482691089802527e-06,1.2866259775206715e-08)
sum a = (-3.1170812458958252e-19,1.8989419886257346e-19,-1.7575933655526732e-20)
sum e = 0.006079183171278064
sum de = 8.507700433007534e-06
Info: CFL hydro = 0.011590176309258349 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011590176309258349 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.2342e+05 | 98875 | 1 | 8.011e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.96630820240072 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.564914055874346, dt = 0.011590176309258349 ----------------
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 : 6.65 us (1.9%)
patch tree reduce : 2.32 us (0.7%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 331.99 us (93.6%)
LB move op cnt : 0
LB apply : 3.93 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(5.694137183235844e-07,2.357272563225602e-08,2.0042426392751574e-08) v=(-5.0708484465977456e-08,5.951012281112512e-07,-1.2958482784618455e-08) l=(2.0932241453954933e-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.606078477893896e-05,1.6479432733336214e-06,1.0727874656445195e-08)
sum a = (-7.860465750519907e-19,1.0105103060743803e-18,-1.588186776101813e-20)
sum e = 0.00607806755427636
sum de = 8.50419819756083e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011686572157265693
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605872968534714e-05,1.6495803062656166e-06,1.0854485189236013e-08)
sum a = (-2.1006417091906648e-19,1.7227591355968401e-18,-1.6940658945086007e-20)
sum e = 0.006077973358557232
sum de = 8.506350014694436e-06
Info: CFL hydro = 0.01209897976422685 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01209897976422685 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.2643e+05 | 98870 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.353795309940594 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.576504232183605, dt = 0.01209897976422685 ----------------
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 : 7.32 us (2.2%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 1222.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 317.79 us (93.4%)
LB move op cnt : 0
LB apply : 3.69 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1583.00 ns (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(3.932657479492483e-07,6.345106479154535e-08,7.581549927827635e-09) v=(-8.855849203024763e-08,4.032870325516467e-07,8.806182675916388e-09) l=(-5.547049052135886e-09,-9.413532494479918e-09,1.0274600706322145e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605056335133255e-05,1.6498995461497375e-06,1.1321070157439511e-08)
sum a = (-3.4558944247975454e-19,-5.874173489208573e-19,-1.2705494208814505e-20)
sum e = 0.006077648765035459
sum de = 8.52383100487092e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01221175001337561
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6047782125164535e-05,1.6506646688185187e-06,1.1391768848613728e-08)
sum a = (-2.710505431213761e-20,2.6130966422795165e-19,-1.3552527156068805e-20)
sum e = 0.006077546415533899
sum de = 8.52559931914936e-06
Info: CFL hydro = 0.011663596717703168 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011663596717703168 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.2659e+05 | 98868 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.77122451789388 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.588603211947832, dt = 0.011663596717703168 ----------------
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 : 7.18 us (2.1%)
patch tree reduce : 2.20 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1402.00 ns (0.4%)
LB compute : 318.48 us (93.5%)
LB move op cnt : 0
LB apply : 3.88 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (75.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.903003032152414e-07,-9.389287739981094e-08,1.0748096997203143e-08) v=(6.506205006427519e-08,5.079021025783338e-07,8.18498335432281e-10) l=(-1.1100006485160076e-08,5.120535789644153e-10,5.108266822215993e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605457946690005e-05,1.6504703587804476e-06,1.0899886264537821e-08)
sum a = (1.6940658945086007e-19,4.531626267810507e-20,-1.6728900708272432e-20)
sum e = 0.006077478173879681
sum de = 8.513646501270822e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011774291756831472
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605862735943825e-05,1.6528486285224113e-06,1.1111782748606081e-08)
sum a = (-1.3552527156068805e-20,2.3145175283723757e-19,-1.6517142471458857e-20)
sum e = 0.006077383032737822
sum de = 8.515021010846607e-06
Info: CFL hydro = 0.011432359198333778 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011432359198333778 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.2676e+05 | 98867 | 1 | 7.800e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.83495246818292 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.600266808665535, dt = 0.011432359198333778 ----------------
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 : 6.52 us (1.9%)
patch tree reduce : 2.20 us (0.7%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.4%)
LB compute : 315.19 us (93.6%)
LB move op cnt : 0
LB apply : 3.71 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (71.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-6.464820351192112e-07,1.6099912120826456e-07,2.3008713215754732e-08) v=(-1.355496592103501e-07,-6.687958914324314e-07,-1.4376961440732697e-08) l=(3.2432363267639127e-08,1.2005464043686118e-09,1.0274274143437338e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606259042805243e-05,1.6527009261320266e-06,1.0756148678840607e-08)
sum a = (1.0842021724855044e-19,3.917527381051139e-20,-8.046812998915853e-21)
sum e = 0.006077040182556382
sum de = 8.527500512876167e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011516613618781113
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606461565472163e-05,1.6522737316204634e-06,1.1009282741746891e-08)
sum a = (8.809142651444724e-20,4.368572425464054e-19,-4.658681209898652e-21)
sum e = 0.006076948785946977
sum de = 8.529026988961956e-06
Info: CFL hydro = 0.011492309664587648 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011492309664587648 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.2697e+05 | 98865 | 1 | 7.786e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.856248783159664 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.611699167863868, dt = 0.011492309664587648 ----------------
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 : 7.05 us (2.0%)
patch tree reduce : 2.36 us (0.7%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 330.83 us (93.6%)
LB move op cnt : 0
LB apply : 4.00 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (75.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.943888625711412e-07,-3.0565895964895025e-07,2.1506074817140663e-08) v=(3.3854860749247517e-07,-3.8276483741704365e-07,-1.2639755481330705e-08) l=(2.4156582043116702e-08,4.670889203411359e-09,5.093810071473727e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606376910604511e-05,1.6521485973351784e-06,1.0977927157456497e-08)
sum a = (-5.421010862427522e-20,1.317136232980437e-19,-2.498747194400186e-20)
sum e = 0.0060768777515206596
sum de = 8.578370859885116e-06
Info: CFL hydro = 0.02312421700699144 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02312421700699144 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.5335e+05 | 98864 | 1 | 6.447e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.17260958078872 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.623191477528456, dt = 0.02312421700699144 ----------------
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.58 us (1.8%)
patch tree reduce : 2.07 us (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 344.02 us (94.2%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (70.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.588329617728778e-05,1.661534564914642e-06,2.2254878436687668e-08)
sum a = (-6.335806445462167e-19,4.54009659728305e-19,2.795208725939191e-20)
sum e = 0.006077357782218655
sum de = 8.604331423013216e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023343903897093045
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.588998775175737e-05,1.6706108801753318e-06,2.1958354220280213e-08)
sum a = (-4.743384504624082e-20,6.640738306473715e-19,2.6046263128069735e-20)
sum e = 0.006076984480707097
sum de = 8.609860450956754e-06
Info: CFL hydro = 0.01648146294481952 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01648146294481952 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.1858e+05 | 98864 | 1 | 8.337e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 99.85235903040922 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.646315694535447, dt = 0.01648146294481952 ----------------
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.92 us (2.0%)
patch tree reduce : 1993.00 ns (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1272.00 ns (0.4%)
LB compute : 315.86 us (93.5%)
LB move op cnt : 0
LB apply : 3.71 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (74.7%)
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.0846974564899954e-07,-5.827189733805758e-07,1.636942520225221e-08) l=(-2.0700381660892923e-08,2.1584135301723806e-08,1.021609179233129e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599153378792284e-05,1.6635166892322532e-06,1.5813743587363992e-08)
sum a = (1.8634724839594607e-19,2.744386749103933e-19,4.235164736271502e-21)
sum e = 0.006076790247835879
sum de = 8.539299568870131e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016626936733148214
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5997687749855296e-05,1.658436178174447e-06,1.6406110195807968e-08)
sum a = (-1.0503208545953324e-19,1.9142944607947188e-19,6.776263578034403e-21)
sum e = 0.006076599739938696
sum de = 8.542467451299869e-06
Info: CFL hydro = 0.013496379819970093 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013496379819970093 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.2671e+05 | 98862 | 1 | 7.802e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.0491020586172 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.6627971574802665, dt = 0.013496379819970093 ----------------
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 : 7.33 us (2.1%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 320.77 us (93.3%)
LB move op cnt : 0
LB apply : 4.04 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (71.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(-7.566195514989752e-07,-9.267889258354105e-07,9.357960763834232e-08) v=(1.014300018401948e-06,-7.307579183686244e-07,-5.8128077314656717e-08) l=(7.476182187885182e-08,2.086661590185806e-08,2.032703813922951e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6041991224408057e-05,1.6556294411940555e-06,1.2944799675704175e-08)
sum a = (-3.049318610115481e-19,2.8756768559283497e-19,-2.964615315390051e-21)
sum e = 0.006075798645954857
sum de = 8.569711258356323e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013619063396037825
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604537215984168e-05,1.6586154914754032e-06,1.3251456834824639e-08)
sum a = (-5.421010862427522e-20,1.7724164421296235e-19,-4.235164736271502e-21)
sum e = 0.00607567148440799
sum de = 8.572237451653704e-06
Info: CFL hydro = 0.012421996654750666 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012421996654750666 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.2650e+05 | 98858 | 1 | 7.815e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.174134990542996 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.676293537300237, dt = 0.012421996654750666 ----------------
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 : 7.13 us (2.4%)
patch tree reduce : 2.03 us (0.7%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1181.00 ns (0.4%)
LB compute : 277.87 us (92.6%)
LB move op cnt : 0
LB apply : 3.52 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.848896459735659e-07,1.1724326993349347e-07,-2.489627224678008e-08) v=(-9.862855933571912e-08,-5.064599193508657e-07,3.1450303119926704e-09) l=(-2.454074608627849e-08,7.813609237216319e-09,5.147616740218842e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606130280678342e-05,1.6575490111712292e-06,1.2343849318058651e-08)
sum a = (2.642742795433417e-19,1.0291450309139749e-19,1.3976043629695956e-20)
sum e = 0.00607561813678391
sum de = 8.559139029107062e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012537363658978805
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6061079222787284e-05,1.6586241706366747e-06,1.2307522409298807e-08)
sum a = (4.2012834183813297e-19,3.671887826347392e-19,1.4399560103323106e-20)
sum e = 0.006075510292326807
sum de = 8.560744961645717e-06
Info: CFL hydro = 0.012138631503328062 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012138631503328062 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.2070e+05 | 98857 | 1 | 8.190e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.60170508287784 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.688715533954987, dt = 0.012138631503328062 ----------------
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.88 us (2.0%)
patch tree reduce : 2.01 us (0.6%)
gen split merge : 1202.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 320.60 us (93.7%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (71.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.3284575025674876e-08,1.413445288185578e-08,-1.5323897415381525e-08) l=(-4.9090817415957e-08,2.2401832170015147e-08,1.0105470790221314e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6065252850811124e-05,1.658328512220929e-06,1.1832527965557079e-08)
sum a = (-2.608861477543245e-19,1.7381116077658243e-18,-2.0328790734103208e-20)
sum e = 0.0060752015876226985
sum de = 8.553501916166699e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012251551039215559
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60660523801523e-05,1.6594975682332437e-06,1.1938229051867448e-08)
sum a = (2.0328790734103208e-19,9.918755812347857e-19,-2.1175823681357508e-20)
sum e = 0.006075098615441948
sum de = 8.555136255303136e-06
Info: CFL hydro = 0.011862055750998454 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011862055750998454 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.2690e+05 | 98855 | 1 | 7.790e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.09572148382951 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.700854165458315, dt = 0.011862055750998454 ----------------
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 : 7.01 us (2.1%)
patch tree reduce : 2.51 us (0.7%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 314.78 us (93.3%)
LB move op cnt : 0
LB apply : 3.97 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (72.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.1464401655956959e-07,-2.4481971483907667e-08,-1.2023222024159721e-08) v=(2.559582939854957e-08,-1.1111794000482126e-07,2.9745455115615275e-09) l=(1.0510243949433011e-10,-6.410945969469625e-08,1.0238392328247884e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6070125064939725e-05,1.6591598474127776e-06,1.1645964564470484e-08)
sum a = (1.9989977555201488e-19,1.0808140406964872e-18,1.122318655111948e-20)
sum e = 0.006074769584351415
sum de = 8.447882311409322e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011974404471116128
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606833991039239e-05,1.6659688261811372e-06,1.1164188009985672e-08)
sum a = (2.879912020664621e-19,6.475566881759126e-19,9.952637130238029e-21)
sum e = 0.006074670698455139
sum de = 8.449528408517496e-06
Info: CFL hydro = 0.011688432816905469 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011688432816905469 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.2675e+05 | 98853 | 1 | 7.799e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.75298471850681 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.712716221209313, dt = 0.011688432816905469 ----------------
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.85 us (2.3%)
patch tree reduce : 1933.00 ns (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.4%)
LB compute : 282.01 us (92.9%)
LB move op cnt : 0
LB apply : 3.85 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1733.00 ns (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(3.1445163732516485e-07,9.315008053139618e-07,-8.175054699674493e-08) v=(-9.640121770992875e-07,2.528836268623916e-07,3.9646090703982124e-08) l=(-1.7892362537437755e-08,4.9490941202648266e-08,2.527923752902077e-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.9267597367134555 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607095660462028e-05,1.6660377800906275e-06,1.1179728574317816e-08)
sum a = (7.148958074826295e-19,1.0778494253810972e-18,-5.082197683525802e-21)
sum e = 0.00607357674814098
sum de = 8.495131102238541e-06
Info: CFL hydro = 0.02308500978888083 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02308500978888083 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 | 9.6218e+04 | 98848 | 1 | 1.027e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 40.958933131780476 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.724404654026219, dt = 0.02308500978888083 ----------------
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.65 us (1.9%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 329.55 us (93.7%)
LB move op cnt : 0
LB apply : 3.84 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (68.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5904386673558074e-05,1.6874965314960671e-06,2.169646245743095e-08)
sum a = (-2.1345230270808369e-19,-5.64123942871364e-19,4.870439446712227e-21)
sum e = 0.006074048761862235
sum de = 8.429396959902356e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023318516845285006
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589368719615362e-05,1.6871561208753279e-06,2.145270526762905e-08)
sum a = (-4.777265822514254e-19,-1.24090326772755e-18,6.3527471044072525e-21)
sum e = 0.006073676995588703
sum de = 8.434793579213826e-06
Info: CFL hydro = 0.015046452492556747 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015046452492556747 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.2587e+05 | 98848 | 1 | 7.853e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.82873488128837 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.7474896638151, dt = 0.015046452492556747 ----------------
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.90 us (2.2%)
patch tree reduce : 2.25 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1021.00 ns (0.3%)
LB compute : 292.84 us (93.1%)
LB move op cnt : 0
LB apply : 3.75 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(1.001486170127376e-06,-4.446546086295884e-07,-1.5894457200190136e-08) v=(4.2948940193963044e-07,1.0393223692688539e-06,-8.236285498041605e-09) l=(-1.9803834880035915e-10,4.177893252961157e-09,2.556222172900649e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601437474463125e-05,1.6728143762586423e-06,1.4147866787111394e-08)
sum a = (-4.743384504624082e-19,-2.507217523872729e-19,2.795208725939191e-20)
sum e = 0.006072647361043253
sum de = 8.437334542291283e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01518518753608658
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6022465900834115e-05,1.6772185947734987e-06,1.4015178901282437e-08)
sum a = (-5.793705359219414e-19,4.0234064994579266e-19,2.922263668027336e-20)
sum e = 0.006072489584746108
sum de = 8.44064319605503e-06
Info: CFL hydro = 0.013199001147410828 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013199001147410828 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.2168e+05 | 98843 | 1 | 8.123e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.6806626979359 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.762536116307657, dt = 0.013199001147410828 ----------------
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.53 us (1.9%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 319.75 us (93.6%)
LB move op cnt : 0
LB apply : 3.96 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1953.00 ns (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-9.435528151703978e-07,3.0627838595192504e-07,8.151839391090865e-09) v=(-2.717073101185303e-07,-9.869919884614061e-07,7.266575930315664e-10) l=(8.794772528547135e-09,-1.6723432804116503e-09,1.029609278392434e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604997105445186e-05,1.6732649367913325e-06,1.2231260025735576e-08)
sum a = (1.8973538018496328e-19,-4.9636130709102e-19,9.317362419797304e-21)
sum e = 0.006072189897525589
sum de = 8.491783936111896e-06
Info: CFL hydro = 0.024470474589840415 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.024470474589840415 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.5156e+05 | 98841 | 1 | 6.521e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.8624212007598 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.775735117455068, dt = 0.024470474589840415 ----------------
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.14 us (1.9%)
patch tree reduce : 2.22 us (0.7%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.4%)
LB compute : 301.25 us (93.6%)
LB move op cnt : 0
LB apply : 3.44 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.3%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5885486328076645e-05,1.6998228802810034e-06,2.275121110915572e-08)
sum a = (2.744386749103933e-19,2.447925217564928e-19,4.785736151986797e-20)
sum e = 0.006072693252009545
sum de = 8.51946281024716e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02472481995568922
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5890107066382625e-05,1.714273561475587e-06,2.24770607459942e-08)
sum a = (5.04831636563563e-19,-3.3711911300721153e-19,4.870439446712227e-20)
sum e = 0.006072277154151694
sum de = 8.52568041121449e-06
Info: CFL hydro = 0.01579222013413413 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01579222013413413 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.2528e+05 | 98841 | 1 | 7.889e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.6612457028619 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.800205592044908, dt = 0.01579222013413413 ----------------
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 : 7.14 us (2.1%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 309.64 us (93.2%)
LB move op cnt : 0
LB apply : 3.92 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.820577557217902e-07,7.373596820734352e-07,-1.5491401116411697e-08) v=(-7.463541966714833e-07,-3.2571033030140916e-07,8.780398480474322e-09) l=(-3.359089097434689e-08,1.8624859097379713e-08,1.0147153375464953e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601528235367951e-05,1.6903648932073439e-06,1.4593613453315467e-08)
sum a = (5.590417451878382e-19,2.0921713797181218e-19,-2.541098841762901e-20)
sum e = 0.006072065057176031
sum de = 8.475186032765757e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01594446473740753
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601103423255974e-05,1.7030504533527524e-06,1.4303214377141765e-08)
sum a = (2.574980159653073e-19,1.3976043629695956e-19,-2.668153783851046e-20)
sum e = 0.006071891059819029
sum de = 8.478036829894958e-06
Info: CFL hydro = 0.012876862540235123 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012876862540235123 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.2648e+05 | 98839 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.75353773738783 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.8159978121790425, dt = 0.012876862540235123 ----------------
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 : 6.73 us (2.2%)
patch tree reduce : 2.25 us (0.7%)
gen split merge : 1162.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1021.00 ns (0.3%)
LB compute : 284.49 us (92.8%)
LB move op cnt : 0
LB apply : 4.03 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (72.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(5.675769958373496e-07,1.3692681677475904e-06,-2.1031663960760323e-08) v=(-1.4380386789493752e-06,4.931029289303226e-07,5.037698190773219e-09) l=(8.41949068402301e-09,1.9756251214157265e-08,1.5311039095357434e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605353520546575e-05,1.6932151940927958e-06,1.1750758320492312e-08)
sum a = (-3.7269449679189215e-19,2.261577969168982e-19,-1.291725244562808e-20)
sum e = 0.006071327636176084
sum de = 8.525201408875957e-06
Info: CFL hydro = 0.0237162506763005 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0237162506763005 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.4927e+05 | 98836 | 1 | 6.621e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.0116267203317 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.828874674719278, dt = 0.0237162506763005 ----------------
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.71 us (2.0%)
patch tree reduce : 1873.00 ns (0.6%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.4%)
LB compute : 306.65 us (93.4%)
LB move op cnt : 0
LB apply : 3.88 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1622.00 ns (67.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589607759752604e-05,1.7345968887430156e-06,2.143432760895827e-08)
sum a = (3.7269449679189215e-19,4.743384504624082e-20,-6.352747104407253e-22)
sum e = 0.006071805872488451
sum de = 8.397877874868413e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02394771013768183
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5887189921885886e-05,1.7491819200261892e-06,2.034950708167595e-08)
sum a = (4.54009659728305e-19,1.7448878713438587e-19,-6.352747104407253e-22)
sum e = 0.006071413553663896
sum de = 8.40358671302554e-06
Info: CFL hydro = 0.015762861822685645 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015762861822685645 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.2561e+05 | 98836 | 1 | 7.868e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 108.51049721953024 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.852590925395578, dt = 0.015762861822685645 ----------------
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.71 us (1.9%)
patch tree reduce : 2.29 us (0.7%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1322.00 ns (0.4%)
LB compute : 327.76 us (93.8%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.3%)
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.64500323997297e-07,8.886672651874761e-07,5.7773896594881474e-09) l=(1.5111909510584417e-08,4.04238060000004e-08,3.054966695448247e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6005872699010067e-05,1.7151399745627088e-06,1.4079435794958678e-08)
sum a = (7.318364664277155e-19,-5.082197683525802e-20,-3.5998900258307764e-21)
sum e = 0.006070151259879275
sum de = 8.307467260818271e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015909490117581502
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600363812548775e-05,1.7174660473524812e-06,1.3653414781391986e-08)
sum a = (-1.1180834903756764e-19,3.7777669447541795e-19,-7.623296525288703e-21)
sum e = 0.006069977642535169
sum de = 8.311364641250419e-06
Info: CFL hydro = 0.012820884698514931 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012820884698514931 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.2599e+05 | 98830 | 1 | 7.845e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.33820111574511 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.868353787218264, dt = 0.012820884698514931 ----------------
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.98 us (2.1%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 314.26 us (93.4%)
LB move op cnt : 0
LB apply : 3.60 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1542.00 ns (66.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(4.440203024618037e-07,7.06202966531443e-08,2.171622240118267e-08) v=(-8.545287592141908e-08,4.36006315283102e-07,1.743964564049557e-08) l=(1.5602805455764743e-08,-3.1371770521909314e-09,2.5598390721179526e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6047973594512595e-05,1.7042599486259073e-06,1.1041773641359052e-08)
sum a = (3.2187251995663413e-19,-3.1170812458958252e-19,-3.3881317890172014e-20)
sum e = 0.006068878203782358
sum de = 8.322195056590303e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012940321871572425
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605190090176917e-05,1.7049706288985812e-06,1.092394742129663e-08)
sum a = (2.0667603913004928e-19,2.337810934421869e-19,-3.3034284942917713e-20)
sum e = 0.006068763997788993
sum de = 8.324681528504e-06
Info: CFL hydro = 0.011790699122785514 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011790699122785514 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.2060e+05 | 98825 | 1 | 8.194e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.32628996816764 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.881174671916779, dt = 0.011790699122785514 ----------------
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 : 6.87 us (2.1%)
patch tree reduce : 2.23 us (0.7%)
gen split merge : 1192.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 301.83 us (93.2%)
LB move op cnt : 0
LB apply : 3.83 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.59 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.853524501719186e-07,-1.1531225542179072e-07,-2.40679642230413e-08) v=(1.4760175865159608e-07,-4.879262530098767e-07,1.541332746794097e-08) l=(-2.7034630064841436e-08,7.712658342130492e-09,5.082257809334214e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606737158127009e-05,1.7001244777921425e-06,1.019475878318219e-08)
sum a = (-4.845028458294598e-19,-7.148958074826295e-19,3.959879028413854e-20)
sum e = 0.0060686974483421295
sum de = 8.337686169514278e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011860410408232477
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607062221236294e-05,1.7010005055706858e-06,1.0152600123853822e-08)
sum a = (-4.1674021004911577e-19,-3.8116482626443515e-19,4.298692207315574e-20)
sum e = 0.00606860115805046
sum de = 8.339044651402604e-06
Info: CFL hydro = 0.011390757771504497 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011390757771504497 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.2639e+05 | 98824 | 1 | 7.819e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.28461012382076 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.892965371039565, dt = 0.011390757771504497 ----------------
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 : 7.71 us (2.4%)
patch tree reduce : 1983.00 ns (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 304.93 us (93.0%)
LB move op cnt : 0
LB apply : 3.95 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.9%)
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.2181878082513395e-07,-4.978491198132724e-07,-8.295441887354542e-09) l=(2.3355068650755278e-08,-2.7268361001566524e-09,5.114703979890297e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607662694773407e-05,1.6989787024531425e-06,9.737343191285163e-09)
sum a = (-7.928228386300251e-19,8.504210790433175e-19,-1.291725244562808e-20)
sum e = 0.006068522604177112
sum de = 8.347044760586766e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011501047221955869
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607912691437194e-05,1.7021827198701638e-06,9.810443921185042e-09)
sum a = (-2.846030702774449e-19,5.454892180317694e-19,-1.249373597200093e-20)
sum e = 0.00606843265164297
sum de = 8.3483383208584e-06
Info: CFL hydro = 0.011200090011214043 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011200090011214043 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.2382e+05 | 98823 | 1 | 7.981e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.37938105463348 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.904356128811069, dt = 0.011200090011214043 ----------------
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.80 us (2.0%)
patch tree reduce : 2.07 us (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 315.83 us (93.6%)
LB move op cnt : 0
LB apply : 3.56 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1552.00 ns (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.8050806760750954e-07,3.234786134173346e-07,4.169777186843453e-09) v=(-3.066962679983961e-07,-4.07952827930161e-07,-6.958739803644144e-10) l=(2.960635452715861e-09,-3.0833429157951332e-09,5.093656257693438e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608206761671481e-05,1.701272972453875e-06,9.638615543249429e-09)
sum a = (4.0657581468206416e-20,1.6940658945086007e-19,2.414043899674756e-20)
sum e = 0.0060683523897751505
sum de = 8.362661838763992e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011302688779734647
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607965465640635e-05,1.7017913982943802e-06,9.84133433193348e-09)
sum a = (-3.1509625637859973e-19,-3.5067164016328034e-19,2.202285662861181e-20)
sum e = 0.006068265463872716
sum de = 8.363895008623215e-06
Info: CFL hydro = 0.01108063060566967 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01108063060566967 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.2683e+05 | 98822 | 1 | 7.792e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.748577757049276 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.915556218822283, dt = 0.01108063060566967 ----------------
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 : 7.15 us (2.2%)
patch tree reduce : 2.24 us (0.7%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 308.45 us (93.4%)
LB move op cnt : 0
LB apply : 3.58 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1622.00 ns (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.870210499281552e-07,-1.0449800998677591e-07,3.8625477490895324e-08) v=(8.483734297613999e-08,4.995778326003273e-07,-1.851523550257748e-08) l=(-3.478954653613936e-08,2.4477825228801165e-08,5.048772668341753e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6081216436780555e-05,1.7012167071401777e-06,9.606721338938866e-09)
sum a = (-1.1519648082658485e-19,3.9641141931501256e-19,-9.529120656610879e-21)
sum e = 0.006068184691633007
sum de = 8.403524057532334e-06
Info: CFL hydro = 0.021971244049441292 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021971244049441292 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.5279e+05 | 98821 | 1 | 6.468e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.67375077751196 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.926636849427953, dt = 0.021971244049441292 ----------------
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.73 us (1.9%)
patch tree reduce : 2.41 us (0.7%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 333.31 us (93.8%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1963.00 ns (67.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.592449089451983e-05,1.7579188393808192e-06,1.926217772025084e-08)
sum a = (3.7269449679189215e-19,-5.996993266560446e-19,-1.503483481376383e-20)
sum e = 0.006068618999559676
sum de = 8.349593436229269e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022181527445310486
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5923278643901485e-05,1.7686069382543622e-06,1.8871160292510158e-08)
sum a = (9.0801931945661e-19,-1.0994487655360818e-18,-1.376428539288238e-20)
sum e = 0.006068283992385887
sum de = 8.35432694549891e-06
Info: CFL hydro = 0.01443503251212121 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01443503251212121 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.2608e+05 | 98821 | 1 | 7.838e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 100.9172051989529 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.948608093477395, dt = 0.01443503251212121 ----------------
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 : 7.14 us (2.3%)
patch tree reduce : 2.10 us (0.7%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 286.16 us (92.7%)
LB move op cnt : 0
LB apply : 3.81 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1713.00 ns (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(3.011186876182825e-07,5.657663532785307e-07,-2.7274022372734026e-08) v=(-5.776568607986413e-07,2.8810850056410506e-07,2.126819764901777e-08) l=(1.6798507044138204e-08,3.805296940487161e-08,2.0338259204951076e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603258932413721e-05,1.7269325024931408e-06,1.254450394279707e-08)
sum a = (-3.7947076036992655e-19,-9.181837148236616e-19,-5.039846036163087e-20)
sum e = 0.006067506983314889
sum de = 8.36763651326751e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01456445520678679
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6037193348709554e-05,1.7289732056994806e-06,1.2464508699481278e-08)
sum a = (9.486769009248164e-20,-3.032377951170395e-19,-5.1457251545698746e-20)
sum e = 0.0060673624798916375
sum de = 8.370492983763283e-06
Info: CFL hydro = 0.01285828043983772 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01285828043983772 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.2641e+05 | 98817 | 1 | 7.817e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.478743356647 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.9630431259895165, dt = 0.01285828043983772 ----------------
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 : 7.23 us (2.4%)
patch tree reduce : 2.15 us (0.7%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 279.02 us (92.5%)
LB move op cnt : 0
LB apply : 4.02 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.93590778285135e-07,7.573478504296601e-08,1.4617396031239248e-08) v=(-4.755664987938363e-08,-5.131643379486855e-07,7.499278659662545e-10) l=(1.5142062284811203e-08,-5.783110580954324e-10,5.143036800540467e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6059805981195075e-05,1.7198266473168977e-06,1.1036537310101895e-08)
sum a = (1.5585406229479126e-19,5.590417451878382e-20,-4.235164736271502e-21)
sum e = 0.006067318693193572
sum de = 8.340132228348957e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01297765776055127
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605998842855286e-05,1.7163273231852615e-06,1.0956024405795184e-08)
sum a = (-2.1345230270808369e-19,2.337810934421869e-19,-2.117582368135751e-22)
sum e = 0.0060672039799265776
sum de = 8.341751953013792e-06
Info: CFL hydro = 0.011950591417210098 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011950591417210098 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.2653e+05 | 98816 | 1 | 7.810e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.27084206103375 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.9759014064293545, dt = 0.011950591417210098 ----------------
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.33 us (1.7%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 341.77 us (94.0%)
LB move op cnt : 0
LB apply : 3.81 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(6.121340264871337e-08,-7.844505343008773e-07,-1.7953389995187358e-08) v=(7.985529991438369e-07,1.159109790888844e-07,-1.1973960384156585e-09) l=(-1.408190076368357e-08,-7.931638470065306e-09,1.0252109360531138e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6072690922662164e-05,1.7109799489667355e-06,1.0252955625937391e-08)
sum a = (-1.2536087619363645e-19,3.8963515573697816e-20,1.7364175418713157e-20)
sum e = 0.006066873306314402
sum de = 8.3480204591034e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012063933482029996
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6074408135563404e-05,1.7097863954611129e-06,1.0188809192144218e-08)
sum a = (1.6601845766184287e-19,7.013432803265607e-19,2.1811098391798234e-20)
sum e = 0.006066774420344015
sum de = 8.349653782993833e-06
Info: CFL hydro = 0.011789009012424747 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011789009012424747 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.2615e+05 | 98814 | 1 | 7.833e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.92557198402788 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.9878519978465645, dt = 0.011789009012424747 ----------------
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.85 us (2.0%)
patch tree reduce : 2.06 us (0.6%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 322.10 us (93.6%)
LB move op cnt : 0
LB apply : 3.99 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (71.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-1.5169853175580033e-07,-4.758275717676227e-07,5.778857339172188e-09) v=(4.98423901404102e-07,-1.265676178084196e-07,-1.5908623236223906e-09) l=(2.992977229783538e-09,5.27897884885198e-09,5.132353619967649e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607665030014248e-05,1.7086662130956813e-06,1.0067437144317848e-08)
sum a = (-1.6601845766184287e-19,5.47183283926278e-19,3.832824086325709e-20)
sum e = 0.0060667040009916625
sum de = 8.30894299063804e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011908349844028849
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075387390558944e-05,1.7023342431889447e-06,1.0414258263559264e-08)
sum a = (-1.9312351197398048e-19,5.421010862427522e-19,4.002230675776569e-20)
sum e = 0.006066607535749778
sum de = 8.310335721746928e-06
Info: CFL hydro = 0.011561144408995269 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011561144408995269 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.2690e+05 | 98813 | 1 | 7.787e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.5026258102654 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.999641006858989, dt = 0.011561144408995269 ----------------
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.88 us (1.8%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 354.29 us (94.1%)
LB move op cnt : 0
LB apply : 3.76 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(3.222623097909956e-07,-1.3233964634808203e-06,6.620921477199183e-08) v=(1.3402891025684135e-06,3.936818639701747e-07,-2.118050277539948e-08) l=(8.435943540439234e-09,5.9146115150499185e-08,1.5368565998855402e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607829695313541e-05,1.7007961043460343e-06,9.898085714667788e-09)
sum a = (5.793705359219414e-19,1.4399560103323106e-19,1.9058241313221758e-21)
sum e = 0.006066002797172339
sum de = 8.280457685867611e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011678009076244878
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6078265625225965e-05,1.7074102209964836e-06,9.971617419965677e-09)
sum a = (2.608861477543245e-19,1.6771252355635147e-19,3.3881317890172014e-21)
sum e = 0.006065910068181573
sum de = 8.282134094256101e-06
Info: CFL hydro = 0.011404649508144096 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011404649508144096 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.2482e+05 | 98810 | 1 | 7.916e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.57415173983127 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.011202151267985, dt = 0.011404649508144096 ----------------
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.69 us (1.9%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1161.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 326.86 us (93.9%)
LB move op cnt : 0
LB apply : 3.58 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.4691804739746953e-07,8.581020366866198e-07,-3.690526361562328e-08) v=(-8.888856906939212e-07,9.600144785331906e-08,1.0711591832348118e-08) l=(2.098093841826339e-08,1.9283558500195998e-08,1.0251214089567655e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6080578141199024e-05,1.7069512678822147e-06,1.005085593859916e-08)
sum a = (-9.147955830346444e-20,8.114575634696197e-19,-3.5998900258307764e-21)
sum e = 0.006065564677510136
sum de = 8.211950942185781e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01151253572739406
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608126640932991e-05,1.7054633451446397e-06,1.0007468371961279e-08)
sum a = (-3.4897757426877174e-19,1.1689054672109345e-19,-5.505714157152952e-21)
sum e = 0.006065474287492039
sum de = 8.213416700668672e-06
Info: CFL hydro = 0.011496304136043738 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011496304136043738 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.2711e+05 | 98808 | 1 | 7.774e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.8159275942759 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.022606800776129, dt = 0.011496304136043738 ----------------
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.92 us (2.0%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 320.29 us (93.5%)
LB move op cnt : 0
LB apply : 3.79 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1993.00 ns (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-3.9435495486397345e-08,-3.98658735689401e-07,3.4849727062538706e-08) v=(4.098674745221319e-07,-3.477444067713476e-09,9.165754698903745e-09) l=(-1.2403006791934977e-08,1.84297474518142e-08,1.5296767223582771e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6079981576705635e-05,1.705843863546001e-06,9.99692404705985e-09)
sum a = (-4.37069000783219e-19,-4.0826988057657276e-19,1.249373597200093e-20)
sum e = 0.006064875528849934
sum de = 8.251497278664987e-06
Info: CFL hydro = 0.022922422484838226 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022922422484838226 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.5293e+05 | 98805 | 1 | 6.461e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.05834555468704 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.034103104912172, dt = 0.022922422484838226 ----------------
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 : 7.28 us (2.1%)
patch tree reduce : 2.31 us (0.7%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 328.71 us (93.6%)
LB move op cnt : 0
LB apply : 3.44 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1582.00 ns (66.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.591995754662254e-05,1.7680886579868907e-06,2.0059675419316852e-08)
sum a = (-2.0328790734103208e-19,-6.911788849595091e-19,-2.117582368135751e-21)
sum e = 0.006065336464192774
sum de = 8.2047653015444e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023161670278857537
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.591618004575189e-05,1.7650781244102012e-06,1.9446043586831227e-08)
sum a = (-6.471331717022855e-19,-7.860465750519907e-19,-3.3881317890172014e-21)
sum e = 0.006064973135483813
sum de = 8.209885365235953e-06
Info: CFL hydro = 0.014957459485784735 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014957459485784735 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.2621e+05 | 98805 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.40951386590018 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.057025527397011, dt = 0.014957459485784735 ----------------
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.48 us (1.9%)
patch tree reduce : 1953.00 ns (0.6%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 318.18 us (93.6%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1612.00 ns (66.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(5.231775501241746e-07,-6.667395416817151e-07,-4.3421527919454405e-08) v=(6.52170653317537e-07,5.635266684084846e-07,1.8116743470670953e-08) l=(3.064699716578127e-08,-3.7591028004460745e-08,2.0409302958740005e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6028999809840645e-05,1.7233106357909719e-06,1.2956954869366923e-08)
sum a = (-1.1180834903756764e-19,3.049318610115481e-20,-8.682087709356578e-21)
sum e = 0.006064199538531428
sum de = 8.170312563690807e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015106669320772195
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603174038597484e-05,1.7218462023309636e-06,1.2594737908937887e-08)
sum a = (-1.0503208545953324e-19,8.555032767268433e-19,-1.0587911840678754e-20)
sum e = 0.006064044579864583
sum de = 8.173308495588902e-06
Info: CFL hydro = 0.012297583079996269 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012297583079996269 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.2620e+05 | 98801 | 1 | 7.829e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.77680362767327 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.071982986882795, dt = 0.012297583079996269 ----------------
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.96 us (2.1%)
patch tree reduce : 2.32 us (0.7%)
gen split merge : 1302.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1161.00 ns (0.3%)
LB compute : 309.78 us (93.2%)
LB move op cnt : 0
LB apply : 3.88 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.8845781150767633e-07,-5.072507263258912e-07,-5.94481737467874e-09) v=(5.331470852819184e-07,-1.7307270517730059e-07,-5.131808093936736e-09) l=(4.2797449037383154e-08,-2.4879801797758832e-08,1.5341016022668314e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606922411263059e-05,1.708088987735154e-06,1.031413305707017e-08)
sum a = (-1.5924219408380846e-19,9.994988777600744e-20,1.4823076576950256e-20)
sum e = 0.0060634602016265155
sum de = 8.118153171895707e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012418031682565724
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606942373407253e-05,1.7057185679862256e-06,1.0644776910643171e-08)
sum a = (1.6940658945086007e-20,-2.1345230270808369e-19,1.4823076576950256e-20)
sum e = 0.006063355450833442
sum de = 8.120053389055318e-06
Info: CFL hydro = 0.011355079136784928 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011355079136784928 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.2608e+05 | 98798 | 1 | 7.836e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.496980607648744 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.084280569962791, dt = 0.011355079136784928 ----------------
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 : 6.95 us (2.1%)
patch tree reduce : 2.36 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 301.99 us (93.1%)
LB move op cnt : 0
LB apply : 3.83 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1723.00 ns (66.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(4.9406022470689366e-08,-6.40901619105216e-07,5.26029147623842e-08) v=(6.562662358976961e-07,8.290407722335322e-08,-4.596948871034039e-08) l=(4.5850659334204445e-08,-5.042867195396864e-10,1.526736647665134e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082552902895285e-05,1.7008398436881521e-06,9.57542115461694e-09)
sum a = (3.083199928005653e-19,-5.861467994999758e-19,5.929230630780102e-21)
sum e = 0.006062751370088943
sum de = 8.05539333616231e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011466655019673897
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608527174620807e-05,1.7039404253429123e-06,9.888734055969507e-09)
sum a = (1.3552527156068805e-19,4.37069000783219e-19,7.199780051661553e-21)
sum e = 0.006062662049557074
sum de = 8.056980919059016e-06
Info: CFL hydro = 0.010978196692960766 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010978196692960766 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.2612e+05 | 98795 | 1 | 7.833e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.1840345048799 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.0956356490995764, dt = 0.010978196692960766 ----------------
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 : 6.93 us (2.1%)
patch tree reduce : 1973.00 ns (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1332.00 ns (0.4%)
LB compute : 309.49 us (93.3%)
LB move op cnt : 0
LB apply : 3.73 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1772.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-3.779884415917596e-07,2.9377756861274744e-07,1.6054245713249686e-08) v=(-2.6843756868700784e-07,-4.053005032985215e-07,-2.891275774407933e-09) l=(-1.3436511906046622e-08,3.5614436415297406e-08,1.5336014363752717e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6090555573002765e-05,1.7021443003005006e-06,9.5332497040939e-09)
sum a = (4.946672411965114e-19,4.0657581468206416e-19,-1.4823076576950256e-21)
sum e = 0.006062041451378429
sum de = 8.034873052334804e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011094152530396516
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092557457786846e-05,1.7061543584351324e-06,9.789296615604935e-09)
sum a = (3.3881317890172014e-20,-3.5405977195229754e-19,4.235164736271502e-22)
sum e = 0.006061958312920815
sum de = 8.036329002176503e-06
Info: CFL hydro = 0.011256851310936632 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011256851310936632 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.2681e+05 | 98792 | 1 | 7.791e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.728944477111696 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.106613845792538, dt = 0.011256851310936632 ----------------
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.84 us (1.9%)
patch tree reduce : 2.21 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 337.11 us (93.9%)
LB move op cnt : 0
LB apply : 3.71 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1823.00 ns (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.9466652733936474e-07,5.646155065287643e-07,4.712406620677662e-08) v=(-5.500506464149148e-07,-3.227541521392711e-07,-2.1862460457591062e-08) l=(1.5053280015949848e-08,-3.103493772338228e-08,1.0177110941725527e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608902083561096e-05,1.7079324028399033e-06,9.910899902138521e-09)
sum a = (-4.0996394647108136e-19,-2.710505431213761e-19,-1.4823076576950256e-21)
sum e = 0.006061613839628531
sum de = 8.039481448079046e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011370149293066293
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609210031235444e-05,1.7084834628360132e-06,9.942868705909605e-09)
sum a = (-6.2002811739014785e-19,-1.8465318250143747e-19,-4.870439446712227e-21)
sum e = 0.0060615264778192965
sum de = 8.04090450431318e-06
Info: CFL hydro = 0.011332323568721775 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011332323568721775 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.2641e+05 | 98790 | 1 | 7.815e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.85595133043814 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.117870697103474, dt = 0.011332323568721775 ----------------
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 : 7.07 us (2.0%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 961.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.4%)
LB compute : 327.25 us (93.5%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (73.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.969197581890613e-07,-4.8646301142537835e-08,-1.0972066668942234e-08) v=(8.02757180543e-08,-5.054507372096779e-07,-6.838560892295626e-10) l=(-1.1034719270100773e-08,-2.4637377080559506e-09,5.106806153233308e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609130049478905e-05,1.7087989643044293e-06,1.0024655384909643e-08)
sum a = (-3.3881317890172014e-21,2.236166980751353e-19,-4.235164736271502e-22)
sum e = 0.0060614436402084484
sum de = 8.020505785011144e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011439070917409736
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60966244100712e-05,1.7094082193049102e-06,9.980347822276585e-09)
sum a = (2.1345230270808369e-19,6.674619624363887e-19,3.8116482626443515e-21)
sum e = 0.006061355124097814
sum de = 8.021735621207996e-06
Info: CFL hydro = 0.011510201567838642 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011510201567838642 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.2611e+05 | 98789 | 1 | 7.833e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.079901260829885 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.129203020672196, dt = 0.011510201567838642 ----------------
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.97 us (2.1%)
patch tree reduce : 2.02 us (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 311.63 us (93.5%)
LB move op cnt : 0
LB apply : 3.65 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-8.778776236869517e-07,-9.660736327522703e-08,1.012355088604411e-09) v=(1.4706797297796826e-07,-8.987173134043981e-07,1.563133909520796e-09) l=(2.991617835049739e-09,-7.232935690364885e-09,1.0311126692890164e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609468995770255e-05,1.7102738999081343e-06,1.0167392162306343e-08)
sum a = (-2.812149384884277e-19,4.0657581468206416e-19,1.503483481376383e-20)
sum e = 0.006061005239190685
sum de = 8.05898338149744e-06
Info: CFL hydro = 0.022803865458877054 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022803865458877054 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.3789e+05 | 98787 | 1 | 7.164e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.838929952163234 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.140713222240034, dt = 0.022803865458877054 ----------------
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.36 us (1.7%)
patch tree reduce : 2.15 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 349.69 us (94.2%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (71.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.595051122724907e-05,1.7758351916805472e-06,2.0011194628856287e-08)
sum a = (-2.541098841762901e-19,-2.524158182817815e-19,2.541098841762901e-21)
sum e = 0.00606145578090784
sum de = 7.928434074365354e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02303907056385304
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.596742112031996e-05,1.7698517866779508e-06,2.0120711921738165e-08)
sum a = (-3.3203691532368573e-19,-3.2356658585114273e-19,1.6940658945086007e-21)
sum e = 0.006061096800587511
sum de = 7.933313549195161e-06
Info: CFL hydro = 0.0149424064735083 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0149424064735083 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.2644e+05 | 98787 | 1 | 7.813e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.07292209198239 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.163517087698911, dt = 0.0149424064735083 ----------------
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.47 us (1.9%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 324.70 us (93.7%)
LB move op cnt : 0
LB apply : 3.82 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (72.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.9999999999752447e-06 r=(-1.2754419064810163e-06,-8.708942064057363e-07,2.2282381406887648e-08) v=(9.686445210690107e-07,-1.2679356013738541e-06,-1.0933748727265238e-08) l=(7.280867773448063e-09,3.928276091539361e-08,3.0686789376433614e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6062633515264e-05,1.7264983010169618e-06,1.3137874119944194e-08)
sum a = (4.404571325722362e-19,7.623296525288703e-20,-9.529120656610879e-21)
sum e = 0.006059787539204568
sum de = 7.918397638730395e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015079491028539598
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606209565422386e-05,1.7313642717183946e-06,1.2933898568998038e-08)
sum a = (1.2536087619363645e-19,-4.336808689942018e-19,-1.5670109524204556e-20)
sum e = 0.006059633957428463
sum de = 7.921791295436936e-06
Info: CFL hydro = 0.01269570283762804 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01269570283762804 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.2649e+05 | 98781 | 1 | 7.809e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.8825787514328 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.17845949417242, dt = 0.01269570283762804 ----------------
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.03 us (2.0%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 326.04 us (93.7%)
LB move op cnt : 0
LB apply : 4.03 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (66.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(1.242679522520622e-07,3.658180288124949e-07,-2.4771455784919664e-08) v=(-3.8427591195961235e-07,1.1048656656343172e-07,5.916541458031784e-09) l=(6.172622111369206e-09,1.5966353953839695e-08,1.0311660441835813e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60891211396548e-05,1.7187187955336458e-06,1.1093622689400895e-08)
sum a = (1.0503208545953324e-19,-1.8295911660692887e-19,-4.658681209898652e-21)
sum e = 0.00605931030667064
sum de = 7.915727466187117e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012840123249248691
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6083914236539256e-05,1.7175231863372683e-06,1.102362568076019e-08)
sum a = (-6.776263578034403e-21,-1.7618285302889447e-19,-9.952637130238029e-21)
sum e = 0.006059199598046995
sum de = 7.917472325172528e-06
Info: CFL hydro = 0.01174558488679293 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01174558488679293 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.2653e+05 | 98779 | 1 | 7.807e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.54276129877549 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.191155197010048, dt = 0.01174558488679293 ----------------
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 : 33.11 us (8.8%)
patch tree reduce : 2.39 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1071.00 ns (0.3%)
LB compute : 327.53 us (87.1%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1853.00 ns (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(9.352184831682201e-07,-3.28173035316179e-07,1.3020802590612772e-08) v=(2.9843747915050386e-07,9.662747160204166e-07,3.0732786146959058e-09) l=(-9.84416034810962e-09,4.854353965404089e-09,1.016608152551923e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609523839074012e-05,1.7122098293726541e-06,1.0203079534963746e-08)
sum a = (4.777265822514254e-19,1.3891340334970526e-19,2.541098841762901e-21)
sum e = 0.006058865258216626
sum de = 7.928323265156447e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011869382020018545
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6098343993129654e-05,1.7153172726359721e-06,1.0300423968856487e-08)
sum a = (5.38712954453735e-19,2.371692252312041e-19,7.411538288475128e-21)
sum e = 0.0060587704811870015
sum de = 7.929861596878034e-06
Info: CFL hydro = 0.01159572023725326 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01159572023725326 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.2673e+05 | 98777 | 1 | 7.794e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.249753737286724 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.20290078189684, dt = 0.01159572023725326 ----------------
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.44 us (2.1%)
patch tree reduce : 2.27 us (0.6%)
gen split merge : 962.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 328.74 us (93.5%)
LB move op cnt : 0
LB apply : 3.78 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1782.00 ns (64.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.405843389320593e-07,3.644593368188373e-07,2.426934379509309e-08) v=(-3.632151417113272e-07,-3.7131268559795476e-07,-6.611969741017218e-09) l=(1.3321712334320813e-08,-2.205753978585007e-08,5.181946004479765e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610040966725668e-05,1.7145022026901773e-06,1.0033800819934998e-08)
sum a = (-7.047314121155779e-19,1.1519648082658485e-18,-8.893845946170154e-21)
sum e = 0.006058684416051778
sum de = 7.887705380434461e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011717366639697099
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609510106511003e-05,1.7169938714992007e-06,9.995602321609137e-09)
sum a = (-5.522654816098038e-19,-1.6263032587282567e-19,-6.988021814847978e-21)
sum e = 0.006058591853785619
sum de = 7.888962809710644e-06
Info: CFL hydro = 0.011392235430876236 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011392235430876236 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.2671e+05 | 98776 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.548357208325925 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.214496502134094, dt = 0.011392235430876236 ----------------
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.75 us (2.0%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 1031.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 322.87 us (93.6%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (66.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(9.764827637177403e-07,2.759034939079372e-07,-2.2814764058036792e-08) v=(-3.250579328272445e-07,9.970852419693033e-07,1.4986965761848438e-08) l=(3.16795446702583e-08,-1.3934506039297624e-08,1.5390427500835838e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609732703859352e-05,1.7160053496352264e-06,9.887569153417798e-09)
sum a = (-4.506215279392878e-19,-2.812149384884277e-19,-2.1175823681357508e-20)
sum e = 0.006057976084010313
sum de = 7.72363339037097e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01151304757266831
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092184118704324e-05,1.7125685061428778e-06,1.0219376205500895e-08)
sum a = (-4.70950318673391e-19,3.3881317890172014e-20,-1.6093625997831706e-20)
sum e = 0.006057886024452001
sum de = 7.725251285113707e-06
Info: CFL hydro = 0.011459351050227183 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011459351050227183 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.2151e+05 | 98773 | 1 | 8.129e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.4523109895917 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.22588873756497, dt = 0.011459351050227183 ----------------
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 : 7.07 us (2.0%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 1291.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1372.00 ns (0.4%)
LB compute : 325.08 us (93.2%)
LB move op cnt : 0
LB apply : 4.01 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (73.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.5000000000451337e-06 r=(1.0684018984738757e-06,-7.297044752017923e-07,7.689152334987195e-08) v=(6.903435949086304e-07,1.143589707411943e-06,-3.291866451706118e-08) l=(-5.57682304881975e-08,2.1003246156531833e-08,3.5908139930677582e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609070409615293e-05,1.712844127745852e-06,9.868472340496112e-09)
sum a = (3.3881317890172014e-19,-3.4897757426877174e-19,1.8846483076408183e-20)
sum e = 0.006056209497372933
sum de = 7.731253694840137e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011569790964687209
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609265844089e-05,1.7167785760413204e-06,1.0430759191103784e-08)
sum a = (3.6930636500287495e-19,-1.5585406229479126e-19,2.2234614865425384e-20)
sum e = 0.006056119342901172
sum de = 7.733753725477592e-06
Info: CFL hydro = 0.011781440801501127 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011781440801501127 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.2650e+05 | 98766 | 1 | 7.807e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.83930846639912 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.237348088615198, dt = 0.011781440801501127 ----------------
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 : 7.07 us (2.0%)
patch tree reduce : 2.30 us (0.7%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 327.72 us (93.7%)
LB move op cnt : 0
LB apply : 3.67 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1773.00 ns (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-1.3865201583359492e-07,4.788418589676737e-07,3.3473225400382674e-08) v=(-4.817971230143217e-07,-1.6689845002123356e-07,-1.3508213843896169e-08) l=(-1.6413420292776188e-09,-3.600360081074882e-08,5.082407075274534e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6088586090153775e-05,1.7189364090624594e-06,1.0605710769369253e-08)
sum a = (5.183841637196318e-19,3.8963515573697816e-19,-2.1175823681357508e-20)
sum e = 0.006056044533060646
sum de = 7.696521052232672e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011911821127338428
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608779686841165e-05,1.7230732566811407e-06,1.0824044592502027e-08)
sum a = (2.947674656444965e-19,-1.0164395367051604e-20,-1.7999450129153882e-20)
sum e = 0.006055949370778423
sum de = 7.697766923277203e-06
Info: CFL hydro = 0.011690903810371536 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011690903810371536 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.2659e+05 | 98765 | 1 | 7.802e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.36168316272689 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.249129529416699, dt = 0.011690903810371536 ----------------
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.96 us (1.8%)
patch tree reduce : 2.26 us (0.6%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 370.77 us (94.2%)
LB move op cnt : 0
LB apply : 4.46 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (74.3%)
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.625047758114129e-07,2.029913392590638e-07,-6.125779324123355e-09) l=(-6.755951801768692e-08,5.00831910836244e-09,1.530757332476808e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608897840715319e-05,1.7228547430146832e-06,1.0610662109690429e-08)
sum a = (4.0657581468206416e-20,-3.6253010142484055e-19,1.3552527156068805e-20)
sum e = 0.006055344404666641
sum de = 7.629528460073466e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011812785310248068
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608826120405064e-05,1.7255787269422515e-06,1.0555631236845914e-08)
sum a = (-4.404571325722362e-20,-3.4389537658524594e-19,1.1011428314305904e-20)
sum e = 0.006055250356091831
sum de = 7.631229571158609e-06
Info: CFL hydro = 0.011584056431521692 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011584056431521692 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.2642e+05 | 98762 | 1 | 7.812e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.874866357819755 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.26082043322707, dt = 0.011584056431521692 ----------------
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 : 7.13 us (1.9%)
patch tree reduce : 2.09 us (0.6%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 354.53 us (94.2%)
LB move op cnt : 0
LB apply : 3.83 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (69.6%)
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.5019115219901096e-07,2.009566223516642e-07,2.2281119013328693e-08) l=(4.3939742539868134e-08,5.7002968190721685e-08,1.5179258364839002e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608954503506191e-05,1.7249786937869276e-06,1.044647680839974e-08)
sum a = (-4.404571325722362e-20,-8.453388813597917e-19,8.893845946170154e-21)
sum e = 0.006054653990772192
sum de = 7.669217919439298e-06
Info: CFL hydro = 0.022911747327391242 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022911747327391242 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.4386e+05 | 98759 | 1 | 6.865e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.74641318678272 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.272404489658592, dt = 0.022911747327391242 ----------------
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.35 us (2.1%)
patch tree reduce : 2.26 us (0.6%)
gen split merge : 1001.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 332.07 us (93.7%)
LB move op cnt : 0
LB apply : 3.76 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.594197883100189e-05,1.8043493357121706e-06,2.0598137154119528e-08)
sum a = (-2.0328790734103208e-19,-1.8634724839594607e-20,-4.5951537388545793e-20)
sum e = 0.006055096621261688
sum de = 7.742605312404397e-06
Info: CFL hydro = 0.03188303037960517 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.03188303037960517 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.5141e+05 | 98759 | 1 | 6.523e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 126.45573058530573 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.295316236985983, dt = 0.03188303037960517 ----------------
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.90 us (1.9%)
patch tree reduce : 2.18 us (0.6%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.3%)
LB compute : 334.91 us (93.9%)
LB move op cnt : 0
LB apply : 3.53 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1842.00 ns (69.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.582825479545325e-05,1.8724196342295306e-06,2.8415375765268847e-08)
sum a = (9.147955830346444e-20,-4.45539330255762e-19,5.717472393966527e-21)
sum e = 0.006055680460106981
sum de = 7.691700187811544e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.032242738589041114
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.585855860056246e-05,1.8677243339682942e-06,2.7938256004215098e-08)
sum a = (3.1170812458958252e-19,-7.657177843178875e-19,3.8116482626443515e-21)
sum e = 0.00605498556749369
sum de = 7.702156723257586e-06
Info: CFL hydro = 0.018251254487789952 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.018251254487789952 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.2387e+05 | 98759 | 1 | 7.973e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 143.96273083120707 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.327199267365589, dt = 0.018251254487789952 ----------------
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.43 us (1.9%)
patch tree reduce : 2.22 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 323.88 us (93.9%)
LB move op cnt : 0
LB apply : 3.54 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1683.00 ns (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(-1.5551675034173267e-06,-8.103027210938662e-07,-7.533002986023006e-09) v=(8.841144756460581e-07,-1.5549854396876744e-06,2.2421768024545922e-08) l=(9.143180545083101e-09,2.3564430199648746e-09,2.559125961852887e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602330963711929e-05,1.7719516339110436e-06,1.6044885365924178e-08)
sum a = (4.743384504624082e-20,-4.472333961502706e-19,9.529120656610879e-21)
sum e = 0.0060540352490552635
sum de = 7.650465968470204e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.018453086216202088
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601266138551569e-05,1.7747482280515658e-06,1.5516370783011216e-08)
sum a = (-2.371692252312041e-20,1.2366681029912785e-19,9.529120656610879e-21)
sum e = 0.0060538069662874035
sum de = 7.654903171632275e-06
Info: CFL hydro = 0.01362384805238844 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01362384805238844 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.2623e+05 | 98754 | 1 | 7.824e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.98281521923617 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.345450521853379, dt = 0.01362384805238844 ----------------
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 : 7.13 us (2.2%)
patch tree reduce : 2.15 us (0.7%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.4%)
LB compute : 305.03 us (93.3%)
LB move op cnt : 0
LB apply : 3.62 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1672.00 ns (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(1.2641828126539785e-06,-5.265258961305048e-08,-3.9325583478069565e-08) v=(1.6542034088411163e-10,1.2847511636336509e-06,3.052967012012962e-08) l=(5.072485538939066e-09,-1.5432855528779118e-08,2.0239460245389564e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6070274970977944e-05,1.7423324580136042e-06,1.173378120591632e-08)
sum a = (9.486769009248164e-20,9.994988777600744e-20,-2.6893296075324036e-20)
sum e = 0.006053004388192649
sum de = 7.635144150090565e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01376551286521823
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607717415991501e-05,1.7416753289820763e-06,1.1449633758002537e-08)
sum a = (1.0164395367051604e-19,7.233661369551725e-19,-2.752857078576476e-20)
sum e = 0.0060528773130588825
sum de = 7.637475156101675e-06
Info: CFL hydro = 0.012027576269639692 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012027576269639692 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.2604e+05 | 98750 | 1 | 7.835e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.59946824574941 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.359074369905767, dt = 0.012027576269639692 ----------------
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 : 7.06 us (1.9%)
patch tree reduce : 2.38 us (0.7%)
gen split merge : 1251.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1061.00 ns (0.3%)
LB compute : 343.68 us (94.0%)
LB move op cnt : 0
LB apply : 3.54 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-7.888058916062895e-07,-2.6523250032964253e-07,-9.97269281670361e-09) v=(3.2041277226105015e-07,-7.908091244598946e-07,1.064861787166913e-08) l=(-4.580648989903808e-09,2.4748087072243204e-08,1.0213631053629726e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60968067296794e-05,1.7301540535885016e-06,1.0177924461413458e-08)
sum a = (8.063753657860939e-19,2.710505431213761e-19,-1.3552527156068805e-20)
sum e = 0.006052542304482644
sum de = 7.674892553443923e-06
Info: CFL hydro = 0.022833653854805583 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022833653854805583 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.5245e+05 | 98748 | 1 | 6.477e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.84751817568987 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.371101946175407, dt = 0.022833653854805583 ----------------
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 : 6.98 us (2.1%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 303.12 us (93.3%)
LB move op cnt : 0
LB apply : 3.54 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1603.00 ns (66.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.596707852680632e-05,1.8084988587341544e-06,1.9094613105251466e-08)
sum a = (-2.541098841762901e-19,-8.707498697774207e-19,-1.3552527156068805e-20)
sum e = 0.006052974428205923
sum de = 7.711987592124346e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023037926971792473
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.596993771415978e-05,1.8179681225392614e-06,1.8651456117239325e-08)
sum a = (-1.3552527156068805e-19,2.185345003916095e-19,-1.418780186650953e-20)
sum e = 0.006052619604647899
sum de = 7.716716640393052e-06
Info: CFL hydro = 0.014735099754864913 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014735099754864913 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.2620e+05 | 98748 | 1 | 7.825e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.0546353529455 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.393935600030212, dt = 0.014735099754864913 ----------------
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.01 us (2.1%)
patch tree reduce : 2.52 us (0.7%)
gen split merge : 1061.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 317.65 us (93.5%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1542.00 ns (64.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-1.550351562523678e-08,4.987973379625625e-07,-2.2699019823353876e-08) v=(-5.054584581156983e-07,-4.14585520830998e-08,1.3839590553848605e-08) l=(1.177742120870768e-08,2.3393477110745587e-08,5.060135972469702e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6066616661899484e-05,1.757158853359615e-06,1.2186364185711495e-08)
sum a = (0,-5.590417451878382e-19,1.1434944787933055e-20)
sum e = 0.0060526229357177035
sum de = 7.67351260029534e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014889956587335794
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606907852892415e-05,1.7629284293716054e-06,1.1727298311821156e-08)
sum a = (2.303929616531697e-19,-8.504210790433175e-19,7.623296525288703e-21)
sum e = 0.006052474562396027
sum de = 7.675497229954505e-06
Info: CFL hydro = 0.012462273206052492 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012462273206052492 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.2637e+05 | 98747 | 1 | 7.814e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.88300499921648 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.408670699785077, dt = 0.012462273206052492 ----------------
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 : 6.94 us (2.0%)
patch tree reduce : 1872.00 ns (0.5%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 321.63 us (93.8%)
LB move op cnt : 0
LB apply : 3.63 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1973.00 ns (63.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-1.933413539442324e-07,6.051433384857054e-07,-3.1341043244344375e-08) v=(-6.149540306244839e-07,-2.2744532153527242e-07,-8.607345914790156e-09) l=(4.286257759268259e-08,3.78985688698662e-08,1.534696403560987e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6096012008784375e-05,1.7451195366245269e-06,1.0108855277252682e-08)
sum a = (-2.846030702774449e-19,2.879912020664621e-19,3.3881317890172014e-21)
sum e = 0.006051883898569205
sum de = 7.684383731264816e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.0126000072442085
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6096986947912455e-05,1.7428524014807508e-06,1.0015340511455927e-08)
sum a = (-4.675621868843738e-19,-2.168404344971009e-19,3.8116482626443515e-21)
sum e = 0.0060517779943973565
sum de = 7.68625735807042e-06
Info: CFL hydro = 0.011492678172824313 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011492678172824313 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.2665e+05 | 98744 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.54518120214381 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.4211329729911295, dt = 0.011492678172824313 ----------------
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.16 us (2.1%)
patch tree reduce : 2.05 us (0.6%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 314.05 us (93.5%)
LB move op cnt : 0
LB apply : 3.62 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-5.031509522098029e-08,-4.962207756582294e-07,2.4671285467578146e-08) v=(5.069090002107602e-07,-2.7740111094594192e-08,-2.6592093602112203e-08) l=(2.7617378162076628e-08,2.2377235575172172e-08,5.064032931156436e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610819559746503e-05,1.7350804664500817e-06,9.06843390428284e-09)
sum a = (-4.743384504624082e-20,2.676624113323589e-19,-1.5670109524204556e-20)
sum e = 0.006051696328210647
sum de = 7.660408305581566e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011608776736946522
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611195154120017e-05,1.735166910350595e-06,8.958267784946659e-09)
sum a = (2.0667603913004928e-19,5.21772295508649e-19,-1.7152417181899582e-20)
sum e = 0.00605160617380705
sum de = 7.661598272371488e-06
Info: CFL hydro = 0.011316489378860425 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011316489378860425 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.0990e+05 | 98743 | 1 | 8.985e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.04990512246885 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.432625651163954, dt = 0.011316489378860425 ----------------
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.43 us (1.8%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 1072.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 326.22 us (93.7%)
LB move op cnt : 0
LB apply : 3.75 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1883.00 ns (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-5.084784497808546e-07,-1.8377869372528588e-07,-3.9549404923565195e-08) v=(2.173114511089502e-07,-5.140019870051806e-07,8.202667275509345e-09) l=(-2.6141365996771507e-08,1.1583897891812524e-09,1.0300446247567523e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611414165056639e-05,1.7336883578714682e-06,8.941330465627808e-09)
sum a = (7.453889935837843e-20,5.285485590866834e-19,-1.8846483076408183e-20)
sum e = 0.00605124667712361
sum de = 7.674918968124262e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011433826198629907
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611223259229408e-05,1.736088811713624e-06,8.604433148883932e-09)
sum a = (-1.0842021724855044e-19,5.590417451878382e-19,-1.9058241313221758e-20)
sum e = 0.0060511595967618235
sum de = 7.676249050102771e-06
Info: CFL hydro = 0.011295118988520833 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011295118988520833 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.2702e+05 | 98741 | 1 | 7.774e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.40763847289463 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.443942140542814, dt = 0.011295118988520833 ----------------
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.61 us (1.9%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1151.00 ns (0.3%)
LB compute : 324.70 us (93.8%)
LB move op cnt : 0
LB apply : 3.92 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1832.00 ns (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.29349054373681e-07,2.537873735461091e-07,-2.9412631151949093e-08) v=(-2.7668963572366516e-07,4.331985437593691e-07,2.5035155807716555e-09) l=(2.6728211895870482e-08,1.423126050632667e-08,5.129580774600705e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6112348430789255e-05,1.7361285542326192e-06,8.680441643706401e-09)
sum a = (-2.337810934421869e-19,-1.0503208545953324e-19,-3.5998900258307764e-21)
sum e = 0.006051067737851976
sum de = 7.710383159093528e-06
Info: CFL hydro = 0.022216399789400276 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022216399789400276 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.5303e+05 | 98740 | 1 | 6.452e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.01863466235741 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.4552372595313345, dt = 0.022216399789400276 ----------------
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.67 us (2.0%)
patch tree reduce : 2.26 us (0.7%)
gen split merge : 1211.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1101.00 ns (0.3%)
LB compute : 318.49 us (93.5%)
LB move op cnt : 0
LB apply : 3.50 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.59 us (69.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5988625091721665e-05,1.8247836440799263e-06,1.679373358903478e-08)
sum a = (3.2864878353466853e-19,2.676624113323589e-19,3.239901023247699e-20)
sum e = 0.0060514882827046555
sum de = 7.742238335122118e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02243058596160748
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5995751244966696e-05,1.83173239896403e-06,1.624153634809714e-08)
sum a = (4.1335207826009857e-19,-6.776263578034403e-20,3.282252670610414e-20)
sum e = 0.00605115273518876
sum de = 7.746669298259606e-06
Info: CFL hydro = 0.015802410651641063 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015802410651641063 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.2616e+05 | 98740 | 1 | 7.827e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 102.18517135736116 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.477453659320735, dt = 0.015802410651641063 ----------------
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.59 us (1.8%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1332.00 ns (0.4%)
LB compute : 337.63 us (93.9%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (72.7%)
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.570714896528761e-09) l=(-2.064364867545531e-08,2.6300262541462398e-08,5.092135138842985e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606710299129655e-05,1.7781361684050519e-06,1.176379257657023e-08)
sum a = (2.303929616531697e-19,2.371692252312041e-20,2.329340604949326e-21)
sum e = 0.006051183594542322
sum de = 7.640267303214424e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015972384169873326
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606949310971309e-05,1.785266187384862e-06,1.1953921868812792e-08)
sum a = (-2.0328790734103208e-20,1.0503208545953324e-19,1.6940658945086007e-21)
sum e = 0.006051012791217504
sum de = 7.642499956499381e-06
Info: CFL hydro = 0.013139537686084304 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013139537686084304 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.2678e+05 | 98739 | 1 | 7.788e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.04663207578687 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.493256069972376, dt = 0.013139537686084304 ----------------
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.88 us (2.0%)
patch tree reduce : 2.10 us (0.6%)
gen split merge : 1051.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1161.00 ns (0.3%)
LB compute : 319.18 us (93.5%)
LB move op cnt : 0
LB apply : 3.65 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.75 us (73.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.02624466157523e-07,-1.9160655793709538e-07,-9.332652790947431e-09) l=(-2.7645278762905883e-08,-5.03924141864637e-08,2.5511134745720204e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60988750820944e-05,1.7620930572328597e-06,9.674162378463813e-09)
sum a = (-3.9979955110402976e-19,-8.775261333554552e-19,1.8634724839594607e-20)
sum e = 0.0060499182578387795
sum de = 7.652535137799507e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01324535538181363
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6096475665841344e-05,1.7634746987365939e-06,9.943412589551062e-09)
sum a = (7.792703114739563e-20,-3.8963515573697816e-19,1.7364175418713157e-20)
sum e = 0.006049800633839193
sum de = 7.654998522414863e-06
Info: CFL hydro = 0.01214987275409359 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01214987275409359 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.2077e+05 | 98734 | 1 | 8.175e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.86015399819682 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.50639560765846, dt = 0.01214987275409359 ----------------
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.56 us (1.8%)
patch tree reduce : 2.24 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 343.75 us (94.0%)
LB move op cnt : 0
LB apply : 3.64 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (72.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.909634348688612e-07,9.170147888872557e-08,1.0975768575516282e-08) v=(-1.1660445236836312e-07,4.973136545414456e-07,6.257742590735037e-09) l=(-9.76439693076778e-09,-8.79260354545716e-09,5.102382185286775e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6107263846467357e-05,1.7547646068849922e-06,9.11981817198024e-09)
sum a = (1.0164395367051604e-19,3.2526065174565133e-19,-1.0164395367051604e-20)
sum e = 0.006049731572565941
sum de = 7.633654124531631e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012287250397269392
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6107201607766096e-05,1.7607119644595388e-06,9.181106325363906e-09)
sum a = (3.083199928005653e-19,2.710505431213761e-20,-8.046812998915853e-21)
sum e = 0.006049631034006434
sum de = 7.63496869122287e-06
Info: CFL hydro = 0.011749569414312447 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011749569414312447 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.2470e+05 | 98733 | 1 | 7.917e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.24514607607051 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.518545480412554, dt = 0.011749569414312447 ----------------
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.29 us (2.1%)
patch tree reduce : 2.45 us (0.7%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 318.27 us (93.3%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1763.00 ns (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.0061921634304122e-07,8.403182797523247e-07,7.509926576558534e-09) v=(-8.792366025671584e-07,1.5997804184611606e-07,2.401488457973211e-09) l=(3.6373303356995394e-10,-1.2706193131894491e-08,1.0308322758949664e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6111803106678714e-05,1.7573135634805907e-06,8.895416115896687e-09)
sum a = (2.710505431213761e-19,-2.473336205982557e-19,-7.623296525288703e-21)
sum e = 0.00604928041532582
sum de = 7.632901983277777e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011883565263123048
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6115343664372474e-05,1.7567238737339864e-06,8.685708528457558e-09)
sum a = (-2.371692252312041e-20,-3.1170812458958252e-19,-7.199780051661553e-21)
sum e = 0.006049186417998906
sum de = 7.634373814173585e-06
Info: CFL hydro = 0.011553085628457478 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011553085628457478 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.2660e+05 | 98731 | 1 | 7.799e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.23911383756142 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.530295049826866, dt = 0.011553085628457478 ----------------
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.74 us (2.2%)
patch tree reduce : 2.44 us (0.8%)
gen split merge : 1172.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 286.53 us (92.9%)
LB move op cnt : 0
LB apply : 3.85 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1672.00 ns (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.606462410572821e-07,-1.9112914749735543e-07,-2.3283702664895257e-08) v=(2.2509536099671285e-07,-4.587159364631641e-07,1.9116555175101164e-08) l=(-2.866112721285139e-08,7.045973091176013e-09,5.091952021330946e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611763107229925e-05,1.7546830511546292e-06,8.632753810833855e-09)
sum a = (-1.3891340334970526e-19,-3.8624702394796095e-19,-1.4823076576950256e-20)
sum e = 0.006049102666144278
sum de = 7.636102815317669e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011683576260427406
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611669760477256e-05,1.7580615123709677e-06,8.610022120386618e-09)
sum a = (-3.2526065174565133e-19,-6.606856988583543e-19,-1.4823076576950256e-20)
sum e = 0.006049011940838075
sum de = 7.63731022139306e-06
Info: CFL hydro = 0.011545535691729635 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011545535691729635 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.2243e+05 | 98730 | 1 | 8.064e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.57600394368824 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.541848135455323, dt = 0.011545535691729635 ----------------
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.85 us (2.0%)
patch tree reduce : 2.22 us (0.7%)
gen split merge : 971.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 315.88 us (93.4%)
LB move op cnt : 0
LB apply : 3.80 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1893.00 ns (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(2.9476439324577e-07,4.025019792617472e-07,2.1267170861112576e-08) v=(-4.354281323726446e-07,2.833890515591272e-07,-5.460119354284294e-09) l=(-1.6419845429421674e-08,-1.535659846208074e-08,5.18218766515019e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6116671947894655e-05,1.7581798322579368e-06,8.552148628782696e-09)
sum a = (-1.6940658945086007e-19,-5.929230630780102e-19,-6.3527471044072525e-21)
sum e = 0.0060489201085248264
sum de = 7.611816458771232e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011669909901574446
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61163638582985e-05,1.7540987915267548e-06,8.329578044905373e-09)
sum a = (-2.507217523872729e-19,-1.0842021724855044e-19,-5.082197683525802e-21)
sum e = 0.006048829448305001
sum de = 7.613008484761375e-06
Info: CFL hydro = 0.011448212405418205 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011448212405418205 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.2665e+05 | 98729 | 1 | 7.796e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.31739567141853 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.553393671147053, dt = 0.011448212405418205 ----------------
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 : 7.13 us (2.3%)
patch tree reduce : 2.11 us (0.7%)
gen split merge : 951.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.4%)
LB compute : 285.44 us (92.8%)
LB move op cnt : 0
LB apply : 3.71 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.90 us (74.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(2.404331719021134e-07,-8.22805661326051e-07,-3.823432909567007e-08) v=(8.2299952990024e-07,2.90645749577602e-07,2.353116498515399e-08) l=(-1.6084541308455218e-08,-3.144021717878017e-08,1.0169076999152907e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611715412588768e-05,1.7528872292049192e-06,8.358107729761201e-09)
sum a = (1.8973538018496328e-19,7.216720710606639e-19,-2.6046263128069735e-20)
sum e = 0.006048484087046781
sum de = 7.57329294062485e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011573641510516701
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6115853766467525e-05,1.7591135976694871e-06,8.283108225712168e-09)
sum a = (1.7279472123987727e-19,6.166399856011306e-19,-2.4775713707188285e-20)
sum e = 0.006048394767587682
sum de = 7.574650982579382e-06
Info: CFL hydro = 0.011360785228664268 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011360785228664268 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.2660e+05 | 98727 | 1 | 7.798e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.84823564621621 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.564841883552472, dt = 0.011360785228664268 ----------------
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.72 us (2.3%)
patch tree reduce : 2.26 us (0.8%)
gen split merge : 1041.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.4%)
LB compute : 276.42 us (92.6%)
LB move op cnt : 0
LB apply : 3.90 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1703.00 ns (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(4.31949000210253e-07,8.815719396062377e-07,1.3324050965101019e-08) v=(-9.320536992883264e-07,3.8354533058250256e-07,-1.1279570400759035e-08) l=(-2.3545263922006253e-08,-2.880316665460124e-09,1.0220289724028643e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6116718156196393e-05,1.7586082201522543e-06,8.189680572565923e-09)
sum a = (-2.608861477543245e-19,5.04831636563563e-19,8.046812998915853e-21)
sum e = 0.006048040936930095
sum de = 7.6070835302288596e-06
Info: CFL hydro = 0.02255432823858066 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02255432823858066 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.5339e+05 | 98725 | 1 | 6.436e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.54331879707618 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.576202668781136, dt = 0.02255432823858066 ----------------
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.35 us (1.7%)
patch tree reduce : 2.14 us (0.6%)
gen split merge : 1082.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 356.69 us (94.4%)
LB move op cnt : 0
LB apply : 3.88 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.19 us (73.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5995301335822196e-05,1.8707884325108281e-06,1.621466362934536e-08)
sum a = (1.1858461261560205e-19,-1.4907779871675686e-19,-3.5998900258307764e-21)
sum e = 0.006048470315371127
sum de = 7.602960851830519e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02280191558769082
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600166718519282e-05,1.8833244336713975e-06,1.653870580384642e-08)
sum a = (7.792703114739563e-20,-7.148958074826295e-19,-4.446922973085077e-21)
sum e = 0.006048125145461829
sum de = 7.60744878122868e-06
Info: CFL hydro = 0.014829615690514946 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014829615690514946 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.2625e+05 | 98725 | 1 | 7.820e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.8298633973494 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.598756997019716, dt = 0.014829615690514946 ----------------
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 : 7.13 us (2.1%)
patch tree reduce : 2.47 us (0.7%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 322.45 us (93.6%)
LB move op cnt : 0
LB apply : 3.67 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.36 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-2.2692001333270942e-07,8.054787767655105e-07,4.7146542537694396e-08) v=(-8.08216492753381e-07,-2.749563709626121e-07,-2.267725541156567e-08) l=(-1.0608112893751669e-08,-4.0145205780111106e-08,1.017155351333435e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608421380420087e-05,1.802353532777591e-06,1.0651186919700242e-08)
sum a = (6.539094352803199e-19,3.049318610115481e-19,2.0540548970916783e-20)
sum e = 0.006047864967264646
sum de = 7.617604860181411e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01497931569378535
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6084564185269617e-05,1.7998919345489113e-06,1.0735117329901093e-08)
sum a = (5.183841637196318e-19,9.147955830346444e-20,2.159934015498466e-20)
sum e = 0.00604771578833128
sum de = 7.6198206554245875e-06
Info: CFL hydro = 0.012248280706154484 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012248280706154484 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.2111e+05 | 98723 | 1 | 8.152e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.4906071302878 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.613586612710232, dt = 0.012248280706154484 ----------------
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 : 7.25 us (2.5%)
patch tree reduce : 2.09 us (0.7%)
gen split merge : 1192.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.4%)
LB compute : 274.06 us (92.6%)
LB move op cnt : 0
LB apply : 3.65 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1892.00 ns (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.6138166789898692e-07,-4.7282994380411615e-07,-6.271197588445505e-09) v=(4.714616599782811e-07,1.8856105840384346e-07,-1.0602928899964019e-09) l=(3.421629462688786e-09,-5.559622657084945e-09,5.072307630688781e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6111795372394025e-05,1.7728895716160047e-06,8.91660298875163e-09)
sum a = (-6.776263578034403e-20,-5.89534931288993e-19,-4.171637265227429e-20)
sum e = 0.006047652238333939
sum de = 7.599761134337072e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012387726135817805
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6118203996328105e-05,1.7720475252605783e-06,8.788622696944472e-09)
sum a = (1.3891340334970526e-19,4.0318768289304696e-19,-4.298692207315574e-20)
sum e = 0.006047550268004642
sum de = 7.601108258879941e-06
Info: CFL hydro = 0.01134842756762602 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01134842756762602 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.2662e+05 | 98722 | 1 | 7.797e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.55573264607917 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.625834893416386, dt = 0.01134842756762602 ----------------
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.48 us (1.9%)
patch tree reduce : 2.27 us (0.7%)
gen split merge : 1062.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 324.85 us (93.7%)
LB move op cnt : 0
LB apply : 4.00 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-8.232510003982837e-07,-3.260925970274679e-07,-2.13432684725969e-09) v=(3.7573190374100545e-07,-8.35999338835006e-07,-4.238201652703554e-09) l=(9.713642260963938e-09,-2.9243298007815482e-08,1.0294513725667576e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6127620859822274e-05,1.7624870574665708e-06,8.114359278530765e-09)
sum a = (-3.7269449679189215e-20,-1.5924219408380846e-19,-1.0587911840678754e-21)
sum e = 0.006047189853135821
sum de = 7.603003003426513e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011474133721045943
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612767871775164e-05,1.7607746779558272e-06,8.15302645541303e-09)
sum a = (-6.437450399132683e-20,1.2874900798265365e-19,0)
sum e = 0.006047102419294232
sum de = 7.604381786989095e-06
Info: CFL hydro = 0.011169643293144882 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011169643293144882 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.2223e+05 | 98720 | 1 | 8.077e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.58172217155109 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.637183320984012, dt = 0.011169643293144882 ----------------
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.71 us (2.1%)
patch tree reduce : 2.07 us (0.6%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 304.23 us (93.4%)
LB move op cnt : 0
LB apply : 3.90 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1792.00 ns (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.0813351339843645e-07,-4.873845953279397e-07,1.1632106255689834e-08) v=(4.962590418706192e-07,1.3658381047079195e-07,-5.307773571385458e-09) l=(1.92660129277129e-09,1.269239196971943e-08,5.139005804967326e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612940297039129e-05,1.75876604178539e-06,7.955167274271668e-09)
sum a = (4.0996394647108136e-19,7.758821796849391e-19,2.9010878443459787e-20)
sum e = 0.0060470062029982
sum de = 7.574017252286039e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01129339113157081
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6135469089833774e-05,1.7604181286923925e-06,8.110093446344916e-09)
sum a = (3.8285889215894375e-19,-2.0667603913004928e-19,3.176373552203626e-20)
sum e = 0.00604692145594794
sum de = 7.575125625239441e-06
Info: CFL hydro = 0.011411866436639995 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011411866436639995 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.1847e+05 | 98719 | 1 | 8.333e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.25583204889608 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.648352964277157, dt = 0.011411866436639995 ----------------
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 : 6.88 us (2.1%)
patch tree reduce : 2.02 us (0.6%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 298.95 us (93.4%)
LB move op cnt : 0
LB apply : 3.60 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1592.00 ns (66.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-9.022468083530238e-07,1.258681197054785e-07,2.5070940032169485e-08) v=(-8.213607880020243e-08,-9.311199146728181e-07,-1.0829801697532867e-08) l=(1.689581699517252e-08,-1.8326697857445856e-09,1.0197626619629866e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613353829814442e-05,1.7627279801361346e-06,8.234668906114508e-09)
sum a = (-9.147955830346444e-20,-4.336808689942018e-19,2.329340604949326e-21)
sum e = 0.006046573094241272
sum de = 7.486885035004602e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01152990717412518
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613161581822962e-05,1.7627637074500913e-06,8.353488613581818e-09)
sum a = (2.642742795433417e-19,-9.147955830346444e-20,4.0234064994579266e-21)
sum e = 0.006046484171506696
sum de = 7.488236134819561e-06
Info: CFL hydro = 0.011091630739113664 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011091630739113664 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.2261e+05 | 98717 | 1 | 8.052e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.02477093000002 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.659764830713796, dt = 0.011091630739113664 ----------------
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 : 7.41 us (2.2%)
patch tree reduce : 2.40 us (0.7%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 315.01 us (93.3%)
LB move op cnt : 0
LB apply : 3.46 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1553.00 ns (65.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.0000000000575113e-06 r=(4.434365938149837e-07,-1.4913104454594359e-07,2.1961755830480474e-08) v=(1.2909060815551184e-07,4.7069543515817754e-07,1.2396021928043546e-08) l=(-2.6109292674887926e-08,-6.047401482139862e-09,2.0472450771979317e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613455606504278e-05,1.759523316795613e-06,8.076944613530722e-09)
sum a = (3.6591823321385775e-19,8.538092108323347e-19,1.5670109524204556e-20)
sum e = 0.006045595294029288
sum de = 7.488940901395979e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011207349384788842
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6136944859021834e-05,1.757720307182651e-06,8.154492745530309e-09)
sum a = (3.9641141931501256e-19,1.179069862577986e-18,1.7999450129153882e-20)
sum e = 0.006045511918160892
sum de = 7.490556078112011e-06
Info: CFL hydro = 0.011020978431813053 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011020978431813053 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.2503e+05 | 98713 | 1 | 7.895e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.57398826869048 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.67085646145291, dt = 0.011020978431813053 ----------------
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 : 7.05 us (1.9%)
patch tree reduce : 2.28 us (0.6%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 345.42 us (93.9%)
LB move op cnt : 0
LB apply : 3.62 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1963.00 ns (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-2.3280233751083628e-07,-4.4172304225714807e-07,1.6133533743144493e-08) v=(4.6643482398304537e-07,-2.1634434070587772e-07,-6.791850797963863e-09) l=(1.2983366696924841e-08,1.1908581690898166e-08,5.133936049686594e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613764366893901e-05,1.7568065515319168e-06,8.093611182379943e-09)
sum a = (1.9651164376299768e-19,1.7618285302889447e-19,-7.411538288475128e-21)
sum e = 0.0060454119137775715
sum de = 7.430238288218278e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01114125138304971
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6140010302300085e-05,1.7576509457341137e-06,7.979356049066755e-09)
sum a = (2.303929616531697e-19,2.981555974335137e-19,-9.317362419797304e-21)
sum e = 0.006045329368194427
sum de = 7.431284983353859e-06
Info: CFL hydro = 0.011036115037644963 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011036115037644963 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.2660e+05 | 98712 | 1 | 7.797e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.88658025092951 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.681877439884723, dt = 0.011036115037644963 ----------------
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.90 us (1.9%)
patch tree reduce : 2.30 us (0.6%)
gen split merge : 1011.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1051.00 ns (0.3%)
LB compute : 349.23 us (93.8%)
LB move op cnt : 0
LB apply : 4.12 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (71.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=1.4999999999876223e-06 r=(-2.7036526065003655e-07,-3.1661655881722733e-09,-1.2489906592320721e-08) v=(1.4743080467380539e-08,-2.752159864422932e-07,-5.284004332261562e-09) l=(3.625009810801029e-08,1.7644247584761972e-08,1.5348813209492464e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613998297852973e-05,1.7577608584191869e-06,8.050674662153586e-09)
sum a = (-4.2351647362715017e-19,2.473336205982557e-19,-2.329340604949326e-21)
sum e = 0.006044702618507967
sum de = 7.424095179017358e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011145756541147439
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613992097628168e-05,1.7610667635928627e-06,7.912947041713003e-09)
sum a = (-1.4907779871675686e-19,-3.9641141931501256e-19,-4.0234064994579266e-21)
sum e = 0.006044620059969733
sum de = 7.425496999121073e-06
Info: CFL hydro = 0.011424949682407362 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011424949682407362 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.2674e+05 | 98709 | 1 | 7.788e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.013448085827186 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.692913554922368, dt = 0.011424949682407362 ----------------
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.84 us (1.8%)
patch tree reduce : 1843.00 ns (0.5%)
gen split merge : 1081.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1231.00 ns (0.3%)
LB compute : 361.25 us (94.3%)
LB move op cnt : 0
LB apply : 3.77 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1832.00 ns (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(1.5494006313846972e-07,4.7501787256719373e-07,-3.926274936984769e-09) v=(-4.849310114409867e-07,1.2188417428042977e-07,1.2673668738523882e-08) l=(1.3021227926810955e-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.6136322248666906e-05,1.7653206396232992e-06,8.182900780468859e-09)
sum a = (-5.285485590866834e-19,-3.9979955110402976e-19,1.2705494208814505e-21)
sum e = 0.0060445421682706595
sum de = 7.39405587110063e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011553495323074182
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613518951163681e-05,1.7702079753507456e-06,8.137667585259029e-09)
sum a = (-1.5924219408380846e-19,-9.41900637346782e-19,4.235164736271502e-22)
sum e = 0.006044453733907009
sum de = 7.395153950308853e-06
Info: CFL hydro = 0.011505413402582869 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011505413402582869 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.2105e+05 | 98708 | 1 | 8.154e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.4382606968041 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.704338504604776, dt = 0.011505413402582869 ----------------
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.92 us (2.0%)
patch tree reduce : 2.23 us (0.6%)
gen split merge : 992.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 322.70 us (93.5%)
LB move op cnt : 0
LB apply : 3.77 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1923.00 ns (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(3.7371347825097194e-07,7.666817815678057e-07,8.930016657159997e-10) v=(-8.07933391469612e-07,3.4561225594091703e-07,-9.264318902680906e-09) l=(1.1829981997808046e-08,-2.271984007517384e-08,1.0233900965846534e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613437369485646e-05,1.7714419150558256e-06,8.167939944107199e-09)
sum a = (-1.5585406229479126e-19,3.7269449679189215e-19,1.0376153603865179e-20)
sum e = 0.006044098466458954
sum de = 7.364540826114825e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011633401136963987
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6135490941904044e-05,1.7711160198669523e-06,8.022499495996819e-09)
sum a = (-2.507217523872729e-19,-3.3881317890172014e-21,1.2281977735187355e-20)
sum e = 0.006044008784680638
sum de = 7.3658855944427e-06
Info: CFL hydro = 0.011759385418163187 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011759385418163187 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.2683e+05 | 98706 | 1 | 7.782e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.222738708565345 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.715843918007359, dt = 0.011759385418163187 ----------------
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.93 us (2.2%)
patch tree reduce : 2.01 us (0.6%)
gen split merge : 1002.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 294.42 us (93.1%)
LB move op cnt : 0
LB apply : 3.60 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1862.00 ns (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(3.7578682461256695e-09,-1.1918452622701123e-07,-1.9325339787175334e-08) v=(1.139444460290841e-07,1.3961876225751621e-08,1.170360328611955e-08) l=(-1.3383983939351029e-08,9.005656718369507e-09,1.0236311040598065e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6133099247299845e-05,1.7738611907866769e-06,8.294244487584636e-09)
sum a = (-1.1519648082658485e-19,-5.421010862427522e-20,-1.4399560103323106e-20)
sum e = 0.006043661364592041
sum de = 7.3248901598110065e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011886536342034583
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613429267220697e-05,1.77471231019172e-06,7.85414605107721e-09)
sum a = (2.0328790734103208e-20,3.015437292225309e-19,-1.4823076576950256e-20)
sum e = 0.006043567637862681
sum de = 7.326299901521956e-06
Info: CFL hydro = 0.011603690881126918 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011603690881126918 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.1707e+05 | 98704 | 1 | 8.431e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.213000081436086 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.727603303425521, dt = 0.011603690881126918 ----------------
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.57 us (1.6%)
patch tree reduce : 2.33 us (0.6%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 390.67 us (94.6%)
LB move op cnt : 0
LB apply : 4.24 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (72.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-5.880490883624322e-09,1.4079432526098445e-08,-4.7736442389202573e-08) v=(-9.969643250877611e-09,-4.4542727294409005e-09,1.8365445169956756e-08) l=(1.5384956415764257e-08,-3.5970822800422565e-09,1.0067129715647183e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613576959391124e-05,1.7729626822511586e-06,7.878742097322105e-09)
sum a = (2.981555974335137e-19,-6.098637220230962e-19,2.117582368135751e-21)
sum e = 0.00604323114754165
sum de = 7.324512670231233e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011732251172832553
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613465631511347e-05,1.7717823322901304e-06,7.80459353074554e-09)
sum a = (1.7957098481791167e-19,1.3552527156068805e-19,1.9058241313221758e-21)
sum e = 0.0060431401689895956
sum de = 7.325798518076944e-06
Info: CFL hydro = 0.011733129373054468 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011733129373054468 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.2676e+05 | 98702 | 1 | 7.787e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.647124562731236 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.739206994306648, dt = 0.011733129373054468 ----------------
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.11 us (2.0%)
patch tree reduce : 2.12 us (0.6%)
gen split merge : 982.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 333.87 us (93.7%)
LB move op cnt : 0
LB apply : 4.28 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1673.00 ns (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(3.712129568435253e-07,-3.3354147340125756e-07,2.0110121632527572e-08) v=(3.205314296348801e-07,4.020794145539265e-07,6.572599544870768e-09) l=(-2.0633733226972307e-08,7.962586519288832e-09,5.129437877167452e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613329364599882e-05,1.7731167727036467e-06,7.819787375392345e-09)
sum a = (2.270048298641525e-19,5.929230630780102e-19,-1.7152417181899582e-20)
sum e = 0.006043054280619959
sum de = 7.290500761893365e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011857775942315161
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6130016843788856e-05,1.7705224894226228e-06,7.616625122343954e-09)
sum a = (2.337810934421869e-19,6.132518538121134e-19,-1.6517142471458857e-20)
sum e = 0.006042961154799164
sum de = 7.291631385817018e-06
Info: CFL hydro = 0.011594785623101298 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011594785623101298 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.2635e+05 | 98701 | 1 | 7.812e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.070642485769774 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.750940123679702, dt = 0.011594785623101298 ----------------
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 : 7.35 us (1.8%)
patch tree reduce : 2.22 us (0.5%)
gen split merge : 1192.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 394.20 us (94.3%)
LB move op cnt : 0
LB apply : 4.59 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (73.2%)
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.299647420091411e-07,2.275866620398989e-09) l=(3.088093845174149e-08,-1.917461883359959e-08,1.0274931490478721e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613096212669153e-05,1.7688956370487521e-06,7.654550966459544e-09)
sum a = (-2.0328790734103208e-20,-2.879912020664621e-19,-3.006966962752766e-20)
sum e = 0.0060426054356660505
sum de = 7.3226815892877416e-06
Info: CFL hydro = 0.02292577476982088 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02292577476982088 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.5266e+05 | 98699 | 1 | 6.465e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.56103880790549 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.762534909302803, dt = 0.02292577476982088 ----------------
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.86 us (1.8%)
patch tree reduce : 2.17 us (0.6%)
gen split merge : 1091.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 361.40 us (94.2%)
LB move op cnt : 0
LB apply : 3.89 us (1.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (73.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602516286069498e-05,1.8910452051024103e-06,1.4758268430482974e-08)
sum a = (3.9979955110402976e-19,-4.336808689942018e-19,1.9693516023662483e-20)
sum e = 0.006043037352888445
sum de = 7.355052137287769e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023167900948220525
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603378075580296e-05,1.8974966860257355e-06,1.4213088222848702e-08)
sum a = (-7.453889935837843e-20,1.0164395367051604e-20,2.159934015498466e-20)
sum e = 0.0060426831996585875
sum de = 7.359531074034215e-06
Info: CFL hydro = 0.015612961976729784 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015612961976729784 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.2625e+05 | 98699 | 1 | 7.818e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.57286879473523 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.785460684072624, dt = 0.015612961976729784 ----------------
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.90 us (2.2%)
patch tree reduce : 2.02 us (0.7%)
gen split merge : 1012.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.4%)
LB compute : 284.53 us (92.8%)
LB move op cnt : 0
LB apply : 3.64 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1732.00 ns (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-3.960763657582275e-07,3.0292675518624884e-07,-2.601963722730915e-08) v=(-2.9335025103815934e-07,-4.1726340720710394e-07,1.0355049293229924e-08) l=(-1.554057522389647e-08,2.3385365154076532e-08,5.088198281084791e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6100499839332416e-05,1.817284158596311e-06,9.804740280087257e-09)
sum a = (1.7957098481791167e-19,-8.131516293641283e-20,9.952637130238029e-21)
sum e = 0.006042701071960906
sum de = 7.399364515423731e-06
Info: CFL hydro = 0.025612708853404144 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025612708853404144 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.5161e+05 | 98698 | 1 | 6.510e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 86.33745377740362 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.801073646049353, dt = 0.025612708853404144 ----------------
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 : 7.23 us (2.4%)
patch tree reduce : 2.07 us (0.7%)
gen split merge : 1202.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1242.00 ns (0.4%)
LB compute : 277.79 us (92.6%)
LB move op cnt : 0
LB apply : 3.54 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1663.00 ns (58.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601254922679118e-05,1.9291371670675955e-06,1.569053885149289e-08)
sum a = (-1.0164395367051604e-19,-4.980553729855286e-19,5.293955920339377e-21)
sum e = 0.006043169135213883
sum de = 7.432213479747768e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025919963961627532
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6012016446291824e-05,1.9298329437642697e-06,1.5305501453757702e-08)
sum a = (-2.744386749103933e-19,1.6940658945086007e-19,6.3527471044072525e-21)
sum e = 0.0060427268866129185
sum de = 7.438090178495398e-06
Info: CFL hydro = 0.01582526628827972 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01582526628827972 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.2572e+05 | 98698 | 1 | 7.851e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 117.45158088953379 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.826686354902757, dt = 0.01582526628827972 ----------------
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.76 us (1.9%)
patch tree reduce : 35.99 us (10.0%)
gen split merge : 1021.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 305.13 us (84.4%)
LB move op cnt : 0
LB apply : 4.16 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (71.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(4.5097568541554187e-07,-2.1363488964611143e-07,-5.7651344393059705e-09) v=(1.9900500669037746e-07,4.736173004189049e-07,5.652349097633304e-09) l=(3.0675609613121478e-09,-7.361417272830437e-09,5.127462342677767e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6099538090222865e-05,1.821246372611936e-06,9.497108217667314e-09)
sum a = (9.147955830346444e-20,1.8634724839594607e-19,-3.748120791600279e-20)
sum e = 0.006042748750735006
sum de = 7.445549816541002e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01600212481073674
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6100774093483265e-05,1.8188487030912869e-06,9.106064600386717e-09)
sum a = (-7.453889935837843e-20,3.049318610115481e-19,-3.663417496874849e-20)
sum e = 0.006042579702346669
sum de = 7.4478432888772724e-06
Info: CFL hydro = 0.0125832186391493 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0125832186391493 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.1765e+05 | 98697 | 1 | 8.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.91381015130656 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.842511621191037, dt = 0.0125832186391493 ----------------
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 : 6.92 us (2.4%)
patch tree reduce : 2.28 us (0.8%)
gen split merge : 1131.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1181.00 ns (0.4%)
LB compute : 272.11 us (92.6%)
LB move op cnt : 0
LB apply : 3.80 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (69.6%)
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.768624069833034e-07,1.727290939674349e-07,1.3123575603435588e-08) l=(-2.3347823371044263e-09,-3.1616508928630516e-08,5.055164529601868e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612957731925043e-05,1.7832209280127883e-06,7.348620542674203e-09)
sum a = (-2.270048298641525e-19,5.488773498207866e-19,2.0752307207730358e-20)
sum e = 0.006042521619540279
sum de = 7.4784857461283765e-06
Info: CFL hydro = 0.0228928499625423 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0228928499625423 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.4390e+05 | 98696 | 1 | 6.859e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.04770870243384 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.855094839830187, dt = 0.0228928499625423 ----------------
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.45 us (1.8%)
patch tree reduce : 2.35 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 330.60 us (93.9%)
LB move op cnt : 0
LB apply : 3.83 us (1.1%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1672.00 ns (61.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603990327230509e-05,1.8976828472413152e-06,1.3035327806812917e-08)
sum a = (1.3552527156068805e-19,-1.8634724839594607e-19,8.470329472543003e-21)
sum e = 0.006042939908360217
sum de = 7.371012568271293e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023153140443622044
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603024670185378e-05,1.8884791340178136e-06,1.2355912899211269e-08)
sum a = (3.6930636500287495e-19,-2.778268066994105e-19,8.046812998915853e-21)
sum e = 0.006042585050183462
sum de = 7.375493070068169e-06
Info: CFL hydro = 0.015216140393148328 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015216140393148328 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.1778e+05 | 98696 | 1 | 8.380e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 98.34955032335924 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.87798768979273, dt = 0.015216140393148328 ----------------
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 : 7.14 us (2.4%)
patch tree reduce : 2.11 us (0.7%)
gen split merge : 1092.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.4%)
LB compute : 271.96 us (92.6%)
LB move op cnt : 0
LB apply : 3.62 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1632.00 ns (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=2.4999999999053557e-06 r=(1.1989725159379088e-06,-1.0393690787041643e-06,-3.7386278725372166e-08) v=(1.0092337306032617e-06,1.2829736238656177e-06,9.546034951987095e-09) l=(1.8392523874469365e-08,-4.2532039264407114e-08,2.556940736389416e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610044722772846e-05,1.806851365074782e-06,8.528724173110679e-09)
sum a = (5.55653613398821e-19,3.4558944247975454e-19,1.7364175418713157e-20)
sum e = 0.00604153645753468
sum de = 7.409357006930772e-06
Info: CFL hydro = 0.025802382785680485 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025802382785680485 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.4454e+05 | 98691 | 1 | 6.828e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.22516684348591 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.893203830185878, dt = 0.025802382785680485 ----------------
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 : 7.04 us (2.4%)
patch tree reduce : 2.59 us (0.9%)
gen split merge : 991.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1251.00 ns (0.4%)
LB compute : 268.27 us (92.1%)
LB move op cnt : 0
LB apply : 3.75 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (68.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600619500216335e-05,1.9215829248506123e-06,1.3737125417118267e-08)
sum a = (3.3881317890172014e-19,-2.710505431213761e-19,1.418780186650953e-20)
sum e = 0.006042020519168052
sum de = 7.222079429397628e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02611456018239196
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601991773184422e-05,1.9347686564153446e-06,1.3131616823763521e-08)
sum a = (2.947674656444965e-19,-1.3552527156068805e-19,1.3129010682441655e-20)
sum e = 0.006041569481496029
sum de = 7.227922524974815e-06
Info: CFL hydro = 0.016499796346060202 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016499796346060202 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.2565e+05 | 98691 | 1 | 7.854e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 118.26681542877382 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.919006212971558, dt = 0.016499796346060202 ----------------
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 (1.9%)
patch tree reduce : 2.34 us (0.7%)
gen split merge : 981.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 321.76 us (93.5%)
LB move op cnt : 0
LB apply : 4.19 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=3.999999999892978e-06 r=(-6.812356965750323e-07,7.272093639448091e-07,-2.1818191827169993e-08) v=(-7.128379422481569e-07,-7.654859165059225e-07,-4.1422560297279585e-09) l=(1.2267121540340372e-08,-2.6760482869835747e-08,4.0966104533022565e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61005371451866e-05,1.8308712322747474e-06,8.508247127269197e-09)
sum a = (-1.1519648082658485e-19,-6.844026213814747e-19,3.070494433796839e-20)
sum e = 0.00603975727682036
sum de = 7.204090974187633e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016708644922151607
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610492534779955e-05,1.8244500714625222e-06,7.919856345344638e-09)
sum a = (-8.470329472543003e-20,-5.319366908757006e-19,2.964615315390051e-20)
sum e = 0.006039573167721671
sum de = 7.208678437457089e-06
Info: CFL hydro = 0.013214586295778744 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013214586295778744 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.2662e+05 | 98683 | 1 | 7.794e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.2125739160803 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.935506009317618, dt = 0.013214586295778744 ----------------
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.53 us (2.2%)
patch tree reduce : 2.20 us (0.8%)
gen split merge : 1112.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.4%)
LB compute : 271.68 us (92.6%)
LB move op cnt : 0
LB apply : 3.95 us (1.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1523.00 ns (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-3.370280413613882e-07,-9.129657051617189e-07,-4.15541725808333e-08) v=(9.505306424726669e-07,-3.003001661138415e-07,4.592885008025478e-09) l=(-1.8145872774388842e-08,-3.3665499482217645e-08,1.0195240770980146e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613214793985433e-05,1.7883559580686073e-06,6.532249684736192e-09)
sum a = (-6.776263578034403e-20,-1.9989977555201488e-19,7.940933880509066e-21)
sum e = 0.006039261969158959
sum de = 7.2400596693397945e-06
Info: CFL hydro = 0.02399915502327636 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02399915502327636 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.5281e+05 | 98681 | 1 | 6.458e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.66652952253503 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.948720595613397, dt = 0.02399915502327636 ----------------
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.62 us (2.2%)
patch tree reduce : 2.28 us (0.8%)
gen split merge : 972.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.4%)
LB compute : 276.94 us (92.8%)
LB move op cnt : 0
LB apply : 3.65 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (70.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6044937359954205e-05,1.9072382215996262e-06,1.1361996663743704e-08)
sum a = (3.2864878353466853e-19,-4.743384504624082e-19,1.6093625997831706e-20)
sum e = 0.006039705699449522
sum de = 7.244669037126541e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.024267011825137033
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604942827371519e-05,1.9097154831601164e-06,1.1279983105021627e-08)
sum a = (3.5236570605778894e-19,-4.54009659728305e-19,1.4293680984916318e-20)
sum e = 0.006039318468903255
sum de = 7.249572256763811e-06
Info: CFL hydro = 0.01593907243043262 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01593907243043262 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.2646e+05 | 98681 | 1 | 7.803e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.71840217216611 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.972719750636673, dt = 0.01593907243043262 ----------------
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.90 us (2.1%)
patch tree reduce : 2.21 us (0.7%)
gen split merge : 1031.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1161.00 ns (0.4%)
LB compute : 301.54 us (93.2%)
LB move op cnt : 0
LB apply : 3.85 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=9.999999999177334e-07 r=(-1.503196490169217e-08,-2.740583657868988e-08,1.6891708842853465e-08) v=(3.397007124891966e-08,-1.2285028128634847e-08,3.576212370814884e-10) l=(1.8347449752091406e-08,-1.6536931073191534e-08,1.026707722491505e-06)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61140821272275e-05,1.8210116073799962e-06,7.440865872105156e-09)
sum a = (3.3881317890172014e-20,-6.776263578034403e-20,-1.164670302474663e-20)
sum e = 0.006039074499457894
sum de = 7.256220566578224e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016116796523743603
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611995565124868e-05,1.8230360117728003e-06,7.6338576641933e-09)
sum a = (-1.7279472123987727e-19,-2.1006417091906648e-19,-1.079967007749233e-20)
sum e = 0.006038903581608099
sum de = 7.258740477476413e-06
Info: CFL hydro = 0.012966757335687267 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012966757335687267 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.2404e+05 | 98679 | 1 | 7.956e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.12597416998928 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.988658823067106, dt = 0.011341176932893937 ----------------
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.82 us (2.3%)
patch tree reduce : 2.14 us (0.7%)
gen split merge : 1162.00 ns (0.4%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.4%)
LB compute : 272.31 us (92.6%)
LB move op cnt : 0
LB apply : 3.46 us (1.2%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1983.00 ns (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 deltas : mass=5.00000000069889e-07 r=(-4.893981529994294e-07,9.328894395789922e-08,3.351410333532488e-08) v=(-7.258984292834065e-08,-5.134944343967724e-07,-7.51679255163599e-09) l=(3.3075059617014056e-08,-1.2126651240101195e-08,5.167423219284203e-07)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615540229955469e-05,1.7718543580231102e-06,5.331800346346611e-09)
sum a = (-1.1350241493207625e-19,3.1509625637859973e-19,6.988021814847978e-21)
sum e = 0.00603880327011678
sum de = 7.2289331167527e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011472995655899149
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615755744191206e-05,1.7715617976727207e-06,5.4622501073062165e-09)
sum a = (-4.1165801236558996e-19,-1.2536087619363645e-19,6.564505341220828e-21)
sum e = 0.00603871657256226
sum de = 7.230011694992631e-06
Info: CFL hydro = 0.01242296306963937 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01242296306963937 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.2550e+05 | 98678 | 1 | 7.863e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.924109808785225 (tsim/hr) [sph::Model][rank=0]
Info: iteration since start : 472 [SPH][rank=0]
Info: time since start : 479.823355601 (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 0
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 = 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,
"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_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=99736 particles, coords = (-12.026181472218013,-12.033726943369992,-2.103543111534263) (12.026181472218017,12.033726943369992,2.103543111534263)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 12.45 us (68.6%)
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 : 4.00 us (0.9%)
patch tree reduce : 1602.00 ns (0.4%)
gen split merge : 1182.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 424.71 us (96.2%)
LB move op cnt : 0
LB apply : 3.69 us (0.8%)
Info: current particle counts : min = 99736 max = 99736 [Model][rank=0]
Info: compute_slice field_name: rho, positions count: 2048 [sph::CartesianRender][rank=0]
Info: compute_slice took 22.30 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 2048 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 27.69 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 245.84 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 6.9525608206571e-310
qfacdisc 0.5
qfacdisc2 0.75
time 6
dtmax 0.01242296306963937
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,
"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_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.032682867253857,-2.2732245503089015) (12.050536726963834,12.058585491901944,1.9823808661433073)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 12.50 us (68.4%)
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.91 us (0.8%)
patch tree reduce : 2.03 us (0.4%)
gen split merge : 991.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.2%)
LB compute : 446.31 us (96.2%)
LB move op cnt : 0
LB apply : 4.10 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 22.03 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 2048 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 27.02 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 240.62 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=99736 particles, coords = (-12.026181472218013,-12.033726943369992,-2.103543111534263) (12.026181472218017,12.033726943369992,2.103543111534263)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 12.31 us (68.8%)
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 : 4.16 us (0.9%)
patch tree reduce : 1993.00 ns (0.4%)
gen split merge : 1041.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 458.68 us (96.2%)
LB move op cnt : 0
LB apply : 3.92 us (0.8%)
Info: current particle counts : min = 99736 max = 99736 [Model][rank=0]
Info: compute_column_integ field_name: rho, rays count: 1048576 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 3.57 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.032682867253857,-2.2732245503089015) (12.050536726963834,12.058585491901944,1.9823808661433073)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 13.06 us (71.6%)
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.85 us (1.0%)
patch tree reduce : 1892.00 ns (0.4%)
gen split merge : 1152.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 463.58 us (96.0%)
LB move op cnt : 0
LB apply : 4.00 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 3.40 s [sph::CartesianRender][rank=0]
max delta rho: 1.0989870698450765
max delta sigma avg: 0.17780387661484146
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: (8 minutes 0.623 seconds)
Estimated memory usage: 440 MB
![t = 6.000 [years]](../../_images/sphx_glr_run_compare_shamrock_ph_disc_001.png)
![t = 6.000 [years]](../../_images/sphx_glr_run_compare_shamrock_ph_disc_002.png)
![t = 6.015 [years / 2*pi]](../../_images/sphx_glr_run_compare_shamrock_ph_disc_003.png)
![t = 6.000 [years / 2*pi]](../../_images/sphx_glr_run_compare_shamrock_ph_disc_004.png)