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 ) rate = 2.691517e+05 N.s^-1
SPH setup: the generation step took : 0.375867069 s
SPH setup: final particle count = 100000 begining 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 : 19.77 us (82.3%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 1543.00 ns (0.4%)
patch tree reduce : 1022.00 ns (0.2%)
gen split merge : 742.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 841.00 ns (0.2%)
LB compute : 420.96 us (97.3%)
LB move op cnt : 0
LB apply : 3.88 us (0.9%)
Info: Compute load ... [DataInserterUtility][rank=0]
Info: run scheduler step ... [DataInserterUtility][rank=0]
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (65.4%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 1512.00 ns (0.4%)
patch tree reduce : 391.00 ns (0.1%)
gen split merge : 391.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 310.00 ns (0.1%)
LB compute : 402.08 us (98.2%)
LB move op cnt : 0
LB apply : 1833.00 ns (0.4%)
Info: Compute load ... [DataInserterUtility][rank=0]
Info: run scheduler step ... [DataInserterUtility][rank=0]
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (66.3%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 1333.00 ns (0.4%)
patch tree reduce : 381.00 ns (0.1%)
gen split merge : 380.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 290.00 ns (0.1%)
LB compute : 368.59 us (98.1%)
LB move op cnt : 0
LB apply : 1803.00 ns (0.5%)
Info: --------------------------------------------- [DataInserterUtility][rank=0]
SPH setup: injected 100000 / 100000 => 100.0% | ranks with patchs = 1 / 1 <- global loop ->
SPH setup: the injection step took : 0.010164557000000001 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.4% 0.0% | 2.00 GB | 2.00 GB |
+------+--------------------+-------+-------------+-------------+-------------+
SPH setup: the setup took : 0.401369998 s
---------------- t = 0, dt = 0 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 4.74 us (1.1%)
patch tree reduce : 481.00 ns (0.1%)
gen split merge : 501.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 621.00 ns (0.1%)
LB compute : 415.74 us (96.9%)
LB move op cnt : 0
LB apply : 2.22 us (0.5%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.6%)
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.8260e+04 | 100000 | 1 | 5.477e+00 | 0.0% | 0.1% 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 : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 100000
max = 100000
avg = 100000
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.43 us (1.3%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.2%)
LB compute : 489.62 us (96.1%)
LB move op cnt : 0
LB apply : 3.33 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (70.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62487944130414e-05,1.647032509614445e-06,-4.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.6781e+05 | 100000 | 1 | 5.959e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 2.9601109774051415 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.0004899910971704365, dt = 0.016659725327737674 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 5.76 us (1.2%)
patch tree reduce : 1272.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 477.48 us (96.3%)
LB move op cnt : 0
LB apply : 3.22 us (0.6%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (69.8%)
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.6432e+05 | 100000 | 1 | 6.086e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 98.55206427083401 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.01714971642490811, dt = 0.02701506332471714 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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 : 5.90 us (1.3%)
patch tree reduce : 1573.00 ns (0.3%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.3%)
LB compute : 444.78 us (95.8%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (66.8%)
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.6446e+05 | 100000 | 1 | 6.081e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 159.94167128859917 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.04416477974962525, dt = 0.03305972452726523 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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.05 us (1.4%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 902.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 415.49 us (95.6%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (68.5%)
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.3542e+05 | 100000 | 1 | 7.385e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+--------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 161.16805134903652 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.07722450427689048, dt = 0.018248707394866774 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 100000 min = 100000 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 100000 min = 100000 [LoadBalance][rank=0]
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.04 us (1.3%)
patch tree reduce : 1553.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 441.05 us (95.8%)
LB move op cnt : 0
LB apply : 3.24 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (72.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.262815550543999e-07,2.556433371658217e-07,-9.396121947399162e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.649484760514875e-05,1.670647970451497e-06,-1.5838427340393424e-08)
sum a = (9.24959978401696e-19,1.4992483166401116e-19,-2.3081647812679684e-20)
sum e = 0.006333089883827495
sum de = 1.2761436316868905e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.018160445922327725
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6491264709015727e-05,1.6625198516193506e-06,-1.608803877276802e-08)
sum a = (5.759824041329242e-20,4.487157038079656e-19,-2.1387581918171084e-20)
sum e = 0.0063327867620198925
sum de = 1.2782690538826884e-06
Info: CFL hydro = 0.01495242275446377 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01495242275446377 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.3523e+05 | 99999 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 88.84371545798084 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.09547321167175726, dt = 0.01495242275446377 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99999 min = 99999 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99999 min = 99999 [LoadBalance][rank=0]
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 : 5.50 us (1.2%)
patch tree reduce : 1492.00 ns (0.3%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 450.21 us (95.9%)
LB move op cnt : 0
LB apply : 3.39 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (5.110626828806115e-07,5.729715168176507e-07,-2.6861213592933025e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644481818954263e-05,1.6592107879082347e-06,-1.2952304033935991e-08)
sum a = (9.825582188149884e-20,-2.3759274170483125e-19,-2.329340604949326e-21)
sum e = 0.006332018704514823
sum de = 1.4747924331000179e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014868990322278085
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644815432083437e-05,1.653509669556443e-06,-1.3151049455765323e-08)
sum a = (1.7381116077658243e-18,3.9132922163148676e-19,-2.752857078576476e-21)
sum e = 0.006331815568715134
sum de = 1.4773382742831343e-06
Info: CFL hydro = 0.013169700678308034 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013169700678308034 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.3620e+05 | 99995 | 1 | 7.342e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.31577848335543 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.11042563442622103, dt = 0.013169700678308034 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99995 min = 99995 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99995 min = 99995 [LoadBalance][rank=0]
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 : 6.11 us (1.4%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 772.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 412.60 us (95.5%)
LB move op cnt : 0
LB apply : 3.54 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.257144650118725e-07,-2.556058263278379e-07,1.4863524049415833e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6423686010366195e-05,1.6517432242854587e-06,-1.1360621260378027e-08)
sum a = (-2.3174821436877657e-18,7.694235534621251e-19,1.0376153603865179e-20)
sum e = 0.00633174728720163
sum de = 1.6593485945509765e-06
Info: CFL hydro = 0.02505843751585978 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02505843751585978 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.6372e+05 | 99994 | 1 | 6.108e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.62408736316581 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.12359533510452905, dt = 0.02505843751585978 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99994 min = 99994 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99994 min = 99994 [LoadBalance][rank=0]
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.36 us (1.4%)
patch tree reduce : 1332.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1313.00 ns (0.3%)
LB compute : 450.68 us (95.8%)
LB move op cnt : 0
LB apply : 3.37 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.02 us (72.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.658928941073204e-05,1.6548699208339655e-06,-2.2129670789940565e-08)
sum a = (-3.015437292225309e-19,-1.0058516248644817e-18,4.1928130889087867e-20)
sum e = 0.006332205798124018
sum de = 1.9831069794493617e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.024949520299185735
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.658846188368703e-05,1.652968316361152e-06,-2.2058077006449136e-08)
sum a = (1.748276003132876e-18,-4.443746599532873e-19,3.9810548520952116e-20)
sum e = 0.006331635483039835
sum de = 1.987244373408079e-06
Info: CFL hydro = 0.01633938116041173 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01633938116041173 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.3561e+05 | 99994 | 1 | 7.374e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 122.33850997266364 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.14865377262038884, dt = 0.01633938116041173 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99994 min = 99994 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99994 min = 99994 [LoadBalance][rank=0]
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.46 us (1.4%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 427.11 us (95.5%)
LB move op cnt : 0
LB apply : 3.56 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-4.416766479184904e-07,1.9862985911954194e-07,-7.737588734731128e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.646732963580847e-05,1.6508186257685262e-06,-1.4209915159342755e-08)
sum a = (-1.81603863891322e-18,2.728504881342915e-19,-1.8211208365967457e-20)
sum e = 0.006331421321199892
sum de = 2.163757397356001e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01628129910747744
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.645648422491445e-05,1.6502959069727213e-06,-1.4138420158166547e-08)
sum a = (-6.640738306473715e-19,1.1418004128987969e-18,-1.9058241313221758e-20)
sum e = 0.006331178564987591
sum de = 2.1660720731198354e-06
Info: CFL hydro = 0.013432226574938222 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013432226574938222 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.3456e+05 | 99992 | 1 | 7.431e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 79.15887215479508 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.16499315378080057, dt = 0.013432226574938222 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99992 min = 99992 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99992 min = 99992 [LoadBalance][rank=0]
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.60 us (1.6%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 1192.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 390.30 us (95.1%)
LB move op cnt : 0
LB apply : 3.08 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-3.799556576734215e-07,1.4258077234161417e-06,7.591881246231266e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6416076627063416e-05,1.649673962890882e-06,-1.2215320453263798e-08)
sum a = (-1.4772254600114998e-18,-1.2821961239061971e-19,-2.752857078576476e-21)
sum e = 0.006330129806716886
sum de = 2.3276589795432485e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013301250551958351
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.641089283910835e-05,1.6470816616724655e-06,-1.2069724220973564e-08)
sum a = (-1.2197274440461925e-18,1.0217334926254998e-18,-6.352747104407253e-22)
sum e = 0.006329966234575916
sum de = 2.330204279954371e-06
Info: CFL hydro = 0.012432320560277663 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012432320560277663 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.3540e+05 | 99987 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.48368949685228 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.1784253803557388, dt = 0.012432320560277663 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99987 min = 99987 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99987 min = 99987 [LoadBalance][rank=0]
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.14 us (1.5%)
patch tree reduce : 1463.00 ns (0.4%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 951.00 ns (0.2%)
LB compute : 391.65 us (95.3%)
LB move op cnt : 0
LB apply : 3.55 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.8315480065021234e-08,9.915157300041497e-07,-3.7609137859081465e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6396685340696406e-05,1.6470892732878724e-06,-1.0680121831631667e-08)
sum a = (2.7138935630027783e-18,-1.1999809884633266e-18,5.082197683525802e-21)
sum e = 0.006329643499794907
sum de = 2.4911441019357333e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012362083412696965
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.64002011760235e-05,1.6473573596169175e-06,-1.0772048030274282e-08)
sum a = (4.8382521947165635e-18,3.1393158607612506e-19,9.529120656610879e-21)
sum e = 0.0063295033928015484
sum de = 2.4925468421541767e-06
Info: CFL hydro = 0.012063368959263056 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012063368959263056 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.3557e+05 | 99985 | 1 | 7.375e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.68329511070234 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.19085770091601645, dt = 0.012063368959263056 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99985 min = 99985 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99985 min = 99985 [LoadBalance][rank=0]
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.36 us (1.4%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1243.00 ns (0.3%)
LB compute : 430.21 us (95.6%)
LB move op cnt : 0
LB apply : 3.42 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.140585022693796e-07,-3.8779935920774846e-07,2.5010048057648093e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639585871371863e-05,1.6477344151853828e-06,-1.0833691323037713e-08)
sum a = (-1.9109063290057016e-18,-3.4745556194167417e-19,-1.5670109524204556e-20)
sum e = 0.006329417129327189
sum de = 2.660290518793896e-06
Info: CFL hydro = 0.025710914707745707 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025710914707745707 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.6380e+05 | 99984 | 1 | 6.104e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.14737896896307 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2029210698752795, dt = 0.025710914707745707 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99984 min = 99984 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99984 min = 99984 [LoadBalance][rank=0]
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.30 us (1.6%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 385.76 us (95.1%)
LB move op cnt : 0
LB apply : 3.46 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (70.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.657326545706313e-05,1.6463430786788012e-06,-2.2788130602749546e-08)
sum a = (2.693564772268675e-18,1.4438735377133617e-18,-2.0540548970916783e-20)
sum e = 0.006329956797270172
sum de = 2.9744293735311735e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025602608267535732
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.656529499213777e-05,1.6483443413770535e-06,-2.2739686599252546e-08)
sum a = (1.3179832659276913e-18,1.3478941168776088e-18,-2.0328790734103208e-20)
sum e = 0.0063293580616922895
sum de = 2.979560844425474e-06
Info: CFL hydro = 0.016481053001068974 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016481053001068974 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.3555e+05 | 99984 | 1 | 7.376e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 125.48145991083337 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2286319845830252, dt = 0.016481053001068974 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99984 min = 99984 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99984 min = 99984 [LoadBalance][rank=0]
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 : 5.87 us (1.3%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1243.00 ns (0.3%)
LB compute : 436.06 us (95.7%)
LB move op cnt : 0
LB apply : 3.57 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-7.245459257366519e-07,7.288840255696681e-07,-7.73767241341162e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9420712613016173 unconverged cnt = 2
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644730959905949e-05,1.649056536372184e-06,-1.4542836344126869e-08)
sum a = (-1.3552527156068805e-19,2.3663982963917016e-19,2.4352197233561135e-20)
sum e = 0.006328922093005208
sum de = 3.1891636703594965e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016392735236863534
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644651630953392e-05,1.6489211858088287e-06,-1.447496268764919e-08)
sum a = (2.6325784000663655e-18,5.124549330888517e-19,1.9269999550035333e-20)
sum e = 0.0063286758566723006
sum de = 3.1921142652458457e-06
Info: CFL hydro = 0.013363668698752107 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013363668698752107 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 | 9.0994e+04 | 99981 | 1 | 1.099e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.998396995750845 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.24511303758409417, dt = 0.013363668698752107 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99981 min = 99981 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99981 min = 99981 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99981
max = 99981
avg = 99981
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.56 us (1.6%)
patch tree reduce : 1554.00 ns (0.4%)
gen split merge : 1193.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 389.03 us (95.1%)
LB move op cnt : 0
LB apply : 3.13 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.4100590699273927e-07,2.293141452628554e-07,5.653361203306084e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640690464121827e-05,1.6491558741269343e-06,-1.1812852658179296e-08)
sum a = (-2.879912020664621e-19,2.965674106574119e-19,2.5199230180815435e-20)
sum e = 0.0063286343015664746
sum de = 3.320874238857734e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013290319297326967
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.641137704595577e-05,1.6410323136157341e-06,-1.1971222287813384e-08)
sum a = (-2.574980159653073e-18,-3.0133197098571735e-19,3.3881317890172014e-20)
sum e = 0.006328472491742788
sum de = 3.322237232917209e-06
Info: CFL hydro = 0.012457782150225102 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012457782150225102 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.3627e+05 | 99980 | 1 | 7.337e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.57054619944778 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.25847670628284625, dt = 0.012457782150225102 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99980 min = 99980 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99980 min = 99980 [LoadBalance][rank=0]
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.52 us (1.5%)
patch tree reduce : 1542.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 403.93 us (95.2%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (8.86307240377108e-07,-5.404831304176816e-07,-7.245332623011602e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640009114954428e-05,1.6400649255408002e-06,-1.0440973374216842e-08)
sum a = (5.04831636563563e-19,9.70276241079801e-19,1.2705494208814505e-20)
sum e = 0.006327924168539701
sum de = 3.464594628226946e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012406505265026423
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640304134148752e-05,1.6403760397731933e-06,-1.0801671024903924e-08)
sum a = (-5.421010862427522e-20,1.1519648082658485e-18,9.105604182983729e-21)
sum e = 0.006327783568733378
sum de = 3.4665484115224403e-06
Info: CFL hydro = 0.012008136025223874 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012008136025223874 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.3575e+05 | 99977 | 1 | 7.365e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.89342682940005 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.27093448843307133, dt = 0.012008136025223874 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99977 min = 99977 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99977 min = 99977 [LoadBalance][rank=0]
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 : 5.70 us (1.4%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 822.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 395.07 us (95.4%)
LB move op cnt : 0
LB apply : 3.10 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-1.843598558646781e-07,-4.5431033397611086e-07,-1.3135820655805471e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639807414248379e-05,1.6407715263637988e-06,-1.0310644196769987e-08)
sum a = (-1.514494909690689e-18,1.3552527156068805e-20,1.3976043629695956e-20)
sum e = 0.006327716699268786
sum de = 3.5767341793061156e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011934920934248838
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.640062163908335e-05,1.6342528425967474e-06,-9.99898783378264e-09)
sum a = (-7.453889935837843e-20,-5.094903177734617e-19,1.418780186650953e-20)
sum e = 0.006327586088020138
sum de = 3.5779860947691072e-06
Info: CFL hydro = 0.011774465487811326 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011774465487811326 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.3589e+05 | 99976 | 1 | 7.357e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.757165747521604 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2829426244582952, dt = 0.011774465487811326 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99976 min = 99976 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99976 min = 99976 [LoadBalance][rank=0]
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 : 5.97 us (1.4%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 409.47 us (95.5%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (8.058956750802518e-07,-4.3549529683906214e-07,5.825089784960783e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639781154757338e-05,1.6337951145605037e-06,-1.0644570174793245e-08)
sum a = (2.4970531285056774e-18,1.5072951296390275e-18,1.4823076576950256e-21)
sum e = 0.006326759433220987
sum de = 3.70800293917218e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011710898584700116
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639353405523259e-05,1.6303858608413682e-06,-9.995925997801475e-09)
sum a = (3.262770912823565e-18,9.656175598699024e-20,5.293955920339377e-21)
sum e = 0.006326634179445586
sum de = 3.7098479305085332e-06
Info: CFL hydro = 0.011617578701750769 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011617578701750769 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.3577e+05 | 99972 | 1 | 7.363e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.568134778220816 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.2947170899461065, dt = 0.011617578701750769 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99972 min = 99972 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99972 min = 99972 [LoadBalance][rank=0]
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.15 us (1.5%)
patch tree reduce : 1593.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 383.84 us (95.2%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.464588180449018e-07,7.493119275186552e-07,-4.879623178259279e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6390531583456745e-05,1.630312364514593e-06,-9.988469407584e-09)
sum a = (8.131516293641283e-20,1.5534584252643868e-18,8.258571235729428e-21)
sum e = 0.0063263076114069335
sum de = 3.8032623344378547e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01155204834326401
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639472475440851e-05,1.6290532961092026e-06,-1.0141608233851787e-08)
sum a = (1.2197274440461925e-18,1.2197274440461925e-19,1.1011428314305904e-20)
sum e = 0.0063261854445322485
sum de = 3.8045682340479443e-06
Info: CFL hydro = 0.011491275908721853 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011491275908721853 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.3594e+05 | 99970 | 1 | 7.354e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.87157520570697 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3063346686478573, dt = 0.011491275908721853 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99970 min = 99970 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99970 min = 99970 [LoadBalance][rank=0]
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 : 5.88 us (1.3%)
patch tree reduce : 1233.00 ns (0.3%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.2%)
LB compute : 433.39 us (95.7%)
LB move op cnt : 0
LB apply : 3.54 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (5.39318714243994e-09,-5.991222402282408e-07,-4.344667058250061e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639384023843252e-05,1.628970365559611e-06,-9.787025384593872e-09)
sum a = (-2.049819732355407e-18,5.52688998083431e-19,-3.049318610115481e-20)
sum e = 0.006325357939678107
sum de = 3.904532401994337e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011430330843735187
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639254981571906e-05,1.6305071356042323e-06,-9.76696413334428e-09)
sum a = (-1.260385025514399e-18,3.4558944247975454e-19,-3.3034284942917713e-20)
sum e = 0.00632523863735902
sum de = 3.906407151176487e-06
Info: CFL hydro = 0.011379896082270271 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011379896082270271 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.3551e+05 | 99966 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.07784642897038 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.31782594455657914, dt = 0.011379896082270271 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99966 min = 99966 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99966 min = 99966 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99966
max = 99966
avg = 99966
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.35 us (1.5%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 397.74 us (95.3%)
LB move op cnt : 0
LB apply : 3.24 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-5.005273107769579e-07,1.5605773342892927e-07,7.192211115091471e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639103482018957e-05,1.6312929306848515e-06,-1.0122974063118171e-08)
sum a = (-1.4568966692773966e-19,-4.773030657777982e-19,-4.446922973085077e-21)
sum e = 0.006324657170750901
sum de = 4.046459687839853e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011309484851724616
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639096324941448e-05,1.6323357305222744e-06,-9.757259239940782e-09)
sum a = (-7.081195439045951e-19,1.8372144625945774e-18,-4.0234064994579266e-21)
sum e = 0.006324540553516973
sum de = 4.0480892339601555e-06
Info: CFL hydro = 0.01145270739040869 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01145270739040869 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.3576e+05 | 99963 | 1 | 7.363e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.63853282778989 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3292058406388494, dt = 0.01145270739040869 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99963 min = 99963 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99963 min = 99963 [LoadBalance][rank=0]
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 : 5.65 us (1.4%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 391.21 us (95.4%)
LB move op cnt : 0
LB apply : 3.11 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.967683686509652e-07,3.472283431106662e-08,1.873963125425946e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6391966392129694e-05,1.6327618110060583e-06,-1.011692736299598e-08)
sum a = (-2.036267205199338e-18,2.5622746654442585e-19,-4.425747149403719e-20)
sum e = 0.006324457966690702
sum de = 4.1764313165683354e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011379631466876136
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639676714139722e-05,1.6293595111058687e-06,-1.0082703298320616e-08)
sum a = (-1.7313353441877899e-18,4.861969117239684e-19,-4.468098796766434e-20)
sum e = 0.006324339783955372
sum de = 4.177448684074254e-06
Info: CFL hydro = 0.011306906365820388 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011306906365820388 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.3513e+05 | 99962 | 1 | 7.398e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.73308138005349 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3406585480292581, dt = 0.011306906365820388 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99962 min = 99962 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99962 min = 99962 [LoadBalance][rank=0]
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.15 us (1.6%)
patch tree reduce : 1383.00 ns (0.4%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1173.00 ns (0.3%)
LB compute : 373.93 us (95.0%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.1708953826901937e-07,-7.952189665483935e-07,-2.739095884746508e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395596947652786e-05,1.6290660365809797e-06,-9.683864988576817e-09)
sum a = (2.253107639696439e-18,1.5250828215313678e-18,-4.383395502041004e-20)
sum e = 0.006324001372655644
sum de = 4.283251400722633e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01123952647281015
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639800921010639e-05,1.6307024558680858e-06,-1.0036759717928449e-08)
sum a = (4.0454293560865384e-18,2.9857911390714087e-19,-4.5951537388545793e-20)
sum e = 0.006323886126336996
sum de = 4.284504683270534e-06
Info: CFL hydro = 0.011172336710790088 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011172336710790088 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.3577e+05 | 99960 | 1 | 7.362e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.28691509389925 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3519654543950785, dt = 0.011172336710790088 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99960 min = 99960 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99960 min = 99960 [LoadBalance][rank=0]
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 : 5.85 us (1.4%)
patch tree reduce : 1442.00 ns (0.4%)
gen split merge : 1192.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 387.30 us (95.3%)
LB move op cnt : 0
LB apply : 3.53 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-5.129758613743729e-07,-4.84514956790254e-07,3.8410943764026925e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6396295962046626e-05,1.6315358057212673e-06,-9.521172960917386e-09)
sum a = (-8.876905287225068e-19,-3.1001405869507392e-19,0)
sum e = 0.006323291546349513
sum de = 4.395739660385648e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011109534221785757
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6397396785395505e-05,1.6271710436230776e-06,-9.690007635558733e-09)
sum a = (-2.7714918034160707e-18,-5.692061405548898e-19,-2.329340604949326e-21)
sum e = 0.006323179214857388
sum de = 4.397245065579348e-06
Info: CFL hydro = 0.011047712618923308 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011047712618923308 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.3526e+05 | 99957 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.42469686846402 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3631377911058686, dt = 0.011047712618923308 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99957 min = 99957 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99957 min = 99957 [LoadBalance][rank=0]
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.23 us (1.5%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 1212.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 403.24 us (95.2%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.5600792834530226e-07,-1.610359598890209e-07,3.691233889702478e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639574808755771e-05,1.6267888558067266e-06,-9.756255891918305e-09)
sum a = (-2.710505431213761e-20,2.913793338554793e-19,1.334076891925523e-20)
sum e = 0.006322836483036424
sum de = 4.447582992621061e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01098587932480089
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6397655059029545e-05,1.62016385787671e-06,-9.758566987101745e-09)
sum a = (-4.912791094074942e-19,3.4897757426877174e-19,1.503483481376383e-20)
sum e = 0.006322726420665681
sum de = 4.448903161093782e-06
Info: CFL hydro = 0.010932015147064674 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010932015147064674 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.3650e+05 | 99955 | 1 | 7.323e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.312055030223924 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.37418550372479187, dt = 0.010932015147064674 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99955 min = 99955 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99955 min = 99955 [LoadBalance][rank=0]
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.12 us (1.5%)
patch tree reduce : 1793.00 ns (0.4%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1253.00 ns (0.3%)
LB compute : 396.09 us (95.2%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.0011978890500752e-06,-2.9256552334920314e-07,2.7691370832640413e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9419116696179143 unconverged cnt = 3
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639616028538475e-05,1.6193550221335125e-06,-1.0059753891607662e-08)
sum a = (-8.876905287225068e-19,1.096907666694319e-19,2.0964065444543933e-20)
sum e = 0.006321656478315668
sum de = 4.522290422979622e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010876728766705882
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639286091145831e-05,1.625547949870728e-06,-9.794537037371283e-09)
sum a = (1.0164395367051604e-20,-4.917026258811213e-19,1.334076891925523e-20)
sum e = 0.006321548696267427
sum de = 4.524332390647293e-06
Info: CFL hydro = 0.010824383747700023 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010824383747700023 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 | 9.0955e+04 | 99950 | 1 | 1.099e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 35.81347566098568 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.3851175188718565, dt = 0.010824383747700023 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99950 min = 99950 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99950 min = 99950 [LoadBalance][rank=0]
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 : 5.96 us (1.4%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 416.95 us (95.5%)
LB move op cnt : 0
LB apply : 3.62 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.3263751531515466e-06,5.704447424888957e-07,1.0468455324554083e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6390787620300504e-05,1.6269862051349718e-06,-1.012448052767896e-08)
sum a = (2.642742795433417e-19,6.174870185483849e-19,-2.837560373301906e-20)
sum e = 0.006320696170308126
sum de = 4.536831964856775e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010766973490029632
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395074024263436e-05,1.6263276974918074e-06,-9.855831575722763e-09)
sum a = (-5.590417451878382e-19,-9.56300197450105e-19,-3.028142786434124e-20)
sum e = 0.0063205905267064615
sum de = 4.538574744947084e-06
Info: CFL hydro = 0.010724066180242214 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010724066180242214 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.3611e+05 | 99946 | 1 | 7.343e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.06692750878297 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.39594190261955653, dt = 0.010724066180242214 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99946 min = 99946 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99946 min = 99946 [LoadBalance][rank=0]
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 : 5.99 us (1.4%)
patch tree reduce : 1683.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 398.42 us (95.4%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-2.2975888616276953e-07,-7.446097100278222e-07,-1.734676295964993e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639447445905896e-05,1.6267969179334913e-06,-9.558382803501801e-09)
sum a = (-1.3552527156068805e-20,7.403067959002585e-19,-1.1011428314305904e-20)
sum e = 0.006319001553627346
sum de = 4.635483578848221e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01066254871977152
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638909930976515e-05,1.623824008104577e-06,-9.735121465551135e-09)
sum a = (1.5009423825346202e-18,1.0638733817514012e-18,-1.207021949837378e-20)
sum e = 0.006318898260774354
sum de = 4.637884531079692e-06
Info: CFL hydro = 0.010630402602770829 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010630402602770829 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.3495e+05 | 99939 | 1 | 7.406e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.13066401605762 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.40666596879979877, dt = 0.010630402602770829 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99939 min = 99939 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99939 min = 99939 [LoadBalance][rank=0]
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 : 6.29 us (1.4%)
patch tree reduce : 1273.00 ns (0.3%)
gen split merge : 1222.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1373.00 ns (0.3%)
LB compute : 434.32 us (95.7%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.3674343128669457e-07,9.583717608117196e-07,-1.0308307090432208e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6386995331220993e-05,1.6239405288170756e-06,-9.471855671139512e-09)
sum a = (1.8770250111155296e-18,6.361217433879796e-19,1.8211208365967457e-20)
sum e = 0.006318311305461431
sum de = 4.668115975295335e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010579971198319845
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638059744539901e-05,1.6150350070524242e-06,-8.912503878605431e-09)
sum a = (-4.912791094074942e-19,-3.8624702394796095e-19,1.8422966602781032e-20)
sum e = 0.006318209622510918
sum de = 4.669373572003803e-06
Info: CFL hydro = 0.010542803602862316 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010542803602862316 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.3590e+05 | 99936 | 1 | 7.354e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.04193752510764 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4172963714025696, dt = 0.010542803602862316 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99936 min = 99936 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99936 min = 99936 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99936
max = 99936
avg = 99936
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.00 us (1.4%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 415.14 us (95.6%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (1.402700033137241e-06,1.34149620307395e-06,-7.605794739545147e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637843116801146e-05,1.6140380718206733e-06,-9.788620556817656e-09)
sum a = (-2.0396553369883552e-18,-1.9058241313221758e-19,-2.5622746654442585e-20)
sum e = 0.006316862637884937
sum de = 4.7198863242055455e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01048436791484084
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637772999802106e-05,1.619659611979405e-06,-9.448018191359968e-09)
sum a = (-1.5111067779016718e-18,-7.809643773684649e-19,-1.9905274260476058e-20)
sum e = 0.006316762969690791
sum de = 4.721926355831673e-06
Info: CFL hydro = 0.010460736036271156 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010460736036271156 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.3602e+05 | 99930 | 1 | 7.347e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.65979802280432 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4278391750054319, dt = 0.010460736036271156 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99930 min = 99930 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99930 min = 99930 [LoadBalance][rank=0]
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 : 5.73 us (1.3%)
patch tree reduce : 1472.00 ns (0.3%)
gen split merge : 1122.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 433.89 us (95.8%)
LB move op cnt : 0
LB apply : 3.43 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.192320841711549e-06,1.8160250833995723e-07,1.010426779367466e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637657152996366e-05,1.6209452170530489e-06,-9.284425318605724e-09)
sum a = (1.2637731573034161e-18,-3.3203691532368573e-19,1.5670109524204556e-20)
sum e = 0.006315928108400373
sum de = 4.731464375350713e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010407487316231194
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637976433300583e-05,1.6173512007574478e-06,-9.089967421796755e-09)
sum a = (-2.6834003769016235e-18,1.946481712790382e-18,1.164670302474663e-20)
sum e = 0.0063158298146206255
sum de = 4.733058334890945e-06
Info: CFL hydro = 0.010383720784760207 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010383720784760207 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.3585e+05 | 99926 | 1 | 7.356e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.197799185972244 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.43829991104170307, dt = 0.010383720784760207 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99926 min = 99926 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99926 min = 99926 [LoadBalance][rank=0]
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 : 6.40 us (1.6%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1313.00 ns (0.3%)
LB compute : 381.68 us (95.0%)
LB move op cnt : 0
LB apply : 3.35 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (3.6853504656734597e-07,-5.623148183923315e-07,-9.127394516278717e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637914276787668e-05,1.6169099359277845e-06,-9.273765896014297e-09)
sum a = (-2.0261028098322864e-18,-6.733911930671688e-19,3.4728350837426314e-20)
sum e = 0.006314486827953853
sum de = 4.722751740962263e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010329422475346928
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63825813126652e-05,1.6120831791556928e-06,-8.821545626818187e-09)
sum a = (-2.5512632371299526e-18,-2.73591641963139e-19,3.6845933205562065e-20)
sum e = 0.006314390023770653
sum de = 4.724804030662863e-06
Info: CFL hydro = 0.010311325069906088 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010311325069906088 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.3596e+05 | 99920 | 1 | 7.349e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.866289474505386 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.44868363182646326, dt = 0.010311325069906088 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99920 min = 99920 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99920 min = 99920 [LoadBalance][rank=0]
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 : 5.72 us (1.3%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 412.52 us (95.6%)
LB move op cnt : 0
LB apply : 3.58 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (7.781703577672324e-07,-6.705651035834648e-07,6.977454001891548e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638226940678553e-05,1.6114916599117413e-06,-9.2627945237842e-09)
sum a = (1.921070724372753e-18,-1.3637230450794235e-18,-6.3527471044072525e-21)
sum e = 0.006313061549312694
sum de = 4.788197239618749e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010259710618337985
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637620690136544e-05,1.60773591970018e-06,-9.203423925966656e-09)
sum a = (1.9820570965750628e-18,8.978549240895584e-20,-3.8116482626443515e-21)
sum e = 0.006312966510521532
sum de = 4.790287533702455e-06
Info: CFL hydro = 0.010243151014017814 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010243151014017814 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.3591e+05 | 99914 | 1 | 7.352e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.49266117478589 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4589949568963693, dt = 0.010243151014017814 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99914 min = 99914 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99914 min = 99914 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99914
max = 99914
avg = 99914
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.35 us (1.5%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 401.90 us (95.2%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.277255544959437e-07,1.1321488347123653e-06,-1.2146362525556967e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374317950334694e-05,1.6073765011935435e-06,-8.66906619040648e-09)
sum a = (-1.1824579943670033e-18,3.1086109164232822e-19,-1.8634724839594607e-20)
sum e = 0.006312346854875342
sum de = 4.8607755709092266e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01018644176983842
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637690283669899e-05,1.6075182564774085e-06,-9.073381216329406e-09)
sum a = (-1.548376227580861e-18,-1.7279472123987727e-19,-2.0117032497289633e-20)
sum e = 0.006312253492891135
sum de = 4.862199325232287e-06
Info: CFL hydro = 0.010178824998378196 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010178824998378196 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.3541e+05 | 99911 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.979080274065026 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4692381079103871, dt = 0.010178824998378196 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99911 min = 99911 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99911 min = 99911 [LoadBalance][rank=0]
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 : 5.39 us (1.1%)
patch tree reduce : 1443.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 459.63 us (96.0%)
LB move op cnt : 0
LB apply : 3.61 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (73.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.8475167429650128e-07,-4.2689872033525046e-07,6.338588181583664e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637642459999078e-05,1.607805126267928e-06,-8.771638966298632e-09)
sum a = (3.787931340121231e-18,-2.82061971435682e-19,-1.6517142471458857e-20)
sum e = 0.0063116472308484715
sum de = 4.817451948496151e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010125887695390034
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374755342965516e-05,1.6065763275405404e-06,-8.837378365718105e-09)
sum a = (1.1146953585866592e-18,1.2553028278308731e-18,-2.0328790734103208e-20)
sum e = 0.006311554392575002
sum de = 4.818767068010261e-06
Info: CFL hydro = 0.010317172527316731 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010317172527316731 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.3560e+05 | 99908 | 1 | 7.368e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.733456497874315 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.4794169329087653, dt = 0.010317172527316731 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99908 min = 99908 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99908 min = 99908 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99908
max = 99908
avg = 99908
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.3%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1372.00 ns (0.3%)
LB compute : 442.10 us (95.7%)
LB move op cnt : 0
LB apply : 3.66 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.51 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4.5e-06 vel (-5.2956327779117e-09,2.587495171709788e-07,-1.1655715664286857e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9417782874497899 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637604831788573e-05,1.605864832116935e-06,-8.985876666629804e-09)
sum a = (1.2366681029912785e-18,1.82789710017478e-18,1.164670302474663e-20)
sum e = 0.0063094625950207315
sum de = 4.833952060154199e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010267444319146881
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638336887857291e-05,1.6006509035089966e-06,-8.827595515861241e-09)
sum a = (9.723938234479368e-19,5.624298769768554e-19,1.418780186650953e-20)
sum e = 0.006309367425910592
sum de = 4.83660604063728e-06
Info: CFL hydro = 0.010573358863457899 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010573358863457899 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 | 9.0142e+04 | 99899 | 1 | 1.108e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 33.51407131257575 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.48973410543608203, dt = 0.010573358863457899 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99899 min = 99899 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99899 min = 99899 [LoadBalance][rank=0]
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 : 5.84 us (1.3%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 426.51 us (95.7%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (8.431066703215492e-07,-1.3364612562372602e-06,3.107582492076238e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638807851020184e-05,1.5985515072211347e-06,-9.277712943490624e-09)
sum a = (-1.6906777627195835e-18,-5.082197683525802e-21,-8.046812998915853e-21)
sum e = 0.0063082911716630784
sum de = 4.904291515767632e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010517481455482354
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639309222502921e-05,1.5977889257321924e-06,-9.25700208539304e-09)
sum a = (-1.1655173354219173e-18,-2.371692252312041e-19,-4.0234064994579266e-21)
sum e = 0.006308191876941391
sum de = 4.9061378081254e-06
Info: CFL hydro = 0.010501434516876297 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010501434516876297 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.3551e+05 | 99894 | 1 | 7.372e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.635180517110804 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.50030746429954, dt = 0.010501434516876297 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99894 min = 99894 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99894 min = 99894 [LoadBalance][rank=0]
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.20 us (1.4%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 428.26 us (95.5%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.9372898842332773e-08,-1.077513150741457e-06,9.1497774062035e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6393110046417916e-05,1.5981109392774191e-06,-8.961047800063893e-09)
sum a = (2.5851445550201246e-18,6.386628422297425e-19,1.8211208365967457e-20)
sum e = 0.0063075926502008045
sum de = 4.958925577320572e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01045888735854318
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6388549802506775e-05,1.5947615299141079e-06,-8.865124639437818e-09)
sum a = (9.656175598699024e-19,3.6422416731934915e-19,1.9905274260476058e-20)
sum e = 0.006307494903029131
sum de = 4.960309194880066e-06
Info: CFL hydro = 0.01043340532935077 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01043340532935077 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.3595e+05 | 99891 | 1 | 7.348e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.45232117813219 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5108088988164163, dt = 0.01043340532935077 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99891 min = 99891 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99891 min = 99891 [LoadBalance][rank=0]
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 : 5.74 us (1.3%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 1092.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 427.63 us (95.7%)
LB move op cnt : 0
LB apply : 3.26 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.2037360009096635e-07,7.383839997202391e-07,1.702857624080331e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.941735755409145 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638680982656381e-05,1.5948827017703343e-06,-9.35288698164623e-09)
sum a = (1.3891340334970526e-19,4.0657581468206416e-19,-7.199780051661553e-21)
sum e = 0.006306903784692638
sum de = 5.059842208253597e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010374603662722899
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638671824656785e-05,1.5952575568202114e-06,-8.953818263689844e-09)
sum a = (-9.859463506040056e-19,-8.605854744103691e-19,-1.1434944787933055e-20)
sum e = 0.006306807555778498
sum de = 5.061193941666224e-06
Info: CFL hydro = 0.010589546448482723 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010589546448482723 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 | 9.0974e+04 | 99888 | 1 | 1.098e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 34.20855445183333 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5212423041457671, dt = 0.010589546448482723 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99888 min = 99888 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99888 min = 99888 [LoadBalance][rank=0]
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.16 us (1.4%)
patch tree reduce : 1603.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 435.17 us (95.7%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.148034794443451e-07,5.3767527209216106e-08,5.401795647294376e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638884905761692e-05,1.5948641859431267e-06,-9.232266701858063e-09)
sum a = (2.1480755542369057e-18,-5.268544931921748e-19,-3.5998900258307764e-21)
sum e = 0.006306449102771253
sum de = 5.019614878521812e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010542653666230773
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6390855395841075e-05,1.5885247387392229e-06,-9.43975661786932e-09)
sum a = (2.541098841762901e-18,1.0079692072326174e-18,-7.411538288475128e-21)
sum e = 0.006306349220353795
sum de = 5.02083764611235e-06
Info: CFL hydro = 0.011254216894294612 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011254216894294612 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.3534e+05 | 99886 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.65263839423756 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5318318505942499, dt = 0.011254216894294612 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99886 min = 99886 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99886 min = 99886 [LoadBalance][rank=0]
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 : 5.96 us (1.3%)
patch tree reduce : 1372.00 ns (0.3%)
gen split merge : 1202.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 427.33 us (95.6%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (9.205095778367982e-07,-3.7926302384172923e-07,-1.1594130657144414e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6400703043605825e-05,1.5842738652865485e-06,-9.698652426271522e-09)
sum a = (7.691059161069047e-19,-1.1672114013164259e-18,-2.117582368135751e-22)
sum e = 0.006304513980541765
sum de = 5.081641576131699e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01119821466281917
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639983309300093e-05,1.5861253775605052e-06,-9.433310368247139e-09)
sum a = (3.262770912823565e-18,-2.829090043829363e-19,-2.329340604949326e-21)
sum e = 0.006304401901245175
sum de = 5.084388179978353e-06
Info: CFL hydro = 0.011136559863573637 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011136559863573637 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.3576e+05 | 99878 | 1 | 7.357e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.07152163543287 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5430860674885445, dt = 0.011136559863573637 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99878 min = 99878 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99878 min = 99878 [LoadBalance][rank=0]
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 : 5.92 us (1.4%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 395.05 us (95.3%)
LB move op cnt : 0
LB apply : 3.31 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-5.569616421748718e-07,4.43521217130135e-08,-1.1954816355258836e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639795343908239e-05,1.587263252335346e-06,-9.720530652001097e-09)
sum a = (-3.049318610115481e-20,9.944166800765486e-19,-2.2234614865425384e-20)
sum e = 0.006303582982275598
sum de = 5.107879931123466e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011085674960355093
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6398639185387465e-05,1.5868120460662707e-06,-9.085186333585812e-09)
sum a = (8.571973426213519e-19,5.183841637196318e-19,-9.952637130238029e-21)
sum e = 0.006303473100843821
sum de = 5.109580350549705e-06
Info: CFL hydro = 0.011013244743983417 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011013244743983417 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.3466e+05 | 99874 | 1 | 7.417e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.056866598498104 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5542226273521181, dt = 0.011013244743983417 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99874 min = 99874 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99874 min = 99874 [LoadBalance][rank=0]
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 : 5.82 us (1.3%)
patch tree reduce : 1452.00 ns (0.3%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 416.15 us (95.6%)
LB move op cnt : 0
LB apply : 3.06 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-2.6600242680537167e-07,-1.3073917439773916e-07,3.4088260232802986e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6396715311369986e-05,1.5875742689639177e-06,-9.928529504912046e-09)
sum a = (8.097634975751111e-19,9.147955830346444e-19,-1.334076891925523e-20)
sum e = 0.0063026446977384526
sum de = 5.159466034569267e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01097970701336619
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6394537736105444e-05,1.586143964270931e-06,-9.436042176792028e-09)
sum a = (-1.328147661294743e-18,3.8116482626443515e-19,-1.207021949837378e-20)
sum e = 0.006302537651263789
sum de = 5.161318445929681e-06
Info: CFL hydro = 0.011210570102063921 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011210570102063921 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.3518e+05 | 99870 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.66410534184608 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5652358720961016, dt = 0.011210570102063921 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99870 min = 99870 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99870 min = 99870 [LoadBalance][rank=0]
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 : 6.72 us (1.6%)
patch tree reduce : 1263.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 387.82 us (95.0%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-6.209121710673762e-08,3.683821922526368e-07,-5.949115424314037e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6396920355024364e-05,1.5851615946247816e-06,-9.615774784289748e-09)
sum a = (9.385125055577648e-19,1.0503208545953324e-18,-2.7316812548951186e-20)
sum e = 0.006301971253608478
sum de = 5.102471154422308e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011164413970478093
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638525251008628e-05,1.5834577086167478e-06,-9.600213357240498e-09)
sum a = (7.589415207398531e-19,1.8177327048077285e-18,-3.197549375884984e-20)
sum e = 0.0063018598259484025
sum de = 5.1040760924165675e-06
Info: CFL hydro = 0.010388820635993144 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010388820635993144 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.3486e+05 | 99867 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.49960782686506 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5764464421981655, dt = 0.010388820635993144 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99867 min = 99867 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99867 min = 99867 [LoadBalance][rank=0]
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.93 us (1.3%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 822.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 452.64 us (95.8%)
LB move op cnt : 0
LB apply : 3.40 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (71.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-9.560618707988675e-08,2.0698436651985165e-06,2.0942011938243116e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9416437167164873 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637258896520162e-05,1.5881277037565405e-06,-9.331141024354793e-09)
sum a = (4.2351647362715017e-19,1.2654672231979247e-18,7.199780051661553e-21)
sum e = 0.006300273365179803
sum de = 5.0898054690040075e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010341884864454913
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6374599069206114e-05,1.5867852165401173e-06,-9.293095896216871e-09)
sum a = (7.962109704190423e-19,-1.7448878713438587e-19,8.258571235729428e-21)
sum e = 0.006300177907450546
sum de = 5.091992011357882e-06
Info: CFL hydro = 0.010324353698441204 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010324353698441204 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 | 9.0628e+04 | 99860 | 1 | 1.102e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 33.9420826154115 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5868352628341587, dt = 0.010324353698441204 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99860 min = 99860 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99860 min = 99860 [LoadBalance][rank=0]
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.18 us (1.3%)
patch tree reduce : 1452.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.2%)
LB compute : 457.81 us (95.9%)
LB move op cnt : 0
LB apply : 3.59 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (6.358993856582817e-09,-2.5530253806731044e-07,1.789421186148071e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637396358806234e-05,1.5871497720941123e-06,-9.191849661883008e-09)
sum a = (-2.290377089375628e-18,-2.219226321806267e-19,3.176373552203626e-20)
sum e = 0.006298825904170839
sum de = 5.178809837027281e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010270153437967233
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637380399874289e-05,1.5846720403853297e-06,-8.880332616201485e-09)
sum a = (-1.07742590890747e-18,-2.439454888092385e-19,2.9010878443459787e-20)
sum e = 0.006298732313281196
sum de = 5.180824593796848e-06
Info: CFL hydro = 0.010261691870353567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010261691870353567 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.3536e+05 | 99854 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.38383541673526 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.5971596165325999, dt = 0.010261691870353567 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99854 min = 99854 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99854 min = 99854 [LoadBalance][rank=0]
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 : 5.80 us (1.4%)
patch tree reduce : 1823.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 389.12 us (95.3%)
LB move op cnt : 0
LB apply : 3.08 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.470411434808084e-07,-2.8677487909905055e-08,7.681091956487437e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6372977964682674e-05,1.5849054840569768e-06,-9.252151650033016e-09)
sum a = (2.5648157642860214e-18,-5.47183283926278e-19,1.7575933655526732e-20)
sum e = 0.006298368898106866
sum de = 5.1678173609785985e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010217999652977707
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636920559893946e-05,1.5802616461681792e-06,-8.829126947174913e-09)
sum a = (7.250602028496811e-19,2.405573570202213e-19,1.6940658945086007e-20)
sum e = 0.0062982760938312295
sum de = 5.168954008243239e-06
Info: CFL hydro = 0.010200702362958412 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010200702362958412 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.3535e+05 | 99852 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.074370713081755 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6074213084029534, dt = 0.010200702362958412 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99852 min = 99852 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99852 min = 99852 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1764.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 419.92 us (95.5%)
LB move op cnt : 0
LB apply : 3.20 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (6.63793255496355e-07,7.158613467409705e-07,-1.3139207708552953e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636772478694137e-05,1.5803372276196761e-06,-9.037217475451713e-09)
sum a = (1.3349239248727773e-18,-1.1858461261560205e-20,-2.244637310223896e-20)
sum e = 0.006297186193190981
sum de = 5.221317472809699e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010153268184094757
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636826897626058e-05,1.5784206801617313e-06,-8.68328321255153e-09)
sum a = (2.710505431213761e-20,9.774760211314626e-19,-1.7152417181899582e-20)
sum e = 0.006297094952243739
sum de = 5.223027158435771e-06
Info: CFL hydro = 0.01104960811525024 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01104960811525024 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.3511e+05 | 99847 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.69163431069157 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6176220107659118, dt = 0.01104960811525024 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99847 min = 99847 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99847 min = 99847 [LoadBalance][rank=0]
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.40 us (1.4%)
patch tree reduce : 1342.00 ns (0.3%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1283.00 ns (0.3%)
LB compute : 439.31 us (95.7%)
LB move op cnt : 0
LB apply : 3.32 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.5911387018868798e-07,-8.068375561934113e-08,-4.075580477951546e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637914983132229e-05,1.5728065984791428e-06,-9.622465596769173e-09)
sum a = (-7.826584432629735e-19,9.859463506040056e-19,-8.046812998915853e-21)
sum e = 0.006296524786060098
sum de = 5.148939394720206e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011004364689043174
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63788320473656e-05,1.5777665561090358e-06,-9.775146315358989e-09)
sum a = (-3.049318610115481e-19,-3.5405977195229754e-19,-1.2281977735187355e-20)
sum e = 0.006296417176114701
sum de = 5.150331429052837e-06
Info: CFL hydro = 0.010960652319891847 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010960652319891847 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.3368e+05 | 99844 | 1 | 7.469e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.257690754788555 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6286716188811621, dt = 0.010960652319891847 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99844 min = 99844 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99844 min = 99844 [LoadBalance][rank=0]
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 : 5.90 us (1.4%)
patch tree reduce : 1443.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1203.00 ns (0.3%)
LB compute : 393.89 us (95.3%)
LB move op cnt : 0
LB apply : 3.64 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-1.1458524252950815e-06,-8.5663213284614e-08,1.0312612376903102e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63777306502905e-05,1.5794871520032626e-06,-9.353983199135656e-09)
sum a = (1.6940658945086007e-18,-3.2017845406212553e-19,1.6517142471458857e-20)
sum e = 0.0062948596605650175
sum de = 5.265858986425423e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010917931787901111
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637466640391063e-05,1.5771328547507537e-06,-9.350915336611103e-09)
sum a = (1.8566962203814263e-18,1.0655674476459098e-18,1.1434944787933055e-20)
sum e = 0.006294754867113418
sum de = 5.268226763821569e-06
Info: CFL hydro = 0.010874455209250681 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010874455209250681 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.3506e+05 | 99837 | 1 | 7.392e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.37785837965787 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6396322712010539, dt = 0.010874455209250681 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99837 min = 99837 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99837 min = 99837 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 417.31 us (95.6%)
LB move op cnt : 0
LB apply : 3.16 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (5.416559784666016e-08,4.94648674045498e-07,-2.1027707436398116e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6373162948044473e-05,1.5776748231479512e-06,-9.521661732511114e-09)
sum a = (1.1892342579450377e-18,4.87890977618477e-19,1.9481757786848908e-20)
sum e = 0.0062946684340429715
sum de = 5.226144622936945e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010832405236007526
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369019003515114e-05,1.5782395791183204e-06,-9.855205448625634e-09)
sum a = (8.571973426213519e-19,-2.778268066994105e-19,1.9058241313221758e-20)
sum e = 0.006294564544172397
sum de = 5.227138913113042e-06
Info: CFL hydro = 0.010790845571012316 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010790845571012316 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.3383e+05 | 99836 | 1 | 7.460e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.4796775984985 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6505067264103046, dt = 0.010790845571012316 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99836 min = 99836 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99836 min = 99836 [LoadBalance][rank=0]
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 : 5.83 us (1.4%)
patch tree reduce : 2.11 us (0.5%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 393.27 us (95.1%)
LB move op cnt : 0
LB apply : 3.61 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.40 us (73.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-3.751321532527086e-07,7.279297786290869e-07,-1.7844618215528436e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6367208563279845e-05,1.5788158923450224e-06,-9.091296963995942e-09)
sum a = (-3.7947076036992655e-19,1.6940658945086007e-20,-1.4399560103323106e-20)
sum e = 0.006293224193764145
sum de = 5.218471880910114e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010745998897616732
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6365597378716664e-05,1.57829767358695e-06,-9.255927447549723e-09)
sum a = (-5.116079001415974e-19,6.657678965418801e-19,-2.0752307207730358e-20)
sum e = 0.006293122117523746
sum de = 5.2206680603944595e-06
Info: CFL hydro = 0.010705794925531052 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010705794925531052 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.3497e+05 | 99830 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.52125471893324 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6612975719813169, dt = 0.010705794925531052 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99830 min = 99830 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99830 min = 99830 [LoadBalance][rank=0]
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.41 us (1.6%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 386.20 us (95.2%)
LB move op cnt : 0
LB apply : 3.07 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1994.00 ns (65.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-1.728834333296776e-07,2.9108115993239953e-07,1.3362636822801097e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6364474755146165e-05,1.5791163793554058e-06,-9.426762280542559e-09)
sum a = (5.996993266560446e-19,1.8634724839594607e-19,-4.870439446712227e-21)
sum e = 0.006292039206733545
sum de = 5.2453686919075355e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010663626871939716
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369874535143436e-05,1.5822715823966212e-06,-9.518537706607678e-09)
sum a = (1.0875903042745216e-18,-4.743384504624082e-19,-4.0234064994579266e-21)
sum e = 0.006291939064813922
sum de = 5.247165817855289e-06
Info: CFL hydro = 0.010579168089704634 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010579168089704634 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.3373e+05 | 99825 | 1 | 7.465e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.630681688027714 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6720033669068479, dt = 0.010579168089704634 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99825 min = 99825 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99825 min = 99825 [LoadBalance][rank=0]
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 : 5.41 us (1.2%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 440.40 us (95.9%)
LB move op cnt : 0
LB apply : 3.41 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-7.744739993254888e-07,-1.1102620279291574e-06,1.2001694226858183e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6369303463454875e-05,1.583490698933172e-06,-9.335364267633421e-09)
sum a = (1.0537089863843496e-18,1.7025362239811437e-18,1.079967007749233e-20)
sum e = 0.006291088137545161
sum de = 5.256224938886197e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010544275513756186
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636795131531312e-05,1.5800950845051847e-06,-9.308949628145043e-09)
sum a = (2.0599841277224584e-18,3.1509625637859973e-19,1.503483481376383e-20)
sum e = 0.0062909903521968435
sum de = 5.257816434360291e-06
Info: CFL hydro = 0.010554934294689892 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010554934294689892 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.3559e+05 | 99821 | 1 | 7.362e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.731017791082685 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6825825349965525, dt = 0.010554934294689892 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99821 min = 99821 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99821 min = 99821 [LoadBalance][rank=0]
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 : 5.42 us (1.1%)
patch tree reduce : 1633.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 476.89 us (96.2%)
LB move op cnt : 0
LB apply : 3.71 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (3.4531905432804345e-07,1.2035100038314354e-07,3.6372859282705805e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6367398488579724e-05,1.5798904507983334e-06,-9.374500647129468e-09)
sum a = (1.849919956803392e-18,-1.8465318250143747e-19,-2.752857078576476e-20)
sum e = 0.006290144587830766
sum de = 5.3377035154953e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010515060188390839
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6365953589904815e-05,1.5777641408669597e-06,-9.517854180206729e-09)
sum a = (1.463672932855431e-18,9.656175598699024e-20,-2.329340604949326e-20)
sum e = 0.0062900477820882995
sum de = 5.339321732244737e-06
Info: CFL hydro = 0.010470370236125888 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010470370236125888 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.3559e+05 | 99817 | 1 | 7.362e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.61407214247414 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.6931374692912424, dt = 0.010470370236125888 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99817 min = 99817 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99817 min = 99817 [LoadBalance][rank=0]
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 : 5.68 us (1.3%)
patch tree reduce : 1432.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1033.00 ns (0.2%)
LB compute : 425.12 us (95.5%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.36 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.0379422827665283e-07,2.601452736954916e-07,4.489267239086993e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636475707484344e-05,1.5781363127527063e-06,-9.189268119381125e-09)
sum a = (-1.2841019480375193e-18,8.267041565201971e-19,2.1175823681357508e-20)
sum e = 0.006289703525756275
sum de = 5.4305346879554016e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010421408598668786
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636487199685331e-05,1.5771545350809203e-06,-9.114476630396268e-09)
sum a = (-4.54009659728305e-19,4.845028458294598e-19,1.9058241313221758e-20)
sum e = 0.006289608441073536
sum de = 5.431677038138942e-06
Info: CFL hydro = 0.01038806914462458 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01038806914462458 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.1986e+05 | 99815 | 1 | 8.328e-01 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 45.26271096607803 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7036078395273683, dt = 0.01038806914462458 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99815 min = 99815 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99815 min = 99815 [LoadBalance][rank=0]
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.17 us (1.3%)
patch tree reduce : 1683.00 ns (0.3%)
gen split merge : 1032.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 469.88 us (96.0%)
LB move op cnt : 0
LB apply : 3.40 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-4.088364944239757e-09,-7.404072731053735e-08,-7.228386493185008e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636380524272984e-05,1.5775449023238226e-06,-9.372075186892837e-09)
sum a = (1.7414997395548415e-18,-3.7777669447541795e-19,-3.324604317973129e-20)
sum e = 0.006289255689675292
sum de = 5.523898822927817e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010345471425276807
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636453583450652e-05,1.5720832268981561e-06,-9.562945569183089e-09)
sum a = (-2.0328790734103208e-19,3.218725199566341e-20,-2.9857911390714087e-20)
sum e = 0.006289162053779716
sum de = 5.525029220106221e-06
Info: CFL hydro = 0.010307918497622543 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010307918497622543 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.3542e+05 | 99813 | 1 | 7.371e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.736370454300264 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7139959086719928, dt = 0.010307918497622543 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99813 min = 99813 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99813 min = 99813 [LoadBalance][rank=0]
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 : 5.72 us (1.3%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 971.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 931.00 ns (0.2%)
LB compute : 425.86 us (95.6%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (8.486629174479132e-07,-1.6076422622870726e-07,-6.683711438885192e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636347789570583e-05,1.57202410044057e-06,-8.929103322533248e-09)
sum a = (-1.0130514049161432e-18,-3.1848438816761693e-19,1.2705494208814505e-20)
sum e = 0.006288814956573822
sum de = 5.471564127270347e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010275599782925584
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635962383814303e-05,1.5741104440255119e-06,-9.341884484854743e-09)
sum a = (1.9651164376299768e-19,4.3198680309969317e-19,1.7152417181899582e-20)
sum e = 0.006288722075557246
sum de = 5.47261773601744e-06
Info: CFL hydro = 0.0104727274621873 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0104727274621873 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.3540e+05 | 99811 | 1 | 7.372e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.33824489483241 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7243038271696154, dt = 0.0104727274621873 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99811 min = 99811 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99811 min = 99811 [LoadBalance][rank=0]
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 : 5.73 us (1.4%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 1112.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 393.19 us (95.4%)
LB move op cnt : 0
LB apply : 3.12 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-6.114512508863441e-07,6.875917716505604e-07,-3.143240570772177e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6361158659991475e-05,1.573558909316772e-06,-9.484411677304237e-09)
sum a = (1.7618285302889447e-19,-1.48908392127306e-18,-3.3034284942917713e-20)
sum e = 0.006287370357807778
sum de = 5.378567608113144e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010439622549880942
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637527943111025e-05,1.5691116173053325e-06,-9.281562583262324e-09)
sum a = (1.5246593050577406e-19,-3.4728350837426314e-19,-2.6893296075324036e-20)
sum e = 0.006287274451128561
sum de = 5.380527951893922e-06
Info: CFL hydro = 0.01140974943992343 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01140974943992343 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.3507e+05 | 99805 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.022876792116314 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7347765546318027, dt = 0.01140974943992343 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99805 min = 99805 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99805 min = 99805 [LoadBalance][rank=0]
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.16 us (1.5%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 391.27 us (95.1%)
LB move op cnt : 0
LB apply : 3.67 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (7.188814319691214e-07,-2.6784697582319787e-06,-2.134691534584854e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63896612053479e-05,1.5613706374444129e-06,-1.0292082374922197e-08)
sum a = (1.3213713977167085e-18,-1.4230153513872246e-19,2.117582368135751e-22)
sum e = 0.006285462001286019
sum de = 5.347504605609595e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011366504100516091
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6395120104774154e-05,1.561033398776112e-06,-1.0388167804649427e-08)
sum a = (1.4602848010664138e-18,7.623296525288703e-19,5.293955920339377e-21)
sum e = 0.006285348564648116
sum de = 5.350070920750271e-06
Info: CFL hydro = 0.011310593358353096 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011310593358353096 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.3374e+05 | 99797 | 1 | 7.462e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.046762798564075 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7461863040717261, dt = 0.011310593358353096 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99797 min = 99797 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99797 min = 99797 [LoadBalance][rank=0]
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 : 5.88 us (1.4%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 394.09 us (95.3%)
LB move op cnt : 0
LB apply : 3.55 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-5.8067253692267274e-08,-1.2160819057520562e-06,3.207152385063257e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639500537467262e-05,1.5618168049877298e-06,-9.915417489099082e-09)
sum a = (3.045930478326464e-18,-1.3552527156068805e-18,-4.446922973085077e-21)
sum e = 0.006283768574652444
sum de = 5.387463730866189e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011262775426676173
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639134462716614e-05,1.5588432865139761e-06,-1.0135904296777397e-08)
sum a = (2.4530074152484538e-18,-6.657678965418801e-19,-2.964615315390051e-21)
sum e = 0.006283657699766405
sum de = 5.389826459921056e-06
Info: CFL hydro = 0.011212475301551268 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011212475301551268 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.3470e+05 | 99790 | 1 | 7.408e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.96327453696058 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7574968974300792, dt = 0.011212475301551268 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99790 min = 99790 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99790 min = 99790 [LoadBalance][rank=0]
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.64 us (1.6%)
patch tree reduce : 1643.00 ns (0.4%)
gen split merge : 1232.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 395.18 us (95.1%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.1204093270551034e-07,4.644169266619438e-07,1.1528429697562708e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638951829393104e-05,1.5594049602054653e-06,-1.0205299546931692e-08)
sum a = (9.385125055577648e-19,-1.0808140406964872e-18,-1.3552527156068805e-20)
sum e = 0.006283076217881414
sum de = 5.43413983025169e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011175013101910531
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638855387237169e-05,1.554212018013714e-06,-9.784882858224476e-09)
sum a = (-2.036267205199338e-18,-1.8905775382715984e-18,-1.376428539288238e-20)
sum e = 0.006282967628234379
sum de = 5.435748661516484e-06
Info: CFL hydro = 0.011115352241115449 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011115352241115449 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.3393e+05 | 99787 | 1 | 7.450e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.17753385932472 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7687093727316304, dt = 0.011115352241115449 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99787 min = 99787 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99787 min = 99787 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99787
max = 99787
avg = 99787
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.18 us (1.4%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 931.00 ns (0.2%)
LB compute : 407.60 us (95.4%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (6.655527714010132e-07,1.6644902990939091e-07,4.649354467472076e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638693261906371e-05,1.5545614073106584e-06,-1.0190636386664656e-08)
sum a = (-4.2351647362715017e-19,6.979551485375435e-19,-9.740878893424454e-21)
sum e = 0.0062821214522488815
sum de = 5.55111359911493e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011074491635119591
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6384650171862985e-05,1.5512780295921104e-06,-1.00330473883225e-08)
sum a = (-3.3203691532368573e-19,8.91078660511524e-19,-4.870439446712227e-21)
sum e = 0.0062820149553433425
sum de = 5.552965779298303e-06
Info: CFL hydro = 0.011020791962307626 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011020791962307626 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.3463e+05 | 99783 | 1 | 7.412e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.98800868454291 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7798247249727459, dt = 0.011020791962307626 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99783 min = 99783 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99783 min = 99783 [LoadBalance][rank=0]
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.00 us (1.5%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1033.00 ns (0.3%)
LB compute : 390.48 us (95.3%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.441478833597641e-07,3.619504944218833e-07,-2.367819222005211e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638303399048121e-05,1.5517563804564752e-06,-9.909970680744138e-09)
sum a = (1.7618285302889447e-19,-1.2400562347802957e-18,-7.835054762102278e-21)
sum e = 0.006281932548714382
sum de = 5.667512308719804e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010971868392238049
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638412270107065e-05,1.5528131432098784e-06,-1.0052771396110518e-08)
sum a = (1.3688052427629493e-18,-1.8634724839594607e-19,-4.235164736271502e-21)
sum e = 0.006281828155214054
sum de = 5.6686194741351834e-06
Info: CFL hydro = 0.0111209136176819 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0111209136176819 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.3503e+05 | 99782 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.69072812561148 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.7908455169350536, dt = 0.0111209136176819 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99782 min = 99782 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99782 min = 99782 [LoadBalance][rank=0]
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.27 us (1.5%)
patch tree reduce : 1493.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 404.89 us (95.4%)
LB move op cnt : 0
LB apply : 3.42 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.9773941827803297e-07,-2.8092334663978047e-07,-1.519730829139547e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638567845481622e-05,1.5522141388064698e-06,-9.940132939220623e-09)
sum a = (-9.317362419797304e-19,1.1214716221646936e-18,3.790472438962994e-20)
sum e = 0.006281761546150224
sum de = 5.70319290745829e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011090340954671495
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638924838581892e-05,1.547788367732623e-06,-9.769963688607596e-09)
sum a = (-2.4936649967166602e-18,3.9641141931501256e-19,3.451659260061274e-20)
sum e = 0.006281654816037784
sum de = 5.704251887141653e-06
Info: CFL hydro = 0.011000132161286567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011000132161286567 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.3457e+05 | 99781 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.993523361662106 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8019664305527354, dt = 0.011000132161286567 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99781 min = 99781 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99781 min = 99781 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99781
max = 99781
avg = 99781
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.27 us (1.3%)
patch tree reduce : 1382.00 ns (0.3%)
gen split merge : 1382.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 457.45 us (95.7%)
LB move op cnt : 0
LB apply : 3.42 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (5.466991992821517e-07,-7.294547746251658e-07,1.1012643363146582e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638786898912392e-05,1.5478396299835055e-06,-1.0173371018899201e-08)
sum a = (-2.0735366548785272e-18,2.710505431213761e-19,-8.258571235729428e-21)
sum e = 0.0062808173831348495
sum de = 5.709112044156093e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010963114990384994
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6391801879633966e-05,1.5431276642611717e-06,-1.0426826386033408e-08)
sum a = (-1.9244588561617704e-18,6.674619624363887e-19,-4.235164736271502e-21)
sum e = 0.00628071270470523
sum de = 5.710914562215219e-06
Info: CFL hydro = 0.010854007066374368 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010854007066374368 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.3511e+05 | 99777 | 1 | 7.385e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.62499410556222 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.812966562714022, dt = 0.010854007066374368 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99777 min = 99777 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99777 min = 99777 [LoadBalance][rank=0]
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 : 5.55 us (1.4%)
patch tree reduce : 1342.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.3%)
LB compute : 384.33 us (95.3%)
LB move op cnt : 0
LB apply : 3.46 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (7.38487733729825e-07,-8.270277679017715e-07,-3.108831327127095e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9412719757342551 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.639023545815373e-05,1.5437365569533188e-06,-9.571655292716449e-09)
sum a = (1.1926223897340549e-18,5.861467994999758e-19,-2.1387581918171084e-20)
sum e = 0.006279605956348547
sum de = 5.6826553302211054e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010814982442365726
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638996975634515e-05,1.542636164765386e-06,-9.541837094460173e-09)
sum a = (8.538092108323347e-19,1.2705494208814505e-18,-1.6940658945086007e-20)
sum e = 0.006279504005803472
sum de = 5.684514003524536e-06
Info: CFL hydro = 0.010713709865380887 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010713709865380887 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 | 9.0513e+04 | 99772 | 1 | 1.102e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 35.44830235597193 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8238205697803964, dt = 0.010713709865380887 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99772 min = 99772 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99772 min = 99772 [LoadBalance][rank=0]
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.33 us (1.5%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 393.29 us (95.3%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-4.674945701064719e-09,-7.819648660869966e-08,3.622528866147276e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6388132437270396e-05,1.5440377239951736e-06,-9.850706129148403e-09)
sum a = (6.539094352803199e-19,2.6291902682773483e-18,2.4352197233561135e-20)
sum e = 0.006278414225987143
sum de = 5.574934561787429e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010679206707804237
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63835444889893e-05,1.5477413356364738e-06,-9.319674999315563e-09)
sum a = (-2.507217523872729e-19,8.876905287225068e-19,2.4775713707188285e-20)
sum e = 0.006278314763052366
sum de = 5.576728955830795e-06
Info: CFL hydro = 0.010578853795944922 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010578853795944922 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.3593e+05 | 99767 | 1 | 7.340e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.55011904254785 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8345342796457773, dt = 0.010578853795944922 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99767 min = 99767 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99767 min = 99767 [LoadBalance][rank=0]
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 : 6.34 us (1.6%)
patch tree reduce : 1733.00 ns (0.4%)
gen split merge : 1172.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 389.12 us (95.2%)
LB move op cnt : 0
LB apply : 3.17 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (-1.0095668808075821e-06,6.524962863691901e-07,-2.711235698270505e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638109979834159e-05,1.5494906516910588e-06,-9.6940996731487e-09)
sum a = (-9.554531645028508e-19,-5.014435047745458e-19,-3.5998900258307764e-21)
sum e = 0.0062764767800619365
sum de = 5.634795537518216e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010551224589524219
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638051069627642e-05,1.5485972399940716e-06,-9.479842774566961e-09)
sum a = (1.8295911660692887e-19,-3.3881317890172014e-21,-4.446922973085077e-21)
sum e = 0.006276380632783061
sum de = 5.63721563815117e-06
Info: CFL hydro = 0.010449046572425154 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010449046572425154 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.3536e+05 | 99759 | 1 | 7.370e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.674930104013605 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8451131334417222, dt = 0.010449046572425154 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99759 min = 99759 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99759 min = 99759 [LoadBalance][rank=0]
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 : 5.88 us (1.4%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 391.19 us (95.3%)
LB move op cnt : 0
LB apply : 3.52 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.3570326095250596e-07,5.0426850277209655e-08,-3.0136381679106475e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6378652623467856e-05,1.5499133720566377e-06,-9.367989375155228e-09)
sum a = (-7.115076756936123e-20,-4.811147140404426e-19,-2.9857911390714087e-20)
sum e = 0.006276037350784778
sum de = 5.7282709065298335e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010406801885124849
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6377247650589e-05,1.5460593757517841e-06,-9.421868615586052e-09)
sum a = (-7.047314121155779e-19,-3.4558944247975454e-19,-3.451659260061274e-20)
sum e = 0.006275944001220171
sum de = 5.729402292331246e-06
Info: CFL hydro = 0.010323970989309615 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010323970989309615 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.3464e+05 | 99757 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.76872367409997 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8555621800141474, dt = 0.010323970989309615 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99757 min = 99757 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99757 min = 99757 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99757
max = 99757
avg = 99757
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.15 us (1.5%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1183.00 ns (0.3%)
LB compute : 385.75 us (95.1%)
LB move op cnt : 0
LB apply : 3.64 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.4553258495650803e-07,2.122795811484129e-07,-4.328279576885069e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637546299425718e-05,1.5469338952197646e-06,-9.187618759359565e-09)
sum a = (1.6398557858843255e-18,1.277325684459485e-18,-2.6893296075324036e-20)
sum e = 0.006275851616530632
sum de = 5.696807799517751e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010293968373249064
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637159794663893e-05,1.5443863096550684e-06,-9.587307382618011e-09)
sum a = (3.7947076036992655e-19,1.836367429647323e-18,-3.028142786434124e-20)
sum e = 0.0062757599370056654
sum de = 5.697728358046339e-06
Info: CFL hydro = 0.010817686698472426 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010817686698472426 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.3542e+05 | 99756 | 1 | 7.367e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.45217214606679 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.865886151003457, dt = 0.010817686698472426 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99756 min = 99756 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99756 min = 99756 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99756
max = 99756
avg = 99756
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.3%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 456.11 us (95.9%)
LB move op cnt : 0
LB apply : 3.47 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (2.2910467539479806e-07,6.670910247922712e-07,3.2934548226810537e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6377323043893935e-05,1.5393987065065759e-06,-9.69543075572897e-09)
sum a = (7.487771253728015e-19,4.3029273720518457e-19,-2.329340604949326e-21)
sum e = 0.006274669476880816
sum de = 5.716800805999052e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010784020624776661
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6378153231238233e-05,1.5408203853002226e-06,-9.82305986144394e-09)
sum a = (7.013432803265607e-19,-2.981555974335137e-19,-6.988021814847978e-21)
sum e = 0.006274569083364161
sum de = 5.718679971663607e-06
Info: CFL hydro = 0.010726289038514107 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010726289038514107 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.3519e+05 | 99751 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.780570468279656 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8767038377019294, dt = 0.010726289038514107 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99751 min = 99751 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99751 min = 99751 [LoadBalance][rank=0]
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.22 us (1.3%)
patch tree reduce : 1442.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.2%)
LB compute : 460.11 us (95.8%)
LB move op cnt : 0
LB apply : 3.63 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.845521664284959e-07,-2.6498697153133277e-07,-1.0300352846030617e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6377084796851845e-05,1.5418933778192151e-06,-9.787673378738249e-09)
sum a = (1.7957098481791167e-18,5.827586677109586e-19,1.1011428314305904e-20)
sum e = 0.0062740001449018735
sum de = 5.795145960426806e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010689017341170124
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6371862043910213e-05,1.54192138300429e-06,-9.822126885965441e-09)
sum a = (1.094366567852556e-18,-5.421010862427522e-20,1.164670302474663e-20)
sum e = 0.0062739019436851
sum de = 5.79660662331997e-06
Info: CFL hydro = 0.010636535704454478 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010636535704454478 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.3472e+05 | 99748 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.1513698323959 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.8874301267404435, dt = 0.010636535704454478 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99748 min = 99748 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99748 min = 99748 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99748
max = 99748
avg = 99748
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.3%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 466.33 us (96.0%)
LB move op cnt : 0
LB apply : 3.45 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.229030269373405e-07,8.24431608649169e-07,-2.5337850768900663e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6370062757897015e-05,1.543416879032257e-06,-9.619592139713855e-09)
sum a = (-1.4196272195982074e-18,-7.487771253728015e-19,1.9058241313221758e-21)
sum e = 0.006273556872804529
sum de = 5.801511876971089e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010609421150848276
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63710752816306e-05,1.546276370220002e-06,-9.846814800057012e-09)
sum a = (1.7313353441877899e-18,-4.70950318673391e-19,-4.235164736271502e-21)
sum e = 0.006273459800605752
sum de = 5.802779291553727e-06
Info: CFL hydro = 0.0105492649885886 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0105492649885886 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.3516e+05 | 99746 | 1 | 7.380e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.887283026652625 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.898066662444898, dt = 0.0105492649885886 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99746 min = 99746 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99746 min = 99746 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99746
max = 99746
avg = 99746
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.04 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 881.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.2%)
LB compute : 433.72 us (95.7%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-8.088302666335703e-07,-3.2165496114226487e-07,-7.485413798901749e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6370283782792314e-05,1.547542715134469e-06,-9.575718215285588e-09)
sum a = (3.7608262858090935e-19,2.0091621508872004e-18,-2.414043899674756e-20)
sum e = 0.006272604148057777
sum de = 5.819146141729402e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010519336756785718
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63694848628585e-05,1.5510527486845402e-06,-9.384945696308503e-09)
sum a = (-1.229891839413244e-18,-1.0842021724855044e-18,-2.0752307207730358e-20)
sum e = 0.006272508779677278
sum de = 5.820867866532678e-06
Info: CFL hydro = 0.010339742182379399 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010339742182379399 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.3353e+05 | 99742 | 1 | 7.469e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.84412409347461 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9086159274334865, dt = 0.010339742182379399 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99742 min = 99742 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99742 min = 99742 [LoadBalance][rank=0]
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 : 5.65 us (1.2%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 931.00 ns (0.2%)
LB compute : 437.51 us (95.7%)
LB move op cnt : 0
LB apply : 3.91 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (74.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-9.447530273133613e-07,-3.473237473927099e-08,-1.3224946769798786e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6366916287947585e-05,1.553492019305598e-06,-9.734503914481543e-09)
sum a = (1.2671612890924333e-18,-1.8973538018496328e-19,4.658681209898652e-21)
sum e = 0.006271664625025272
sum de = 5.874500090853032e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010315656467773441
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636642596977766e-05,1.5517947014182762e-06,-9.439759879661698e-09)
sum a = (1.395910297075087e-18,-2.104029840979682e-18,4.235164736271502e-21)
sum e = 0.006271573339286762
sum de = 5.875992027050833e-06
Info: CFL hydro = 0.010235096266784666 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010235096266784666 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.3536e+05 | 99738 | 1 | 7.368e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.51768983576357 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9189556696158659, dt = 0.010235096266784666 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99738 min = 99738 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99738 min = 99738 [LoadBalance][rank=0]
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.04 us (1.4%)
patch tree reduce : 1502.00 ns (0.3%)
gen split merge : 971.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 420.24 us (95.5%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.335322564507721e-08,-8.740375398583043e-09,-2.5382433173903882e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636511547780906e-05,1.5526575799519125e-06,-9.364947836266177e-09)
sum a = (2.710505431213761e-19,-1.2976544751935881e-18,3.790472438962994e-20)
sum e = 0.006271231946789677
sum de = 5.972570378526181e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010195278848180807
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636554623881341e-05,1.5491464256880706e-06,-9.308352033423787e-09)
sum a = (-8.029872339970767e-19,-1.1146953585866592e-18,4.044582323139284e-20)
sum e = 0.006271142854939563
sum de = 5.973709288629656e-06
Info: CFL hydro = 0.010134899303119027 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010134899303119027 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.3536e+05 | 99736 | 1 | 7.368e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.006600657775905 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9291907658826506, dt = 0.010134899303119027 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99736 min = 99736 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99736 min = 99736 [LoadBalance][rank=0]
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 : 5.82 us (1.4%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 389.52 us (95.3%)
LB move op cnt : 0
LB apply : 3.23 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.826775817081516e-07,-1.5629030093348177e-07,-2.799060271210449e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636434319421562e-05,1.549670496606032e-06,-9.270923692567108e-09)
sum a = (-3.8963515573697816e-19,2.1074179727686992e-18,1.6305384234645282e-20)
sum e = 0.006271034595296822
sum de = 5.925428790321589e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010107700700306884
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637010169386457e-05,1.5411387659252516e-06,-8.971416998842118e-09)
sum a = (1.7618285302889447e-18,1.799097979968134e-18,1.7575933655526732e-20)
sum e = 0.006270946559393135
sum de = 5.926385000860975e-06
Info: CFL hydro = 0.010251701600528252 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010251701600528252 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.3479e+05 | 99735 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.30904569433483 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9393256651857697, dt = 0.010251701600528252 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99735 min = 99735 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99735 min = 99735 [LoadBalance][rank=0]
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.22 us (1.3%)
patch tree reduce : 1533.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 931.00 ns (0.2%)
LB compute : 442.00 us (95.8%)
LB move op cnt : 0
LB apply : 3.25 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.5609290556791311e-06,-1.1383709396004857e-06,-7.68484739796779e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6372306090948895e-05,1.5387180823086126e-06,-9.315493203448039e-09)
sum a = (-9.961107459710572e-19,3.3881317890172014e-21,-3.1763735522036263e-21)
sum e = 0.006269845747871243
sum de = 5.959773770302921e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010226243719832474
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637220359323799e-05,1.5425661665408887e-06,-9.07387044562628e-09)
sum a = (1.887189406482581e-18,-5.082197683525802e-20,-5.293955920339377e-21)
sum e = 0.006269756191611327
sum de = 5.9614251842990036e-06
Info: CFL hydro = 0.011209528812514986 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011209528812514986 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.3557e+05 | 99730 | 1 | 7.356e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.16995686093295 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9495773667862979, dt = 0.011209528812514986 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99730 min = 99730 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99730 min = 99730 [LoadBalance][rank=0]
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.15 us (1.5%)
patch tree reduce : 1884.00 ns (0.5%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 384.10 us (95.1%)
LB move op cnt : 0
LB apply : 3.11 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-8.650737782958909e-07,-2.1272609006430452e-07,8.85567517988254e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638519668255377e-05,1.534053104920355e-06,-9.845848361912587e-09)
sum a = (-3.5575383784680614e-19,-8.300922883092143e-19,1.461131834013668e-20)
sum e = 0.006269170519334548
sum de = 6.02437763832691e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011173628756400416
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6389462150182306e-05,1.5318929179688407e-06,-9.049554283134118e-09)
sum a = (8.097634975751111e-19,3.015437292225309e-19,1.503483481376383e-20)
sum e = 0.006269063628160237
sum de = 6.025951104901712e-06
Info: CFL hydro = 0.011120940797451268 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011120940797451268 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.3428e+05 | 99727 | 1 | 7.427e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.33447190001042 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9607868955988129, dt = 0.011120940797451268 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99727 min = 99727 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99727 min = 99727 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99727
max = 99727
avg = 99727
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.12 us (1.5%)
patch tree reduce : 1452.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 394.50 us (95.4%)
LB move op cnt : 0
LB apply : 3.09 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (7.44923403159826e-08,-9.292703655047409e-07,-3.197733367379766e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638892786464161e-05,1.5327038176350786e-06,-9.953897364869879e-09)
sum a = (1.8295911660692887e-19,6.945670167485263e-19,-1.376428539288238e-20)
sum e = 0.006268479830233933
sum de = 6.1330440527602516e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011084685556754756
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6389030723189407e-05,1.5337362558292454e-06,-9.539216470011204e-09)
sum a = (-5.116079001415974e-19,1.2502206301473473e-18,-9.317362419797304e-21)
sum e = 0.006268374958405144
sum de = 6.134571886283223e-06
Info: CFL hydro = 0.011035150270623429 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011035150270623429 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.3512e+05 | 99724 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.24401869488193 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9719078363962642, dt = 0.011035150270623429 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99724 min = 99724 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99724 min = 99724 [LoadBalance][rank=0]
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 : 5.93 us (1.4%)
patch tree reduce : 1704.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 961.00 ns (0.2%)
LB compute : 412.18 us (95.5%)
LB move op cnt : 0
LB apply : 3.06 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.3723693360256734e-07,-2.3677350572938145e-07,2.7883079183424604e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638809221697056e-05,1.5349986635343393e-06,-9.389618901262853e-09)
sum a = (5.624298769768554e-19,1.128247885742728e-18,-1.8422966602781032e-20)
sum e = 0.006268299198833804
sum de = 6.207027711861052e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011006812226670845
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638391524296842e-05,1.5309382142342605e-06,-9.295052610116887e-09)
sum a = (1.1553529400548657e-18,6.437450399132683e-19,-1.4399560103323106e-20)
sum e = 0.006268195830045555
sum de = 6.208208765176143e-06
Info: CFL hydro = 0.01095133959450099 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01095133959450099 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.3495e+05 | 99723 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.75998018429775 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9829429866668876, dt = 0.01095133959450099 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99723 min = 99723 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99723 min = 99723 [LoadBalance][rank=0]
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 : 5.47 us (1.3%)
patch tree reduce : 1493.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 387.43 us (95.4%)
LB move op cnt : 0
LB apply : 3.06 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.51 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.8054578736692755e-07,6.464502082756981e-07,4.179800382057549e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.638211807397245e-05,1.5316150692021658e-06,-9.295646571277287e-09)
sum a = (-1.6398557858843255e-18,2.405573570202213e-18,1.8422966602781032e-20)
sum e = 0.006267856033030778
sum de = 6.163529007198136e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01092744228427343
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6377862844718926e-05,1.5314483218155959e-06,-9.991131197809535e-09)
sum a = (-6.437450399132683e-20,1.4094628242311558e-18,2.0752307207730358e-20)
sum e = 0.006267753580503051
sum de = 6.164876218011928e-06
Info: CFL hydro = 0.010831790717598636 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010831790717598636 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.3494e+05 | 99721 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.3487530261867 (tsim/hr) [sph::Model][rank=0]
---------------- t = 0.9938943262613886, dt = 0.010831790717598636 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99721 min = 99721 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99721 min = 99721 [LoadBalance][rank=0]
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 : 5.86 us (1.4%)
patch tree reduce : 1463.00 ns (0.4%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 388.85 us (95.4%)
LB move op cnt : 0
LB apply : 3.09 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-2.532810086896657e-07,6.891684377047608e-07,2.948899064779483e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637572117751688e-05,1.5331518333135454e-06,-9.272739152480501e-09)
sum a = (-6.810144895924575e-19,-1.0503208545953324e-19,-1.3129010682441655e-20)
sum e = 0.0062664284613996035
sum de = 6.199010811118822e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010794020379556664
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637250384783933e-05,1.5376970161873856e-06,-9.536864373785446e-09)
sum a = (-2.571592027864056e-18,9.486769009248164e-20,-1.9693516023662483e-20)
sum e = 0.006266328538441773
sum de = 6.2010496340854375e-06
Info: CFL hydro = 0.010718358370061722 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010718358370061722 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.3475e+05 | 99715 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.69552351607778 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0047261169789872, dt = 0.010718358370061722 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99715 min = 99715 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99715 min = 99715 [LoadBalance][rank=0]
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 : 6.29 us (1.4%)
patch tree reduce : 1442.00 ns (0.3%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1223.00 ns (0.3%)
LB compute : 423.03 us (95.6%)
LB move op cnt : 0
LB apply : 3.12 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.1525742559809153e-06,4.342028480084784e-07,4.528816645324317e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6370792577549826e-05,1.5397163708278669e-06,-9.518609192102551e-09)
sum a = (-1.009663273127126e-18,-1.4907779871675686e-19,1.9058241313221758e-20)
sum e = 0.00626575226672499
sum de = 6.2804173904583675e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010692116511509883
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.637091491817022e-05,1.5374138900149384e-06,-9.418071087921469e-09)
sum a = (7.047314121155779e-19,1.179069862577986e-18,2.0540548970916783e-20)
sum e = 0.0062656550239556675
sum de = 6.281802267866936e-06
Info: CFL hydro = 0.010608027719572876 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010608027719572876 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.3392e+05 | 99712 | 1 | 7.445e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.82565939434781 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0154444753490488, dt = 0.010608027719572876 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99712 min = 99712 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99712 min = 99712 [LoadBalance][rank=0]
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 : 5.53 us (1.4%)
patch tree reduce : 1343.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 384.54 us (95.3%)
LB move op cnt : 0
LB apply : 3.44 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.0421931179461468e-07,-1.0226253717729008e-07,1.4470822233358858e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636957402378418e-05,1.5384416928235104e-06,-9.264298086798158e-09)
sum a = (-1.0401564592282808e-18,1.043544591017298e-18,-1.079967007749233e-20)
sum e = 0.006265306894885066
sum de = 6.260963111036754e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010582487462820617
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636915755224713e-05,1.5315689682354556e-06,-9.320970320166706e-09)
sum a = (-1.2434443665693129e-18,1.6601845766184287e-19,-5.717472393966527e-21)
sum e = 0.006265211104440265
sum de = 6.262247339931155e-06
Info: CFL hydro = 0.010500662312144754 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010500662312144754 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.3491e+05 | 99710 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.67028632315803 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0260525030686216, dt = 0.010500662312144754 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99710 min = 99710 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99710 min = 99710 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99710
max = 99710
avg = 99710
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.06 us (1.5%)
patch tree reduce : 1714.00 ns (0.4%)
gen split merge : 902.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 386.94 us (95.2%)
LB move op cnt : 0
LB apply : 3.26 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.081493589017651e-06,8.26426113135863e-09,3.4043437418364906e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63677819017011e-05,1.5320027369588562e-06,-9.232507104406683e-09)
sum a = (-3.015437292225309e-19,-4.946672411965114e-19,-1.122318655111948e-20)
sum e = 0.006264109466283031
sum de = 6.355690493120096e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010467192766142126
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6366497984852976e-05,1.5336682776669574e-06,-9.310005247390835e-09)
sum a = (-2.0769247866675444e-18,-6.030874584450618e-19,-1.249373597200093e-20)
sum e = 0.006264016321508036
sum de = 6.35744907117656e-06
Info: CFL hydro = 0.010396734456411679 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010396734456411679 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.3318e+05 | 99705 | 1 | 7.487e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.492543697035664 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0365531653807665, dt = 0.010396734456411679 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99705 min = 99705 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99705 min = 99705 [LoadBalance][rank=0]
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 : 6.13 us (1.4%)
patch tree reduce : 1803.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 412.13 us (95.4%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.36 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.907439632603861e-07,7.144234898215664e-08,-8.309389919939384e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6365220454525356e-05,1.5351433148093435e-06,-9.065489575141627e-09)
sum a = (3.7269449679189215e-20,-1.4907779871675686e-19,2.2234614865425384e-20)
sum e = 0.0062639285799642635
sum de = 6.344246311612988e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010374900829609643
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636095996069985e-05,1.5357817815176113e-06,-9.077907842109837e-09)
sum a = (8.267041565201971e-19,-1.4535085374883794e-18,2.1175823681357508e-20)
sum e = 0.006263836809917828
sum de = 6.345271009976729e-06
Info: CFL hydro = 0.010597892265196498 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010597892265196498 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.3524e+05 | 99704 | 1 | 7.372e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.769559791954244 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0469498998371782, dt = 0.010597892265196498 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99704 min = 99704 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99704 min = 99704 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99704
max = 99704
avg = 99704
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.4%)
patch tree reduce : 1513.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 418.47 us (95.7%)
LB move op cnt : 0
LB apply : 3.19 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-4.23368204192484e-07,6.666034949732319e-07,1.1747136663382436e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63627173419844e-05,1.5339816758606826e-06,-9.37676747418807e-09)
sum a = (2.439454888092385e-19,1.1180834903756764e-19,-8.470329472543003e-21)
sum e = 0.006262998360593035
sum de = 6.343144700029377e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01056761972733505
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635806874427284e-05,1.5290623572896336e-06,-9.60201596276696e-09)
sum a = (5.116079001415974e-19,5.082197683525802e-19,-1.0587911840678754e-20)
sum e = 0.006262903234591146
sum de = 6.3447587778983865e-06
Info: CFL hydro = 0.010534317731742444 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010534317731742444 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.3455e+05 | 99700 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.49016901139789 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0575477921023748, dt = 0.010534317731742444 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99700 min = 99700 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99700 min = 99700 [LoadBalance][rank=0]
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 : 5.95 us (1.5%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 385.19 us (95.2%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (6.144558856101275e-07,8.409707074880689e-07,-8.75693241631297e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635662679292518e-05,1.5293139422266396e-06,-9.150699366589765e-09)
sum a = (1.0130514049161432e-18,7.521652571618187e-19,-2.541098841762901e-21)
sum e = 0.00626207033512214
sum de = 6.398548177352559e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010515736410822943
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6351954407598136e-05,1.5347052649183204e-06,-9.15396059726063e-09)
sum a = (6.301925127571995e-19,-8.605854744103691e-19,-4.235164736271502e-21)
sum e = 0.006261976538631241
sum de = 6.4001945112472254e-06
Info: CFL hydro = 0.010472191055202062 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010472191055202062 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.3488e+05 | 99696 | 1 | 7.392e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.30641224964987 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0680821098341173, dt = 0.010472191055202062 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99696 min = 99696 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99696 min = 99696 [LoadBalance][rank=0]
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 : 5.91 us (1.4%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.3%)
LB compute : 390.34 us (95.3%)
LB move op cnt : 0
LB apply : 2.99 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.2454065996828429e-06,7.532754250499804e-07,-1.8150736775495413e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635102760558239e-05,1.5362422786522256e-06,-9.382423729949856e-09)
sum a = (2.371692252312041e-18,-4.336808689942018e-19,2.1175823681357508e-20)
sum e = 0.006261386921432105
sum de = 6.352020332138442e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010454291852403224
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635119388218906e-05,1.5358623412617354e-06,-9.225824207331566e-09)
sum a = (-1.9312351197398048e-19,-4.2351647362715017e-19,2.0752307207730358e-20)
sum e = 0.0062612938169821645
sum de = 6.3533727125385945e-06
Info: CFL hydro = 0.01041143523504571 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01041143523504571 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.3494e+05 | 99693 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.03019150129538 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0785543008893195, dt = 0.01041143523504571 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99693 min = 99693 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99693 min = 99693 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99693
max = 99693
avg = 99693
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.87 us (1.4%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 871.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 415.24 us (95.6%)
LB move op cnt : 0
LB apply : 3.12 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-2.3246989388119108e-07,-1.71164019260764e-07,2.5319942050463575e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6350555699464975e-05,1.5367460250745461e-06,-9.315488784444966e-09)
sum a = (-2.710505431213761e-20,3.3881317890172014e-21,4.573977915173222e-20)
sum e = 0.0062599306159263875
sum de = 6.298360453876627e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010383624900572923
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63496299324285e-05,1.533992326305686e-06,-9.462326580006658e-09)
sum a = (9.147955830346444e-20,1.8736368793265124e-18,4.573977915173222e-20)
sum e = 0.0062598386071072145
sum de = 6.30040730584137e-06
Info: CFL hydro = 0.010352009471472013 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010352009471472013 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.3515e+05 | 99687 | 1 | 7.376e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.81418312908458 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0889657361243652, dt = 0.010352009471472013 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99687 min = 99687 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99687 min = 99687 [LoadBalance][rank=0]
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.21 us (1.4%)
patch tree reduce : 1343.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 408.21 us (95.3%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (3.57226479292971e-07,5.8017214306724307e-08,2.9849211559042035e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634908767672658e-05,1.5343535871550498e-06,-9.00065067014522e-09)
sum a = (1.0570971181733668e-18,1.3688052427629493e-18,2.159934015498466e-20)
sum e = 0.006258477196943391
sum de = 6.381988792428834e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010327128037157128
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634737782904131e-05,1.5375455254726062e-06,-9.396971344445725e-09)
sum a = (1.0130514049161432e-18,-5.421010862427522e-20,2.668153783851046e-20)
sum e = 0.006258387129956574
sum de = 6.383933773435521e-06
Info: CFL hydro = 0.010290494744064436 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010290494744064436 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.3510e+05 | 99681 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.50873319785947 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.0993177455958372, dt = 0.010290494744064436 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99681 min = 99681 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99681 min = 99681 [LoadBalance][rank=0]
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.04 us (1.5%)
patch tree reduce : 1482.00 ns (0.4%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 387.22 us (95.2%)
LB move op cnt : 0
LB apply : 3.27 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.036535555537442e-07,1.4139105664993427e-07,3.729871870735735e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634686160952679e-05,1.5388549298813133e-06,-8.8176335486615e-09)
sum a = (1.8126505071242027e-18,2.371692252312041e-20,-7.199780051661553e-21)
sum e = 0.006258035416533026
sum de = 6.28177904742598e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010267010028308756
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634521228535133e-05,1.5404923961402194e-06,-9.404619383455195e-09)
sum a = (1.145188544687814e-18,-1.782157321023048e-18,-7.623296525288703e-21)
sum e = 0.006257945525636266
sum de = 6.282962855098506e-06
Info: CFL hydro = 0.010198816514702011 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010198816514702011 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.3514e+05 | 99679 | 1 | 7.376e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.22645999296525 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1096082403399017, dt = 0.010198816514702011 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99679 min = 99679 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99679 min = 99679 [LoadBalance][rank=0]
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 : 5.60 us (1.2%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 429.32 us (95.8%)
LB move op cnt : 0
LB apply : 3.43 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-5.862421495272996e-07,1.1723722144967992e-07,1.2774820349944812e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634405820623797e-05,1.541723509540217e-06,-8.925319398171e-09)
sum a = (-1.5924219408380846e-19,-1.463672932855431e-18,4.446922973085077e-21)
sum e = 0.006256594855489171
sum de = 6.234680709463313e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01017679288928339
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634597384105846e-05,1.547112399297493e-06,-9.0245081253126e-09)
sum a = (-9.452887691357992e-19,-8.978549240895584e-19,5.929230630780102e-21)
sum e = 0.006256507021831782
sum de = 6.236470889751242e-06
Info: CFL hydro = 0.01010963428043643 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01010963428043643 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.3503e+05 | 99673 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.73940827938544 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1198070568546037, dt = 0.01010963428043643 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99673 min = 99673 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99673 min = 99673 [LoadBalance][rank=0]
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.22 us (1.2%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 832.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 484.60 us (96.2%)
LB move op cnt : 0
LB apply : 3.59 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-1.2510459545613014e-06,-5.447053937809438e-07,1.1445824454567567e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634515869613973e-05,1.5490480647757125e-06,-9.156903175303103e-09)
sum a = (6.403569081242511e-19,-6.403569081242511e-19,-1.3129010682441655e-20)
sum e = 0.006255400631802645
sum de = 6.279018366260666e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010091607751430904
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634696880492778e-05,1.5442292986600823e-06,-8.949770864879875e-09)
sum a = (-3.015437292225309e-19,-1.968504569418994e-18,-1.9481757786848908e-20)
sum e = 0.006255314975834945
sum de = 6.280720210719915e-06
Info: CFL hydro = 0.010022859987062696 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010022859987062696 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.3464e+05 | 99668 | 1 | 7.402e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.166766364917414 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.12991669113504, dt = 0.010022859987062696 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99668 min = 99668 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99668 min = 99668 [LoadBalance][rank=0]
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 : 5.67 us (1.1%)
patch tree reduce : 1533.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 476.48 us (96.1%)
LB move op cnt : 0
LB apply : 3.79 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (6.827762178824771e-07,-4.241042704796796e-07,-8.827367592846315e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634632069710114e-05,1.5446193903175076e-06,-8.941056365616152e-09)
sum a = (-2.676624113323589e-19,-9.181837148236616e-19,2.0752307207730358e-20)
sum e = 0.006254970491712991
sum de = 6.230111684808611e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010004356371098637
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6345732565852995e-05,1.5423778980307218e-06,-8.763653072663565e-09)
sum a = (8.944667923005412e-19,-1.6263032587282567e-19,1.6093625997831706e-20)
sum e = 0.00625488589649938
sum de = 6.231198409757313e-06
Info: CFL hydro = 0.009938385221323964 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.009938385221323964 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.3463e+05 | 99666 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.74096996534351 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1399395511221027, dt = 0.009938385221323964 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99666 min = 99666 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99666 min = 99666 [LoadBalance][rank=0]
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.00 us (1.5%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 392.71 us (95.4%)
LB move op cnt : 0
LB apply : 3.30 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (2.9895810043711507e-07,-8.994240896284395e-10,3.503591930957581e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6344735830363806e-05,1.5432498593508457e-06,-8.751316965345905e-09)
sum a = (4.2012834183813297e-19,-5.082197683525802e-19,1.4823076576950256e-20)
sum e = 0.006253792736452429
sum de = 6.355406349373724e-06
Info: CFL hydro = 0.019712274645654514 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.019712274645654514 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.6159e+05 | 99661 | 1 | 6.167e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.01209074225044 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1498779363434266, dt = 0.019712274645654514 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99661 min = 99661 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99661 min = 99661 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 424.90 us (95.7%)
LB move op cnt : 0
LB apply : 3.43 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.94 us (66.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.644996070028243e-05,1.440127827572476e-06,-1.5533579566227596e-08)
sum a = (8.843023969334896e-19,-9.452887691357992e-19,-4.256340559952859e-20)
sum e = 0.006254161608026962
sum de = 6.167766639268267e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.019688605333941307
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.645261464755801e-05,1.4392655022222965e-06,-1.593148445938196e-08)
sum a = (8.809142651444724e-19,-2.846030702774449e-19,-4.1081097941833566e-20)
sum e = 0.00625383399872838
sum de = 6.1714288804799454e-06
Info: CFL hydro = 0.013433507224508362 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013433507224508362 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.3320e+05 | 99661 | 1 | 7.482e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 94.84248175587648 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1695902109890812, dt = 0.013433507224508362 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99661 min = 99661 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99661 min = 99661 [LoadBalance][rank=0]
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.31 us (1.6%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.3%)
LB compute : 384.81 us (95.1%)
LB move op cnt : 0
LB apply : 3.09 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 6e-06 vel (-2.7847427805797807e-07,-4.951957376323745e-07,3.490455807481513e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63845331254614e-05,1.5053620620652163e-06,-1.0889043990241585e-08)
sum a = (6.301925127571995e-19,1.2874900798265365e-19,4.446922973085077e-21)
sum e = 0.006251022903769074
sum de = 6.066987783755137e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013415386328945126
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636916052520462e-05,1.5042595240878596e-06,-1.1204199387358417e-08)
sum a = (1.0977546996415732e-18,-1.2671612890924333e-18,2.541098841762901e-21)
sum e = 0.006250870906593977
sum de = 6.07151294683391e-06
Info: CFL hydro = 0.011304189105119551 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011304189105119551 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.3413e+05 | 99649 | 1 | 7.430e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.09255655863255 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1830237182135896, dt = 0.011304189105119551 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99649 min = 99649 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99649 min = 99649 [LoadBalance][rank=0]
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 : 5.92 us (1.4%)
patch tree reduce : 1412.00 ns (0.3%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 391.50 us (95.4%)
LB move op cnt : 0
LB apply : 3.58 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (-2.3766529230667633e-07,2.0571139325161907e-06,-1.822631299353825e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634647711777006e-05,1.5271987111820092e-06,-9.591894612671117e-09)
sum a = (2.1582399496039573e-18,3.6591823321385775e-19,-6.776263578034403e-21)
sum e = 0.006249026579616861
sum de = 6.081354113716394e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011286914871106333
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634689411889305e-05,1.5206054843665436e-06,-9.71407746228286e-09)
sum a = (1.5449880957918438e-18,-2.608861477543245e-19,-8.682087709356578e-21)
sum e = 0.006248919739590383
sum de = 6.083844568946108e-06
Info: CFL hydro = 0.010486309800229944 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010486309800229944 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.3475e+05 | 99641 | 1 | 7.395e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.03271194760629 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.1943279073187092, dt = 0.010486309800229944 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99641 min = 99641 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99641 min = 99641 [LoadBalance][rank=0]
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.35 us (1.4%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 422.56 us (95.4%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (9.234845393259514e-07,4.040651121519928e-10,1.8904511237597267e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633878494528292e-05,1.5290280772907824e-06,-9.115282336232908e-09)
sum a = (5.082197683525802e-20,-5.963111948670274e-19,-3.049318610115481e-20)
sum e = 0.006248068709035577
sum de = 6.114271477924002e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010473033065750106
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633976179062549e-05,1.5279290171439523e-06,-8.744217986063038e-09)
sum a = (9.41900637346782e-19,-4.336808689942018e-19,-2.922263668027336e-20)
sum e = 0.006247977113160884
sum de = 6.115812538980303e-06
Info: CFL hydro = 0.010180412400983255 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010180412400983255 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.3391e+05 | 99637 | 1 | 7.441e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.73517283573148 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.204814217118939, dt = 0.010180412400983255 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99637 min = 99637 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99637 min = 99637 [LoadBalance][rank=0]
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 : 5.98 us (1.4%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 1122.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 418.26 us (95.5%)
LB move op cnt : 0
LB apply : 3.27 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.0446775513120653e-07,-3.168835775896024e-07,-9.376886976570886e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6336878649511843e-05,1.5311624392448362e-06,-8.928535726763051e-09)
sum a = (-9.486769009248164e-19,2.2836008257975937e-18,1.9058241313221758e-21)
sum e = 0.006247365594785509
sum de = 6.06974253261378e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010187657522183676
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6335744036167864e-05,1.5254470294231049e-06,-8.594959068599758e-09)
sum a = (-2.202285662861181e-19,5.759824041329242e-19,3.3881317890172014e-21)
sum e = 0.006247278993207361
sum de = 6.071104506177138e-06
Info: CFL hydro = 0.0100451959198296 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0100451959198296 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.3445e+05 | 99634 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.45707552235461 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2149946295199223, dt = 0.0100451959198296 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99634 min = 99634 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99634 min = 99634 [LoadBalance][rank=0]
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 : 5.99 us (1.3%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.2%)
LB compute : 443.74 us (95.7%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (9.50201126866407e-07,1.2157545330688015e-07,-5.925347921846872e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6334140313962164e-05,1.5262909968807686e-06,-8.522657013493582e-09)
sum a = (-1.1350241493207625e-18,-5.89534931288993e-19,-1.2281977735187355e-20)
sum e = 0.006246169949237088
sum de = 6.137056293573325e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010026517009408584
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63336305399158e-05,1.5256165427124101e-06,-8.622799388436203e-09)
sum a = (-1.6872896309305663e-18,-8.538092108323347e-19,-1.0376153603865179e-20)
sum e = 0.006246086283063712
sum de = 6.138699489696643e-06
Info: CFL hydro = 0.010122542736306318 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010122542736306318 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.3468e+05 | 99629 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.88678856087324 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2250398254397519, dt = 0.010122542736306318 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99629 min = 99629 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99629 min = 99629 [LoadBalance][rank=0]
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 : 5.74 us (1.4%)
patch tree reduce : 1833.00 ns (0.4%)
gen split merge : 881.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 391.20 us (95.2%)
LB move op cnt : 0
LB apply : 3.51 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (66.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.3903710408486564e-08,-2.319055284242548e-08,6.797217549461946e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633434508552238e-05,1.5247385770649933e-06,-8.268529560791363e-09)
sum a = (-4.845028458294598e-19,-1.1892342579450377e-18,1.5246593050577406e-20)
sum e = 0.006245714555237705
sum de = 6.1919422176886455e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01010563588182175
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633377940514797e-05,1.5221361992498323e-06,-8.38271480944202e-09)
sum a = (-9.961107459710572e-19,-2.185345003916095e-18,1.2705494208814505e-20)
sum e = 0.0062456295799056
sum de = 6.19311743376786e-06
Info: CFL hydro = 0.010944613558365558 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010944613558365558 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.3469e+05 | 99627 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.26663334510325 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2351623681760582, dt = 0.010944613558365558 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99627 min = 99627 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99627 min = 99627 [LoadBalance][rank=0]
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 : 5.79 us (1.1%)
patch tree reduce : 1332.00 ns (0.3%)
gen split merge : 901.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1073.00 ns (0.2%)
LB compute : 502.92 us (96.3%)
LB move op cnt : 0
LB apply : 3.51 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.72 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.306728515067387e-07,-1.3587009413083225e-08,5.355824295561338e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634173163481058e-05,1.511862876529207e-06,-8.949369717180545e-09)
sum a = (5.319366908757006e-19,6.369687763352339e-19,8.470329472543003e-21)
sum e = 0.00624528636145002
sum de = 6.219912183798538e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010922502476022302
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6338358745705305e-05,1.5129443743689461e-06,-8.615850431334496e-09)
sum a = (9.9272261418204e-19,6.877907531704919e-19,7.411538288475128e-21)
sum e = 0.006245186984766519
sum de = 6.221247641009224e-06
Info: CFL hydro = 0.01084067413837541 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01084067413837541 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.3438e+05 | 99625 | 1 | 7.414e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.14606361284807 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2461069817344237, dt = 0.01084067413837541 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99625 min = 99625 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99625 min = 99625 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99625
max = 99625
avg = 99625
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.23 us (1.5%)
patch tree reduce : 1553.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 398.48 us (95.2%)
LB move op cnt : 0
LB apply : 3.58 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (66.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.056555329517176e-07,4.3117438903403156e-07,7.688868474141467e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6336953466573515e-05,1.514694457139922e-06,-8.985725941934128e-09)
sum a = (1.1858461261560205e-19,3.9302328752599536e-19,1.5670109524204556e-20)
sum e = 0.006244591302615721
sum de = 6.207509383872942e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010827846924145986
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6334945267890215e-05,1.5091749861932146e-06,-9.172125527906774e-09)
sum a = (1.3891340334970526e-19,3.8285889215894375e-19,1.291725244562808e-20)
sum e = 0.006244493646602783
sum de = 6.2090060089336175e-06
Info: CFL hydro = 0.01083907367497788 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01083907367497788 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.3455e+05 | 99622 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.708788612942335 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.256947655872799, dt = 0.01083907367497788 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99622 min = 99622 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99622 min = 99622 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99622
max = 99622
avg = 99622
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.30 us (1.5%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 387.58 us (95.2%)
LB move op cnt : 0
LB apply : 3.56 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (7.629014053383821e-07,3.0525628327508505e-07,2.0664711289086075e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633446207708884e-05,1.508825622306253e-06,-8.682061685334418e-09)
sum a = (1.5788694136820158e-18,-2.879912020664621e-19,-1.7999450129153882e-20)
sum e = 0.006243641453690896
sum de = 6.175727840683551e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010832056329370994
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633145995173333e-05,1.5020559150286804e-06,-8.452829383162016e-09)
sum a = (7.115076756936123e-19,6.539094352803199e-19,-2.0328790734103208e-20)
sum e = 0.006243543777430873
sum de = 6.177350383801043e-06
Info: CFL hydro = 0.010742208999544782 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010742208999544782 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.3445e+05 | 99618 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.66287938923444 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.267786729547777, dt = 0.010742208999544782 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99618 min = 99618 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99618 min = 99618 [LoadBalance][rank=0]
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 : 5.65 us (1.2%)
patch tree reduce : 1512.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 961.00 ns (0.2%)
LB compute : 436.19 us (95.8%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.0726515320467785e-06,5.035422153293156e-07,1.9528408966907464e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6330078658523324e-05,1.5025708160129908e-06,-8.511164246038774e-09)
sum a = (6.606856988583543e-19,1.9312351197398048e-19,-1.122318655111948e-20)
sum e = 0.006242454684951049
sum de = 6.218996934282984e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010723298906251547
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6335262362187717e-05,1.5073300039718429e-06,-8.45731024613374e-09)
sum a = (1.531435568635775e-18,-3.8624702394796095e-19,-1.418780186650953e-20)
sum e = 0.006242359170394267
sum de = 6.220769213118933e-06
Info: CFL hydro = 0.010648452346234214 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010648452346234214 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.3513e+05 | 99613 | 1 | 7.372e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.45890058527072 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.2785289385473217, dt = 0.010648452346234214 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99613 min = 99613 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99613 min = 99613 [LoadBalance][rank=0]
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.22 us (1.5%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1041.00 ns (0.3%)
LB compute : 395.17 us (95.4%)
LB move op cnt : 0
LB apply : 3.26 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-9.423704895514077e-07,-1.180567253019567e-06,8.260813527386185e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.633545995795238e-05,1.5091153592474963e-06,-8.19682074996137e-09)
sum a = (-4.70950318673391e-19,-4.70950318673391e-19,2.752857078576476e-21)
sum e = 0.006241750228019109
sum de = 6.093193984643827e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010635359025110518
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632298489561428e-05,1.5087263288787893e-06,-8.382396165712555e-09)
sum a = (-3.7269449679189215e-20,3.4558944247975454e-19,4.0234064994579266e-21)
sum e = 0.006241655594238628
sum de = 6.0946771700841276e-06
Info: CFL hydro = 0.011005634256118736 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011005634256118736 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.3413e+05 | 99610 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.61897126460673 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.289177390893556, dt = 0.011005634256118736 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99610 min = 99610 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99610 min = 99610 [LoadBalance][rank=0]
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 : 5.87 us (1.4%)
patch tree reduce : 1283.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 393.55 us (95.4%)
LB move op cnt : 0
LB apply : 3.35 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (-3.010278935918429e-07,2.0244306327954133e-06,1.5717535992401555e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.63243253888245e-05,1.504520790555796e-06,-8.659810326633823e-09)
sum a = (1.887189406482581e-18,9.486769009248164e-20,-3.705769144237564e-20)
sum e = 0.006239816381123762
sum de = 6.1609982692963365e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010989858673676656
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632241604990474e-05,1.5067944067445445e-06,-8.516861570370462e-09)
sum a = (2.7477748808929503e-18,3.4897757426877174e-19,-3.7692966152816365e-20)
sum e = 0.006239716384908203
sum de = 6.1632938123151495e-06
Info: CFL hydro = 0.010905999080708172 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010905999080708172 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.3468e+05 | 99602 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.57319191716481 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3001830251496747, dt = 0.010905999080708172 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99602 min = 99602 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99602 min = 99602 [LoadBalance][rank=0]
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.09 us (1.4%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 782.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 419.01 us (95.6%)
LB move op cnt : 0
LB apply : 3.03 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-6.382368976402513e-07,2.573460721361409e-07,-3.4192770741969115e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632143942916262e-05,1.508571041557095e-06,-8.472338753646539e-09)
sum a = (-3.9641141931501256e-19,-5.353248226647178e-19,7.411538288475128e-21)
sum e = 0.006239377596025697
sum de = 6.087772226702063e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010900390985676661
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6316748955192496e-05,1.4997882367329212e-06,-8.541935919974528e-09)
sum a = (9.16489648929153e-19,-1.2536087619363645e-19,6.988021814847978e-21)
sum e = 0.006239278963559958
sum de = 6.089050838953482e-06
Info: CFL hydro = 0.010809606008648652 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010809606008648652 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.3412e+05 | 99600 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.8674879574072 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3110890242303828, dt = 0.010809606008648652 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99600 min = 99600 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99600 min = 99600 [LoadBalance][rank=0]
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.32 us (1.6%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 1273.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 387.07 us (95.2%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (1.341040099094949e-06,8.006779578049369e-07,2.3315362587508945e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631525619727528e-05,1.500061120746694e-06,-8.341993175289403e-09)
sum a = (-4.1335207826009857e-19,-9.24959978401696e-19,2.4775713707188285e-20)
sum e = 0.00623794047329441
sum de = 6.059452478735788e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010796054604211984
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630999676067507e-05,1.4969722686386705e-06,-7.88559551354412e-09)
sum a = (-9.029371217730842e-19,-4.946672411965114e-19,2.2234614865425384e-20)
sum e = 0.006237843765660288
sum de = 6.06141486414878e-06
Info: CFL hydro = 0.010717016907533286 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010717016907533286 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.3451e+05 | 99594 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.55699211861263 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3218986302390314, dt = 0.010717016907533286 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99594 min = 99594 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99594 min = 99594 [LoadBalance][rank=0]
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.19 us (1.5%)
patch tree reduce : 1252.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 396.30 us (95.3%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (4.598360426333987e-07,8.791262603209978e-07,-9.23120712974336e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6308399319858854e-05,1.4982782850100818e-06,-8.477273972747077e-09)
sum a = (-5.624298769768554e-19,-7.148958074826295e-19,-1.1011428314305904e-20)
sum e = 0.006236721561357868
sum de = 6.024837096824772e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010709206527016363
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6302120029260394e-05,1.5008519097400741e-06,-8.444039657898089e-09)
sum a = (1.2705494208814505e-19,-9.351243737687476e-19,-1.0164395367051604e-20)
sum e = 0.006236626623503898
sum de = 6.026728520046878e-06
Info: CFL hydro = 0.010625464699800875 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010625464699800875 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.3476e+05 | 99589 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.20667842313236 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3326156471465647, dt = 0.010625464699800875 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99589 min = 99589 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99589 min = 99589 [LoadBalance][rank=0]
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 : 5.75 us (1.4%)
patch tree reduce : 1423.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 383.93 us (95.3%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-6.829065542041821e-07,1.022549406438719e-06,7.417029219269791e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630104175454321e-05,1.502813621652131e-06,-8.095735881958511e-09)
sum a = (1.336617990767286e-18,1.6940658945086007e-20,4.319868030996932e-20)
sum e = 0.0062352646525771546
sum de = 6.15764617393756e-06
Info: CFL hydro = 0.021068704751565453 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021068704751565453 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.6163e+05 | 99583 | 1 | 6.161e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.08584604273863 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3432411118463656, dt = 0.021068704751565453 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99583 min = 99583 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99583 min = 99583 [LoadBalance][rank=0]
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 : 5.92 us (1.1%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.2%)
LB compute : 527.87 us (96.6%)
LB move op cnt : 0
LB apply : 3.14 us (0.6%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (67.8%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6366100093624005e-05,1.3598856249036078e-06,-1.476781763301852e-08)
sum a = (-2.0159384144652348e-19,-1.2265037076242269e-18,-2.541098841762901e-21)
sum e = 0.00623566698721866
sum de = 6.207656434167919e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02105287943469494
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635810639687882e-05,1.3736626747188557e-06,-1.4798659183071513e-08)
sum a = (-2.1904272015996207e-18,-1.1180834903756764e-19,-2.329340604949326e-21)
sum e = 0.006235302748049184
sum de = 6.211926584933492e-06
Info: CFL hydro = 0.01382248523567761 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01382248523567761 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.3354e+05 | 99583 | 1 | 7.457e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.70875555895998 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.364309816597931, dt = 0.01382248523567761 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99583 min = 99583 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99583 min = 99583 [LoadBalance][rank=0]
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 : 5.83 us (1.3%)
patch tree reduce : 1282.00 ns (0.3%)
gen split merge : 1012.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 399.69 us (90.0%)
LB move op cnt : 0
LB apply : 3.43 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-1.5958023592032305e-06,3.005272276311141e-07,-3.1138094316884405e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6314865488882044e-05,1.4689897100984455e-06,-9.691988017872224e-09)
sum a = (5.827586677109586e-19,3.8624702394796095e-19,-3.4728350837426314e-20)
sum e = 0.006233744593544171
sum de = 6.237171992981124e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01381088547510948
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6312417817226475e-05,1.4661693693791402e-06,-1.040952543182806e-08)
sum a = (1.9193766584782446e-18,-9.622294280808852e-19,-3.3457801416544863e-20)
sum e = 0.006233587821718935
sum de = 6.24064657073266e-06
Info: CFL hydro = 0.011400824786646375 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011400824786646375 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.3424e+05 | 99576 | 1 | 7.418e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.08216968522493 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.3781323018336087, dt = 0.011400824786646375 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99576 min = 99576 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99576 min = 99576 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99576
max = 99576
avg = 99576
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.41 us (1.5%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 1042.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 417.48 us (95.4%)
LB move op cnt : 0
LB apply : 3.35 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.55 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.2959203539542082e-07,1.6765780130564032e-07,5.4988883400121684e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629848350890242e-05,1.4977906777225914e-06,-7.845062276471066e-09)
sum a = (1.0452386569118066e-18,-6.098637220230962e-20,-1.4823076576950256e-20)
sum e = 0.006232757483152315
sum de = 6.315739236110462e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01138913082482826
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6299581914773304e-05,1.5006178459118419e-06,-8.247988270465447e-09)
sum a = (2.0379612710938466e-18,-1.5687050183149642e-18,-1.3552527156068805e-20)
sum e = 0.006232651185946939
sum de = 6.317550746206663e-06
Info: CFL hydro = 0.010552779996052884 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010552779996052884 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.3497e+05 | 99572 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.633905049899624 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.389533126620255, dt = 0.010552779996052884 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99572 min = 99572 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99572 min = 99572 [LoadBalance][rank=0]
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.11 us (1.5%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1353.00 ns (0.3%)
LB compute : 392.82 us (95.2%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.927273704423052e-07,-4.3721836960291673e-07,6.907674529418562e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6295018934775165e-05,1.511870499021593e-06,-7.773130045672752e-09)
sum a = (1.6822074332470405e-18,2.7477748808929503e-18,-6.183340514956392e-20)
sum e = 0.0062323033723595805
sum de = 6.285912398593203e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010548416462593435
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6293463580034574e-05,1.5082862590286304e-06,-7.082236289854085e-09)
sum a = (3.1001405869507392e-19,1.4365678785432934e-18,-6.268043809681823e-20)
sum e = 0.00623221187436011
sum de = 6.287166141072279e-06
Info: CFL hydro = 0.010526280248988698 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010526280248988698 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.3354e+05 | 99570 | 1 | 7.456e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.95214044430338 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.400085906616308, dt = 0.010526280248988698 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99570 min = 99570 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99570 min = 99570 [LoadBalance][rank=0]
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.12 us (1.5%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 383.36 us (95.0%)
LB move op cnt : 0
LB apply : 3.74 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (5.461788264288049e-07,1.1332963763512067e-07,-1.7564845510939534e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629313694782696e-05,1.5080441456710866e-06,-7.78276188079673e-09)
sum a = (3.5067164016328034e-19,1.3891340334970526e-19,2.964615315390051e-21)
sum e = 0.006231108172797204
sum de = 6.279091351783476e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010517887239071015
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6289300338425256e-05,1.50351491164387e-06,-7.580703328637059e-09)
sum a = (7.165898733771381e-19,-1.0672615135404184e-18,4.235164736271502e-22)
sum e = 0.006231017304942468
sum de = 6.280790525973498e-06
Info: CFL hydro = 0.010361666174549481 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010361666174549481 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.3456e+05 | 99565 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.212185406203005 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4106121868652968, dt = 0.010361666174549481 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99565 min = 99565 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99565 min = 99565 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99565
max = 99565
avg = 99565
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.5%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1173.00 ns (0.3%)
LB compute : 384.96 us (95.2%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (7.719954295581197e-07,6.152728027866055e-07,-1.30855987254435e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628767587590179e-05,1.5053012203571493e-06,-7.208111320187348e-09)
sum a = (-9.825582188149884e-20,-7.013432803265607e-19,3.324604317973129e-20)
sum e = 0.006230176242380766
sum de = 6.1637212513417635e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01035897588999786
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6288782471855885e-05,1.5073004804225102e-06,-7.340583052688687e-09)
sum a = (-1.7059243557701609e-18,5.759824041329242e-20,3.409307612698559e-20)
sum e = 0.006230087685090224
sum de = 6.165245730167268e-06
Info: CFL hydro = 0.010258670183534642 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010258670183534642 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.3553e+05 | 99561 | 1 | 7.346e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.776581139420045 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4209738530398464, dt = 0.010258670183534642 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99561 min = 99561 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99561 min = 99561 [LoadBalance][rank=0]
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 : 6.03 us (1.3%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 428.42 us (95.7%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-4.3564150400614703e-07,-3.6287128750555466e-07,1.3799724163177136e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6288578229556075e-05,1.5089922947330457e-06,-7.076020863947927e-09)
sum a = (-8.538092108323347e-19,-1.1519648082658485e-19,5.505714157152952e-21)
sum e = 0.0062284629116283316
sum de = 6.179383010136369e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010254465268150234
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628899033609136e-05,1.509846676739839e-06,-7.000662911430072e-09)
sum a = (5.268544931921748e-19,9.486769009248164e-20,5.293955920339377e-21)
sum e = 0.006228376891729549
sum de = 6.181493030356199e-06
Info: CFL hydro = 0.010177330344025862 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010177330344025862 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.3456e+05 | 99554 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.916126240375455 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.431232523223381, dt = 0.010177330344025862 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99554 min = 99554 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99554 min = 99554 [LoadBalance][rank=0]
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 : 5.96 us (1.4%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 392.31 us (95.3%)
LB move op cnt : 0
LB apply : 3.42 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.7598924539122116e-07,-3.312907723959486e-07,-7.247805062746726e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628875832313562e-05,1.5111719445998373e-06,-7.041474749293381e-09)
sum a = (6.539094352803199e-19,-5.793705359219414e-19,1.503483481376383e-20)
sum e = 0.006227764125218892
sum de = 6.130067675301563e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010177985419378465
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6291074393084074e-05,1.5089885578371754e-06,-7.176211522128799e-09)
sum a = (2.0040799532036746e-18,-1.849919956803392e-18,1.079967007749233e-20)
sum e = 0.006227679358982075
sum de = 6.1313944660726495e-06
Info: CFL hydro = 0.010104915250283649 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010104915250283649 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.3512e+05 | 99551 | 1 | 7.368e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.729637282428364 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4414098535674067, dt = 0.010104915250283649 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99551 min = 99551 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99551 min = 99551 [LoadBalance][rank=0]
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 : 5.95 us (1.4%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 1133.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 420.23 us (95.6%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (3.606406820059139e-07,-6.108732357512309e-07,-1.1906527373778684e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6290916041489644e-05,1.5098266635906371e-06,-6.8746021651704445e-09)
sum a = (1.2671612890924333e-18,-9.41900637346782e-19,-1.291725244562808e-20)
sum e = 0.006226547841509838
sum de = 6.089473601911252e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010100912903526039
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629520516619392e-05,1.5020651040078105e-06,-7.237825984079916e-09)
sum a = (2.727446090158847e-19,-1.1621292036329e-18,-1.4823076576950256e-20)
sum e = 0.006226464305863542
sum de = 6.091134895633131e-06
Info: CFL hydro = 0.010036836353680967 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010036836353680967 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.3418e+05 | 99546 | 1 | 7.419e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.035583978650266 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4515147688176904, dt = 0.010036836353680967 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99546 min = 99546 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99546 min = 99546 [LoadBalance][rank=0]
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 : 5.87 us (1.3%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 421.02 us (95.6%)
LB move op cnt : 0
LB apply : 3.26 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (66.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.5293011047626542e-06,-9.894219533902075e-07,1.370388758803701e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9399700565042133 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629521282752974e-05,1.5020512661394763e-06,-6.899848023420216e-09)
sum a = (1.5873397431545588e-18,1.1350241493207625e-18,-1.2705494208814505e-21)
sum e = 0.00622533615113075
sum de = 6.143553432200867e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010031336839705191
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629602155340035e-05,1.5024001411520888e-06,-6.7921799064990935e-09)
sum a = (4.590918574118308e-19,1.5212711732687234e-18,2.117582368135751e-22)
sum e = 0.006225254490156132
sum de = 6.145157692664167e-06
Info: CFL hydro = 0.009971610032923245 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.009971610032923245 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 | 9.0724e+04 | 99541 | 1 | 1.097e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 32.932134510569135 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4615516051713713, dt = 0.009971610032923245 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99541 min = 99541 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99541 min = 99541 [LoadBalance][rank=0]
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 : 5.93 us (1.4%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 391.39 us (95.3%)
LB move op cnt : 0
LB apply : 3.35 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.4520744765339584e-08,-4.242043718135683e-07,-5.016687200835526e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6295905878219994e-05,1.5032779550366581e-06,-6.887358687810211e-09)
sum a = (-1.8007920458626425e-18,-1.8295911660692887e-19,7.411538288475128e-21)
sum e = 0.006224897824470605
sum de = 6.2170702583931356e-06
Info: CFL hydro = 0.019816108997017627 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.019816108997017627 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.6228e+05 | 99539 | 1 | 6.134e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.52330340899913 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4715232152042945, dt = 0.019816108997017627 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99539 min = 99539 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99539 min = 99539 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1093.00 ns (0.2%)
LB compute : 427.55 us (95.6%)
LB move op cnt : 0
LB apply : 3.57 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-9.204134581965769e-07,-1.3319205931858717e-07,4.350021607718572e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.635678015412343e-05,1.3707711617499786e-06,-1.2816940838328144e-08)
sum a = (-1.345088320239829e-18,-1.0842021724855044e-18,-3.2610768469290563e-20)
sum e = 0.006224745251714181
sum de = 6.293978983686442e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.019841295203938285
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.636028468910393e-05,1.3730525675375475e-06,-1.2539823561501977e-08)
sum a = (-1.5348237004247922e-18,-2.23955511254037e-18,-3.155197728522269e-20)
sum e = 0.0062244270371143605
sum de = 6.29838250332303e-06
Info: CFL hydro = 0.013051372684020884 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013051372684020884 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.3387e+05 | 99537 | 1 | 7.435e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 95.94543798339029 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.4913393242013122, dt = 0.013051372684020884 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99537 min = 99537 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99537 min = 99537 [LoadBalance][rank=0]
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 : 5.92 us (1.3%)
patch tree reduce : 1894.00 ns (0.4%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 442.08 us (95.7%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-5.25389892333245e-07,-7.673504170117531e-07,-7.778625412912606e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6317897222403846e-05,1.4669347200208286e-06,-8.371494168378643e-09)
sum a = (-4.0657581468206416e-19,-1.3044307387716225e-18,3.917527381051139e-20)
sum e = 0.006223380763186363
sum de = 6.335920022378456e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01304838568631701
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631597824574398e-05,1.4664511706256253e-06,-8.54856508301716e-09)
sum a = (-5.55653613398821e-19,5.522654816098038e-19,3.9810548520952116e-20)
sum e = 0.006223242447319015
sum de = 6.3384707502233e-06
Info: CFL hydro = 0.010791859592563704 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010791859592563704 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.3459e+05 | 99532 | 1 | 7.395e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.534667399937355 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5043906968853331, dt = 0.010791859592563704 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99532 min = 99532 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99532 min = 99532 [LoadBalance][rank=0]
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 : 5.94 us (1.5%)
patch tree reduce : 1903.00 ns (0.5%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 388.84 us (95.1%)
LB move op cnt : 0
LB apply : 3.17 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-9.819650110773037e-08,-3.6012333353427404e-08,-1.7710445519811302e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630160107394946e-05,1.4979851588868033e-06,-6.9709158740797145e-09)
sum a = (1.3179832659276913e-18,9.520650327138336e-19,-4.0234064994579266e-20)
sum e = 0.006222646015943294
sum de = 6.4111036449990885e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010791781445365137
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630138941333994e-05,1.501905905430699e-06,-7.11442850652754e-09)
sum a = (1.1163894244811678e-18,1.1621292036329e-18,-3.959879028413854e-20)
sum e = 0.006222551904544274
sum de = 6.412550160603329e-06
Info: CFL hydro = 0.011330564322165849 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011330564322165849 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.3396e+05 | 99529 | 1 | 7.430e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.29161191469948 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.515182556477897, dt = 0.011330564322165849 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99529 min = 99529 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99529 min = 99529 [LoadBalance][rank=0]
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 : 5.58 us (1.2%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 447.25 us (95.9%)
LB move op cnt : 0
LB apply : 3.28 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.824124155817428e-07,-1.9967284914725781e-07,5.721974383445262e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6304974685839217e-05,1.4953346334265476e-06,-7.3938961621953875e-09)
sum a = (-8.063753657860939e-19,4.404571325722362e-20,-1.9481757786848908e-20)
sum e = 0.006222216531285504
sum de = 6.512532339733966e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011328958237140396
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.630092564796143e-05,1.4943515786663938e-06,-7.112855722371345e-09)
sum a = (-1.0062751413381088e-18,1.9651164376299768e-19,-1.8634724839594607e-20)
sum e = 0.006222112992807688
sum de = 6.513973786164738e-06
Info: CFL hydro = 0.010981398180905062 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010981398180905062 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.3413e+05 | 99527 | 1 | 7.420e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.969850320187675 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5265131208000629, dt = 0.010981398180905062 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99527 min = 99527 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99527 min = 99527 [LoadBalance][rank=0]
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 : 5.50 us (1.4%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 871.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.3%)
LB compute : 387.67 us (95.4%)
LB move op cnt : 0
LB apply : 3.44 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-6.548832125115379e-08,5.054850209272697e-07,1.4838399341213703e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629849305483306e-05,1.4991878271292233e-06,-7.163039342050094e-09)
sum a = (8.809142651444724e-19,8.876905287225068e-19,-2.117582368135751e-22)
sum e = 0.006222023213847037
sum de = 6.456700577148165e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010986296355712584
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629532717376181e-05,1.503320894208035e-06,-7.045691610839438e-09)
sum a = (5.793705359219414e-19,1.0842021724855044e-19,2.541098841762901e-21)
sum e = 0.00622192518529889
sum de = 6.457832811196271e-06
Info: CFL hydro = 0.010817987984572544 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010817987984572544 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.3568e+05 | 99526 | 1 | 7.335e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.894793682618605 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.537494518980968, dt = 0.010817987984572544 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99526 min = 99526 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99526 min = 99526 [LoadBalance][rank=0]
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.20 us (1.4%)
patch tree reduce : 1784.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 961.00 ns (0.2%)
LB compute : 417.61 us (95.4%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-9.405866059260296e-07,3.4136167876988596e-07,-2.8715535555664123e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6294104642442675e-05,1.506410214066822e-06,-6.971997194502965e-09)
sum a = (1.3044307387716225e-19,3.9302328752599536e-19,-1.8846483076408183e-20)
sum e = 0.006220816184862472
sum de = 6.528666341150982e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010818475251118969
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629490000397311e-05,1.5065272549488097e-06,-7.321303662149587e-09)
sum a = (8.622795403048777e-19,-4.404571325722362e-19,-1.7999450129153882e-20)
sum e = 0.0062207217478996565
sum de = 6.530617650570683e-06
Info: CFL hydro = 0.010717663897646777 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010717663897646777 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.3483e+05 | 99521 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.76291501661783 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5483125069655403, dt = 0.010717663897646777 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99521 min = 99521 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99521 min = 99521 [LoadBalance][rank=0]
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 : 5.73 us (1.3%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 424.57 us (95.7%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.1201811214114353e-07,-3.184433893022603e-07,2.5890914756277062e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629448402610481e-05,1.5078763158400603e-06,-6.7428301019514415e-09)
sum a = (1.8973538018496328e-18,-1.0232158002831948e-18,1.8634724839594607e-20)
sum e = 0.006220375465859666
sum de = 6.618998461021277e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01071317160525988
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629330781389589e-05,1.504540941654498e-06,-7.1095075182772e-09)
sum a = (1.4399560103323106e-19,-2.307317748320714e-18,2.202285662861181e-20)
sum e = 0.006220282943916576
sum de = 6.620270428354886e-06
Info: CFL hydro = 0.010854356376417258 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010854356376417258 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.3508e+05 | 99519 | 1 | 7.367e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.37230092623523 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.559030170863187, dt = 0.010854356376417258 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99519 min = 99519 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99519 min = 99519 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99519
max = 99519
avg = 99519
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.4%)
patch tree reduce : 1804.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 421.08 us (95.6%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.04 us (65.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.979196359462031e-07,6.450415334878918e-08,3.3844444973061318e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6294025050541706e-05,1.502385482694871e-06,-7.016130668485135e-09)
sum a = (-2.879912020664621e-18,5.21772295508649e-19,2.371692252312041e-20)
sum e = 0.006220198233123867
sum de = 6.68456581048707e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01085728444773955
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629463340923111e-05,1.5008380330156721e-06,-6.80800827566001e-09)
sum a = (-1.8058742435461683e-18,1.4568966692773966e-19,2.0540548970916783e-20)
sum e = 0.0062201033018909405
sum de = 6.685707661791342e-06
Info: CFL hydro = 0.010769448316568645 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010769448316568645 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.3483e+05 | 99518 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.94021661289686 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5698845272396043, dt = 0.010769448316568645 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99518 min = 99518 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99518 min = 99518 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1263.00 ns (0.3%)
gen split merge : 911.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 423.24 us (95.6%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.2600103449202585e-07,-2.8528608827515943e-07,1.34656252529778e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629425614420382e-05,1.5018073692765517e-06,-6.799426660937602e-09)
sum a = (-1.3433942543453203e-18,1.4602848010664138e-18,-6.3527471044072525e-21)
sum e = 0.006219753549276535
sum de = 6.678664725149943e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010770970945927274
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629323286903493e-05,1.5008327269351663e-06,-6.309789503963518e-09)
sum a = (-7.775762455794477e-19,1.0537089863843496e-18,-9.105604182983729e-21)
sum e = 0.006219659670437858
sum de = 6.6800371715509744e-06
Info: CFL hydro = 0.010768346792445567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010768346792445567 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.3473e+05 | 99516 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.48893468080452 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5806539755561728, dt = 0.010768346792445567 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99516 min = 99516 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99516 min = 99516 [LoadBalance][rank=0]
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 : 5.97 us (1.5%)
patch tree reduce : 1442.00 ns (0.4%)
gen split merge : 1032.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 382.96 us (95.2%)
LB move op cnt : 0
LB apply : 3.10 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (65.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (8.162576429550713e-08,-8.479903125398315e-11,1.345652926969065e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629345576567688e-05,1.5010196111781986e-06,-6.534345684459616e-09)
sum a = (9.84252284709497e-19,6.708500942254059e-19,5.505714157152952e-21)
sum e = 0.006218807594815747
sum de = 6.582578674685544e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010771158026135366
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6289363426390995e-05,1.505641871094104e-06,-6.229747528612145e-09)
sum a = (5.505714157152952e-19,7.555533889508359e-19,6.564505341220828e-21)
sum e = 0.006218713289239303
sum de = 6.584233331563541e-06
Info: CFL hydro = 0.010442305876855906 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010442305876855906 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.2337e+05 | 99512 | 1 | 8.066e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.060817019607654 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.5914223223486184, dt = 0.010442305876855906 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99512 min = 99512 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99512 min = 99512 [LoadBalance][rank=0]
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 : 5.43 us (1.3%)
patch tree reduce : 1262.00 ns (0.3%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 401.80 us (95.6%)
LB move op cnt : 0
LB apply : 3.02 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-1.0290461782665446e-06,4.87868783626117e-07,1.2755106810198235e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628731351173145e-05,1.5109677222545987e-06,-6.11294303575313e-09)
sum a = (1.0503208545953324e-19,-6.776263578034403e-20,-4.870439446712227e-21)
sum e = 0.006217362027428849
sum de = 6.635991838856794e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010435557265959568
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6289951317681894e-05,1.5109263907446407e-06,-5.799510344401196e-09)
sum a = (5.031375706690544e-19,-5.963111948670274e-19,-4.0234064994579266e-21)
sum e = 0.006217274165133307
sum de = 6.637989697900522e-06
Info: CFL hydro = 0.010385581286905768 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010385581286905768 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.3542e+05 | 99506 | 1 | 7.348e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.160104607260614 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6018646282254743, dt = 0.010385581286905768 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99506 min = 99506 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99506 min = 99506 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99506
max = 99506
avg = 99506
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.13 us (1.5%)
patch tree reduce : 1432.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 386.51 us (95.3%)
LB move op cnt : 0
LB apply : 3.04 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.470254279886309e-07,-6.796015922846044e-07,-3.193519449300786e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629027545714819e-05,1.5117551431957054e-06,-5.843880317758849e-09)
sum a = (-2.168404344971009e-19,3.083199928005653e-19,1.0587911840678754e-20)
sum e = 0.00621691736464411
sum de = 6.608149128656353e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010386083846064645
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629329355494196e-05,1.512600515380842e-06,-6.3184034937200434e-09)
sum a = (-1.4738373282224826e-19,-8.707498697774207e-19,1.291725244562808e-20)
sum e = 0.006216830222362335
sum de = 6.609418167268541e-06
Info: CFL hydro = 0.010330836725317495 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010330836725317495 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.3503e+05 | 99504 | 1 | 7.369e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.73850875859092 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.61225020951238, dt = 0.010330836725317495 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99504 min = 99504 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99504 min = 99504 [LoadBalance][rank=0]
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.13 us (1.4%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 425.17 us (95.5%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-2.3175927523136075e-07,-8.539158367006167e-07,2.38936157285008e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6293460684831536e-05,1.5133433958219984e-06,-5.63032565481173e-09)
sum a = (-8.961608581950498e-19,2.236166980751353e-19,6.988021814847978e-21)
sum e = 0.006215720657443049
sum de = 6.626263015617323e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010331653426215203
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6290867476816554e-05,1.5202110347522164e-06,-6.168939902404468e-09)
sum a = (-3.7438856268640075e-19,-3.5914196963582334e-19,5.717472393966527e-21)
sum e = 0.006215634559929504
sum de = 6.627950379883152e-06
Info: CFL hydro = 0.010277830265187858 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010277830265187858 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.3410e+05 | 99499 | 1 | 7.420e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.1241280490803 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6225810462376975, dt = 0.010277830265187858 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99499 min = 99499 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99499 min = 99499 [LoadBalance][rank=0]
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 : 5.38 us (1.3%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 871.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 409.61 us (95.6%)
LB move op cnt : 0
LB apply : 3.41 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.4768943290082993e-06,1.8820555515652188e-07,2.571756240390302e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629053037987803e-05,1.5219861262831613e-06,-5.833796174087081e-09)
sum a = (-3.2187251995663413e-19,5.89534931288993e-19,-2.1175823681357508e-20)
sum e = 0.006215024265653247
sum de = 6.752225548988732e-06
Info: CFL hydro = 0.020451576698134324 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.020451576698134324 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.6175e+05 | 99496 | 1 | 6.151e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.15119591554183 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6328588765028853, dt = 0.020451576698134324 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99496 min = 99496 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99496 min = 99496 [LoadBalance][rank=0]
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 : 5.89 us (1.5%)
patch tree reduce : 1533.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1212.00 ns (0.3%)
LB compute : 385.89 us (95.2%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6345266862349775e-05,1.39349501269766e-06,-1.195334413942184e-08)
sum a = (6.522153693858113e-19,-1.8973538018496328e-18,2.668153783851046e-20)
sum e = 0.006215414485626413
sum de = 6.734544404339749e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.020477596656166778
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.634641048937342e-05,1.3820461134036717e-06,-1.1545822298911792e-08)
sum a = (-4.472333961502706e-19,-2.0091621508872004e-18,2.6893296075324036e-20)
sum e = 0.006215078031927885
sum de = 6.738715986979853e-06
Info: CFL hydro = 0.013923065378458633 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013923065378458633 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.3162e+05 | 99496 | 1 | 7.559e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 97.3964099983631 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6533104532010197, dt = 0.013923065378458633 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99496 min = 99496 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99496 min = 99496 [LoadBalance][rank=0]
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 : 5.84 us (1.3%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 427.56 us (95.6%)
LB move op cnt : 0
LB apply : 3.65 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (9.254952721645152e-07,-3.830029998432193e-07,4.5902851712157535e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631034621895956e-05,1.4664705254272273e-06,-7.760319519754561e-09)
sum a = (9.402065714522734e-19,-1.0367683274392636e-18,1.1011428314305904e-20)
sum e = 0.00621328060084567
sum de = 6.728991019461745e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013918155068814704
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.631044230401024e-05,1.4626806640444563e-06,-8.17437313616381e-09)
sum a = (7.623296525288703e-19,6.572975670693371e-19,1.0164395367051604e-20)
sum e = 0.0062131245523055975
sum de = 6.732777090451981e-06
Info: CFL hydro = 0.011478903564537069 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011478903564537069 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.3448e+05 | 99488 | 1 | 7.398e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.75402400966506 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6672335185794782, dt = 0.011478903564537069 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99488 min = 99488 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99488 min = 99488 [LoadBalance][rank=0]
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 : 5.80 us (1.4%)
patch tree reduce : 1522.00 ns (0.4%)
gen split merge : 1103.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 881.00 ns (0.2%)
LB compute : 401.45 us (95.4%)
LB move op cnt : 0
LB apply : 3.70 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (65.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (4.851462031560772e-07,-2.116532783497513e-07,4.713305606500879e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629702929994227e-05,1.4949799237525509e-06,-6.3235849902868095e-09)
sum a = (1.0994487655360818e-18,8.605854744103691e-19,-5.082197683525802e-21)
sum e = 0.006212303613991119
sum de = 6.775886768378219e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011482195593306519
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6297835559138705e-05,1.4930761562009175e-06,-6.4930320577765285e-09)
sum a = (5.014435047745458e-19,3.1848438816761693e-19,-7.835054762102278e-21)
sum e = 0.006212198131233301
sum de = 6.777720827739884e-06
Info: CFL hydro = 0.010577196186994656 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010577196186994656 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.3394e+05 | 99484 | 1 | 7.427e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.63790857737071 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6787124221440153, dt = 0.010577196186994656 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99484 min = 99484 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99484 min = 99484 [LoadBalance][rank=0]
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 : 5.72 us (1.2%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 452.99 us (95.9%)
LB move op cnt : 0
LB apply : 3.56 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.7014287391489887e-07,-3.345266501315038e-07,3.592979081647025e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6292758290538234e-05,1.505087027414802e-06,-5.869059298407074e-09)
sum a = (-6.047815243395704e-19,9.114074512456272e-19,-1.9269999550035333e-20)
sum e = 0.006211586098992796
sum de = 6.86768567015027e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010588721283882751
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628993548028617e-05,1.5064358143726498e-06,-5.683251394982603e-09)
sum a = (-5.166900978251232e-19,-7.826584432629735e-19,-1.7999450129153882e-20)
sum e = 0.0062114967417443425
sum de = 6.869243227657927e-06
Info: CFL hydro = 0.010232251954757736 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010232251954757736 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.3446e+05 | 99481 | 1 | 7.398e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.4672868179309 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.68928961833101, dt = 0.010232251954757736 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99481 min = 99481 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99481 min = 99481 [LoadBalance][rank=0]
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 : 5.68 us (1.3%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 408.13 us (95.5%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.58 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.8417150172756485e-07,3.335207163404779e-07,-1.9463970091843157e-11)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6287977136209124e-05,1.5114754909738648e-06,-5.5921571447153955e-09)
sum a = (-7.707999820014133e-19,2.710505431213761e-20,-1.079967007749233e-20)
sum e = 0.006211393080277961
sum de = 6.88617883124782e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010252337847384215
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6282164511127006e-05,1.5095608795939852e-06,-5.19225114836536e-09)
sum a = (-2.0837010502455788e-19,-1.5280474368467578e-18,-6.988021814847978e-21)
sum e = 0.006211309206941019
sum de = 6.887223649902175e-06
Info: CFL hydro = 0.0101224323317983 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0101224323317983 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.3439e+05 | 99480 | 1 | 7.402e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.7626028905329 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.6995218702857677, dt = 0.0101224323317983 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99480 min = 99480 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99480 min = 99480 [LoadBalance][rank=0]
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.30 us (1.5%)
patch tree reduce : 1272.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 404.74 us (95.4%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (66.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.5436599910634932e-07,9.98405306985359e-07,-7.775596448720603e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628098675853753e-05,1.5110539583496695e-06,-5.3999756303437055e-09)
sum a = (-6.962610826430349e-19,1.599198204416119e-18,-3.3881317890172014e-21)
sum e = 0.006210693677476328
sum de = 6.8154864094986e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010129452035783007
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627631584934658e-05,1.5073919970747581e-06,-4.692112846698696e-09)
sum a = (-5.861467994999758e-19,2.137911158869854e-18,-4.235164736271502e-21)
sum e = 0.00621061120279166
sum de = 6.816839520506416e-06
Info: CFL hydro = 0.0101810565158264 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0101810565158264 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.3462e+05 | 99477 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.31588612628489 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.709644302617566, dt = 0.0101810565158264 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99477 min = 99477 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99477 min = 99477 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99477
max = 99477
avg = 99477
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.46 us (1.6%)
patch tree reduce : 1333.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 384.81 us (95.2%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (5.863030240757602e-07,8.589741507919272e-07,-2.5267884898367483e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6275760053359754e-05,1.506552387481658e-06,-5.171770437533864e-09)
sum a = (-2.812149384884277e-19,-9.994988777600744e-19,-4.0234064994579266e-21)
sum e = 0.006209494784587284
sum de = 6.794238502477083e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01018299524094882
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627522085488283e-05,1.4994247373178405e-06,-5.163632430340774e-09)
sum a = (-2.524158182817815e-19,-6.369687763352339e-19,-4.658681209898652e-21)
sum e = 0.0062094116841587745
sum de = 6.795943304429573e-06
Info: CFL hydro = 0.01105707878451061 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01105707878451061 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.3440e+05 | 99472 | 1 | 7.401e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.5226369001708 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7198253591333925, dt = 0.01105707878451061 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99472 min = 99472 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99472 min = 99472 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1824.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 437.64 us (95.8%)
LB move op cnt : 0
LB apply : 3.31 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.3337554378751295e-06,9.3853471155448e-08,-3.9037106469307324e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6278415842270625e-05,1.4855791567993382e-06,-5.430829298086464e-09)
sum a = (-6.268043809681823e-20,2.236166980751353e-18,4.6798570335800094e-20)
sum e = 0.006208563634052457
sum de = 6.727152690411584e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011069774864708374
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6284648337668314e-05,1.4847759999875697e-06,-5.155548064532553e-09)
sum a = (4.1674021004911577e-19,9.9272261418204e-19,4.7222086809427244e-20)
sum e = 0.00620846550538411
sum de = 6.72893365860854e-06
Info: CFL hydro = 0.011008705530960802 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011008705530960802 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.3498e+05 | 99468 | 1 | 7.369e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.01804329762086 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.730882437917903, dt = 0.011008705530960802 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99468 min = 99468 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99468 min = 99468 [LoadBalance][rank=0]
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 : 5.96 us (1.3%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 438.51 us (95.9%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (1.9535525504193987e-07,-1.29774238517642e-06,-2.7832357751539712e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62852166628062e-05,1.4854258449025267e-06,-5.520833020465444e-09)
sum a = (-1.2400562347802957e-18,3.2864878353466853e-19,2.2128735747018596e-20)
sum e = 0.006207109437307177
sum de = 6.788489579998508e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011018375407098173
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6283206394767377e-05,1.4868800657817912e-06,-5.2257672373953286e-09)
sum a = (-6.2002811739014785e-19,1.009663273127126e-18,1.895236219481497e-20)
sum e = 0.006207013049931424
sum de = 6.79057763112225e-06
Info: CFL hydro = 0.01096363887556074 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01096363887556074 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.3432e+05 | 99462 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.52265567323938 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.741891143448864, dt = 0.01096363887556074 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99462 min = 99462 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99462 min = 99462 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1553.00 ns (0.3%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 436.66 us (95.8%)
LB move op cnt : 0
LB apply : 3.39 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.719323716714357e-07,3.9945479017045627e-08,1.4739113279729508e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628308597992408e-05,1.4877917988634015e-06,-5.190475224299656e-09)
sum a = (-1.5754812818929986e-19,-1.6635727084074459e-18,-1.6093625997831706e-20)
sum e = 0.006206677120932818
sum de = 6.823071648123969e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010977964096012193
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628018553725256e-05,1.485016169992615e-06,-5.610319350731198e-09)
sum a = (-4.421511984667448e-19,-1.3010426069826053e-18,-1.6940658945086007e-20)
sum e = 0.006206581427454202
sum de = 6.824417197609153e-06
Info: CFL hydro = 0.010910028645308573 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010910028645308573 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.3489e+05 | 99460 | 1 | 7.373e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.529794526288995 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7528547823244247, dt = 0.010910028645308573 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99460 min = 99460 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99460 min = 99460 [LoadBalance][rank=0]
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 : 5.32 us (1.2%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 412.35 us (95.6%)
LB move op cnt : 0
LB apply : 3.20 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.611716276571794e-07,3.333502517511625e-07,1.7718516659433955e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627954165784011e-05,1.4855964477607255e-06,-5.039088593346022e-09)
sum a = (7.081195439045951e-19,1.1519648082658485e-19,-1.6940658945086007e-20)
sum e = 0.006205992855799765
sum de = 6.803898979047861e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010916227032006117
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627702342729981e-05,1.4873697642494262e-06,-5.315288010048515e-09)
sum a = (5.47183283926278e-19,2.744386749103933e-19,-1.6517142471458857e-20)
sum e = 0.006205897825659041
sum de = 6.805459670193963e-06
Info: CFL hydro = 0.010878637490923082 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010878637490923082 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.3448e+05 | 99457 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.1079304014893 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7637648109697333, dt = 0.010878637490923082 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99457 min = 99457 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99457 min = 99457 [LoadBalance][rank=0]
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 : 5.85 us (1.4%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 399.77 us (95.4%)
LB move op cnt : 0
LB apply : 3.30 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-4.410847297502275e-07,2.564886078498376e-07,4.439034406338596e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627649952142051e-05,1.488365319928405e-06,-5.003842113284005e-09)
sum a = (7.115076756936123e-20,-9.147955830346444e-20,9.317362419797304e-21)
sum e = 0.006205041585260111
sum de = 6.7951140128619254e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010895896419131417
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628185682009843e-05,1.4841647300207564e-06,-4.865519784641891e-09)
sum a = (6.14945919706622e-19,1.8295911660692887e-19,1.291725244562808e-20)
sum e = 0.0062049472415045374
sum de = 6.796885163077656e-06
Info: CFL hydro = 0.010837908647283605 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010837908647283605 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.3409e+05 | 99453 | 1 | 7.417e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.80157000276871 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7746434484606564, dt = 0.010837908647283605 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99453 min = 99453 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99453 min = 99453 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99453
max = 99453
avg = 99453
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.12 us (1.3%)
patch tree reduce : 1632.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 468.54 us (95.9%)
LB move op cnt : 0
LB apply : 3.74 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (6.955703981887308e-07,-1.1388564212439394e-06,-1.0663182850194315e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6282277530178846e-05,1.4838856300281885e-06,-4.725674657817957e-09)
sum a = (5.996993266560446e-19,5.082197683525802e-19,-2.837560373301906e-20)
sum e = 0.006204091975787352
sum de = 6.883143002310315e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010835626258999307
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627848493898571e-05,1.4822781700730595e-06,-4.744779034339615e-09)
sum a = (4.9636130709102e-19,-3.049318610115481e-19,-2.9434394917086937e-20)
sum e = 0.006203998825405188
sum de = 6.885010165427115e-06
Info: CFL hydro = 0.010798202136569237 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010798202136569237 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.3377e+05 | 99449 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.48179912362477 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.78548135710794, dt = 0.010798202136569237 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99449 min = 99449 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99449 min = 99449 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99449
max = 99449
avg = 99449
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.17 us (1.4%)
patch tree reduce : 1683.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 421.52 us (95.5%)
LB move op cnt : 0
LB apply : 3.18 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.4074388575291486e-07,4.453676650482504e-07,6.943582577040732e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6277920972091705e-05,1.482696479315888e-06,-4.692093024220212e-09)
sum a = (5.912289971835016e-19,-1.870248747537495e-18,1.6940658945086007e-20)
sum e = 0.006203910659785168
sum de = 7.013734063754599e-06
Info: CFL hydro = 0.02151383304344152 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02151383304344152 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.6140e+05 | 99448 | 1 | 6.162e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.09059067266531 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.7962795592445093, dt = 0.02151383304344152 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99448 min = 99448 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99448 min = 99448 [LoadBalance][rank=0]
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 : 5.64 us (1.2%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 881.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1292.00 ns (0.3%)
LB compute : 440.73 us (94.3%)
LB move op cnt : 0
LB apply : 3.41 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (71.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6321179836602606e-05,1.3172071295322228e-06,-9.660704145030524e-09)
sum a = (3.4728350837426314e-19,3.8624702394796095e-19,5.823351512373315e-21)
sum e = 0.006204337525859622
sum de = 6.8643894984825315e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02154489372756563
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.632160963363767e-05,1.3114459070635466e-06,-8.183403384105957e-09)
sum a = (2.1345230270808369e-19,3.1848438816761693e-19,5.1880768019325896e-21)
sum e = 0.006203968331048225
sum de = 6.869116690125045e-06
Info: CFL hydro = 0.014142635734886395 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014142635734886395 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.3251e+05 | 99448 | 1 | 7.505e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.19843858397003 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8177933922879508, dt = 0.014142635734886395 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99448 min = 99448 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99448 min = 99448 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99448
max = 99448
avg = 99448
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.42 us (1.5%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 406.13 us (95.3%)
LB move op cnt : 0
LB apply : 3.70 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5.5e-06 vel (3.412444331060085e-07,-4.26453637551874e-07,-8.686299627343832e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.629162481584516e-05,1.4271244091774367e-06,-6.0512303288302e-09)
sum a = (-7.428478947420214e-19,-2.656295322589486e-18,1.3446648037662018e-20)
sum e = 0.006201403426073902
sum de = 6.952013935453971e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014159670535959934
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62837426794308e-05,1.4296355393192604e-06,-5.985795270554455e-09)
sum a = (2.803679055411734e-19,-1.1587410718438829e-18,1.3446648037662018e-20)
sum e = 0.00620124485773593
sum de = 6.956660670384397e-06
Info: CFL hydro = 0.011677482928567311 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011677482928567311 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.3296e+05 | 99437 | 1 | 7.479e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.07828514154605 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8319360280228372, dt = 0.011677482928567311 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99437 min = 99437 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99437 min = 99437 [LoadBalance][rank=0]
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 : 5.93 us (1.3%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 432.63 us (95.8%)
LB move op cnt : 0
LB apply : 3.05 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.59367739970454e-07,7.29791334366537e-07,1.7945269248460865e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.627434708230103e-05,1.4683675414397135e-06,-4.531295308557414e-09)
sum a = (4.413041655194905e-19,-2.134523027080837e-18,9.423241538204091e-21)
sum e = 0.00620092970890747
sum de = 6.977842458814531e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011684262766103265
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626842499918582e-05,1.468745940601768e-06,-4.464960823746815e-09)
sum a = (-4.1165801236558996e-19,-9.554531645028508e-19,1.0587911840678754e-20)
sum e = 0.0062008217680774745
sum de = 6.97939561359212e-06
Info: CFL hydro = 0.010816880239408716 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010816880239408716 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.3449e+05 | 99435 | 1 | 7.393e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.860827851395186 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8436135109514045, dt = 0.010816880239408716 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99435 min = 99435 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99435 min = 99435 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99435
max = 99435
avg = 99435
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.21 us (1.4%)
patch tree reduce : 1333.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.2%)
LB compute : 424.28 us (95.7%)
LB move op cnt : 0
LB apply : 3.16 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.820007673816864e-07,8.124703727038742e-07,4.809409458881108e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626527728693783e-05,1.4824573653796224e-06,-4.277995722933742e-09)
sum a = (-3.4643647542700884e-19,1.2807138162485021e-18,-8.787966827763366e-21)
sum e = 0.006200214323952264
sum de = 7.0398876170197736e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010835012747725303
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626902477888416e-05,1.4827986225143556e-06,-3.9344682036429905e-09)
sum a = (-5.64123942871364e-19,9.283481101907132e-19,-1.0482032722271967e-20)
sum e = 0.006200121972313138
sum de = 7.0414358194887275e-06
Info: CFL hydro = 0.01048608264770984 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01048608264770984 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.3482e+05 | 99432 | 1 | 7.375e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.80077368808973 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.854430391190813, dt = 0.01048608264770984 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99432 min = 99432 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99432 min = 99432 [LoadBalance][rank=0]
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 : 5.62 us (1.3%)
patch tree reduce : 1632.00 ns (0.4%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 412.70 us (95.5%)
LB move op cnt : 0
LB apply : 3.11 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.36137015820312e-07,-8.883039290217601e-07,-2.549853462505907e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62685361313534e-05,1.4878650311975116e-06,-3.934888322866519e-09)
sum a = (1.7364175418713157e-19,2.642742795433417e-19,1.683477982667922e-20)
sum e = 0.0061997819329312615
sum de = 7.059891316103674e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010503320353457428
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626418703494104e-05,1.4854993367117395e-06,-3.590252479854814e-09)
sum a = (9.884874494457685e-19,1.0232158002831948e-18,1.6199505116238494e-20)
sum e = 0.0061996949464973965
sum de = 7.061197819193834e-06
Info: CFL hydro = 0.010465075679117808 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010465075679117808 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.3478e+05 | 99430 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.17230356300707 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8649164738385229, dt = 0.010465075679117808 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99430 min = 99430 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99430 min = 99430 [LoadBalance][rank=0]
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 : 5.99 us (1.5%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 1363.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 384.74 us (95.1%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.3991075159003283e-07,5.858121885627599e-07,-6.234899066279446e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626374664792033e-05,1.4857556757825793e-06,-3.570777843780378e-09)
sum a = (2.422514229147299e-19,1.0299920638612292e-18,2.541098841762901e-21)
sum e = 0.006199096037047968
sum de = 7.103142119825273e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010476522550634202
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626126277142206e-05,1.4852878081003334e-06,-3.5424357677556754e-09)
sum a = (-1.4145450219146816e-19,2.120970499924768e-18,2.329340604949326e-21)
sum e = 0.0061990096188754545
sum de = 7.104532323457072e-06
Info: CFL hydro = 0.010764829862690024 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010764829862690024 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.3472e+05 | 99427 | 1 | 7.380e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.04774265947245 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8753815495176407, dt = 0.010764829862690024 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99427 min = 99427 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99427 min = 99427 [LoadBalance][rank=0]
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 : 5.88 us (1.4%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1413.00 ns (0.3%)
LB compute : 387.10 us (95.2%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-6.3885182005941916e-09,2.795937142664966e-07,1.018369876253897e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6261911825743975e-05,1.4806232800511528e-06,-3.6250434819373467e-09)
sum a = (1.8719428134320037e-19,1.5449880957918438e-18,8.576208590949791e-21)
sum e = 0.0061986687412729415
sum de = 7.230829106081501e-06
Info: CFL hydro = 0.021330509770027508 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021330509770027508 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.6190e+05 | 99425 | 1 | 6.141e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.10473549852491 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.8861463793803308, dt = 0.021330509770027508 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99425 min = 99425 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99425 min = 99425 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99425
max = 99425
avg = 99425
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.20 us (1.5%)
patch tree reduce : 1533.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 388.85 us (95.2%)
LB move op cnt : 0
LB apply : 3.12 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (68.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.628903111642108e-05,1.3142408558790522e-06,-7.164524046203284e-09)
sum a = (1.1858461261560205e-20,4.2690460541616737e-19,-1.7787691892340307e-20)
sum e = 0.0061990918095278956
sum de = 7.393773696333256e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02136723770320008
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6284885280629144e-05,1.3110811320425598e-06,-6.246896740009391e-09)
sum a = (-4.2944570425793027e-19,-8.334804200982315e-19,-2.0011153378882846e-20)
sum e = 0.006198733932087532
sum de = 7.3986121753308015e-06
Info: CFL hydro = 0.013995933206146968 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013995933206146968 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.3398e+05 | 99425 | 1 | 7.421e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.48099769482145 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9074768891503584, dt = 0.013995933206146968 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99425 min = 99425 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99425 min = 99425 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99425
max = 99425
avg = 99425
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1243.00 ns (0.3%)
LB compute : 465.10 us (95.9%)
LB move op cnt : 0
LB apply : 3.97 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.4048445455172582e-07,-6.379852251106973e-08,-3.952443823830381e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626681092405193e-05,1.4271589782541706e-06,-4.557615543938737e-09)
sum a = (2.56650983018053e-19,-5.421010862427522e-19,-1.36054667152722e-20)
sum e = 0.006198489808482734
sum de = 7.345295816520133e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014009252351260541
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6270862147641936e-05,1.427463969374305e-06,-3.020047146829133e-09)
sum a = (-3.8285889215894375e-19,4.2690460541616737e-19,-1.334076891925523e-20)
sum e = 0.006198334549572006
sum de = 7.347624153180811e-06
Info: CFL hydro = 0.011546569606074338 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011546569606074338 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.3236e+05 | 99423 | 1 | 7.512e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.0758041985462 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9214728223565054, dt = 0.011546569606074338 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99423 min = 99423 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99423 min = 99423 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99423
max = 99423
avg = 99423
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.19 us (1.4%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 1102.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 416.36 us (95.5%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-8.06869265444342e-08,-9.084832671035489e-07,-1.2812015777277728e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626488811173949e-05,1.4661362994398497e-06,-3.378818377159917e-09)
sum a = (-9.910285482875314e-20,1.429791614965259e-18,2.80579663777987e-20)
sum e = 0.006196991893521355
sum de = 7.445260191133148e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011563085881218972
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.626015200934858e-05,1.4652116980438812e-06,-2.808104830763947e-09)
sum a = (1.3891340334970526e-19,-1.8973538018496328e-19,2.8163845496205486e-20)
sum e = 0.006196887142489585
sum de = 7.447639268901386e-06
Info: CFL hydro = 0.010685102180992103 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010685102180992103 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.3445e+05 | 99417 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.21514894081646 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9330193919625798, dt = 0.010685102180992103 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99417 min = 99417 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99417 min = 99417 [LoadBalance][rank=0]
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 : 5.99 us (1.5%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 388.26 us (95.3%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (6.175625599628629e-08,5.108064209266005e-07,-9.367676412172116e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625756676333423e-05,1.4790337044188036e-06,-2.568691556155711e-09)
sum a = (5.497243827680409e-19,3.5914196963582334e-19,1.418780186650953e-20)
sum e = 0.006196792204210623
sum de = 7.40502472903038e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010699746089945913
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6252873139392314e-05,1.482940386815954e-06,-2.5385350510012313e-09)
sum a = (-2.803679055411734e-19,1.4230153513872246e-19,1.4664257899340075e-20)
sum e = 0.00619670186762817
sum de = 7.4062693653887935e-06
Info: CFL hydro = 0.010322688385670624 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010322688385670624 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.3382e+05 | 99416 | 1 | 7.429e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.77675946281065 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.943704494143572, dt = 0.010322688385670624 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99416 min = 99416 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99416 min = 99416 [LoadBalance][rank=0]
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.26 us (1.4%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 416.68 us (95.5%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-8.670096815757023e-07,6.333640850900089e-07,3.0236608749260955e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.625174043389963e-05,1.4891038873273554e-06,-2.4165828522595444e-09)
sum a = (-3.460129589533817e-19,6.708500942254059e-19,1.7946510569950488e-20)
sum e = 0.006195597766957356
sum de = 7.453387610417081e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010331948861845661
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62494909188303e-05,1.486511613072903e-06,-2.4146768559696227e-09)
sum a = (-6.500977870176755e-19,1.6737371037744975e-18,1.7575933655526732e-20)
sum e = 0.006195513851680967
sum de = 7.455113295962263e-06
Info: CFL hydro = 0.010137545133936977 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010137545133936977 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.3468e+05 | 99411 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.34498261058274 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9540271825292426, dt = 0.010137545133936977 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99411 min = 99411 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99411 min = 99411 [LoadBalance][rank=0]
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 : 5.74 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 931.00 ns (0.2%)
LB compute : 431.58 us (95.7%)
LB move op cnt : 0
LB apply : 3.75 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.58 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.8522074688230357e-07,2.7240567678183637e-07,-8.453427954273276e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624897718767273e-05,1.4892871240964023e-06,-2.3057191340226954e-09)
sum a = (-4.222459242062687e-19,-1.9312351197398048e-18,1.2440796412797536e-20)
sum e = 0.006195160103112658
sum de = 7.535644509717167e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010143281547698644
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624558956990373e-05,1.4899847733629179e-06,-2.1178144035645925e-09)
sum a = (-2.22769665127881e-19,1.4230153513872246e-19,1.1805521702356811e-20)
sum e = 0.006195079533736298
sum de = 7.536856573190866e-06
Info: CFL hydro = 0.010012742396996663 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010012742396996663 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.3413e+05 | 99409 | 1 | 7.411e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.24379354697942 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9641647276631795, dt = 0.010012742396996663 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99409 min = 99409 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99409 min = 99409 [LoadBalance][rank=0]
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 : 5.94 us (1.4%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1223.00 ns (0.3%)
LB compute : 394.09 us (95.3%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.1208777227086084e-07,4.5872593932115473e-07,3.659846828307543e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624508091950283e-05,1.4921137400788773e-06,-2.2042566040009173e-09)
sum a = (-9.317362419797304e-20,-2.3445871979999033e-18,2.2234614865425384e-20)
sum e = 0.006194979196798636
sum de = 7.560980413497738e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010032115001876262
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6246315653672014e-05,1.4900037592621354e-06,-2.0490550500455735e-09)
sum a = (5.378659215064807e-20,-1.1722935989999517e-18,2.2499312661442353e-20)
sum e = 0.006194900388507104
sum de = 7.5620396023858236e-06
Info: CFL hydro = 0.010895573148551415 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010895573148551415 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.3448e+05 | 99408 | 1 | 7.392e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.76451517421219 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9741774700601762, dt = 0.010895573148551415 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99408 min = 99408 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99408 min = 99408 [LoadBalance][rank=0]
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 : 5.54 us (1.4%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 390.38 us (95.5%)
LB move op cnt : 0
LB apply : 3.16 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (66.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.885027637226067e-07,-4.1033542646793894e-07,3.4347098272391294e-11)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624790968979319e-05,1.4756570282054306e-06,-2.1904274133646338e-09)
sum a = (3.8878812278972386e-19,-5.827586677109586e-19,-2.0169972056493027e-20)
sum e = 0.006194294809253396
sum de = 7.563550523253074e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010919019797956299
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6244957846710794e-05,1.4774250896273502e-06,-2.1591268923372656e-09)
sum a = (2.583450489125616e-19,-3.7947076036992655e-19,-2.091112588534054e-20)
sum e = 0.006194201246840818
sum de = 7.565292206698414e-06
Info: CFL hydro = 0.010433944865487427 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010433944865487427 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.3462e+05 | 99405 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.11871324310231 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.9850730432087276, dt = 0.010433944865487427 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99405 min = 99405 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99405 min = 99405 [LoadBalance][rank=0]
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 : 5.63 us (1.2%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 435.62 us (95.7%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.0010904893143273e-07,2.554104274867736e-07,-1.0999257527545982e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624428910732012e-05,1.48493349015158e-06,-2.1265495706325523e-09)
sum a = (-5.459127345053966e-19,7.928228386300251e-19,-1.7946510569950488e-20)
sum e = 0.006193599425658693
sum de = 7.615124104830874e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010453021822934212
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624335843351845e-05,1.4897624708961119e-06,-1.998119598587805e-09)
sum a = (-8.385626177817573e-19,5.21772295508649e-19,-1.826414792517085e-20)
sum e = 0.006193513978985978
sum de = 7.616661929800891e-06
Info: CFL hydro = 0.010703276655484772 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010703276655484772 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.3353e+05 | 99402 | 1 | 7.444e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.45797542471574 (tsim/hr) [sph::Model][rank=0]
---------------- t = 1.995506988074215, dt = 0.010703276655484772 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99402 min = 99402 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99402 min = 99402 [LoadBalance][rank=0]
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 : 5.37 us (1.2%)
patch tree reduce : 1714.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 425.99 us (95.7%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-9.956865035945588e-07,-1.0543750263229359e-07,-8.544297041908962e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62438221643893e-05,1.486394596086057e-06,-2.09408290201711e-09)
sum a = (4.972083400382743e-19,-5.38712954453735e-19,-5.1880768019325896e-21)
sum e = 0.006193179575155035
sum de = 7.694803650006963e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010704410877540638
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624433914845728e-05,1.4877488816823485e-06,-1.952241333816125e-09)
sum a = (4.290221877843031e-19,4.3029273720518457e-19,-5.770411953169921e-21)
sum e = 0.006193089894848436
sum de = 7.696190959421595e-06
Info: CFL hydro = 0.010611667207221731 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010611667207221731 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.3392e+05 | 99400 | 1 | 7.422e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.914385729020836 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0062102647296998, dt = 0.010611667207221731 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99400 min = 99400 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99400 min = 99400 [LoadBalance][rank=0]
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.08 us (1.2%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.2%)
LB compute : 477.64 us (96.1%)
LB move op cnt : 0
LB apply : 3.45 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.4103383013256897e-07,-3.646839035279273e-07,6.60690129135665e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6244485019406555e-05,1.489373523074191e-06,-1.9939266920584566e-09)
sum a = (-6.2595734802092795e-19,-2.574980159653073e-19,-1.0190865146653301e-20)
sum e = 0.006193011524818162
sum de = 7.689758974168002e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01063154339105029
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624262995897449e-05,1.4870503739028245e-06,-1.7610230329469238e-09)
sum a = (3.023907621697852e-19,5.082197683525802e-19,-1.0323214044661785e-20)
sum e = 0.006192922995234889
sum de = 7.69096098167265e-06
Info: CFL hydro = 0.010523011005955216 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010523011005955216 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.3496e+05 | 99399 | 1 | 7.365e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.869093843416984 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0168219319369216, dt = 0.010523011005955216 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99399 min = 99399 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99399 min = 99399 [LoadBalance][rank=0]
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.04 us (1.4%)
patch tree reduce : 1674.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 411.37 us (95.5%)
LB move op cnt : 0
LB apply : 3.27 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.6652724384232497e-07,1.2217243906418683e-07,-4.794713908237464e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624223808536804e-05,1.4882362993356386e-06,-1.866145507696985e-09)
sum a = (5.082197683525802e-20,-9.215718466126788e-19,1.3817224952085774e-20)
sum e = 0.006192334100764872
sum de = 7.748680292504181e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010536638176093002
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624223785087743e-05,1.4890780596786335e-06,-1.9513062740095604e-09)
sum a = (3.5998900258307764e-19,-2.0464316005663896e-18,1.1276126110322873e-20)
sum e = 0.006192247370580423
sum de = 7.75022323792832e-06
Info: CFL hydro = 0.010437025558722848 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010437025558722848 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.3375e+05 | 99396 | 1 | 7.432e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.97552558947538 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.027344942942877, dt = 0.010437025558722848 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99396 min = 99396 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99396 min = 99396 [LoadBalance][rank=0]
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 : 5.95 us (1.5%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 386.86 us (95.2%)
LB move op cnt : 0
LB apply : 3.12 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.8283143546890883e-07,-2.0539055915115798e-07,1.2235115283651904e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624232092165745e-05,1.4903938753610724e-06,-1.6349717867818279e-09)
sum a = (1.5415999640028266e-19,-5.963111948670274e-19,4.25104660403252e-20)
sum e = 0.006191900776724564
sum de = 7.784434018127658e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01044808536989829
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624296875748986e-05,1.4888126930055602e-06,-1.8359579026737146e-09)
sum a = (-3.3034284942917713e-19,-5.89534931288993e-19,4.266928471793538e-20)
sum e = 0.006191815343462667
sum de = 7.785761602409076e-06
Info: CFL hydro = 0.010353547475829195 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010353547475829195 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.3498e+05 | 99394 | 1 | 7.364e-01 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.02554756289937 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0377819685015996, dt = 0.010353547475829195 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99394 min = 99394 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99394 min = 99394 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99394
max = 99394
avg = 99394
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.41 us (1.6%)
patch tree reduce : 1733.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 386.74 us (95.2%)
LB move op cnt : 0
LB apply : 3.13 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.8244147576655326e-07,-3.398688794837279e-07,-2.513194600526314e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624307973321426e-05,1.4899857189690872e-06,-1.611786184048288e-09)
sum a = (6.750852589616774e-19,5.522654816098038e-19,3.636947717273152e-20)
sum e = 0.006191475000733182
sum de = 7.764866245865597e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01037420979054878
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624357946172713e-05,1.492088787404917e-06,-1.6097688765770111e-09)
sum a = (2.439454888092385e-19,9.622294280808852e-19,3.4463653041409345e-20)
sum e = 0.006191390780283489
sum de = 7.766194229865076e-06
Info: CFL hydro = 0.010327629589985695 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010327629589985695 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.3389e+05 | 99392 | 1 | 7.423e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.21128706582475 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.048135515977429, dt = 0.010327629589985695 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99392 min = 99392 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99392 min = 99392 [LoadBalance][rank=0]
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 : 5.98 us (1.4%)
patch tree reduce : 1814.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 402.62 us (95.4%)
LB move op cnt : 0
LB apply : 3.54 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-4.4072878512374626e-07,-3.7818772823948665e-07,-3.6238339978075286e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62435262332406e-05,1.492727944281058e-06,-1.733948408205325e-09)
sum a = (-5.929230630780102e-21,6.437450399132683e-19,-3.22931311140702e-21)
sum e = 0.006190503331199329
sum de = 7.771499653255984e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01034927581332182
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624393570224867e-05,1.4899502233258448e-06,-1.783392406067624e-09)
sum a = (-1.5754812818929986e-19,5.759824041329242e-19,-4.7645603283054394e-21)
sum e = 0.0061904196233162805
sum de = 7.773181227366e-06
Info: CFL hydro = 0.010158335957693465 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010158335957693465 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.3469e+05 | 99388 | 1 | 7.379e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.38686708578874 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0584631455674147, dt = 0.010158335957693465 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99388 min = 99388 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99388 min = 99388 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99388
max = 99388
avg = 99388
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.38 us (1.4%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 902.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 425.91 us (95.6%)
LB move op cnt : 0
LB apply : 3.70 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.060974938363251e-07,-2.5309211211258575e-07,3.272662979723949e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.624377266040118e-05,1.4922962056553932e-06,-1.5318082459593974e-09)
sum a = (-2.090053797349986e-19,-2.913793338554793e-19,-1.2176098616780567e-20)
sum e = 0.006189814680460752
sum de = 7.77521893320825e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010184317509210169
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623950892116842e-05,1.4875878645936142e-06,-1.8180686493786878e-09)
sum a = (-2.6046263128069735e-20,-1.3213713977167085e-18,-1.1964340379966992e-20)
sum e = 0.006189733722732653
sum de = 7.776654525219266e-06
Info: CFL hydro = 0.010124541381528318 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010124541381528318 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.3365e+05 | 99385 | 1 | 7.436e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.17724837110724 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.068621481525108, dt = 0.010124541381528318 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99385 min = 99385 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99385 min = 99385 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99385
max = 99385
avg = 99385
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.31 us (1.6%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.3%)
LB compute : 382.61 us (95.0%)
LB move op cnt : 0
LB apply : 3.18 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (8.655171350825579e-07,6.769371584172073e-07,2.3690131811876105e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623882968804914e-05,1.4875926956358848e-06,-1.540711355760916e-09)
sum a = (-6.38874600466556e-19,-9.486769009248164e-20,-1.1434944787933055e-20)
sum e = 0.006189126845614347
sum de = 7.762837450831363e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010154965685509158
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6237045406961365e-05,1.490150291276292e-06,-1.6316671753759556e-09)
sum a = (-1.065990964119537e-18,4.87890977618477e-19,-1.0376153603865179e-20)
sum e = 0.006189046458680803
sum de = 7.764290369545154e-06
Info: CFL hydro = 0.010027940959071042 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010027940959071042 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.3406e+05 | 99382 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.16610511710284 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0787460229066363, dt = 0.010027940959071042 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99382 min = 99382 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99382 min = 99382 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99382
max = 99382
avg = 99382
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.02 us (1.5%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 395.25 us (95.4%)
LB move op cnt : 0
LB apply : 3.33 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (65.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-5.077382214586793e-07,1.4370166478801203e-07,2.013291601300579e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623694530959209e-05,1.4921456360089815e-06,-1.5016443757204573e-09)
sum a = (-1.5564230405797769e-19,6.098637220230962e-19,-3.970466940254533e-21)
sum e = 0.006188435219906595
sum de = 7.718574716337952e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010042907661628929
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623858296545518e-05,1.4943966578529695e-06,-1.5874716358092817e-09)
sum a = (-1.8804131429045468e-19,4.472333961502706e-19,-3.0704944337968387e-21)
sum e = 0.006188356308726325
sum de = 7.7199561191502e-06
Info: CFL hydro = 0.010165914945244965 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010165914945244965 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.3395e+05 | 99379 | 1 | 7.419e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 48.6600411405943 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0887739638657075, dt = 0.010165914945244965 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99379 min = 99379 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99379 min = 99379 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99379
max = 99379
avg = 99379
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.53 us (1.6%)
patch tree reduce : 1273.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 390.92 us (95.2%)
LB move op cnt : 0
LB apply : 3.70 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-5.094899787175319e-07,-5.609661161736869e-07,2.9422410826768106e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623901794324362e-05,1.4926011547219072e-06,-1.4228610145485561e-09)
sum a = (-4.64399048221971e-19,1.6466320494623599e-18,-5.717472393966527e-21)
sum e = 0.006187494541825996
sum de = 7.689510711389956e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010189825885129981
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623122514753632e-05,1.4896829223515077e-06,-1.343297109377503e-09)
sum a = (-5.511901468134849e-19,1.1519648082658485e-18,-5.135137242729196e-21)
sum e = 0.006187413584109526
sum de = 7.69108472196949e-06
Info: CFL hydro = 0.010560097607567355 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010560097607567355 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.3471e+05 | 99375 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 49.61098055536411 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.0989398788109526, dt = 0.010560097607567355 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99375 min = 99375 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99375 min = 99375 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99375
max = 99375
avg = 99375
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.43 us (1.4%)
patch tree reduce : 1293.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.2%)
LB compute : 440.69 us (95.7%)
LB move op cnt : 0
LB apply : 3.33 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (4.2681929929799996e-07,1.3263030597276823e-06,2.8403683599008e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6229991208840505e-05,1.483555443599866e-06,-1.1834953801014165e-09)
sum a = (-3.0228488305137843e-20,7.453889935837843e-20,3.8698817777680847e-20)
sum e = 0.006186550170140372
sum de = 7.758208547107437e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010579996630990435
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6232003149518746e-05,1.4834559534880994e-06,-1.3411410403860484e-09)
sum a = (5.214017185942253e-19,3.9979955110402976e-19,3.959879028413854e-20)
sum e = 0.006186463319222643
sum de = 7.759917563595818e-06
Info: CFL hydro = 0.011008959273434898 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011008959273434898 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.3366e+05 | 99371 | 1 | 7.435e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.13273776274634 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.10949997641852, dt = 0.011008959273434898 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99371 min = 99371 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99371 min = 99371 [LoadBalance][rank=0]
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 : 5.86 us (1.2%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 450.13 us (95.9%)
LB move op cnt : 0
LB apply : 3.63 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.3732825662121885e-08,-4.972371476414357e-07,3.489444876048413e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623241167784222e-05,1.476363717004388e-06,-1.2793671243678382e-09)
sum a = (1.3060189255477243e-19,3.9979955110402976e-19,9.820288232229545e-21)
sum e = 0.006186395754148358
sum de = 7.739439673018945e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01103496411056418
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6232196817905995e-05,1.4752086338587942e-06,-9.064907122724396e-10)
sum a = (-6.988021814847978e-19,1.3755815063409838e-18,1.0084986028246513e-20)
sum e = 0.0061863010873681006
sum de = 7.740730649232674e-06
Info: CFL hydro = 0.010877451864161699 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010877451864161699 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.3435e+05 | 99370 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.58411997431233 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1205089356919546, dt = 0.010877451864161699 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99370 min = 99370 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99370 min = 99370 [LoadBalance][rank=0]
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.20 us (1.5%)
patch tree reduce : 1854.00 ns (0.5%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 386.97 us (95.1%)
LB move op cnt : 0
LB apply : 3.26 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.9920402265654928e-07,-2.1733410715525155e-07,3.496658321731775e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623234732776308e-05,1.4770506595982133e-06,-1.1844162380182627e-09)
sum a = (5.634357286017199e-19,-2.710505431213761e-20,-1.4743667238145165e-20)
sum e = 0.006185456108199816
sum de = 7.751752498888777e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01090414138404048
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623228749880737e-05,1.4786265166428071e-06,-4.760315304918813e-10)
sum a = (1.078908216565165e-18,1.212951180468158e-18,-1.622597489584019e-20)
sum e = 0.006185363806818152
sum de = 7.753493824051832e-06
Info: CFL hydro = 0.011205095294192861 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011205095294192861 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.3454e+05 | 99366 | 1 | 7.385e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.02152355302908 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1313863875561165, dt = 0.011205095294192861 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99366 min = 99366 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99366 min = 99366 [LoadBalance][rank=0]
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.24 us (1.4%)
patch tree reduce : 1553.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 430.25 us (95.6%)
LB move op cnt : 0
LB apply : 3.20 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.88322352656401e-07,-2.8383357929572136e-07,-9.995034716692007e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62324561846004e-05,1.4737068551132711e-06,-1.0829626347001094e-09)
sum a = (5.546345268841557e-19,2.032879073410321e-18,1.0574676950877906e-20)
sum e = 0.00618478065297835
sum de = 7.877894499781878e-06
Info: CFL hydro = 0.022209937418719978 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022209937418719978 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.6017e+05 | 99363 | 1 | 6.204e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.02447764225792 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1425914828503094, dt = 0.022209937418719978 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99363 min = 99363 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99363 min = 99363 [LoadBalance][rank=0]
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 : 5.95 us (1.3%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 421.21 us (95.5%)
LB move op cnt : 0
LB apply : 3.73 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (67.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.623107619874127e-05,1.2994098442673045e-06,-1.0896627627017746e-09)
sum a = (3.9048218868423246e-19,1.0164395367051604e-18,1.937587866844212e-20)
sum e = 0.006185242842401007
sum de = 7.991464768701676e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02225992688544497
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622251972902511e-05,1.3013808609365927e-06,-1.65668872422919e-09)
sum a = (-1.0894961284058438e-19,5.353248226647178e-19,1.8131799027162367e-20)
sum e = 0.00618485983348293
sum de = 7.996997218297985e-06
Info: CFL hydro = 0.01446515699245201 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01446515699245201 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.3355e+05 | 99363 | 1 | 7.440e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 107.46783331600676 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1648014202690296, dt = 0.01446515699245201 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99363 min = 99363 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99363 min = 99363 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99363
max = 99363
avg = 99363
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.48 us (1.6%)
patch tree reduce : 1343.00 ns (0.3%)
gen split merge : 1113.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 394.50 us (95.1%)
LB move op cnt : 0
LB apply : 3.64 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (64.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-2.5309243289034733e-07,2.8022207227121953e-07,2.8140795873028634e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622532439866588e-05,1.4234394297734355e-06,-7.364053746567289e-10)
sum a = (3.860352657111474e-19,9.486769009248164e-20,-1.3420178258060321e-20)
sum e = 0.006184103968156776
sum de = 8.154684748134949e-06
Info: CFL hydro = 0.023751979275419482 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023751979275419482 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.6025e+05 | 99359 | 1 | 6.200e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 83.98805940107599 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.1792665772614814, dt = 0.023751979275419482 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99359 min = 99359 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99359 min = 99359 [LoadBalance][rank=0]
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.44 us (1.1%)
patch tree reduce : 1302.00 ns (0.2%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1213.00 ns (0.2%)
LB compute : 544.42 us (96.5%)
LB move op cnt : 0
LB apply : 3.58 us (0.6%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (68.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621817050517942e-05,1.2769020043067967e-06,-1.2508045121374474e-09)
sum a = (-5.790528985667211e-19,-1.7076184216646695e-18,1.6464202912255463e-20)
sum e = 0.006184575079593433
sum de = 8.135375707299718e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02382670185256056
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622079541690598e-05,1.2875833476051347e-06,-4.3474473588132805e-10)
sum a = (-8.162221237979252e-19,-2.3784685158900754e-18,1.6808310047077522e-20)
sum e = 0.006184135701919248
sum de = 8.141937205542426e-06
Info: CFL hydro = 0.014695171581743475 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014695171581743475 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.3291e+05 | 99359 | 1 | 7.475e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 114.38455191143201 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2030185565369007, dt = 0.014695171581743475 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99359 min = 99359 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99359 min = 99359 [LoadBalance][rank=0]
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 : 5.95 us (1.4%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 410.69 us (95.5%)
LB move op cnt : 0
LB apply : 3.42 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.02 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (-9.183374656577283e-07,-7.953793170450395e-07,-6.718370040585799e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622563448763979e-05,1.4268544739848505e-06,-4.854802433640948e-10)
sum a = (2.4352197233561135e-21,5.929230630780102e-19,2.4385284458063256e-21)
sum e = 0.006182373245325253
sum de = 8.074825355267381e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014713772809448269
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622587790420993e-05,1.4287918042132813e-06,-2.5900364970842996e-10)
sum a = (-8.58150254687013e-19,-9.046311876675928e-19,1.3896634290890865e-22)
sum e = 0.006182204319212676
sum de = 8.079052301405162e-06
Info: CFL hydro = 0.011693428996137817 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011693428996137817 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.3410e+05 | 99351 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.40697248789787 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2177137281186443, dt = 0.011693428996137817 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99351 min = 99351 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99351 min = 99351 [LoadBalance][rank=0]
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.26 us (1.5%)
patch tree reduce : 1733.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 393.90 us (95.4%)
LB move op cnt : 0
LB apply : 3.12 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-3.071433189361434e-07,-4.5098785710571633e-07,2.8918746645228143e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622728978733584e-05,1.4743104294158424e-06,-2.2465954241427421e-10)
sum a = (9.697468454877671e-19,4.607859233063394e-19,-2.869985853313985e-20)
sum e = 0.006180859600171963
sum de = 8.16707590794768e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011715738893707786
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622636685503249e-05,1.4713102868646902e-06,1.6207748186347772e-11)
sum a = (1.0945783260893696e-18,-2.846030702774449e-19,-2.9791736941709845e-20)
sum e = 0.006180753718296166
sum de = 8.169724611722888e-06
Info: CFL hydro = 0.011597249341625458 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011597249341625458 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.3382e+05 | 99345 | 1 | 7.424e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.703880024860574 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.229407157114782, dt = 0.011597249341625458 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99345 min = 99345 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99345 min = 99345 [LoadBalance][rank=0]
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 : 5.85 us (1.4%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 390.50 us (95.4%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (5.095054769139723e-07,-8.114425692838729e-08,-8.907609730133148e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62263818458312e-05,1.4724746025887987e-06,-1.2487253825155478e-10)
sum a = (-3.775649362386044e-19,-4.743384504624082e-19,-7.967403660110763e-21)
sum e = 0.006180687332193287
sum de = 8.149404559502168e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011632816209567715
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622636155274105e-05,1.4728967670783765e-06,1.0823054710769011e-10)
sum a = (-2.525216974001883e-19,1.6059744679941534e-18,-8.357832909235792e-21)
sum e = 0.006180582849371076
sum de = 8.150871398389349e-06
Info: CFL hydro = 0.011187277807473996 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011187277807473996 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.3424e+05 | 99344 | 1 | 7.401e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.41388211978908 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.241004406456408, dt = 0.011187277807473996 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99344 min = 99344 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99344 min = 99344 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99344
max = 99344
avg = 99344
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.23 us (1.5%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 1272.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 941.00 ns (0.2%)
LB compute : 395.82 us (95.3%)
LB move op cnt : 0
LB apply : 3.27 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-4.5167345883629916e-08,-2.431693696555937e-07,-9.803391236181217e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622689622607441e-05,1.479267963295254e-06,-2.2075072899520575e-10)
sum a = (3.1594328932585403e-19,-1.5111067779016718e-18,-4.264943238323411e-21)
sum e = 0.006179745627652347
sum de = 8.140668461215903e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011212751059834287
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6227750058425705e-05,1.4805826601542278e-06,-2.8310846915370684e-10)
sum a = (-7.411538288475128e-21,-1.9278469879507876e-18,-4.05980244641026e-21)
sum e = 0.006179648331593773
sum de = 8.142750872470234e-06
Info: CFL hydro = 0.011005710335464266 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011005710335464266 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.3445e+05 | 99340 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.50789746459344 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.252191684263882, dt = 0.011005710335464266 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99340 min = 99340 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99340 min = 99340 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 382.30 us (89.2%)
LB move op cnt : 0
LB apply : 3.27 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.3035334583951403e-07,-4.256879683572566e-07,1.4761734744409919e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622811462983396e-05,1.4837307380186375e-06,6.698516369991182e-11)
sum a = (1.503483481376383e-19,-1.362028979184915e-18,-1.0587911840678754e-21)
sum e = 0.0061790729877317626
sum de = 8.151359247250392e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011037817359935987
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62243468788241e-05,1.4802573074391759e-06,6.099476142964802e-10)
sum a = (-3.4897757426877174e-19,1.0977546996415732e-18,1.9322939109238726e-21)
sum e = 0.006178979151642443
sum de = 8.153043181792794e-06
Info: CFL hydro = 0.010900631193478292 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010900631193478292 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.3386e+05 | 99337 | 1 | 7.421e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.391471858997946 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.263197394599346, dt = 0.010900631193478292 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99337 min = 99337 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99337 min = 99337 [LoadBalance][rank=0]
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 : 5.90 us (1.5%)
patch tree reduce : 1763.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 382.10 us (95.2%)
LB move op cnt : 0
LB apply : 3.02 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.58 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.514757221732973e-07,4.732323541178666e-07,1.2860260389976532e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6223700565914594e-05,1.4816584623698222e-06,4.1126109810093065e-11)
sum a = (-2.8079142201480056e-19,-1.395910297075087e-18,1.879354351720479e-21)
sum e = 0.006178390157000184
sum de = 8.184120371484729e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010924138004925829
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6221957168618234e-05,1.4768331123882103e-06,2.040055914196173e-10)
sum a = (2.964615315390051e-20,-6.098637220230962e-20,3.705769144237564e-22)
sum e = 0.006178298290815353
sum de = 8.1857883832487e-06
Info: CFL hydro = 0.010822356954910416 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010822356954910416 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.3383e+05 | 99334 | 1 | 7.423e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.869096794982525 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.2740980257928243, dt = 0.010822356954910416 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99334 min = 99334 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99334 min = 99334 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99334
max = 99334
avg = 99334
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.15 us (1.4%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1002.00 ns (0.2%)
LB compute : 420.61 us (95.7%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (8.750968637136435e-07,2.2113386147056209e-07,2.2858266388855913e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.622178963538218e-05,1.4774895575899618e-06,4.3575209033025876e-10)
sum a = (-7.411538288475128e-19,-1.8092623753351855e-18,-1.6675961149069038e-21)
sum e = 0.006177971310214464
sum de = 8.104217957219056e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010852773775729442
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6219395131280735e-05,1.4772321852759491e-06,7.099745193182519e-11)
sum a = (-5.730177888175342e-19,-1.1248597539537109e-18,-1.2440796412797536e-21)
sum e = 0.006177880248073175
sum de = 8.105672152822798e-06
Info: CFL hydro = 0.010836603725337159 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010836603725337159 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.3431e+05 | 99332 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.678065047126985 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.284920382747735, dt = 0.010836603725337159 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99332 min = 99332 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99332 min = 99332 [LoadBalance][rank=0]
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.27 us (1.4%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 1293.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 424.48 us (95.5%)
LB move op cnt : 0
LB apply : 3.60 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (6.242983944581226e-08,2.4833435867244176e-07,1.2231749121285613e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621907314180784e-05,1.4772205350012507e-06,1.7130197822097537e-10)
sum a = (-3.7947076036992655e-19,1.2197274440461925e-19,-3.3087224502121107e-22)
sum e = 0.006176776323508246
sum de = 8.032598394135426e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010867687422358977
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621189649205109e-05,1.477020988450181e-06,7.484227488994654e-11)
sum a = (1.8338263308055602e-19,-5.488773498207866e-19,-1.1911400820763599e-21)
sum e = 0.006176685053765473
sum de = 8.034567197941807e-06
Info: CFL hydro = 0.01076007491917256 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01076007491917256 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.3351e+05 | 99327 | 1 | 7.440e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.43630775394787 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.295756986473072, dt = 0.01076007491917256 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99327 min = 99327 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99327 min = 99327 [LoadBalance][rank=0]
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 : 5.56 us (1.3%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 395.14 us (95.6%)
LB move op cnt : 0
LB apply : 3.06 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-6.067664367674484e-08,1.1314426387271144e-06,-9.261199107809874e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.621129026807571e-05,1.4788275360978697e-06,1.9702396876716165e-10)
sum a = (-3.8709405689521525e-19,-1.463672932855431e-18,2.056701875051848e-20)
sum e = 0.0061755867077541715
sum de = 8.085234008782344e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010793411389643985
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.620934355612656e-05,1.4742309254516596e-06,1.3378445303721665e-10)
sum a = (-1.9142944607947188e-19,-1.5924219408380846e-18,1.962734157465824e-20)
sum e = 0.006175497419030718
sum de = 8.08721031464525e-06
Info: CFL hydro = 0.010686940815472114 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010686940815472114 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.3430e+05 | 99322 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.37705355385849 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3065170613922445, dt = 0.010686940815472114 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99322 min = 99322 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99322 min = 99322 [LoadBalance][rank=0]
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 : 5.94 us (1.4%)
patch tree reduce : 1563.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 416.61 us (95.4%)
LB move op cnt : 0
LB apply : 3.82 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (8.036862320864038e-07,2.2959456496010392e-07,-5.001856028653716e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6209185975377416e-05,1.4750421535364753e-06,1.1269138869684161e-10)
sum a = (-3.9810548520952116e-19,1.6872896309305663e-18,-2.9024113333260635e-20)
sum e = 0.006175159756072293
sum de = 8.159776156009785e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01071680958831846
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.620753433285577e-05,1.4726121414372257e-06,1.381887136568544e-10)
sum a = (4.506215279392878e-19,6.776263578034403e-20,-2.9103522672065726e-20)
sum e = 0.006175071969219066
sum de = 8.161184618335258e-06
Info: CFL hydro = 0.010946601415498471 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010946601415498471 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.3289e+05 | 99320 | 1 | 7.474e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.47542589814853 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3172040022077165, dt = 0.010946601415498471 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99320 min = 99320 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99320 min = 99320 [LoadBalance][rank=0]
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 : 5.70 us (1.3%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 413.90 us (95.8%)
LB move op cnt : 0
LB apply : 3.12 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.88896624329286e-07,1.2797490591326931e-07,1.1144342183571327e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6206747689631994e-05,1.4679457318998005e-06,2.532030658593437e-10)
sum a = (2.515687853345272e-19,2.0464316005663896e-18,-4.4919215984079615e-20)
sum e = 0.006174998764067237
sum de = 8.227552449965892e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01096919701759244
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.62034356875871e-05,1.4662638637320683e-06,4.897868294382112e-10)
sum a = (8.555032767268433e-20,1.0570971181733668e-18,-4.327808964877441e-20)
sum e = 0.006174906656513359
sum de = 8.228886333510014e-06
Info: CFL hydro = 0.011054749163354497 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011054749163354497 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.3425e+05 | 99319 | 1 | 7.398e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.26737407146192 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.328150603623215, dt = 0.011054749163354497 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99319 min = 99319 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99319 min = 99319 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99319
max = 99319
avg = 99319
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.5%)
patch tree reduce : 1322.00 ns (0.3%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 385.52 us (95.3%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.007768676260411e-07,3.986412319636049e-07,-6.440838059160829e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6202875195895515e-05,1.4642564767771449e-06,3.9244142314169407e-10)
sum a = (3.1340219048409113e-19,-2.0328790734103208e-19,2.064642808932357e-21)
sum e = 0.0061748436491096525
sum de = 8.116942408883846e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011084394209237493
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6200999605536696e-05,1.4637997785958581e-06,7.172408609498205e-10)
sum a = (3.8370592510619805e-19,7.453889935837843e-20,-8.205631676526035e-22)
sum e = 0.006174748825616477
sum de = 8.118258851135143e-06
Info: CFL hydro = 0.01096418447729107 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01096418447729107 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.3411e+05 | 99318 | 1 | 7.406e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.73719048811916 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3392053527865695, dt = 0.01096418447729107 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99318 min = 99318 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99318 min = 99318 [LoadBalance][rank=0]
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.13 us (1.4%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 426.12 us (95.7%)
LB move op cnt : 0
LB apply : 3.06 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (9.072865127543818e-08,1.354957196834283e-07,-7.281024101306756e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6201247870009024e-05,1.465456016224863e-06,7.389295608674434e-10)
sum a = (5.166900978251232e-20,-5.21772295508649e-19,-2.5384518638027313e-20)
sum e = 0.006173382888362285
sum de = 8.049824276500586e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010997470872206204
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6193416038246385e-05,1.4667088714897354e-06,9.517536010836679e-10)
sum a = (9.571472303973594e-20,-6.708500942254059e-19,-2.5172760401213738e-20)
sum e = 0.006173289711876429
sum de = 8.052144919007316e-06
Info: CFL hydro = 0.0108398536261385 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0108398536261385 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.3523e+05 | 99312 | 1 | 7.344e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.74562720338073 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3501695372638607, dt = 0.0108398536261385 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99312 min = 99312 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99312 min = 99312 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99312
max = 99312
avg = 99312
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.06 us (1.4%)
patch tree reduce : 1333.00 ns (0.3%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1002.00 ns (0.2%)
LB compute : 424.33 us (95.7%)
LB move op cnt : 0
LB apply : 3.13 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-2.885227478888669e-07,1.1525528419717155e-06,-2.6972024976231193e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619285565826219e-05,1.4692225357939532e-06,8.693563566534666e-10)
sum a = (-3.3288394827094003e-19,2.303929616531697e-19,1.6940658945086007e-21)
sum e = 0.0061721779189028
sum de = 8.079050198526256e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010877396103822524
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619208013340223e-05,1.4680356908763748e-06,1.2058584649409959e-09)
sum a = (-7.420008617947671e-19,8.74138001566438e-19,3.705769144237564e-21)
sum e = 0.006172087496753257
sum de = 8.081136397967295e-06
Info: CFL hydro = 0.010721139375155033 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010721139375155033 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.3431e+05 | 99307 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.77965485366949 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.361009390889999, dt = 0.010721139375155033 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99307 min = 99307 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99307 min = 99307 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 881.00 ns (0.2%)
LB compute : 434.44 us (95.8%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.198380910321725e-07,-7.675587555394719e-09,-1.7245313618131988e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6192400143465814e-05,1.4699911586499146e-06,8.572954669773673e-10)
sum a = (-2.405573570202213e-19,2.961227183601034e-18,2.159934015498466e-20)
sum e = 0.006171754190786131
sum de = 8.138327336648795e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010731438270463332
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618840587231228e-05,1.4696873407179544e-06,9.525493803264759e-10)
sum a = (-5.183841637196318e-19,1.2468324983583301e-18,2.1864037951001628e-20)
sum e = 0.006171666095381261
sum de = 8.13977308072207e-06
Info: CFL hydro = 0.011068199535860803 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011068199535860803 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.3442e+05 | 99305 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.24424989094416 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3717305302651543, dt = 0.011068199535860803 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99305 min = 99305 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99305 min = 99305 [LoadBalance][rank=0]
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 : 5.66 us (1.2%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 881.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 446.57 us (95.9%)
LB move op cnt : 0
LB apply : 3.49 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.043386956199806e-08,5.123637882502773e-07,1.956704026867902e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6186666945557295e-05,1.463588308682358e-06,1.2094162906351572e-09)
sum a = (-1.5585406229479126e-19,6.098637220230962e-19,8.893845946170154e-21)
sum e = 0.006171586456494216
sum de = 8.184031812345408e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011106911956324912
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6183051337299085e-05,1.4614530476528718e-06,1.166001453439503e-09)
sum a = (8.131516293641283e-20,-1.6263032587282567e-19,8.470329472543003e-21)
sum e = 0.006171492675921122
sum de = 8.18539968546643e-06
Info: CFL hydro = 0.010976165777518632 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010976165777518632 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.3399e+05 | 99304 | 1 | 7.412e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.761485315406105 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.3827987298010154, dt = 0.010976165777518632 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99304 min = 99304 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99304 min = 99304 [LoadBalance][rank=0]
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.17 us (1.5%)
patch tree reduce : 1673.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 383.43 us (95.1%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.132843077073251e-07,4.420936828051177e-07,6.4639630925764716e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618295213188631e-05,1.4628786319762649e-06,1.1669644194313412e-09)
sum a = (-1.8295911660692887e-19,6.572975670693371e-19,-1.249373597200093e-20)
sum e = 0.006171164722400857
sum de = 8.267033895667794e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01100685665154516
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618441593779758e-05,1.4633342595401545e-06,1.4359853371831556e-09)
sum a = (-2.541098841762901e-20,6.369687763352339e-19,-1.207021949837378e-20)
sum e = 0.00617107254054253
sum de = 8.268589866224714e-06
Info: CFL hydro = 0.010875842596542725 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010875842596542725 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.3461e+05 | 99302 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.56337010179128 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.393774895578534, dt = 0.010875842596542725 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99302 min = 99302 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99302 min = 99302 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99302
max = 99302
avg = 99302
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.01 us (1.3%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 429.21 us (95.7%)
LB move op cnt : 0
LB apply : 3.35 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (73.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.837056743943195e-09,-5.110647406721424e-07,-9.114439914177897e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618516286654865e-05,1.4649702169864138e-06,1.2179153434070231e-09)
sum a = (-5.878408653944844e-19,9.147955830346444e-19,1.376428539288238e-21)
sum e = 0.0061709924914051095
sum de = 8.311784965673337e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010916688102028917
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618365208947725e-05,1.4678706717474388e-06,1.353905845213176e-09)
sum a = (8.300922883092143e-20,1.4433441421213278e-18,3.3881317890172014e-21)
sum e = 0.006170901837352159
sum de = 8.313088253648638e-06
Info: CFL hydro = 0.010779335425185645 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010779335425185645 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.3484e+05 | 99301 | 1 | 7.364e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.16531446341344 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.404650738175077, dt = 0.010779335425185645 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99301 min = 99301 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99301 min = 99301 [LoadBalance][rank=0]
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 : 32.20 us (7.3%)
patch tree reduce : 1632.00 ns (0.4%)
gen split merge : 1232.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1182.00 ns (0.3%)
LB compute : 395.70 us (89.6%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.05 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-4.819763467974902e-07,-5.3523171185731026e-08,5.425969167694904e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618411656500907e-05,1.470031956122784e-06,1.5040440228268619e-09)
sum a = (-6.522153693858113e-19,-9.961107459710572e-19,1.0376153603865179e-20)
sum e = 0.006170571807962651
sum de = 8.235301410813637e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010814560991472093
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618524111173913e-05,1.4696459796947325e-06,1.441568587765177e-09)
sum a = (1.1350241493207625e-19,-5.421010862427522e-19,9.529120656610879e-21)
sum e = 0.006170482079475928
sum de = 8.236790958836068e-06
Info: CFL hydro = 0.010880292507477 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010880292507477 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.3341e+05 | 99299 | 1 | 7.443e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.13769272448224 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4154300736002625, dt = 0.010880292507477 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99299 min = 99299 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99299 min = 99299 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99299
max = 99299
avg = 99299
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.26 us (1.5%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 395.63 us (95.3%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (8.597683213182596e-08,-4.842329833178794e-07,2.0178148606130244e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618514016818773e-05,1.4680981508247075e-06,1.530937656373241e-09)
sum a = (9.469828350303078e-19,-6.098637220230962e-19,-8.046812998915853e-21)
sum e = 0.006169371310190152
sum de = 8.157690098909244e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010916119137576771
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.619252267080508e-05,1.4675046038017614e-06,1.2178512138819008e-09)
sum a = (-2.498747194400186e-19,-1.0164395367051604e-19,-1.0323214044661785e-20)
sum e = 0.006169279904039734
sum de = 8.15968540491296e-06
Info: CFL hydro = 0.011126338282015863 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011126338282015863 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.3420e+05 | 99294 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.93956784108541 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4263103661077396, dt = 0.011126338282015863 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99294 min = 99294 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99294 min = 99294 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99294
max = 99294
avg = 99294
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.39 us (1.4%)
patch tree reduce : 1443.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 424.00 us (95.6%)
LB move op cnt : 0
LB apply : 3.13 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (2.6819434744623137e-07,-1.6726294977205295e-06,1.8306066420674423e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6192855654182295e-05,1.4631742517425139e-06,1.813582700749998e-09)
sum a = (-3.1763735522036263e-19,-1.6940658945086007e-19,1.3658406274475593e-20)
sum e = 0.00616818080329089
sum de = 8.098200139109884e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011165389334583045
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618898812106003e-05,1.4644683607135936e-06,1.4048965181377548e-09)
sum a = (-8.46185914307046e-19,8.063753657860939e-19,1.2281977735187355e-20)
sum e = 0.006168085619001641
sum de = 8.100293095825298e-06
Info: CFL hydro = 0.010957652278525408 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010957652278525408 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.3421e+05 | 99289 | 1 | 7.398e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.1436668056247 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4374367043897553, dt = 0.010957652278525408 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99289 min = 99289 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99289 min = 99289 [LoadBalance][rank=0]
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 : 5.65 us (1.4%)
patch tree reduce : 1633.00 ns (0.4%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 386.40 us (95.3%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-2.1480714021909521e-07,3.157652279969496e-07,-2.722451938462935e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9371076790430327 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618924357655444e-05,1.4677875819120727e-06,1.6763914433916089e-09)
sum a = (4.9636130709102e-19,1.0232158002831948e-18,-2.7581510344968155e-20)
sum e = 0.006166954593921456
sum de = 8.173333475379105e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01099250795510723
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618649923788427e-05,1.4700742500431098e-06,1.4420931350143126e-09)
sum a = (-5.624298769768554e-19,3.5914196963582334e-19,-2.7581510344968155e-20)
sum e = 0.006166862945285294
sum de = 8.175385103136755e-06
Info: CFL hydro = 0.011179259647292553 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011179259647292553 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 | 9.0361e+04 | 99284 | 1 | 1.099e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 35.90224060924196 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.4483943566682806, dt = 0.011179259647292553 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99284 min = 99284 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99284 min = 99284 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.2%)
LB compute : 424.84 us (95.6%)
LB move op cnt : 0
LB apply : 3.59 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.5004853595135804e-07,2.3548471983221575e-07,-1.1199790243774142e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6185511155747604e-05,1.4667977928152587e-06,1.7061222783294096e-09)
sum a = (2.202285662861181e-20,1.2468324983583301e-18,-1.1699642583950023e-20)
sum e = 0.006166792341454841
sum de = 8.16371514983247e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011223509091397528
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618678690955876e-05,1.4670590554198676e-06,2.0873794414549465e-09)
sum a = (-1.2790197503539935e-19,1.6398557858843255e-18,-1.1064367873509298e-20)
sum e = 0.0061666967053703526
sum de = 8.165079107928896e-06
Info: CFL hydro = 0.011276131134745942 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011276131134745942 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.3371e+05 | 99283 | 1 | 7.425e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.19998818323922 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.459573616315573, dt = 0.011276131134745942 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99283 min = 99283 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99283 min = 99283 [LoadBalance][rank=0]
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 : 5.85 us (1.4%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 408.36 us (95.5%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-3.1533722341966897e-09,-4.991668341311285e-07,-2.6669645241999837e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.618685619659452e-05,1.4655234640024574e-06,1.61672209706151e-09)
sum a = (8.538092108323347e-19,1.2197274440461925e-19,-1.641126335305207e-20)
sum e = 0.006166117456241118
sum de = 8.280723725227241e-06
Info: CFL hydro = 0.022433707633234833 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022433707633234833 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.6189e+05 | 99280 | 1 | 6.132e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.19534808881247 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.470849747450319, dt = 0.022433707633234833 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99280 min = 99280 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99280 min = 99280 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99280
max = 99280
avg = 99280
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.32 us (1.6%)
patch tree reduce : 1552.00 ns (0.4%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 384.56 us (95.2%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61411355822622e-05,1.2807668539361133e-06,3.849931514078099e-09)
sum a = (9.232659125071874e-19,2.710505431213761e-19,8.576208590949791e-21)
sum e = 0.006166591246830353
sum de = 8.425648168605837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022496788279067623
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6141486722532745e-05,1.2817693439664125e-06,4.423196127981367e-09)
sum a = (1.5754812818929986e-19,8.131516293641283e-19,1.1540823906339842e-20)
sum e = 0.006166208316368238
sum de = 8.431421142166724e-06
Info: CFL hydro = 0.014872806491628686 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014872806491628686 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.3272e+05 | 99280 | 1 | 7.480e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 107.96389203818923 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.493283455083554, dt = 0.014872806491628686 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99280 min = 99280 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99280 min = 99280 [LoadBalance][rank=0]
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 : 5.84 us (1.4%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 405.75 us (95.4%)
LB move op cnt : 0
LB apply : 3.50 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (8.96459253915352e-09,-5.742725602242121e-07,-1.2085816886196147e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617170259006612e-05,1.4067892640645251e-06,2.8983167258964745e-09)
sum a = (-2.439454888092385e-19,3.1848438816761693e-19,-2.6363900483290098e-20)
sum e = 0.006165983866091735
sum de = 8.433255384092351e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014925458451581865
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616458586811888e-05,1.4021709939613045e-06,2.502950906645733e-09)
sum a = (5.251604272976662e-19,7.589415207398531e-19,-2.906381800266318e-20)
sum e = 0.006165814867216385
sum de = 8.436102530603384e-06
Info: CFL hydro = 0.01227907352196366 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01227907352196366 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.3187e+05 | 99278 | 1 | 7.528e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.12097487615337 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5081562615751825, dt = 0.01227907352196366 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99278 min = 99278 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99278 min = 99278 [LoadBalance][rank=0]
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 : 5.80 us (1.4%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 404.09 us (95.5%)
LB move op cnt : 0
LB apply : 3.23 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.53 us (66.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (6.332897154940717e-07,6.308884581118096e-07,6.104630549560426e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6175093854331436e-05,1.4455466900818595e-06,2.6885231294418498e-09)
sum a = (1.1858461261560205e-20,-3.1848438816761693e-19,-1.9852334701272664e-20)
sum e = 0.006164989886795376
sum de = 8.450156260037848e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012320245026279519
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617011562169225e-05,1.4413492677462032e-06,1.9844224118203998e-09)
sum a = (-1.6940658945086007e-19,-1.1519648082658485e-18,-2.091112588534054e-20)
sum e = 0.006164874555488031
sum de = 8.452645403988118e-06
Info: CFL hydro = 0.011328263569882422 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011328263569882422 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.3348e+05 | 99274 | 1 | 7.437e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.436205403953316 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.520435335097146, dt = 0.011328263569882422 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99274 min = 99274 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99274 min = 99274 [LoadBalance][rank=0]
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 : 5.97 us (1.3%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 433.36 us (95.8%)
LB move op cnt : 0
LB apply : 3.34 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (66.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (7.403158125208215e-07,6.47430456293109e-07,2.8541925982758318e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617409072504977e-05,1.4571492504543448e-06,2.444349296275198e-09)
sum a = (1.4094628242311558e-18,-7.657177843178875e-19,2.6999175193730823e-21)
sum e = 0.006164285263423554
sum de = 8.49797291788298e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011369041155599252
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617210172810416e-05,1.45661348373491e-06,1.9292420921139013e-09)
sum a = (7.657177843178875e-19,-1.8228149024912543e-18,3.3351922298138076e-21)
sum e = 0.006164187588772767
sum de = 8.49977191566116e-06
Info: CFL hydro = 0.010942612514499572 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010942612514499572 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.3453e+05 | 99271 | 1 | 7.379e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.26487730603576 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5317635986670286, dt = 0.010942612514499572 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99271 min = 99271 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99271 min = 99271 [LoadBalance][rank=0]
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.27 us (1.4%)
patch tree reduce : 1833.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 435.49 us (95.6%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.8856616281055193e-07,1.3629731687375922e-07,2.060345348317458e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617381153048562e-05,1.4632868654346958e-06,2.3225671460087647e-09)
sum a = (5.72594272343907e-19,-1.1858461261560205e-18,1.326135958045014e-20)
sum e = 0.006163855552480732
sum de = 8.505063692639291e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01098058263003891
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616892459434788e-05,1.4599017502972027e-06,1.965098971996528e-09)
sum a = (-2.371692252312041e-20,-6.437450399132683e-19,1.588186776101813e-20)
sum e = 0.006163764203553568
sum de = 8.50661067437559e-06
Info: CFL hydro = 0.010745302398833286 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010745302398833286 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.3464e+05 | 99269 | 1 | 7.373e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.42792043452415 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.542706211181528, dt = 0.010745302398833286 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99269 min = 99269 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99269 min = 99269 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99269
max = 99269
avg = 99269
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.21 us (1.4%)
patch tree reduce : 1502.00 ns (0.3%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 425.58 us (95.6%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (6.363926354072142e-07,6.889352449203954e-07,4.13896028997707e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616920107245412e-05,1.463116185869034e-06,2.263798811862162e-09)
sum a = (-3.6253010142484055e-19,-1.5585406229479126e-19,2.9116757561866574e-22)
sum e = 0.006163167058948009
sum de = 8.426915796986144e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010784871656014303
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6168704246615785e-05,1.4608918906602468e-06,1.9745859466971396e-09)
sum a = (-3.3881317890172014e-19,6.166399856011306e-19,2.0381730293306602e-21)
sum e = 0.00616307850161332
sum de = 8.428582867280387e-06
Info: CFL hydro = 0.010612356689475577 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010612356689475577 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.3407e+05 | 99266 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.24429406153009 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5534515135803613, dt = 0.010612356689475577 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99266 min = 99266 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99266 min = 99266 [LoadBalance][rank=0]
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 : 5.43 us (1.2%)
patch tree reduce : 1563.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 440.17 us (96.0%)
LB move op cnt : 0
LB apply : 3.43 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (5.121456805087391e-07,-9.996274246983755e-08,2.1661633442665375e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61693630584831e-05,1.4632206113210705e-06,2.371563400694487e-09)
sum a = (9.825582188149884e-20,-1.9651164376299768e-19,3.2081372877256625e-20)
sum e = 0.006161976936092369
sum de = 8.280340809274435e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010648354395490453
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61692874713544e-05,1.4734046654384916e-06,2.292531318721212e-09)
sum a = (-2.710505431213761e-20,9.351243737687476e-19,3.4198955245392376e-20)
sum e = 0.00616189028624652
sum de = 8.282256991366702e-06
Info: CFL hydro = 0.011353850205037886 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011353850205037886 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.2178e+05 | 99261 | 1 | 8.151e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 46.873485479641054 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5640638702698366, dt = 0.011353850205037886 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99261 min = 99261 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99261 min = 99261 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 430.85 us (95.7%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-1.8288330372062505e-06,-4.0369261871279284e-07,2.4106489819536366e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9366659480548918 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616592426126921e-05,1.4625369298849398e-06,2.414758224072542e-09)
sum a = (-5.082197683525802e-21,-1.1587410718438829e-18,-3.705769144237564e-22)
sum e = 0.006160552814515994
sum de = 8.362140344853164e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011385770463331998
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6166695232599956e-05,1.4627108894512352e-06,2.7457024728493346e-09)
sum a = (6.352747104407253e-19,-7.453889935837843e-20,-1.5881867761018131e-22)
sum e = 0.006160455068971218
sum de = 8.36447230171527e-06
Info: CFL hydro = 0.011334218082713374 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011334218082713374 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 | 9.0149e+04 | 99255 | 1 | 1.101e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 37.12400804622827 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.5754177204748747, dt = 0.011334218082713374 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99255 min = 99255 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99255 min = 99255 [LoadBalance][rank=0]
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 : 6.41 us (1.4%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1272.00 ns (0.3%)
LB compute : 430.79 us (95.5%)
LB move op cnt : 0
LB apply : 3.31 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-6.963129596889062e-08,-4.979042330519499e-07,-1.0038823999768403e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616710995177074e-05,1.4630510752533434e-06,2.448547640296129e-09)
sum a = (4.929731753020028e-19,-9.622294280808852e-19,1.1329065669526267e-20)
sum e = 0.006160394674073436
sum de = 8.280130436059772e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011379719380876265
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616339758393919e-05,1.4567968009789105e-06,2.940786279604667e-09)
sum a = (3.3881317890172014e-20,1.1993986533120893e-18,1.207021949837378e-20)
sum e = 0.006160296624399018
sum de = 8.281509407110453e-06
Info: CFL hydro = 0.011184111522061974 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011184111522061974 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.3408e+05 | 99254 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.11933402282437 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.586751938557588, dt = 0.011184111522061974 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99254 min = 99254 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99254 min = 99254 [LoadBalance][rank=0]
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.30 us (1.5%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 872.00 ns (0.2%)
LB compute : 402.28 us (95.4%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.1472330534822814e-06,4.377752659572209e-07,3.6787838648802757e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616373045707134e-05,1.4587815092391844e-06,2.7845833118998494e-09)
sum a = (1.3891340334970526e-19,9.012430558785756e-19,-1.8422966602781032e-20)
sum e = 0.006159192579228157
sum de = 8.391487573927298e-06
Info: CFL hydro = 0.022931099112282555 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022931099112282555 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.6139e+05 | 99249 | 1 | 6.150e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.4699905127041 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.59793605007965, dt = 0.022931099112282555 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99249 min = 99249 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99249 min = 99249 [LoadBalance][rank=0]
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 : 5.98 us (1.4%)
patch tree reduce : 1392.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1383.00 ns (0.3%)
LB compute : 413.37 us (95.6%)
LB move op cnt : 0
LB apply : 3.44 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (69.3%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092902970077154e-05,1.2562844344984994e-06,4.957730405508272e-09)
sum a = (5.082197683525802e-20,-3.6591823321385775e-19,1.0905549195899117e-20)
sum e = 0.006159689566809206
sum de = 8.489280930822877e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02303207743223062
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609937777063877e-05,1.2494900039186944e-06,4.695515886605551e-09)
sum a = (4.506215279392878e-19,-4.404571325722362e-19,1.2599615090407718e-20)
sum e = 0.006159291796002656
sum de = 8.495352192692627e-06
Info: CFL hydro = 0.014862375250274716 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014862375250274716 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.2537e+05 | 99249 | 1 | 7.916e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 104.27904166067647 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6208671491919326, dt = 0.014862375250274716 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99249 min = 99249 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99249 min = 99249 [LoadBalance][rank=0]
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 : 5.96 us (1.3%)
patch tree reduce : 1814.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 426.63 us (95.5%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (8.172457899713907e-07,-1.0879721199381042e-06,1.0492412699703288e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614560986292877e-05,1.390249557984004e-06,3.7798211475428e-09)
sum a = (1.6601845766184287e-19,-7.521652571618187e-19,2.811090593700209e-20)
sum e = 0.00615882802130767
sum de = 8.437151289703525e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014929352573451507
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614779759852893e-05,1.385890320754039e-06,4.5207634521039995e-09)
sum a = (-9.9272261418204e-19,6.776263578034403e-19,2.8163845496205486e-20)
sum e = 0.006158659852866753
sum de = 8.440138909437572e-06
Info: CFL hydro = 0.01216739922438529 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01216739922438529 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.3446e+05 | 99246 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.48754731383278 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6357295244422074, dt = 0.01216739922438529 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99246 min = 99246 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99246 min = 99246 [LoadBalance][rank=0]
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.13 us (1.4%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 425.70 us (95.6%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (8.201851298113042e-07,-6.898991491450623e-07,-6.321214447860185e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616289708693368e-05,1.4337776340989238e-06,3.336837924263019e-09)
sum a = (-2.744386749103933e-19,3.049318610115481e-19,-1.7046538063492794e-20)
sum e = 0.006157579272334136
sum de = 8.391931460856286e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012217220372212009
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615368912384087e-05,1.434577088874761e-06,3.8100978655740354e-09)
sum a = (-4.912791094074942e-20,-5.759824041329242e-19,-1.3711345833678987e-20)
sum e = 0.006157466713935567
sum de = 8.394461681689747e-06
Info: CFL hydro = 0.011195816401956844 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011195816401956844 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.3196e+05 | 99241 | 1 | 7.521e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.242640629494524 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.647896923666593, dt = 0.011195816401956844 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99241 min = 99241 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99241 min = 99241 [LoadBalance][rank=0]
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 : 5.95 us (1.4%)
patch tree reduce : 1212.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 413.23 us (95.5%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.2541290652848177e-07,1.1598509719161367e-06,2.500502941755589e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615896212633696e-05,1.4524108418873514e-06,3.6696964239563367e-09)
sum a = (1.6940658945086007e-20,2.303929616531697e-19,1.8317087484374245e-20)
sum e = 0.006156629127660701
sum de = 8.386346411830079e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011228598839248939
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6161312080681685e-05,1.4600402808292122e-06,3.859599158022636e-09)
sum a = (-1.6263032587282567e-19,-2.507217523872729e-19,1.937587866844212e-20)
sum e = 0.006156534034846456
sum de = 8.388273516416278e-06
Info: CFL hydro = 0.011030167545359857 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011030167545359857 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.3451e+05 | 99237 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.62956890718602 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.65909274006855, dt = 0.011030167545359857 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99237 min = 99237 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99237 min = 99237 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99237
max = 99237
avg = 99237
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.35 us (1.6%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1373.00 ns (0.3%)
LB compute : 386.98 us (95.2%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.3087685684446478e-06,-7.651675337217589e-07,-1.1554414581133662e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.616296726011502e-05,1.46398938718196e-06,3.6445616292811313e-09)
sum a = (3.9302328752599536e-19,-1.0367683274392636e-18,6.03510974918689e-21)
sum e = 0.006155931611720069
sum de = 8.26078051362477e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011072520833684417
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615752853402491e-05,1.4593186964339627e-06,3.92513689350731e-09)
sum a = (-2.778268066994105e-19,2.710505431213761e-20,6.03510974918689e-21)
sum e = 0.006155838916913868
sum de = 8.262533915675572e-06
Info: CFL hydro = 0.011022450277453895 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011022450277453895 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.3416e+05 | 99234 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.682667616892964 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6701229076139095, dt = 0.011022450277453895 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99234 min = 99234 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99234 min = 99234 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99234
max = 99234
avg = 99234
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.18 us (1.2%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 1062.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.2%)
LB compute : 487.90 us (96.0%)
LB move op cnt : 0
LB apply : 3.65 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.87 us (73.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (8.050059804685906e-07,7.110076528607086e-07,-2.559349510182137e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615671261276741e-05,1.459328388490758e-06,3.833424202469655e-09)
sum a = (-3.8455295805345235e-19,-1.1180834903756764e-18,-1.0587911840678754e-21)
sum e = 0.00615449112805902
sum de = 8.276972379698972e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011068309277056593
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61554184553083e-05,1.459818035964963e-06,3.987003817401887e-09)
sum a = (2.591920818598159e-19,-4.675621868843738e-19,-1.376428539288238e-21)
sum e = 0.006154399197328811
sum de = 8.279174780465527e-06
Info: CFL hydro = 0.011095309582471345 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011095309582471345 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.3422e+05 | 99228 | 1 | 7.393e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.67308426591591 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.6811453578913635, dt = 0.011095309582471345 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99228 min = 99228 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99228 min = 99228 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1323.00 ns (0.3%)
LB compute : 422.52 us (95.7%)
LB move op cnt : 0
LB apply : 3.08 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (9.91030784216604e-09,1.7342621533036907e-08,-1.3847904787997031e-11)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615496330253761e-05,1.4586928858881899e-06,4.006131394474879e-09)
sum a = (1.5415999640028266e-19,8.74138001566438e-19,1.4505439221729893e-20)
sum e = 0.006154067613519762
sum de = 8.270564600382535e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011143427980018949
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615311165893144e-05,1.4634944297280448e-06,4.236056061673981e-09)
sum a = (-2.337810934421869e-19,9.0801931945661e-19,1.4081922748102743e-20)
sum e = 0.006153974656298903
sum de = 8.272130684813353e-06
Info: CFL hydro = 0.011180149518178679 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011180149518178679 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.3447e+05 | 99226 | 1 | 7.379e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.13233981513922 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.692240667473835, dt = 0.011180149518178679 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99226 min = 99226 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99226 min = 99226 [LoadBalance][rank=0]
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 : 5.87 us (1.2%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 470.74 us (96.0%)
LB move op cnt : 0
LB apply : 3.64 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-8.213794466504727e-07,-2.160723342854372e-08,3.1941107798142623e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.615267401740838e-05,1.4627273463380732e-06,4.073126331312934e-09)
sum a = (-2.354751593366955e-19,1.7414997395548415e-18,-2.286988957586611e-20)
sum e = 0.006153389183113299
sum de = 8.378908093573416e-06
Info: CFL hydro = 0.022115108346114545 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022115108346114545 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.6124e+05 | 99223 | 1 | 6.154e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.40352187022198 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7034208169920135, dt = 0.022115108346114545 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99223 min = 99223 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99223 min = 99223 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99223
max = 99223
avg = 99223
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.11 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 456.76 us (95.9%)
LB move op cnt : 0
LB apply : 3.62 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (70.3%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607527550744689e-05,1.2762284338437599e-06,7.679663133423328e-09)
sum a = (-7.504711912673101e-19,1.2197274440461925e-19,2.4352197233561135e-21)
sum e = 0.006153849568356311
sum de = 8.368362589190393e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022205462975978946
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6061355755256896e-05,1.2881551282077158e-06,8.400682324449123e-09)
sum a = (-1.4738373282224826e-19,8.673617379884035e-19,2.4352197233561135e-21)
sum e = 0.006153480801065811
sum de = 8.373843585864169e-06
Info: CFL hydro = 0.01500861038765042 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01500861038765042 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.3304e+05 | 99223 | 1 | 7.458e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 106.74510798500762 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.725535925338128, dt = 0.01500861038765042 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99223 min = 99223 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99223 min = 99223 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99223
max = 99223
avg = 99223
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.15 us (1.5%)
patch tree reduce : 1532.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1342.00 ns (0.3%)
LB compute : 396.96 us (95.3%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-9.520372410052713e-07,6.472206318906691e-07,-3.0667511223637953e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611466299187564e-05,1.4070770597654107e-06,5.535313111682856e-09)
sum a = (1.3552527156068805e-19,1.9109063290057016e-18,-8.607972326471827e-20)
sum e = 0.006152217705949823
sum de = 8.358515561597883e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015074860820381054
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611979963242339e-05,1.4132771489459725e-06,5.9687340918013315e-09)
sum a = (-2.0159384144652348e-19,2.3107058801097313e-18,-8.375038265976895e-20)
sum e = 0.00615204751208549
sum de = 8.362317289172712e-06
Info: CFL hydro = 0.01268589687442688 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01268589687442688 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.3402e+05 | 99217 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.98467192617966 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7405445357257787, dt = 0.01268589687442688 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99217 min = 99217 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99217 min = 99217 [LoadBalance][rank=0]
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 : 5.83 us (1.4%)
patch tree reduce : 1713.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 386.67 us (95.2%)
LB move op cnt : 0
LB apply : 3.00 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (64.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-7.178137182742276e-07,-1.0924882124532398e-06,-1.0966593182149763e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613749909979394e-05,1.4514387854191015e-06,5.099266519447875e-09)
sum a = (-5.522654816098038e-19,-1.7618285302889447e-19,-1.6305384234645282e-20)
sum e = 0.006151243182486642
sum de = 8.44946854812739e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012747233472635613
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613258944783552e-05,1.449876555770872e-06,5.484335309274833e-09)
sum a = (-3.9979955110402976e-19,-3.5914196963582334e-19,-1.6728900708272432e-20)
sum e = 0.006151122553649044
sum de = 8.451928549424099e-06
Info: CFL hydro = 0.01175057671342493 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01175057671342493 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.3433e+05 | 99213 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.83450639214108 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7532304326002057, dt = 0.01175057671342493 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99213 min = 99213 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99213 min = 99213 [LoadBalance][rank=0]
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 : 5.74 us (1.3%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 1252.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1213.00 ns (0.3%)
LB compute : 433.30 us (95.7%)
LB move op cnt : 0
LB apply : 3.53 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.7469268513453835e-07,4.2577416598831984e-07,-1.6171030693559884e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613912355918346e-05,1.4649691125857107e-06,4.847084124349152e-09)
sum a = (8.317863542037229e-19,-7.521652571618187e-19,-1.588186776101813e-20)
sum e = 0.006151068763979335
sum de = 8.440392619402861e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011807664790814047
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6140801764623824e-05,1.4635788976743e-06,5.775016086843339e-09)
sum a = (1.212951180468158e-18,-9.75781955236954e-19,-1.7787691892340307e-20)
sum e = 0.0061509647452170435
sum de = 8.441945105379817e-06
Info: CFL hydro = 0.011802182543101045 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011802182543101045 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.3403e+05 | 99212 | 1 | 7.402e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.14814407646908 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7649810093136304, dt = 0.011802182543101045 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99212 min = 99212 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99212 min = 99212 [LoadBalance][rank=0]
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 : 5.98 us (1.3%)
patch tree reduce : 1513.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 424.40 us (95.6%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.702743260299231e-07,-5.045172406319851e-07,-4.863191856399e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614076198037792e-05,1.4625329661103797e-06,4.90119385933582e-09)
sum a = (-1.5246593050577406e-20,8.74138001566438e-19,2.0964065444543933e-20)
sum e = 0.006150398388418688
sum de = 8.434729594184756e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011850270849877284
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6141095567588806e-05,1.4665070845396575e-06,5.4429431574922335e-09)
sum a = (3.7608262858090935e-19,1.3484764520288461e-18,2.2764010457459322e-20)
sum e = 0.006150293611419932
sum de = 8.436592998532033e-06
Info: CFL hydro = 0.011344459826637164 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011344459826637164 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.3354e+05 | 99209 | 1 | 7.429e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.19033012337137 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7767831918567314, dt = 0.011344459826637164 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99209 min = 99209 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99209 min = 99209 [LoadBalance][rank=0]
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 : 5.56 us (1.3%)
patch tree reduce : 1603.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 418.71 us (95.7%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.77 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-5.325445333342145e-07,-4.093194510791004e-07,1.6353553551161425e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614481352049326e-05,1.4742478306637938e-06,5.301088882062316e-09)
sum a = (8.402566836762659e-19,8.131516293641283e-19,-2.922263668027336e-20)
sum e = 0.006149715295820648
sum de = 8.509764996148728e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011391480608656286
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614132470001152e-05,1.4724364000373927e-06,5.368354276730917e-09)
sum a = (8.571973426213519e-19,-1.9651164376299768e-19,-3.134021904840911e-20)
sum e = 0.006149618887638047
sum de = 8.511576929903472e-06
Info: CFL hydro = 0.011295918554500007 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011295918554500007 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.3401e+05 | 99206 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.167836833651904 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7881276516833684, dt = 0.011295918554500007 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99206 min = 99206 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99206 min = 99206 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99206
max = 99206
avg = 99206
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.27 us (1.6%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 378.15 us (95.0%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.710165906166988e-07,3.517771037352047e-07,4.820661422918028e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614128989366756e-05,1.4730475335021902e-06,5.4175704017112825e-09)
sum a = (-1.9651164376299768e-19,1.1519648082658485e-19,3.1763735522036263e-21)
sum e = 0.006149549575677587
sum de = 8.542858623140895e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011347802185231506
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614526198022855e-05,1.475404373413479e-06,5.4686880424504465e-09)
sum a = (-2.1345230270808369e-19,-1.1248597539537109e-18,2.117582368135751e-21)
sum e = 0.006149453858193416
sum de = 8.544304047411805e-06
Info: CFL hydro = 0.011193996670463694 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011193996670463694 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.3432e+05 | 99205 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.05750587689257 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.7994235702378685, dt = 0.011193996670463694 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99205 min = 99205 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99205 min = 99205 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1382.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1112.00 ns (0.3%)
LB compute : 419.65 us (95.6%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (70.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.414347730614901e-07,-9.689732075154675e-07,-3.4839459555268007e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614681418501619e-05,1.4769956569492325e-06,5.356760630296105e-09)
sum a = (-8.622795403048777e-19,1.4026865606531214e-18,5.717472393966527e-21)
sum e = 0.00614912592037
sum de = 8.534070437097442e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01123482567482885
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6145366644488424e-05,1.4850444749888808e-06,5.6453547311334115e-09)
sum a = (-8.639736061993863e-19,1.4602848010664138e-18,7.835054762102278e-21)
sum e = 0.006149031665949707
sum de = 8.535665525405018e-06
Info: CFL hydro = 0.011102363111802745 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011102363111802745 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.3332e+05 | 99203 | 1 | 7.441e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.15808272232884 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.810617566908332, dt = 0.011102363111802745 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99203 min = 99203 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99203 min = 99203 [LoadBalance][rank=0]
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 : 5.96 us (1.3%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1283.00 ns (0.3%)
LB compute : 428.06 us (95.6%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.3537538340823664e-06,-1.636463248788106e-07,-2.3706918658984217e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614631867796872e-05,1.4875805572685946e-06,5.4091946403349726e-09)
sum a = (-5.251604272976662e-19,-1.412850956020173e-18,1.0587911840678754e-20)
sum e = 0.006148450516095601
sum de = 8.60570285258942e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011161646766350787
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614271124719752e-05,1.4893431332548273e-06,5.6766334687269074e-09)
sum a = (-9.486769009248164e-20,-3.9979955110402976e-19,1.0376153603865179e-20)
sum e = 0.00614835831882327
sum de = 8.607506532278506e-06
Info: CFL hydro = 0.01101611811138567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01101611811138567 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.3394e+05 | 99200 | 1 | 7.406e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.96512704879348 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8217199300201345, dt = 0.01101611811138567 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99200 min = 99200 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99200 min = 99200 [LoadBalance][rank=0]
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.30 us (1.5%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 412.28 us (95.5%)
LB move op cnt : 0
LB apply : 3.45 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.5119662704607644e-07,3.7813240942135666e-07,-8.092319389885894e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61430980772106e-05,1.4909534326650948e-06,5.491205887371576e-09)
sum a = (-2.812149384884277e-19,2.0464316005663896e-18,1.334076891925523e-20)
sum e = 0.00614827783266069
sum de = 8.676785186871411e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011062014783503247
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614214941577933e-05,1.4940942850946883e-06,5.459334052653543e-09)
sum a = (1.4907779871675686e-19,6.640738306473715e-19,1.207021949837378e-20)
sum e = 0.006148187162613913
sum de = 8.678157554882592e-06
Info: CFL hydro = 0.010933528434357001 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010933528434357001 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.3367e+05 | 99199 | 1 | 7.421e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.43738567781554 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8327360481315202, dt = 0.010933528434357001 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99199 min = 99199 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99199 min = 99199 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1683.00 ns (0.4%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 411.06 us (95.4%)
LB move op cnt : 0
LB apply : 3.44 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.984547001447787e-07,-6.293750783533168e-08,3.917911390491612e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6142942020785846e-05,1.4956657903798711e-06,5.62859539492537e-09)
sum a = (-1.7618285302889447e-19,-9.58841296291868e-19,-9.529120656610879e-21)
sum e = 0.006148119643481188
sum de = 8.742025712544124e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010982003042704712
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614035808822684e-05,1.4936401095248276e-06,5.7907538690522365e-09)
sum a = (-6.776263578034403e-21,5.21772295508649e-19,-6.1409888675936775e-21)
sum e = 0.006148030264988737
sum de = 8.743356467381414e-06
Info: CFL hydro = 0.011458612874899288 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011458612874899288 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.3382e+05 | 99198 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.09927284445123 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.843669576565877, dt = 0.011458612874899288 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99198 min = 99198 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99198 min = 99198 [LoadBalance][rank=0]
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.17 us (1.5%)
patch tree reduce : 1493.00 ns (0.4%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.3%)
LB compute : 396.62 us (95.3%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.274857223705214e-07,2.670911089218727e-07,-5.006218139723576e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613580533862916e-05,1.4856080300480534e-06,5.885285251952178e-09)
sum a = (1.9820570965750628e-19,-1.8092623753351855e-18,-9.952637130238029e-21)
sum e = 0.006147975412256279
sum de = 8.607811608502712e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01151270794790526
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614235294342948e-05,1.4877668610952086e-06,6.004913975291055e-09)
sum a = (1.0503208545953324e-19,-1.4060746924421386e-18,-9.529120656610879e-21)
sum e = 0.006147876146544958
sum de = 8.609264120928333e-06
Info: CFL hydro = 0.011307917586714877 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011307917586714877 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.3325e+05 | 99197 | 1 | 7.445e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.41036872955556 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8551281894407765, dt = 0.011307917586714877 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99197 min = 99197 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99197 min = 99197 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99197
max = 99197
avg = 99197
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.5%)
patch tree reduce : 1493.00 ns (0.4%)
gen split merge : 781.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 388.79 us (95.3%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-1.332783777770135e-07,-1.3924720733663922e-06,-1.6153190127146018e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614416463590121e-05,1.489978908518846e-06,5.9562965465805064e-09)
sum a = (-3.7947076036992655e-19,1.0740377771184528e-18,1.4823076576950256e-20)
sum e = 0.006146520400831879
sum de = 8.466464090378384e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011361255458338729
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614747346263591e-05,1.488254343400328e-06,5.812182204415677e-09)
sum a = (-1.3383120566617945e-19,-9.723938234479368e-19,1.6305384234645282e-20)
sum e = 0.00614642359301488
sum de = 8.4688027302942e-06
Info: CFL hydro = 0.01139105909153037 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01139105909153037 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.3400e+05 | 99191 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.99235087467476 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8664361070274915, dt = 0.01139105909153037 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99191 min = 99191 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99191 min = 99191 [LoadBalance][rank=0]
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.21 us (1.5%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 392.84 us (95.4%)
LB move op cnt : 0
LB apply : 3.14 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (4.5727406441529056e-07,-8.627331792750217e-07,5.362470861009411e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6147603521106345e-05,1.4866483900194698e-06,6.091410023615917e-09)
sum a = (1.9989977555201488e-19,1.5246593050577406e-19,-2.541098841762901e-21)
sum e = 0.006144812927099576
sum de = 8.45842335199045e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011443995689866813
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614367966482321e-05,1.485216094626612e-06,6.3810342982018404e-09)
sum a = (-4.573977915173222e-20,-7.589415207398531e-19,-3.3881317890172014e-21)
sum e = 0.006144715494834459
sum de = 8.460975082024764e-06
Info: CFL hydro = 0.01134471021016835 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01134471021016835 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.3362e+05 | 99184 | 1 | 7.423e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.24690024210538 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.877827166119022, dt = 0.01134471021016835 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99184 min = 99184 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99184 min = 99184 [LoadBalance][rank=0]
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.21 us (1.5%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 395.51 us (95.2%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (66.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.7356072929678024e-07,4.096877995972066e-07,-2.175297100539793e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614360738481633e-05,1.4857533573978305e-06,6.050027371405653e-09)
sum a = (-1.7957098481791167e-19,1.0977546996415732e-18,3.134021904840911e-20)
sum e = 0.006144133477472437
sum de = 8.501490693322855e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011399500578219483
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614027245514195e-05,1.4859675367774524e-06,6.304002746358167e-09)
sum a = (-1.7618285302889447e-19,-9.147955830346444e-20,2.964615315390051e-20)
sum e = 0.006144037484044658
sum de = 8.503305347853827e-06
Info: CFL hydro = 0.011269813989815285 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011269813989815285 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.3413e+05 | 99181 | 1 | 7.395e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.23105700245604 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.8891718763291903, dt = 0.011269813989815285 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99181 min = 99181 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99181 min = 99181 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99181
max = 99181
avg = 99181
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.23 us (1.4%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1233.00 ns (0.3%)
LB compute : 421.87 us (95.5%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (5.634489206097205e-08,3.822890023387083e-07,2.0202710796033122e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.614032457532766e-05,1.4872257307957577e-06,6.150106395540775e-09)
sum a = (-1.1858461261560205e-19,5.21772295508649e-19,-6.564505341220828e-21)
sum e = 0.006143707611889914
sum de = 8.604611765086974e-06
Info: CFL hydro = 0.022390165659608698 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022390165659608698 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.6166e+05 | 99179 | 1 | 6.135e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.13155894601087 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9004416903190053, dt = 0.022390165659608698 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99179 min = 99179 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99179 min = 99179 [LoadBalance][rank=0]
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.30 us (1.4%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 424.34 us (95.5%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605095163919245e-05,1.3215230314184785e-06,1.2690391526196222e-08)
sum a = (3.3881317890172014e-19,2.270048298641525e-19,-1.3976043629695956e-20)
sum e = 0.006144180239315753
sum de = 8.559315069533321e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022509675774489896
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604986730727352e-05,1.3175257754660262e-06,1.2192675379171196e-08)
sum a = (-1.3552527156068805e-20,1.2197274440461925e-19,-1.0164395367051604e-20)
sum e = 0.006143805627689385
sum de = 8.564984931863505e-06
Info: CFL hydro = 0.015877644645086588 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015877644645086588 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.3151e+05 | 99179 | 1 | 7.542e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 106.87737532306392 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.922831855978614, dt = 0.015877644645086588 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99179 min = 99179 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99179 min = 99179 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 1162.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 429.69 us (95.7%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (5.972862845468362e-07,-3.3014517872676523e-07,6.4679890068062474e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610197562351698e-05,1.4152904410131309e-06,9.509839422338974e-09)
sum a = (1.4230153513872246e-19,-6.098637220230962e-20,-1.9481757786848908e-20)
sum e = 0.0061423194117020035
sum de = 8.54595980042013e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01593560589524721
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610111488239072e-05,1.4186664048060587e-06,9.038342567461889e-09)
sum a = (-1.9312351197398048e-19,-2.202285662861181e-19,-1.6940658945086007e-20)
sum e = 0.0061421307114803946
sum de = 8.550450628816703e-06
Info: CFL hydro = 0.01261111180726598 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01261111180726598 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.3368e+05 | 99172 | 1 | 7.419e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.04676829852126 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.938709500623701, dt = 0.01261111180726598 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99172 min = 99172 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99172 min = 99172 [LoadBalance][rank=0]
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 : 6.00 us (1.4%)
patch tree reduce : 1853.00 ns (0.4%)
gen split merge : 1131.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 406.80 us (95.4%)
LB move op cnt : 0
LB apply : 3.16 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.47 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-2.0690769169556605e-07,-2.7762985845505113e-07,1.0043411229038822e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6127679785436465e-05,1.4678277553669268e-06,7.199062764080361e-09)
sum a = (-5.692061405548898e-19,1.7414997395548415e-18,-1.588186776101813e-20)
sum e = 0.006141311519046188
sum de = 8.541616584402691e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012682060870409817
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612554175237137e-05,1.4713841620222888e-06,7.374420693860259e-09)
sum a = (-5.04831636563563e-19,1.9583401740519424e-18,-1.503483481376383e-20)
sum e = 0.006141192975102513
sum de = 8.544020772390276e-06
Info: CFL hydro = 0.011475650841538605 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011475650841538605 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.3406e+05 | 99168 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.373578940357696 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9513206124309668, dt = 0.011475650841538605 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99168 min = 99168 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99168 min = 99168 [LoadBalance][rank=0]
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 : 5.89 us (1.4%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 801.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 398.88 us (95.4%)
LB move op cnt : 0
LB apply : 3.21 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.834798949731401e-07,1.4421356250388329e-08,-6.512236174995168e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613479969560346e-05,1.4885614722479236e-06,6.852931469876628e-09)
sum a = (4.87890977618477e-19,-6.301925127571995e-19,-4.235164736271502e-21)
sum e = 0.006140611701372772
sum de = 8.565864127680414e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011537087216670027
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612809466807959e-05,1.490982518504504e-06,7.088309903169791e-09)
sum a = (-3.083199928005653e-19,-1.1553529400548657e-18,-2.752857078576476e-21)
sum e = 0.006140513717211978
sum de = 8.567797396752512e-06
Info: CFL hydro = 0.011079224201990548 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011079224201990548 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.3410e+05 | 99165 | 1 | 7.395e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.86598405534196 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9627962632725056, dt = 0.011079224201990548 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99165 min = 99165 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99165 min = 99165 [LoadBalance][rank=0]
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 : 5.66 us (1.3%)
patch tree reduce : 1783.00 ns (0.4%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 400.78 us (95.4%)
LB move op cnt : 0
LB apply : 3.60 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-4.32743419963889e-07,9.266280631636027e-07,1.0707666896586082e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613094438050874e-05,1.4970847657485274e-06,6.522864523016793e-09)
sum a = (5.996993266560446e-19,-1.1993986533120893e-18,-3.3881317890172014e-21)
sum e = 0.0061401772827402185
sum de = 8.524066475778832e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011135117180303827
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612538745955597e-05,1.5042804404165263e-06,7.0930425185123465e-09)
sum a = (4.336808689942018e-19,-3.4897757426877174e-19,-1.0587911840678754e-21)
sum e = 0.0061400857595386585
sum de = 8.525550337977674e-06
Info: CFL hydro = 0.010874561973725765 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010874561973725765 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.3421e+05 | 99163 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.9836921386999 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.973875487474496, dt = 0.010874561973725765 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99163 min = 99163 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99163 min = 99163 [LoadBalance][rank=0]
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 : 5.98 us (1.2%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 461.29 us (96.0%)
LB move op cnt : 0
LB apply : 3.50 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.3004031934137522e-06,7.918110320225574e-07,-1.3507728024809956e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612689393655099e-05,1.5083328803575829e-06,6.629314222311315e-09)
sum a = (-3.8963515573697816e-19,-3.4558944247975454e-19,5.505714157152952e-21)
sum e = 0.006139213949340598
sum de = 8.506699488225745e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010927390891761157
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6126713655202274e-05,1.5101330698967264e-06,7.026825684081068e-09)
sum a = (1.1858461261560205e-19,-3.9302328752599536e-19,3.3881317890172014e-21)
sum e = 0.006139125790614147
sum de = 8.508575519413729e-06
Info: CFL hydro = 0.0107357612542358 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0107357612542358 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.3374e+05 | 99159 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.79931432926985 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.9847500494482215, dt = 0.0107357612542358 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99159 min = 99159 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99159 min = 99159 [LoadBalance][rank=0]
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.16 us (1.5%)
patch tree reduce : 1754.00 ns (0.4%)
gen split merge : 891.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 402.50 us (95.3%)
LB move op cnt : 0
LB apply : 3.62 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.989971109599595e-07,-1.6889118019526676e-07,-2.263355369873966e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612801103153618e-05,1.5123940627113984e-06,6.783624182122647e-09)
sum a = (-9.825582188149884e-20,1.1248597539537109e-18,-1.418780186650953e-20)
sum e = 0.006138532135962592
sum de = 8.603241764542331e-06
Info: CFL hydro = 0.021241384877692324 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021241384877692324 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.6017e+05 | 99156 | 1 | 6.191e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.431406329487494 (tsim/hr) [sph::Model][rank=0]
---------------- t = 2.995485810702457, dt = 0.021241384877692324 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99156 min = 99156 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99156 min = 99156 [LoadBalance][rank=0]
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 : 5.65 us (1.3%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 414.52 us (95.7%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (69.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602781570431237e-05,1.3712743288442656e-06,1.3808708522222931e-08)
sum a = (-1.6263032587282567e-19,1.2197274440461925e-19,-2.922263668027336e-20)
sum e = 0.006138964861862349
sum de = 8.589931743687933e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02134549977557721
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603253391983287e-05,1.3874268230199536e-06,1.3868374448970908e-08)
sum a = (3.3881317890172014e-21,1.1011428314305904e-18,-2.964615315390051e-20)
sum e = 0.006138629785298205
sum de = 8.594914962226943e-06
Info: CFL hydro = 0.014966647398355362 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014966647398355362 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.3357e+05 | 99156 | 1 | 7.424e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 103.00680066694166 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0167271955801493, dt = 0.014966647398355362 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99156 min = 99156 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99156 min = 99156 [LoadBalance][rank=0]
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.38 us (1.5%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1372.00 ns (0.3%)
LB compute : 391.95 us (95.2%)
LB move op cnt : 0
LB apply : 3.10 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-1.2460837837911973e-06,-9.276867848741877e-07,2.9166653970600014e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609151895432152e-05,1.4685590127965224e-06,9.90730644405801e-09)
sum a = (-1.1180834903756764e-19,-6.606856988583543e-19,-1.5246593050577406e-20)
sum e = 0.0061376270264454896
sum de = 8.575197641188021e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015038056519433879
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608159793599588e-05,1.4665096892536823e-06,9.745456877282425e-09)
sum a = (2.507217523872729e-19,2.371692252312041e-19,-1.291725244562808e-20)
sum e = 0.006137460454943599
sum de = 8.578843627872833e-06
Info: CFL hydro = 0.012222936869753545 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012222936869753545 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.3329e+05 | 99151 | 1 | 7.439e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.42968349652733 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0316938429785045, dt = 0.012222936869753545 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99151 min = 99151 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99151 min = 99151 [LoadBalance][rank=0]
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.32 us (1.4%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 1233.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 428.36 us (95.6%)
LB move op cnt : 0
LB apply : 3.48 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (3.1117546779511664e-07,1.0256184865857192e-06,1.715607114528892e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6107532150860206e-05,1.5017888573849844e-06,8.585789453849806e-09)
sum a = (-2.879912020664621e-19,4.2690460541616737e-19,-2.1387581918171084e-20)
sum e = 0.0061366398242655345
sum de = 8.60280977749057e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012282878773786522
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610606576474825e-05,1.501428811418636e-06,8.492469116530665e-09)
sum a = (-3.3542504711270293e-19,-1.1384122811097797e-18,-2.2658131339052534e-20)
sum e = 0.006136529141968398
sum de = 8.605111480120397e-06
Info: CFL hydro = 0.011320150488976251 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011320150488976251 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.3398e+05 | 99147 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.46218416755855 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0439167798482583, dt = 0.011320150488976251 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99147 min = 99147 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99147 min = 99147 [LoadBalance][rank=0]
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.11 us (1.5%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 390.75 us (95.1%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.81 us (66.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.086373568909816e-07,1.2690082604839137e-07,-6.433777392182492e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611501421310314e-05,1.5129177348787549e-06,7.663987882140624e-09)
sum a = (-3.3203691532368573e-19,-1.3891340334970526e-19,4.235164736271502e-22)
sum e = 0.00613620322441578
sum de = 8.661085646788224e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011374198244236508
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611118203934742e-05,1.5131574124539185e-06,7.75870543602437e-09)
sum a = (-4.675621868843738e-19,-5.488773498207866e-19,-2.964615315390051e-21)
sum e = 0.006136108543518971
sum de = 8.662716873657774e-06
Info: CFL hydro = 0.011665664012027182 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011665664012027182 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.3332e+05 | 99145 | 1 | 7.436e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.80090626293443 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.0552369303372346, dt = 0.011665664012027182 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99145 min = 99145 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99145 min = 99145 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 761.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1091.00 ns (0.2%)
LB compute : 431.71 us (95.8%)
LB move op cnt : 0
LB apply : 3.37 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (8.05611518871115e-08,5.041472807089882e-07,-9.074865480274729e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610712654417457e-05,1.508716549023336e-06,8.092477121462937e-09)
sum a = (-2.574980159653073e-19,-3.9302328752599536e-19,1.376428539288238e-20)
sum e = 0.006136049979469267
sum de = 8.557773830845237e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011726555056869536
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6112001664978e-05,1.5079267632637713e-06,7.84107946220872e-09)
sum a = (-3.049318610115481e-20,-4.0996394647108136e-19,1.249373597200093e-20)
sum e = 0.006135948598408106
sum de = 8.559301476535534e-06
Info: CFL hydro = 0.011474519648759826 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011474519648759826 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.3387e+05 | 99144 | 1 | 7.406e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.70481298648511 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.066902594349262, dt = 0.011474519648759826 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99144 min = 99144 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99144 min = 99144 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99144
max = 99144
avg = 99144
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.20 us (1.5%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 398.51 us (95.3%)
LB move op cnt : 0
LB apply : 3.57 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (3.80310390295618e-07,-9.83929187745194e-07,3.5059238479394926e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611461921300255e-05,1.510190019347158e-06,8.154213723964155e-09)
sum a = (-6.2680438096818225e-19,-8.131516293641283e-19,2.329340604949326e-20)
sum e = 0.006134846275580231
sum de = 8.499606203646782e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011539583748197982
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6108091885092586e-05,1.51069646614744e-06,8.39440805505824e-09)
sum a = (-5.251604272976662e-19,-9.385125055577648e-19,1.9905274260476058e-20)
sum e = 0.006134748456867067
sum de = 8.501843632141186e-06
Info: CFL hydro = 0.011304403353417484 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011304403353417484 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.3415e+05 | 99139 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.89634994495856 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.078377113998022, dt = 0.011304403353417484 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99139 min = 99139 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99139 min = 99139 [LoadBalance][rank=0]
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.20 us (1.4%)
patch tree reduce : 1653.00 ns (0.4%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 424.98 us (95.5%)
LB move op cnt : 0
LB apply : 3.56 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.3137957593282446e-08,9.024657020634529e-07,-7.251638851969836e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6109293635639155e-05,1.513110464215585e-06,7.881941505935309e-09)
sum a = (3.3881317890172014e-19,9.452887691357992e-19,-2.9434394917086937e-20)
sum e = 0.006133899611945865
sum de = 8.469758245811802e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011364941216431872
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611255576632164e-05,1.5098676280885306e-06,7.906743019180598e-09)
sum a = (2.439454888092385e-19,9.385125055577648e-19,-2.6893296075324036e-20)
sum e = 0.00613380493295508
sum de = 8.471638329223872e-06
Info: CFL hydro = 0.01155041095531102 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01155041095531102 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.3437e+05 | 99135 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.1582541377884 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.089681517351439, dt = 0.01155041095531102 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99135 min = 99135 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99135 min = 99135 [LoadBalance][rank=0]
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 : 5.74 us (1.4%)
patch tree reduce : 1272.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 387.17 us (95.3%)
LB move op cnt : 0
LB apply : 3.10 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (7.850996391508716e-07,-6.759453634601912e-07,1.5937763508440573e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611045318345909e-05,1.5060126283456031e-06,8.43024294345961e-09)
sum a = (-9.520650327138336e-19,1.2536087619363645e-19,3.917527381051139e-20)
sum e = 0.006133224278823683
sum de = 8.569914221762759e-06
Info: CFL hydro = 0.023117275474291273 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023117275474291273 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.6097e+05 | 99132 | 1 | 6.158e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.51930157076907 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.10123192830675, dt = 0.023117275474291273 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99132 min = 99132 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99132 min = 99132 [LoadBalance][rank=0]
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.26 us (1.5%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 388.05 us (95.1%)
LB move op cnt : 0
LB apply : 3.18 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.47 us (69.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5989796533410644e-05,1.3557646311112924e-06,1.6227041446624902e-08)
sum a = (-1.5246593050577406e-19,1.9651164376299768e-19,2.625802136488331e-20)
sum e = 0.006133719100242764
sum de = 8.624027231570949e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02324025381175209
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.597703180689321e-05,1.3679454676217983e-06,1.7393536632050785e-08)
sum a = (4.0657581468206416e-20,7.995991022080595e-19,3.028142786434124e-20)
sum e = 0.0061333251905754975
sum de = 8.630034496460876e-06
Info: CFL hydro = 0.015158252658512705 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015158252658512705 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.3248e+05 | 99132 | 1 | 7.483e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.21993419421119 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1243492037810414, dt = 0.015158252658512705 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99132 min = 99132 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99132 min = 99132 [LoadBalance][rank=0]
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 : 5.94 us (1.5%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 383.66 us (95.2%)
LB move op cnt : 0
LB apply : 3.30 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-8.292453119708032e-07,6.743971000979148e-07,-3.04308938545275e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063232830044526e-05,1.469341562083571e-06,1.0780155658082e-08)
sum a = (3.7947076036992655e-19,1.9244588561617704e-18,-4.404571325722362e-20)
sum e = 0.006132586670776505
sum de = 8.58244771760818e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015238116811217329
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605976236624073e-05,1.4745438859948418e-06,1.1053464962411066e-08)
sum a = (1.8973538018496328e-19,1.0062751413381088e-18,-4.0657581468206416e-20)
sum e = 0.006132416539222079
sum de = 8.585824365918239e-06
Info: CFL hydro = 0.01301431640099951 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01301431640099951 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.3319e+05 | 99128 | 1 | 7.443e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.31964216734694 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.139507456439554, dt = 0.01301431640099951 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99128 min = 99128 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99128 min = 99128 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99128
max = 99128
avg = 99128
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.50 us (1.5%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 404.19 us (95.3%)
LB move op cnt : 0
LB apply : 3.57 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-5.731136128091807e-07,1.8119351012956298e-07,-8.428113096750865e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608361755701007e-05,1.501534735829182e-06,9.542698699371558e-09)
sum a = (2.371692252312041e-20,2.981555974335137e-19,6.352747104407253e-22)
sum e = 0.006131345069995335
sum de = 8.661753010849178e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013070209843474942
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608543676279721e-05,1.5022127815877327e-06,9.587892355258745e-09)
sum a = (-1.7957098481791167e-19,4.743384504624082e-19,-4.0234064994579266e-21)
sum e = 0.006131220475326557
sum de = 8.664675750276904e-06
Info: CFL hydro = 0.012173556827460094 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012173556827460094 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.3383e+05 | 99123 | 1 | 7.407e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.25691660552851 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.152521772840554, dt = 0.012173556827460094 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99123 min = 99123 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99123 min = 99123 [LoadBalance][rank=0]
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.16 us (1.4%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 1182.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 422.29 us (95.6%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (5.790695286516071e-08,-5.0981601140079e-07,6.055702636298852e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6095064775963935e-05,1.5123706991905907e-06,9.081318226570132e-09)
sum a = (-2.676624113323589e-19,-3.083199928005653e-19,4.319868030996932e-20)
sum e = 0.006131172060682759
sum de = 8.734700928379728e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012243495339053065
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609080551577777e-05,1.5123898260932078e-06,8.920898847651101e-09)
sum a = (-7.318364664277155e-19,-2.642742795433417e-19,4.446922973085077e-20)
sum e = 0.006131063289256515
sum de = 8.736361169582842e-06
Info: CFL hydro = 0.011740747479599505 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011740747479599505 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.3332e+05 | 99122 | 1 | 7.435e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.9455727750725 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.164695329668014, dt = 0.011740747479599505 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99122 min = 99122 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99122 min = 99122 [LoadBalance][rank=0]
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.07 us (1.5%)
patch tree reduce : 1694.00 ns (0.4%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 398.07 us (95.3%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.4782081017457871e-07,4.918779957213366e-07,5.9138581769698396e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6095242366229786e-05,1.5177355329363759e-06,8.876761605313369e-09)
sum a = (1.5246593050577406e-19,-2.3005414847426797e-18,-5.1457251545698746e-20)
sum e = 0.006131004190095992
sum de = 8.808436368817104e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011807590880767029
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092118261788985e-05,1.5206072057812059e-06,8.940734376771043e-09)
sum a = (-1.0503208545953324e-19,-2.676624113323589e-19,-5.52688998083431e-20)
sum e = 0.006130902960359846
sum de = 8.809964193495729e-06
Info: CFL hydro = 0.011511901423222034 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011511901423222034 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.3333e+05 | 99121 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.85326998103323 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1764360771476134, dt = 0.011511901423222034 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99121 min = 99121 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99121 min = 99121 [LoadBalance][rank=0]
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.12 us (1.3%)
patch tree reduce : 1443.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.2%)
LB compute : 444.82 us (95.8%)
LB move op cnt : 0
LB apply : 3.38 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.4463033197646685e-07,3.6854366264997787e-07,-1.738630769421131e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609457052730565e-05,1.5237931553776585e-06,8.570713267851057e-09)
sum a = (5.082197683525802e-20,-1.4670610646444482e-18,-3.1763735522036263e-21)
sum e = 0.0061308466608752474
sum de = 8.845451678625999e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011571518253098939
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092093594106605e-05,1.5252911613262738e-06,9.099994153291179e-09)
sum a = (-6.776263578034403e-20,-1.196010521523072e-18,-9.529120656610879e-21)
sum e = 0.006130749144888123
sum de = 8.846946035844873e-06
Info: CFL hydro = 0.011353062505049635 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011353062505049635 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.3434e+05 | 99120 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.16873689360089 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.1879479785708353, dt = 0.011353062505049635 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99120 min = 99120 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99120 min = 99120 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99120
max = 99120
avg = 99120
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.30 us (1.4%)
patch tree reduce : 1342.00 ns (0.3%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.2%)
LB compute : 435.81 us (95.7%)
LB move op cnt : 0
LB apply : 3.59 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.412552030759365e-07,2.6344223491729516e-07,-3.0703222910765895e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609358815503735e-05,1.5274001579157964e-06,8.23854476298466e-09)
sum a = (-2.439454888092385e-19,-1.3891340334970526e-18,-2.752857078576476e-21)
sum e = 0.006130426013892656
sum de = 8.906934883472417e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011422521652061283
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608993269645979e-05,1.5282759684463672e-06,8.52134387115012e-09)
sum a = (6.776263578034403e-21,-2.236166980751353e-19,-3.1763735522036263e-21)
sum e = 0.0061303312889160405
sum de = 8.908595018913022e-06
Info: CFL hydro = 0.011220017457846121 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011220017457846121 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.3422e+05 | 99118 | 1 | 7.385e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.34462364613757 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.199301041075885, dt = 0.011220017457846121 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99118 min = 99118 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99118 min = 99118 [LoadBalance][rank=0]
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.09 us (1.5%)
patch tree reduce : 1303.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 394.97 us (95.3%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.403621261537961e-08,5.139981992001464e-07,1.3491547277100428e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609103355874612e-05,1.5301342851539674e-06,8.793796759237738e-09)
sum a = (1.7957098481791167e-19,6.06475590234079e-19,9.529120656610879e-21)
sum e = 0.006130258545013619
sum de = 8.92477662082114e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011276272173881628
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6095441074100934e-05,1.529495492848105e-06,8.621348516976554e-09)
sum a = (1.0164395367051604e-20,2.812149384884277e-19,1.1858461261560205e-20)
sum e = 0.006130165813880248
sum de = 8.926248649040248e-06
Info: CFL hydro = 0.011307873946576423 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011307873946576423 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.3434e+05 | 99117 | 1 | 7.378e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.7451942937305 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.210521058533731, dt = 0.011307873946576423 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99117 min = 99117 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99117 min = 99117 [LoadBalance][rank=0]
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 : 5.90 us (1.4%)
patch tree reduce : 1492.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 390.06 us (95.3%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.67 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.3406349292751884e-07,-9.030989590596011e-07,9.739825656914664e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609490465909002e-05,1.5281738448431057e-06,8.604589046545977e-09)
sum a = (-7.047314121155779e-19,1.0503208545953324e-19,-2.4775713707188285e-20)
sum e = 0.006129848810164202
sum de = 8.938443981741269e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011359162012336728
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609419929021057e-05,1.5242725048769478e-06,8.594476194963357e-09)
sum a = (-9.825582188149884e-20,-1.5415999640028266e-18,-2.9010878443459787e-20)
sum e = 0.006129754663483119
sum de = 8.940005824248389e-06
Info: CFL hydro = 0.011558560987297573 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011558560987297573 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.3407e+05 | 99115 | 1 | 7.393e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.066891754809674 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2218289324803076, dt = 0.011558560987297573 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99115 min = 99115 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99115 min = 99115 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99115
max = 99115
avg = 99115
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.03 us (1.5%)
patch tree reduce : 1753.00 ns (0.4%)
gen split merge : 771.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 378.40 us (95.1%)
LB move op cnt : 0
LB apply : 3.43 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (9.183230173072678e-07,-3.157020329142973e-08,9.289746573091285e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60911455149076e-05,1.5206111628676954e-06,8.961162896413038e-09)
sum a = (2.439454888092385e-19,2.202285662861181e-19,1.249373597200093e-20)
sum e = 0.00612943612102769
sum de = 8.962550860599052e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01162443260909021
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609135004344331e-05,1.523318414020972e-06,8.86552030265112e-09)
sum a = (-2.371692252312041e-20,-1.3078188705606397e-18,1.503483481376383e-20)
sum e = 0.006129337889883442
sum de = 8.964249576984446e-06
Info: CFL hydro = 0.011458525160481908 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011458525160481908 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.3387e+05 | 99113 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.20387054246425 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.233387493467605, dt = 0.011458525160481908 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99113 min = 99113 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99113 min = 99113 [LoadBalance][rank=0]
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 : 5.72 us (1.3%)
patch tree reduce : 1764.00 ns (0.4%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 427.03 us (95.7%)
LB move op cnt : 0
LB apply : 3.24 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.2031217318954267e-07,-2.2286114677295674e-07,3.2280730565784245e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6092643922103374e-05,1.524635865525809e-06,8.941890515806801e-09)
sum a = (1.6940658945086007e-19,-3.7947076036992655e-19,-5.929230630780102e-21)
sum e = 0.0061290252429969366
sum de = 8.895850429038914e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011521410965018151
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609743230474036e-05,1.5224857035749377e-06,8.8687893319808e-09)
sum a = (9.825582188149884e-20,-1.904130065427667e-18,-6.776263578034403e-21)
sum e = 0.006128928252531709
sum de = 8.897443948471062e-06
Info: CFL hydro = 0.011551450071446435 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011551450071446435 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.3401e+05 | 99111 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.77391314726462 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.244846018628087, dt = 0.011551450071446435 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99111 min = 99111 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99111 min = 99111 [LoadBalance][rank=0]
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.12 us (1.4%)
patch tree reduce : 1864.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 430.72 us (95.6%)
LB move op cnt : 0
LB apply : 3.54 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (6.328030499511863e-07,-1.0149072652243411e-06,-7.766084367549834e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60970283007836e-05,1.5206182625280055e-06,9.03807158452809e-09)
sum a = (-2.303929616531697e-19,-1.07742590890747e-18,-4.658681209898652e-21)
sum e = 0.006128088335714603
sum de = 8.947548174675751e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011603735836354394
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6093834316101205e-05,1.5197330218800218e-06,9.062299498861091e-09)
sum a = (-2.168404344971009e-19,-3.7608262858090935e-19,-6.776263578034403e-21)
sum e = 0.006127990360352327
sum de = 8.949687791624624e-06
Info: CFL hydro = 0.011473201759873717 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011473201759873717 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.3425e+05 | 99107 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.331240495187636 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2563974686995336, dt = 0.011473201759873717 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99107 min = 99107 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99107 min = 99107 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99107
max = 99107
avg = 99107
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.63 us (1.5%)
patch tree reduce : 1552.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 428.41 us (95.6%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.7561747030377747e-07,3.4311531918027734e-07,6.0378114464210686e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609442501773317e-05,1.5204703930832622e-06,8.920134605368107e-09)
sum a = (2.574980159653073e-19,-1.0469327228063152e-18,4.044582323139284e-20)
sum e = 0.006127931504885589
sum de = 9.04221701255929e-06
Info: CFL hydro = 0.02277729774708152 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02277729774708152 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.6194e+05 | 99106 | 1 | 6.120e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.49102767551847 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.2678706704594074, dt = 0.02277729774708152 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99106 min = 99106 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99106 min = 99106 [LoadBalance][rank=0]
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.39 us (1.4%)
patch tree reduce : 1552.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 424.56 us (95.5%)
LB move op cnt : 0
LB apply : 3.72 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.53 us (70.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5961260438824785e-05,1.3853772480702808e-06,1.7798044599165867e-08)
sum a = (2.642742795433417e-19,-1.1045309632196076e-18,-3.3457801416544863e-20)
sum e = 0.006128422626367974
sum de = 8.991681039550837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02292588523596514
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5945111135983e-05,1.3948536170134396e-06,1.8223738340556393e-08)
sum a = (1.0842021724855044e-19,-6.403569081242511e-19,-3.324604317973129e-20)
sum e = 0.006128040898655262
sum de = 8.997646742715327e-06
Info: CFL hydro = 0.015469823444975841 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015469823444975841 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.3287e+05 | 99106 | 1 | 7.459e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 109.93792080949098 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.290647968206489, dt = 0.015469823444975841 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99106 min = 99106 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99106 min = 99106 [LoadBalance][rank=0]
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.10 us (1.5%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 398.24 us (95.3%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-5.831845539073927e-07,1.0203369337997688e-06,-2.476588862563142e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603458645967378e-05,1.4807808571184057e-06,1.219849845357293e-08)
sum a = (1.7279472123987727e-19,2.168404344971009e-18,2.795208725939191e-20)
sum e = 0.006126808127619963
sum de = 9.116237702949528e-06
Info: CFL hydro = 0.025532296494592897 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025532296494592897 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.6052e+05 | 99100 | 1 | 6.174e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 90.20728126282665 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.306117791651465, dt = 0.025532296494592897 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99100 min = 99100 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99100 min = 99100 [LoadBalance][rank=0]
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 : 5.91 us (1.4%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 395.65 us (95.2%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.41 us (67.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590720911918377e-05,1.3665637473870293e-06,2.0516650069702446e-08)
sum a = (-7.284483346386983e-19,-6.471331717022855e-19,-4.235164736271502e-22)
sum e = 0.006127344445602314
sum de = 9.235924483016105e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025653446355866232
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.591040269382048e-05,1.3773412613561799e-06,2.066743397046385e-08)
sum a = (-6.437450399132683e-20,-9.114074512456272e-19,-1.6940658945086007e-21)
sum e = 0.006126867362452089
sum de = 9.243828184548992e-06
Info: CFL hydro = 0.016578143671943532 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016578143671943532 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.3297e+05 | 99100 | 1 | 7.453e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 123.32647781457887 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.331650088146058, dt = 0.016578143671943532 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99100 min = 99100 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99100 min = 99100 [LoadBalance][rank=0]
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 : 5.87 us (1.3%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 429.35 us (95.7%)
LB move op cnt : 0
LB apply : 3.56 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.36 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.9536298421048307e-07,-6.854808997419103e-07,1.2476882787658635e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6022273896037104e-05,1.4769928969715884e-06,1.3393956206001635e-08)
sum a = (-6.776263578034403e-21,8.571973426213519e-19,-5.505714157152952e-21)
sum e = 0.006126705479618045
sum de = 9.2081857432671e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01666615215618459
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6023083633486803e-05,1.4677040043875464e-06,1.3218456133424808e-08)
sum a = (9.147955830346444e-20,2.778268066994105e-19,-2.964615315390051e-21)
sum e = 0.006126503342574182
sum de = 9.211712222979578e-06
Info: CFL hydro = 0.013235782983181827 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013235782983181827 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.3330e+05 | 99098 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 80.27697141621773 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3482282318180014, dt = 0.013235782983181827 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99098 min = 99098 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99098 min = 99098 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99098
max = 99098
avg = 99098
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.07 us (1.4%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 1012.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 421.65 us (95.6%)
LB move op cnt : 0
LB apply : 3.14 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.3990338013943114e-06,-2.8629956101708387e-07,1.515221433519902e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9335690967091983 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606431491751662e-05,1.5054468666059407e-06,1.086396063552236e-08)
sum a = (6.742382260144231e-19,2.0667603913004928e-19,-2.583450489125616e-20)
sum e = 0.006125738074995503
sum de = 9.181015866073958e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013301947770139447
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605463228849881e-05,1.5043032315768833e-06,1.0576051578866129e-08)
sum a = (7.284483346386983e-19,1.7076184216646695e-18,-2.1811098391798234e-20)
sum e = 0.006125609204442838
sum de = 9.183605506206442e-06
Info: CFL hydro = 0.01207998824670234 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01207998824670234 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.9377e+04 | 99094 | 1 | 1.109e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 42.9766325669175 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.361464014801183, dt = 0.01207998824670234 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99094 min = 99094 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99094 min = 99094 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99094
max = 99094
avg = 99094
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.88 us (1.4%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 399.66 us (95.5%)
LB move op cnt : 0
LB apply : 3.04 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.8061556155204157e-07,1.2964862513950189e-06,5.36010749208105e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6068581025043975e-05,1.5179090438646574e-06,9.849027205769677e-09)
sum a = (-1.3891340334970526e-19,-3.0391542147484296e-18,-9.105604182983729e-21)
sum e = 0.006125053219889866
sum de = 9.235549964523375e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012105639647532645
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606532232552486e-05,1.5176949842445032e-06,9.880113592055985e-09)
sum a = (-1.8634724839594607e-19,-5.996993266560446e-19,-4.870439446712227e-21)
sum e = 0.006124946493703608
sum de = 9.237626842385173e-06
Info: CFL hydro = 0.011877531295113526 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011877531295113526 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.3404e+05 | 99091 | 1 | 7.393e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.826114554576996 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3735440030478854, dt = 0.011877531295113526 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99091 min = 99091 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99091 min = 99091 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99091
max = 99091
avg = 99091
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.27 us (1.6%)
patch tree reduce : 1673.00 ns (0.4%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 378.32 us (95.0%)
LB move op cnt : 0
LB apply : 3.44 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.1929897082046923e-07,4.5539703438676917e-07,2.4937886980936216e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606762362235763e-05,1.5200380871165353e-06,9.551434996575016e-09)
sum a = (7.453889935837843e-20,-1.1146953585866592e-18,1.588186776101813e-20)
sum e = 0.0061249043377814855
sum de = 9.217144200166205e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011950906505876047
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606630261632432e-05,1.5296742930842236e-06,9.946236492780169e-09)
sum a = (2.1345230270808369e-19,-7.623296525288703e-19,1.7787691892340307e-20)
sum e = 0.006124800785660127
sum de = 9.218757877122881e-06
Info: CFL hydro = 0.011650512327062244 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011650512327062244 cfl multiplier : 0.25125743055666067 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3349e+05 | 99090 | 1 | 7.423e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.60198765792354 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.3854215343429988, dt = 0.011650512327062244 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99090 min = 99090 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99090 min = 99090 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99090
max = 99090
avg = 99090
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.17 us (1.5%)
patch tree reduce : 1463.00 ns (0.4%)
gen split merge : 1293.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 385.59 us (95.2%)
LB move op cnt : 0
LB apply : 3.36 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.4351796870318353e-06,-3.044356408539672e-08,-4.743877937120498e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606963080603252e-05,1.5336347199281468e-06,9.431809247975192e-09)
sum a = (1.8295911660692887e-19,7.792703114739563e-20,-5.717472393966527e-21)
sum e = 0.006124226541103316
sum de = 9.01077650255777e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011725412572766897
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606984656929186e-05,1.5235006954244308e-06,9.306155362703793e-09)
sum a = (5.319366908757006e-19,5.353248226647178e-19,-8.258571235729428e-21)
sum e = 0.00612412580093212
sum de = 9.012748893835769e-06
Info: CFL hydro = 0.011738402374422722 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011738402374422722 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.3408e+05 | 99087 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.75270032523749 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.397072046670061, dt = 0.011738402374422722 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99087 min = 99087 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99087 min = 99087 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99087
max = 99087
avg = 99087
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.09 us (1.4%)
patch tree reduce : 1673.00 ns (0.4%)
gen split merge : 902.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 418.69 us (95.5%)
LB move op cnt : 0
LB apply : 3.41 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (1.8706507077808597e-06,-1.206704654195165e-07,1.154605329204083e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606803935692309e-05,1.5208498107131043e-06,9.831693063689231e-09)
sum a = (-3.3881317890172014e-20,-1.1858461261560205e-18,-2.0964065444543933e-20)
sum e = 0.006122258687991359
sum de = 9.035658171368996e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011797299412121104
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606948815861508e-05,1.5251796316933462e-06,9.562680529490905e-09)
sum a = (4.0657581468206416e-19,-1.145188544687814e-18,-2.0752307207730358e-20)
sum e = 0.006122157548910641
sum de = 9.03868490359161e-06
Info: CFL hydro = 0.011868216491644733 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011868216491644733 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.3411e+05 | 99079 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.20138702452657 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4088104490444837, dt = 0.011868216491644733 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99079 min = 99079 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99079 min = 99079 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99079
max = 99079
avg = 99079
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.13 us (1.3%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 1062.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 442.13 us (95.8%)
LB move op cnt : 0
LB apply : 3.35 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.4799423792275414e-07,-4.2281769611055313e-07,-6.2474244921620246e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606830120686753e-05,1.5241547558830836e-06,9.802593944431444e-09)
sum a = (1.1180834903756764e-19,1.951563910473908e-18,-4.235164736271502e-22)
sum e = 0.00612184835697924
sum de = 9.055143281310113e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011942079846293125
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606737468808574e-05,1.5281503112802441e-06,9.694815300581525e-09)
sum a = (1.2197274440461925e-19,7.555533889508359e-19,-2.117582368135751e-21)
sum e = 0.006121745448284226
sum de = 9.056984355448827e-06
Info: CFL hydro = 0.011710776255734157 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011710776255734157 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.3404e+05 | 99077 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.80442972983611 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4206786655361285, dt = 0.011710776255734157 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99077 min = 99077 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99077 min = 99077 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99077
max = 99077
avg = 99077
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.36 us (1.4%)
patch tree reduce : 1452.00 ns (0.3%)
gen split merge : 1011.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 442.17 us (95.7%)
LB move op cnt : 0
LB apply : 3.43 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.12574491063535e-07,-1.2008941937964434e-07,1.2188600557080446e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6069624723468265e-05,1.5302073128890988e-06,9.80352988210465e-09)
sum a = (5.116079001415974e-19,-1.4094628242311558e-18,2.0117032497289633e-20)
sum e = 0.0061214341053509
sum de = 9.105108163012933e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011776932366931817
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606555954074718e-05,1.5312881251805841e-06,9.696550381694294e-09)
sum a = (2.1006417091906648e-19,-2.371692252312041e-19,2.0117032497289633e-20)
sum e = 0.006121334090064934
sum de = 9.106850637485284e-06
Info: CFL hydro = 0.011562349174901617 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011562349174901617 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.3340e+05 | 99075 | 1 | 7.427e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.76292116253038 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.432389441791863, dt = 0.011562349174901617 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99075 min = 99075 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99075 min = 99075 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1552.00 ns (0.3%)
gen split merge : 782.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 436.87 us (95.9%)
LB move op cnt : 0
LB apply : 3.34 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.19 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.547586025764404e-08,5.022791672116685e-07,6.051536880303137e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606720693681259e-05,1.533183022029417e-06,9.766986878803234e-09)
sum a = (-2.202285662861181e-19,-1.5415999640028266e-18,-5.293955920339377e-21)
sum e = 0.006121283818650171
sum de = 9.114798920107803e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011630233441588653
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607153197821399e-05,1.5362472428439352e-06,9.41520665439157e-09)
sum a = (-2.744386749103933e-19,2.439454888092385e-19,-3.8116482626443515e-21)
sum e = 0.006121186184302357
sum de = 9.116320387434436e-06
Info: CFL hydro = 0.01163877143563912 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01163877143563912 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.3308e+05 | 99074 | 1 | 7.444e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.913041192234 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4439517909667643, dt = 0.01163877143563912 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99074 min = 99074 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99074 min = 99074 [LoadBalance][rank=0]
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.37 us (1.5%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 1272.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 391.20 us (95.1%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.818555591606467e-07,-9.321335057989609e-07,1.598782693671023e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6071228035227494e-05,1.53549237014298e-06,9.99985222957833e-09)
sum a = (3.8285889215894375e-19,1.904130065427667e-18,-3.091670257478196e-20)
sum e = 0.006120875515620168
sum de = 9.1593623481142e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011694483443904476
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6070112869872714e-05,1.5395699214895453e-06,9.761329944626501e-09)
sum a = (-1.3552527156068805e-19,2.3174821436877657e-18,-3.155197728522269e-20)
sum e = 0.006120776805566724
sum de = 9.161086059327886e-06
Info: CFL hydro = 0.011497452395370525 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011497452395370525 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.3307e+05 | 99072 | 1 | 7.445e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.27949521863432 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4555905624024033, dt = 0.011497452395370525 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99072 min = 99072 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99072 min = 99072 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99072
max = 99072
avg = 99072
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.04 us (1.4%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 1293.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1193.00 ns (0.3%)
LB compute : 423.31 us (95.5%)
LB move op cnt : 0
LB apply : 3.20 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-5.10995619864846e-07,-8.313114418059477e-08,5.819078232883755e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607211681599716e-05,1.5415312639943625e-06,9.618616241808701e-09)
sum a = (-1.0164395367051604e-20,-2.459783678826488e-18,-2.964615315390051e-21)
sum e = 0.006120710703510736
sum de = 9.175350050310284e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011575165999641864
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6076743224899794e-05,1.5434393727287334e-06,9.80764806286223e-09)
sum a = (1.5924219408380846e-19,-1.2908782116155537e-18,-1.4823076576950256e-21)
sum e = 0.006120614312638648
sum de = 9.176885332572893e-06
Info: CFL hydro = 0.011364184756660005 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011364184756660005 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.3364e+05 | 99071 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.835371954728096 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4670880147977736, dt = 0.011364184756660005 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99071 min = 99071 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99071 min = 99071 [LoadBalance][rank=0]
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 : 5.99 us (1.4%)
patch tree reduce : 1472.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1053.00 ns (0.2%)
LB compute : 422.50 us (95.6%)
LB move op cnt : 0
LB apply : 3.57 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.1176578118957735e-07,-1.0057827152799199e-06,-4.394075294775608e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607938597295949e-05,1.5445810294729452e-06,9.596210277105448e-09)
sum a = (-5.72594272343907e-19,-1.043544591017298e-18,2.7316812548951186e-20)
sum e = 0.006120288980929588
sum de = 9.147125538536224e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011425771052254338
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608099708806353e-05,1.5452888882479585e-06,9.642232000519412e-09)
sum a = (-2.405573570202213e-19,-1.497554250745603e-18,2.9857911390714087e-20)
sum e = 0.00612019442480783
sum de = 9.148832011130467e-06
Info: CFL hydro = 0.01182246572081492 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01182246572081492 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.3381e+05 | 99069 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.256794117305525 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4784521995544337, dt = 0.01182246572081492 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99069 min = 99069 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99069 min = 99069 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1774.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 423.59 us (95.6%)
LB move op cnt : 0
LB apply : 3.58 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.2642195620557033e-07,-5.172890801685945e-07,1.5345990160077472e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6075538943039057e-05,1.540643044573565e-06,1.0019784899944862e-08)
sum a = (3.1848438816761693e-19,4.573977915173222e-19,7.835054762102278e-21)
sum e = 0.006119625839497555
sum de = 9.233515812135703e-06
Info: CFL hydro = 0.023528064174547354 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023528064174547354 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.6130e+05 | 99066 | 1 | 6.142e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.29702260245615 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.4902746652752485, dt = 0.023528064174547354 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99066 min = 99066 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99066 min = 99066 [LoadBalance][rank=0]
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 : 5.79 us (1.3%)
patch tree reduce : 1472.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 413.08 us (95.6%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (69.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.59226361192915e-05,1.4235439727689186e-06,1.9329388194275747e-08)
sum a = (-3.1848438816761693e-19,1.2231155758352097e-18,3.1763735522036263e-21)
sum e = 0.0061201453065012216
sum de = 9.265883313827998e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023700226158160028
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590036099072372e-05,1.4289038635057703e-06,1.8999991290083604e-08)
sum a = (-2.879912020664621e-19,2.0803129184565616e-18,4.0234064994579266e-21)
sum e = 0.006119742135456724
sum de = 9.272390808145702e-06
Info: CFL hydro = 0.01602224992560119 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01602224992560119 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.3084e+05 | 99066 | 1 | 7.571e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.8711533090032 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5138027294497958, dt = 0.01602224992560119 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99066 min = 99066 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99066 min = 99066 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1432.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 442.39 us (95.8%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.592345889034137e-07,1.6093395088436166e-06,-1.355619656265436e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600287865505209e-05,1.503974462632523e-06,1.36796820995492e-08)
sum a = (-1.3552527156068805e-19,9.0801931945661e-19,5.293955920339377e-21)
sum e = 0.006119029011265495
sum de = 9.27239923280938e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016127727202882264
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600306702949366e-05,1.5039499603910735e-06,1.3421628174044995e-08)
sum a = (4.404571325722362e-19,6.776263578034403e-21,8.682087709356578e-21)
sum e = 0.006118841566550687
sum de = 9.276259161423249e-06
Info: CFL hydro = 0.013354780658955543 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013354780658955543 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.3372e+05 | 99062 | 1 | 7.408e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.86020816946832 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.529824979375397, dt = 0.013354780658955543 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99062 min = 99062 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99062 min = 99062 [LoadBalance][rank=0]
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 : 5.98 us (1.4%)
patch tree reduce : 1754.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 396.10 us (95.2%)
LB move op cnt : 0
LB apply : 3.23 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.6593728753188403e-07,-1.0330009037583131e-07,7.46709444498079e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604048220812735e-05,1.5300302369157618e-06,1.1539015998356425e-08)
sum a = (-1.7957098481791167e-19,7.386127300057499e-19,-1.8211208365967457e-20)
sum e = 0.006118309379141475
sum de = 9.296661596219506e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013433752027859907
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604572210326547e-05,1.531420907272072e-06,1.13432124262607e-08)
sum a = (-1.6940658945086007e-20,5.488773498207866e-19,-1.7999450129153882e-20)
sum e = 0.006118179428021348
sum de = 9.299292240081407e-06
Info: CFL hydro = 0.012345049569543683 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012345049569543683 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.3321e+05 | 99059 | 1 | 7.436e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.65407704992896 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.543179760034352, dt = 0.012345049569543683 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99059 min = 99059 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99059 min = 99059 [LoadBalance][rank=0]
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 : 5.86 us (1.3%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 421.28 us (95.6%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.32 us (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.2278113531652717e-07,-9.856508604060813e-07,1.1269771096152802e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060171944861536e-05,1.5411076621158398e-06,1.0859407704006774e-08)
sum a = (-2.371692252312041e-20,2.740998617314916e-18,-1.5246593050577406e-20)
sum e = 0.006117889056468079
sum de = 9.310215918561572e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012424451227659557
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6054838238632684e-05,1.545461338610488e-06,1.0675002467831241e-08)
sum a = (-1.7957098481791167e-19,1.0333801956502464e-18,-1.503483481376383e-20)
sum e = 0.006117778114822363
sum de = 9.312156341320222e-06
Info: CFL hydro = 0.01194596389872858 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01194596389872858 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.3283e+05 | 99057 | 1 | 7.458e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.59302073935565 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.555524809603896, dt = 0.01194596389872858 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99057 min = 99057 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99057 min = 99057 [LoadBalance][rank=0]
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.04 us (1.3%)
patch tree reduce : 1663.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 438.12 us (95.7%)
LB move op cnt : 0
LB apply : 3.63 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.192466581949501e-07,6.184317410957693e-07,-4.97647627858683e-12)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6059946810288104e-05,1.549994576319463e-06,1.0553625619501441e-08)
sum a = (-7.792703114739563e-20,-1.2874900798265365e-19,9.529120656610879e-21)
sum e = 0.006117472095127529
sum de = 9.325690605658453e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012017157345427553
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060725204539584e-05,1.5521283798007693e-06,1.0691600627194842e-08)
sum a = (-3.1170812458958252e-19,1.3891340334970526e-18,8.046812998915853e-21)
sum e = 0.006117368223023447
sum de = 9.327563772378303e-06
Info: CFL hydro = 0.012202938870006829 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012202938870006829 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.3391e+05 | 99055 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.13951991912183 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5674707735026248, dt = 0.012202938870006829 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99055 min = 99055 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99055 min = 99055 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1442.00 ns (0.3%)
gen split merge : 1223.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1322.00 ns (0.3%)
LB compute : 429.96 us (95.6%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.8991514210025173e-07,-2.597535280287669e-07,-3.469840777237998e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057408779828085e-05,1.5498634962036258e-06,1.0753788814110726e-08)
sum a = (1.9312351197398048e-19,-5.421010862427522e-19,4.446922973085077e-21)
sum e = 0.006117072892629233
sum de = 9.300056662204186e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01228319610518304
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605202813297654e-05,1.5514862454952427e-06,1.0497247486033025e-08)
sum a = (2.846030702774449e-19,-1.6872896309305663e-18,4.658681209898652e-21)
sum e = 0.006116964331328715
sum de = 9.301977972092363e-06
Info: CFL hydro = 0.012042571673036446 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012042571673036446 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.3359e+05 | 99053 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.248896524470524 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5796737123726317, dt = 0.012042571673036446 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99053 min = 99053 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99053 min = 99053 [LoadBalance][rank=0]
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 : 5.80 us (1.4%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 1202.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 392.35 us (95.3%)
LB move op cnt : 0
LB apply : 3.11 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-8.629051881597082e-08,7.105035282690904e-07,2.9630886777285325e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605368249815608e-05,1.553483955286575e-06,1.0812830738437948e-08)
sum a = (-9.486769009248164e-20,-1.4365678785432934e-18,1.4823076576950256e-21)
sum e = 0.006116407654790255
sum de = 9.28867700337837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012130767562507583
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605676664819044e-05,1.5587954104520364e-06,1.0736791986835002e-08)
sum a = (-3.7269449679189215e-20,-5.116079001415974e-19,1.6940658945086007e-21)
sum e = 0.006116301998879981
sum de = 9.29076983244739e-06
Info: CFL hydro = 0.011911598081309305 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011911598081309305 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.3378e+05 | 99050 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.55235386433302 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.5917162840456682, dt = 0.011911598081309305 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99050 min = 99050 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99050 min = 99050 [LoadBalance][rank=0]
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.29 us (1.5%)
patch tree reduce : 1844.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 391.01 us (95.2%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-6.663780508695956e-07,-6.542940588352616e-07,-1.6808453686328281e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6059336420495886e-05,1.5607271063519126e-06,1.0356781623302288e-08)
sum a = (6.437450399132683e-19,-1.0164395367051604e-19,-2.7740329022578336e-20)
sum e = 0.006115722144757675
sum de = 9.235215721305287e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01198818580104679
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605172680680279e-05,1.5621573385035502e-06,1.08495826554299e-08)
sum a = (1.1858461261560205e-19,-2.0328790734103208e-20,-2.6046263128069735e-20)
sum e = 0.006115618626040763
sum de = 9.237300760254571e-06
Info: CFL hydro = 0.01178142819722069 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01178142819722069 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.3433e+05 | 99047 | 1 | 7.373e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.15847093926251 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.6036278821269776, dt = 0.01178142819722069 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99047 min = 99047 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99047 min = 99047 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99047
max = 99047
avg = 99047
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.46 us (1.5%)
patch tree reduce : 1532.00 ns (0.4%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.3%)
LB compute : 405.93 us (95.4%)
LB move op cnt : 0
LB apply : 3.08 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.87 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.3270805442723964e-07,1.1053167572219725e-06,-2.4166896381742318e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605259962980811e-05,1.563810128806702e-06,1.0366032155872656e-08)
sum a = (-1.1180834903756764e-19,-2.913793338554793e-19,3.8116482626443515e-21)
sum e = 0.006114801601530081
sum de = 9.253752259786338e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011862884302126455
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605790880357626e-05,1.5636575053286237e-06,1.0835188385505365e-08)
sum a = (3.3203691532368573e-19,-7.216720710606639e-19,8.893845946170154e-21)
sum e = 0.006114700753219201
sum de = 9.25591523230022e-06
Info: CFL hydro = 0.011657391776871417 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011657391776871417 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.3395e+05 | 99043 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.36187136577398 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.6154093103241984, dt = 0.011657391776871417 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99043 min = 99043 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99043 min = 99043 [LoadBalance][rank=0]
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.11 us (1.4%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 386.97 us (87.9%)
LB move op cnt : 0
LB apply : 3.24 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.67 us (72.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.849290642062768e-07,-9.56681075266582e-07,-2.1033986533914278e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606040881090602e-05,1.5643699615439175e-06,1.0569723842189106e-08)
sum a = (1.1180834903756764e-19,3.7269449679189215e-19,-3.5151867311053464e-20)
sum e = 0.00611437991166134
sum de = 9.210829474772388e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01173633568843063
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063880633984405e-05,1.5710672235153716e-06,1.0873181237440688e-08)
sum a = (2.574980159653073e-19,-1.8295911660692887e-19,-3.7269449679189215e-20)
sum e = 0.006114281029642345
sum de = 9.212599780963337e-06
Info: CFL hydro = 0.011537646971139497 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011537646971139497 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.1976e+05 | 99041 | 1 | 8.270e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 50.74638808287964 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.62706670210107, dt = 0.011537646971139497 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99041 min = 99041 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99041 min = 99041 [LoadBalance][rank=0]
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 : 5.90 us (1.4%)
patch tree reduce : 1462.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 388.84 us (95.3%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (65.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-8.475569649411092e-07,-8.718716161188777e-07,-1.0511407379444575e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6066271983128106e-05,1.5726027807945621e-06,1.0479181918864642e-08)
sum a = (3.4558944247975454e-19,1.6263032587282567e-19,-1.207021949837378e-20)
sum e = 0.006113713597005092
sum de = 9.289756220726347e-06
Info: CFL hydro = 0.022841303593866828 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022841303593866828 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.6109e+05 | 99038 | 1 | 6.148e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.56132680112225 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.6386043490722093, dt = 0.022841303593866828 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99038 min = 99038 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99038 min = 99038 [LoadBalance][rank=0]
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.31 us (1.4%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.2%)
LB compute : 438.18 us (95.8%)
LB move op cnt : 0
LB apply : 3.11 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5906634537030074e-05,1.4853203604066497e-06,2.0244024939117353e-08)
sum a = (3.049318610115481e-20,2.981555974335137e-19,1.7575933655526732e-20)
sum e = 0.006114207936433783
sum de = 9.125755295544073e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022997324870373745
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5909281154090064e-05,1.4790335065602013e-06,2.1686067393564864e-08)
sum a = (1.6940658945086007e-20,6.911788849595091e-19,1.6940658945086007e-20)
sum e = 0.00611382804469062
sum de = 9.13170677316545e-06
Info: CFL hydro = 0.015317375582331615 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015317375582331615 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.3313e+05 | 99038 | 1 | 7.439e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.53490237755992 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.6614456526660764, dt = 0.015317375582331615 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99038 min = 99038 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99038 min = 99038 [LoadBalance][rank=0]
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 : 5.97 us (1.3%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 425.19 us (95.6%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (9.957933304370563e-07,-3.7681664523019175e-07,-5.446043987795353e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601406990669343e-05,1.5387492269512432e-06,1.355350541620316e-08)
sum a = (1.7279472123987727e-19,-2.171792476760026e-18,8.893845946170154e-21)
sum e = 0.00611205026632636
sum de = 9.153290695567934e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015391880430585096
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6006206338069995e-05,1.5428791455267564e-06,1.4096157972749084e-08)
sum a = (1.9651164376299768e-19,-1.836367429647323e-18,5.082197683525802e-21)
sum e = 0.006111880174609377
sum de = 9.157859305363128e-06
Info: CFL hydro = 0.012547839716220898 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012547839716220898 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.3365e+05 | 99030 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.42146004869072 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.676763028248408, dt = 0.012547839716220898 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99030 min = 99030 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99030 min = 99030 [LoadBalance][rank=0]
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.12 us (1.4%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 1142.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 428.04 us (95.6%)
LB move op cnt : 0
LB apply : 3.31 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.3412781189241548e-07,8.639399692088808e-07,2.0109667436278645e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604550059014731e-05,1.565066103179926e-06,1.1913751345025802e-08)
sum a = (-3.8963515573697816e-19,-3.5914196963582334e-19,-1.4823076576950256e-20)
sum e = 0.006111591263703433
sum de = 9.04965531636789e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01263767060883293
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604918671033284e-05,1.5657153850992116e-06,1.157633152518926e-08)
sum a = (2.846030702774449e-19,1.1045309632196076e-18,-1.6940658945086007e-20)
sum e = 0.006111476663194676
sum de = 9.051642250676248e-06
Info: CFL hydro = 0.012016975831753662 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012016975831753662 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.3294e+05 | 99028 | 1 | 7.449e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.64279696730595 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.689310867964629, dt = 0.012016975831753662 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99028 min = 99028 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99028 min = 99028 [LoadBalance][rank=0]
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 : 5.68 us (1.2%)
patch tree reduce : 1594.00 ns (0.3%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 445.51 us (95.9%)
LB move op cnt : 0
LB apply : 3.28 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (72.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (1.518765013233348e-07,-6.510519879524113e-07,-1.2459522041625097e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605734507593037e-05,1.5698760953729768e-06,1.1124087612902041e-08)
sum a = (3.7269449679189215e-19,1.07742590890747e-18,4.6798570335800094e-20)
sum e = 0.006110379662948352
sum de = 9.091453486053574e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01208218486761244
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6053310622602646e-05,1.5710757273815754e-06,1.132306569101935e-08)
sum a = (4.506215279392878e-19,1.480613591800517e-18,4.298692207315574e-20)
sum e = 0.00611027524289177
sum de = 9.09393922664292e-06
Info: CFL hydro = 0.011134617585230313 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011134617585230313 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.3375e+05 | 99023 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.430905858248295 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7013278437963826, dt = 0.011134617585230313 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99023 min = 99023 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99023 min = 99023 [LoadBalance][rank=0]
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 : 5.71 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 423.43 us (95.7%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (8.554638739830439e-10,5.068884420631145e-07,-9.743417409788176e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606565299204804e-05,1.5780359505651609e-06,1.0273307248838564e-08)
sum a = (-4.54009659728305e-19,4.811147140404426e-19,-1.8422966602781032e-20)
sum e = 0.006110208972198772
sum de = 9.050315844260291e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01120949378050863
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606913168557785e-05,1.5776068430090051e-06,1.0540899163404692e-08)
sum a = (-3.7269449679189215e-20,3.3881317890172014e-20,-1.7364175418713157e-20)
sum e = 0.0061101191584428125
sum de = 9.051703727167812e-06
Info: CFL hydro = 0.010918627364562283 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010918627364562283 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.3393e+05 | 99022 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.21558556587356 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.712462461381613, dt = 0.010918627364562283 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99022 min = 99022 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99022 min = 99022 [LoadBalance][rank=0]
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.20 us (1.4%)
patch tree reduce : 1333.00 ns (0.3%)
gen split merge : 1353.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.3%)
LB compute : 430.36 us (95.5%)
LB move op cnt : 0
LB apply : 3.10 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (3.1833353669133604e-07,-6.729996268677427e-07,-1.3958024603748989e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607255089441194e-05,1.5792335646657834e-06,1.0171180585078674e-08)
sum a = (-3.2526065174565133e-19,-3.2526065174565133e-19,-1.6305384234645282e-20)
sum e = 0.006109539156505185
sum de = 9.020792950326143e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011001671884504929
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607885201468044e-05,1.5780396027747178e-06,1.0297327867596867e-08)
sum a = (-3.9979955110402976e-19,-9.75781955236954e-19,-1.4399560103323106e-20)
sum e = 0.006109452836123563
sum de = 9.022372237176862e-06
Info: CFL hydro = 0.010769775414483436 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010769775414483436 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.3442e+05 | 99019 | 1 | 7.366e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.361260840676515 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.723381088746175, dt = 0.010769775414483436 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99019 min = 99019 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99019 min = 99019 [LoadBalance][rank=0]
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 : 5.81 us (1.4%)
patch tree reduce : 1824.00 ns (0.4%)
gen split merge : 1132.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 393.40 us (95.3%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.17385740289013e-07,-1.2923705626954071e-06,3.218456717256601e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608184245064044e-05,1.578710797986324e-06,1.005686297928986e-08)
sum a = (1.7618285302889447e-19,-9.063252535621014e-19,3.3881317890172014e-21)
sum e = 0.006108848496471384
sum de = 8.977227295815147e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010848139359638282
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082161602679586e-05,1.583821406248129e-06,1.0085530994845428e-08)
sum a = (-2.541098841762901e-19,-4.0826988057657276e-19,4.446922973085077e-21)
sum e = 0.0061087645263291695
sum de = 8.978949863259099e-06
Info: CFL hydro = 0.010645900346776776 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010645900346776776 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.3366e+05 | 99016 | 1 | 7.408e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.335182094069715 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7341508641606587, dt = 0.010645900346776776 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99016 min = 99016 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99016 min = 99016 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99016
max = 99016
avg = 99016
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.26 us (1.5%)
patch tree reduce : 1583.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 398.72 us (95.3%)
LB move op cnt : 0
LB apply : 3.23 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-6.98977637034872e-07,-3.1948213144855943e-07,6.68909186498786e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6084191613062935e-05,1.5853166987239194e-06,1.0121596028497477e-08)
sum a = (-4.0996394647108136e-19,1.3721933745519665e-19,-1.7999450129153882e-20)
sum e = 0.006108177199632373
sum de = 9.016678678072425e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010698003462332562
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608115846519725e-05,1.5872967206688113e-06,1.030418477195731e-08)
sum a = (2.473336205982557e-19,-4.811147140404426e-19,-2.0328790734103208e-20)
sum e = 0.0061080956358037335
sum de = 9.018230923837971e-06
Info: CFL hydro = 0.01053383996694522 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01053383996694522 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.3408e+05 | 99013 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.900447965413605 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7447967645074356, dt = 0.01053383996694522 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99013 min = 99013 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99013 min = 99013 [LoadBalance][rank=0]
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.06 us (1.4%)
patch tree reduce : 1593.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 404.07 us (95.3%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.6579351754152653e-07,4.373770275359046e-07,-1.9179471116740543e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6082393073160294e-05,1.5883953825053266e-06,9.895836254379067e-09)
sum a = (-4.675621868843738e-19,6.979551485375435e-19,-1.9905274260476058e-20)
sum e = 0.006108007681750023
sum de = 8.965471877674235e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010610704651029533
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608664622129505e-05,1.5859591901319772e-06,1.0039826145183095e-08)
sum a = (-3.4897757426877174e-19,5.116079001415974e-19,-1.8846483076408183e-20)
sum e = 0.0061079274529045845
sum de = 8.96669460201606e-06
Info: CFL hydro = 0.010614349624614905 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010614349624614905 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.3372e+05 | 99012 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.21356721221648 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7553306044743806, dt = 0.010614349624614905 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99012 min = 99012 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99012 min = 99012 [LoadBalance][rank=0]
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 : 5.97 us (1.5%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 388.53 us (95.4%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.78 us (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (6.983108598572766e-07,-8.505681178306065e-07,-7.647069246204902e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608611040673531e-05,1.584987480446402e-06,1.0206591316238062e-08)
sum a = (-1.7279472123987727e-19,-1.3976043629695956e-18,-3.409307612698559e-20)
sum e = 0.0061073124674905326
sum de = 8.932729798350295e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010697342143863873
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6079285925082077e-05,1.5866662006329163e-06,1.004991152424204e-08)
sum a = (-5.116079001415974e-19,-1.8397555614363403e-18,-3.239901023247699e-20)
sum e = 0.0061072311856424765
sum de = 8.934303305744044e-06
Info: CFL hydro = 0.011771856573869538 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011771856573869538 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.3411e+05 | 99009 | 1 | 7.383e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.75890471183236 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.7659449540989955, dt = 0.011771856573869538 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99009 min = 99009 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99009 min = 99009 [LoadBalance][rank=0]
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 : 5.63 us (1.4%)
patch tree reduce : 1423.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.3%)
LB compute : 386.53 us (95.4%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.6157535355685238e-07,1.1472671797729073e-06,2.105737974276599e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606200216394536e-05,1.5788808939709304e-06,1.157110757082602e-08)
sum a = (4.743384504624082e-20,1.4907779871675686e-18,1.5670109524204556e-20)
sum e = 0.006106656081129813
sum de = 8.935016315094204e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01185306074580576
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606209499388452e-05,1.579782084347499e-06,1.1411445040520278e-08)
sum a = (-1.0164395367051604e-19,1.3857459017080354e-18,1.7999450129153882e-20)
sum e = 0.006106556182838049
sum de = 8.936998889848546e-06
Info: CFL hydro = 0.011663353005590781 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011663353005590781 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.3325e+05 | 99006 | 1 | 7.430e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.035286409198285 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.777716810672865, dt = 0.011663353005590781 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99006 min = 99006 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99006 min = 99006 [LoadBalance][rank=0]
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 : 5.97 us (1.4%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 412.59 us (95.5%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.67 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.0177877017972346e-08,-4.439977699879371e-08,-4.762704612344672e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606363030130397e-05,1.5805805010475626e-06,1.1422475665856104e-08)
sum a = (3.7269449679189215e-19,-9.283481101907132e-19,-2.6046263128069735e-20)
sum e = 0.00610623577500144
sum de = 8.89479327170279e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011743799432638672
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606120414956804e-05,1.5842149024728283e-06,1.1148581551371999e-08)
sum a = (5.692061405548898e-19,-1.8634724839594607e-20,-2.329340604949326e-20)
sum e = 0.006106137634954882
sum de = 8.896467950441655e-06
Info: CFL hydro = 0.012174121278014753 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012174121278014753 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.3363e+05 | 99004 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.674442638850806 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.789380163678456, dt = 0.012174121278014753 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99004 min = 99004 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99004 min = 99004 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99004
max = 99004
avg = 99004
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.24 us (1.5%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 406.62 us (95.5%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.4143647984414525e-07,2.767814455967306e-07,3.742725315482604e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60539348122339e-05,1.581419901426791e-06,1.1778169817210127e-08)
sum a = (1.5585406229479126e-19,4.2859867131067597e-19,2.668153783851046e-20)
sum e = 0.006105579307647224
sum de = 8.864641348966919e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012265879667370794
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6051020726629475e-05,1.5848183282392547e-06,1.1716185636465407e-08)
sum a = (4.912791094074942e-19,-2.0328790734103208e-19,2.541098841762901e-20)
sum e = 0.00610547240786758
sum de = 8.86664795285693e-06
Info: CFL hydro = 0.012084815284503529 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012084815284503529 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.3412e+05 | 99001 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.37240767271441 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8015542849564707, dt = 0.012084815284503529 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99001 min = 99001 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99001 min = 99001 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 99001
max = 99001
avg = 99001
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.60 us (1.4%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 941.00 ns (0.2%)
LB compute : 466.68 us (95.9%)
LB move op cnt : 0
LB apply : 3.76 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.33375566928581e-07,3.363646422595337e-07,-1.2576075593500847e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605215173232758e-05,1.5857500688715078e-06,1.1626723276009792e-08)
sum a = (1.6940658945086007e-20,-9.402065714522734e-19,2.752857078576476e-21)
sum e = 0.006104912314968551
sum de = 8.842804772781404e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012174909433636173
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052470945479444e-05,1.5870431065806933e-06,1.1814626097017192e-08)
sum a = (-2.168404344971009e-19,-1.8346733637528145e-18,4.870439446712227e-21)
sum e = 0.00610480718102885
sum de = 8.844743324468337e-06
Info: CFL hydro = 0.011949918558724142 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011949918558724142 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.3410e+05 | 98998 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.93111418434243 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8136391002409744, dt = 0.011949918558724142 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98998 min = 98998 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98998 min = 98998 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98998
max = 98998
avg = 98998
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.12 us (1.4%)
patch tree reduce : 1572.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.2%)
LB compute : 431.68 us (95.5%)
LB move op cnt : 0
LB apply : 3.77 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.335382083869236e-10,-1.3250533195797615e-07,2.1878083429499438e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6054443945305407e-05,1.5880937233630403e-06,1.1623161857307536e-08)
sum a = (-1.1180834903756764e-19,4.421511984667448e-19,-3.875175733688424e-20)
sum e = 0.006104230192072628
sum de = 8.918212338761542e-06
Info: CFL hydro = 0.02301585003808081 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02301585003808081 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.6119e+05 | 98995 | 1 | 6.141e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.04799217575027 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8255890187996986, dt = 0.02301585003808081 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98995 min = 98995 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98995 min = 98995 [LoadBalance][rank=0]
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 : 5.62 us (1.3%)
patch tree reduce : 1492.00 ns (0.3%)
gen split merge : 901.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 424.76 us (95.7%)
LB move op cnt : 0
LB apply : 3.12 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589334770941748e-05,1.5191065885667186e-06,2.2084836941939405e-08)
sum a = (3.5914196963582334e-19,4.573977915173222e-20,-2.6046263128069735e-20)
sum e = 0.0061047134930701085
sum de = 8.979854557234288e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023168121413779594
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.588735880476249e-05,1.517599799672663e-06,2.216056965065914e-08)
sum a = (1.3213713977167085e-19,-5.8106460181645e-19,-2.9434394917086937e-20)
sum e = 0.006104334072493438
sum de = 8.985776801625763e-06
Info: CFL hydro = 0.015483836453425022 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015483836453425022 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.3267e+05 | 98995 | 1 | 7.462e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.03933446141325 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8486048688377794, dt = 0.015483836453425022 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98995 min = 98995 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98995 min = 98995 [LoadBalance][rank=0]
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 : 5.76 us (1.3%)
patch tree reduce : 1583.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 436.82 us (95.7%)
LB move op cnt : 0
LB apply : 3.80 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (5.470738175488554e-07,3.9439204170870073e-07,5.653707415817923e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599793635834303e-05,1.5656442694486931e-06,1.520594135248189e-08)
sum a = (-4.3029273720518457e-19,-7.132017415881209e-19,-7.199780051661553e-21)
sum e = 0.00610412973737096
sum de = 9.034835157249057e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015609350381029195
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599481019305265e-05,1.5651317538930225e-06,1.5124370028579066e-08)
sum a = (-3.8963515573697816e-19,-8.046812998915853e-19,-1.0376153603865179e-20)
sum e = 0.00610395789064419
sum de = 9.037816237528293e-06
Info: CFL hydro = 0.01307442082290381 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01307442082290381 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.3344e+05 | 98993 | 1 | 7.418e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.13996312242634 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.8640887052912043, dt = 0.01307442082290381 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98993 min = 98993 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98993 min = 98993 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98993
max = 98993
avg = 98993
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.04 us (1.4%)
patch tree reduce : 1462.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 405.92 us (95.4%)
LB move op cnt : 0
LB apply : 3.60 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 29.73 us (96.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.620531848671053e-07,3.568484859923182e-07,6.415648412557981e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603040301359827e-05,1.5804478739021719e-06,1.2880768952168186e-08)
sum a = (8.131516293641283e-20,4.523155938337964e-19,4.0657581468206416e-20)
sum e = 0.006103939963726189
sum de = 9.040003653751772e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013162819706690438
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6031253945252895e-05,1.5864780295325108e-06,1.2818394873053087e-08)
sum a = (3.3542504711270293e-19,-5.590417451878382e-20,3.5151867311053464e-20)
sum e = 0.006103817250674372
sum de = 9.041957111026346e-06
Info: CFL hydro = 0.012098772626191178 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012098772626191178 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.3409e+05 | 98992 | 1 | 7.383e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.755360441887206 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.877163126114108, dt = 0.012098772626191178 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98992 min = 98992 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98992 min = 98992 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98992
max = 98992
avg = 98992
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.39 us (1.6%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 385.76 us (95.2%)
LB move op cnt : 0
LB apply : 3.06 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-6.472261194941799e-07,-2.3975612197800307e-07,-4.561646824697224e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6046195585167785e-05,1.593000958105404e-06,1.1844128845243826e-08)
sum a = (5.353248226647178e-19,-4.1504614415460717e-19,1.0587911840678754e-20)
sum e = 0.006103508890132877
sum de = 9.077492237080323e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012179367373904248
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604269451891421e-05,1.5929372541719048e-06,1.1931633306262255e-08)
sum a = (3.2864878353466853e-19,6.911788849595091e-19,1.6093625997831706e-20)
sum e = 0.006103404002859012
sum de = 9.079350757083723e-06
Info: CFL hydro = 0.011718425376667622 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011718425376667622 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.3335e+05 | 98990 | 1 | 7.423e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.67535370337526 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.889261898740299, dt = 0.011718425376667622 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98990 min = 98990 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98990 min = 98990 [LoadBalance][rank=0]
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.56 us (1.6%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 385.66 us (95.0%)
LB move op cnt : 0
LB apply : 3.26 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (66.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.730775945071473e-07,4.898559553054761e-07,-1.0015594913886976e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6048065541590645e-05,1.5950652055175541e-06,1.1635728686500118e-08)
sum a = (-1.1180834903756764e-19,1.1858461261560205e-18,-1.2705494208814505e-20)
sum e = 0.006103338692752144
sum de = 9.000972629810681e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01180917277921304
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604840148549428e-05,1.6008024128801035e-06,1.1776342002005121e-08)
sum a = (-3.3881317890172014e-19,2.0311850075158122e-18,-1.4399560103323106e-20)
sum e = 0.0061032397912731745
sum de = 9.002508352551143e-06
Info: CFL hydro = 0.011728532213920374 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011728532213920374 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.3393e+05 | 98989 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.07510823932506 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9009803241169667, dt = 0.011728532213920374 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98989 min = 98989 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98989 min = 98989 [LoadBalance][rank=0]
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.01 us (1.5%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 951.00 ns (0.2%)
LB compute : 391.21 us (95.3%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (11.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-7.397701840071567e-07,-1.7686462310920105e-07,-1.0621433195993485e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604840907941104e-05,1.60131367390109e-06,1.1621056940116323e-08)
sum a = (-4.743384504624082e-20,7.623296525288703e-19,-6.776263578034403e-21)
sum e = 0.006102397065136158
sum de = 8.933766328487018e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011822506602144917
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6043154469599756e-05,1.6048733801475075e-06,1.182407044481819e-08)
sum a = (1.3552527156068805e-20,5.30242624981192e-19,-5.505714157152952e-21)
sum e = 0.0061022979334181705
sum de = 8.93583850236893e-06
Info: CFL hydro = 0.011522109393551515 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011522109393551515 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.3382e+05 | 98985 | 1 | 7.397e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.08238572589116 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.912708856330887, dt = 0.011522109393551515 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98985 min = 98985 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98985 min = 98985 [LoadBalance][rank=0]
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 : 5.85 us (1.2%)
patch tree reduce : 1744.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1113.00 ns (0.2%)
LB compute : 465.01 us (96.0%)
LB move op cnt : 0
LB apply : 3.35 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (71.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-4.547528548889976e-07,7.909079468499876e-07,-2.8464648074396843e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604555935849458e-05,1.6068153241844394e-06,1.1460148266743677e-08)
sum a = (2.574980159653073e-19,4.2182240773264157e-19,1.2705494208814505e-21)
sum e = 0.0061014444679012535
sum de = 9.00243503155483e-06
Info: CFL hydro = 0.022813164301528938 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022813164301528938 cfl multiplier : 0.5002286237172805 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6092e+05 | 98981 | 1 | 6.151e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.43506217806171 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9242309657244383, dt = 0.022813164301528938 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98981 min = 98981 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98981 min = 98981 [LoadBalance][rank=0]
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 : 41.08 us (8.7%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1262.00 ns (0.3%)
LB compute : 416.82 us (88.4%)
LB move op cnt : 0
LB apply : 3.48 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.1%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.586850508230657e-05,1.5505691910243884e-06,2.2520067161254477e-08)
sum a = (-1.0842021724855044e-19,1.5111067779016718e-18,1.6940658945086007e-21)
sum e = 0.006101927592746376
sum de = 8.93824813880237e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022994608168961924
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.587863801494792e-05,1.5597325203842784e-06,2.3023737432829873e-08)
sum a = (-3.015437292225309e-19,7.962109704190423e-19,4.235164736271502e-22)
sum e = 0.006101554414766584
sum de = 8.944008747483272e-06
Info: CFL hydro = 0.016036794714594935 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.016036794714594935 cfl multiplier : 0.33340954123909344 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3306e+05 | 98981 | 1 | 7.439e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.40103492637004 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9470441300259673, dt = 0.016036794714594935 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98981 min = 98981 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98981 min = 98981 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98981
max = 98981
avg = 98981
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.14 us (1.4%)
patch tree reduce : 1563.00 ns (0.3%)
gen split merge : 861.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1002.00 ns (0.2%)
LB compute : 430.07 us (95.5%)
LB move op cnt : 0
LB apply : 3.79 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (-2.7497103223288257e-07,-1.0714418855939588e-06,4.4677203782786855e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.598335609114612e-05,1.5915734849812293e-06,1.6070877984179615e-08)
sum a = (-3.2187251995663413e-19,1.4772254600114998e-18,-1.1011428314305904e-20)
sum e = 0.006100289695282739
sum de = 8.926743498966153e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016159615464434916
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.59843811393548e-05,1.5969617037781664e-06,1.6492494391344844e-08)
sum a = (-3.3881317890172014e-19,1.6872896309305663e-18,-1.2281977735187355e-20)
sum e = 0.006100105130335464
sum de = 8.931304872762828e-06
Info: CFL hydro = 0.013121321091629359 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013121321091629359 cfl multiplier : 0.27780318041303115 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3347e+05 | 98975 | 1 | 7.416e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.85228372682218 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.963080924740562, dt = 0.013121321091629359 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98975 min = 98975 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98975 min = 98975 [LoadBalance][rank=0]
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.01 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 822.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.2%)
LB compute : 449.13 us (96.0%)
LB move op cnt : 0
LB apply : 3.29 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.42 us (71.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-3.213393618770852e-07,-3.3708237326724676e-07,-1.4906902057739752e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602884646963405e-05,1.6101926413423243e-06,1.3048994150149697e-08)
sum a = (1.4230153513872246e-19,-1.353558649712372e-18,1.4823076576950256e-20)
sum e = 0.006099561728199759
sum de = 8.928598185504727e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013222107435987163
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6026208111788385e-05,1.612373549275453e-06,1.3392534846218707e-08)
sum a = (-3.5236570605778894e-19,1.6601845766184287e-19,1.2705494208814505e-20)
sum e = 0.006099438506470479
sum de = 8.93095777293518e-06
Info: CFL hydro = 0.011998098462973322 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011998098462973322 cfl multiplier : 0.25926772680434373 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3369e+05 | 98972 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.80754568139175 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.9762022458321913, dt = 0.011998098462973322 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98972 min = 98972 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98972 min = 98972 [LoadBalance][rank=0]
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 : 5.76 us (1.4%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.3%)
LB compute : 393.28 us (95.4%)
LB move op cnt : 0
LB apply : 3.38 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.249680184515774e-07,3.1265883312124286e-07,1.7914426875326445e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604316290786755e-05,1.617353981575031e-06,1.213802665441452e-08)
sum a = (-1.6940658945086007e-19,9.283481101907132e-19,-3.5151867311053464e-20)
sum e = 0.006099122956801195
sum de = 8.999668906334102e-06
Info: CFL hydro = 0.023184834012588123 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023184834012588123 cfl multiplier : 0.5061784845362292 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6116e+05 | 98970 | 1 | 6.141e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 70.33556262660049 (tsim/hr) [sph::Model][rank=0]
---------------- t = 3.988200344295165, dt = 0.023184834012588123 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98970 min = 98970 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98970 min = 98970 [LoadBalance][rank=0]
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.14 us (1.3%)
patch tree reduce : 1332.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 438.47 us (95.6%)
LB move op cnt : 0
LB apply : 3.72 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (69.7%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5871390471149624e-05,1.5735572304360895e-06,2.3635125215384295e-08)
sum a = (8.368685518872487e-19,-1.5348237004247922e-18,-1.4823076576950256e-20)
sum e = 0.006099613115529466
sum de = 8.861717382243423e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023374897697350776
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589100703576484e-05,1.5929834518723415e-06,2.3387107847337337e-08)
sum a = (-6.437450399132683e-20,-2.795208725939191e-19,-2.0752307207730358e-20)
sum e = 0.0060992277369559455
sum de = 8.867638943607141e-06
Info: CFL hydro = 0.015728895547898334 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015728895547898334 cfl multiplier : 0.33539282817874305 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3230e+05 | 98970 | 1 | 7.481e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.56999720341454 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.011385178307753, dt = 0.015728895547898334 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98970 min = 98970 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98970 min = 98970 [LoadBalance][rank=0]
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 : 5.72 us (1.3%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 1001.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 423.89 us (95.7%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3.5e-06 vel (-1.1044065200504439e-06,-1.8954564505274039e-06,2.5624036796678844e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600189386757782e-05,1.6177780108922777e-06,1.5871251130881236e-08)
sum a = (3.7269449679189215e-19,2.320870275476783e-19,-2.329340604949326e-20)
sum e = 0.006097724066116089
sum de = 8.918730256793937e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01579234935288498
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600347504807259e-05,1.617515963752851e-06,1.585877525809961e-08)
sum a = (4.743384504624082e-20,5.149960319306146e-19,-2.329340604949326e-20)
sum e = 0.006097547528017223
sum de = 8.923152601382674e-06
Info: CFL hydro = 0.013208049334584273 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013208049334584273 cfl multiplier : 0.278464276059581 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3298e+05 | 98963 | 1 | 7.442e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.08509548961513 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0271140738556515, dt = 0.013208049334584273 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98963 min = 98963 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98963 min = 98963 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98963
max = 98963
avg = 98963
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.11 us (1.3%)
patch tree reduce : 1663.00 ns (0.3%)
gen split merge : 1163.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 461.21 us (95.9%)
LB move op cnt : 0
LB apply : 3.33 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.1612516365370847e-07,-4.0866457462683104e-07,2.940479099005343e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603997863543662e-05,1.6252013212067473e-06,1.3217163649454083e-08)
sum a = (-2.202285662861181e-19,6.2341624917916505e-19,1.8634724839594607e-20)
sum e = 0.00609752252382924
sum de = 8.961545775613875e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013289979864985754
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603843675652089e-05,1.6300664558013616e-06,1.3014994549195721e-08)
sum a = (1.2874900798265365e-19,1.2646201902506704e-18,1.9058241313221758e-20)
sum e = 0.006097398376588984
sum de = 8.963514610041194e-06
Info: CFL hydro = 0.012215510881023598 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012215510881023598 cfl multiplier : 0.25948809201986034 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3354e+05 | 98962 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.16453212385458 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0403221231902355, dt = 0.012215510881023598 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98962 min = 98962 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98962 min = 98962 [LoadBalance][rank=0]
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.00 us (1.3%)
patch tree reduce : 1683.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 981.00 ns (0.2%)
LB compute : 432.03 us (95.7%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.896898140002164e-07,1.4774024060643024e-07,1.6072776336226743e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052734458793485e-05,1.6333299679550077e-06,1.2350585753368235e-08)
sum a = (-1.9651164376299768e-19,2.625802136488331e-19,-4.235164736271502e-22)
sum e = 0.0060973519882952685
sum de = 8.946017320055574e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012303537735639709
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6049608504297574e-05,1.6316523946811499e-06,1.2426024486393572e-08)
sum a = (2.676624113323589e-19,2.0159384144652348e-19,4.235164736271502e-22)
sum e = 0.006097245442869726
sum de = 8.947608480267163e-06
Info: CFL hydro = 0.011780697920891378 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011780697920891378 cfl multiplier : 0.25316269733995345 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3244e+05 | 98961 | 1 | 7.472e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.85168588573034 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0525376340712596, dt = 0.011780697920891378 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98961 min = 98961 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98961 min = 98961 [LoadBalance][rank=0]
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 : 5.89 us (1.3%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 442.49 us (95.9%)
LB move op cnt : 0
LB apply : 3.47 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.27693604761035e-07,5.262408049940273e-07,-1.6499960495405337e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6055352909129287e-05,1.632626007604343e-06,1.1700325515239494e-08)
sum a = (5.251604272976662e-19,4.904320764602399e-19,-4.658681209898652e-21)
sum e = 0.006096928993071125
sum de = 8.914074774382896e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011869547393284047
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60583279926785e-05,1.6332581928204387e-06,1.1493834975628421e-08)
sum a = (1.0164395367051604e-20,8.614325073576234e-19,-7.623296525288703e-21)
sum e = 0.006096829766608377
sum de = 8.915796676842537e-06
Info: CFL hydro = 0.011600905464107494 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011600905464107494 cfl multiplier : 0.25105423244665115 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3388e+05 | 98959 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.377432627743644 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.064318331992151, dt = 0.011600905464107494 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98959 min = 98959 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98959 min = 98959 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98959
max = 98959
avg = 98959
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.74 us (1.2%)
patch tree reduce : 1523.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 457.34 us (96.0%)
LB move op cnt : 0
LB apply : 3.23 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.826434028935671e-07,-4.711009292966241e-07,1.9730935512325435e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60613548414991e-05,1.6336427969761722e-06,1.1910899390063845e-08)
sum a = (-5.38712954453735e-19,8.156927282058912e-19,1.9905274260476058e-20)
sum e = 0.00609625159566819
sum de = 8.866485933265719e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011690498057510098
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606516916906103e-05,1.6374081791475437e-06,1.1411287853563867e-08)
sum a = (-3.5236570605778894e-19,4.828087799349512e-20,2.456395547037471e-20)
sum e = 0.00609615527612967
sum de = 8.868361581183784e-06
Info: CFL hydro = 0.011677024950464692 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011677024950464692 cfl multiplier : 0.2503514108155504 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3396e+05 | 98956 | 1 | 7.387e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.53466306396643 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.075919237456259, dt = 0.011677024950464692 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98956 min = 98956 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98956 min = 98956 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98956
max = 98956
avg = 98956
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.01 us (1.4%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 405.30 us (95.4%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-3.666327332706491e-07,-7.642481003907067e-07,2.8190233638605288e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606461502188257e-05,1.6375922277570265e-06,1.179239465270112e-08)
sum a = (-8.131516293641283e-20,1.0757318430129614e-19,2.329340604949326e-20)
sum e = 0.0060955698171736745
sum de = 8.895276272707896e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011712420274386844
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606661392006199e-05,1.6404183482542637e-06,1.1666627888842803e-08)
sum a = (-6.437450399132683e-20,7.301424005332069e-19,1.6517142471458857e-20)
sum e = 0.006095472834032856
sum de = 8.897151660995174e-06
Info: CFL hydro = 0.011958763164430272 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011958763164430272 cfl multiplier : 0.25011713693851684 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3373e+05 | 98953 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.812877448937684 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.0875962624067235, dt = 0.011958763164430272 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98953 min = 98953 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98953 min = 98953 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98953
max = 98953
avg = 98953
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.14 us (1.4%)
patch tree reduce : 1542.00 ns (0.3%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 429.57 us (95.5%)
LB move op cnt : 0
LB apply : 3.61 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.831954540578982e-07,-4.3196792302252425e-07,-4.857082926491573e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606321003853712e-05,1.639983790864693e-06,1.1898745037897995e-08)
sum a = (-2.1345230270808369e-19,2.634272465960874e-19,-1.3129010682441655e-20)
sum e = 0.006095413911350207
sum de = 8.774725462359097e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012052200392581907
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606300162558396e-05,1.634333260690357e-06,1.2385753127479908e-08)
sum a = (6.776263578034403e-21,1.5356707333720465e-18,-1.1434944787933055e-20)
sum e = 0.0060953114011241425
sum de = 8.776302567943097e-06
Info: CFL hydro = 0.011878849364128644 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011878849364128644 cfl multiplier : 0.2500390456461723 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3355e+05 | 98952 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.10573275489571 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.099555025571154, dt = 0.011878849364128644 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98952 min = 98952 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98952 min = 98952 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98952
max = 98952
avg = 98952
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.01 us (1.5%)
patch tree reduce : 1783.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 388.11 us (95.1%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.77 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (1.1578357054013352e-06,4.0945520274781426e-08,-4.119026659570413e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063696188321235e-05,1.6337657451786266e-06,1.1818713731650701e-08)
sum a = (5.454892180317694e-19,1.3721933745519665e-18,-4.235164736271502e-22)
sum e = 0.006093949299887329
sum de = 8.806551019395234e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011970761870942759
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606629848072715e-05,1.6339030199240848e-06,1.226963896923815e-08)
sum a = (6.776263578034403e-20,5.014435047745458e-19,8.470329472543003e-22)
sum e = 0.006093848840270377
sum de = 8.809157004662536e-06
Info: CFL hydro = 0.011696597359316089 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011696597359316089 cfl multiplier : 0.25001301521539077 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3397e+05 | 98946 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.900085967593185 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.111433874935282, dt = 0.011696597359316089 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98946 min = 98946 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98946 min = 98946 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98946
max = 98946
avg = 98946
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.22 us (1.4%)
patch tree reduce : 1513.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 424.86 us (95.6%)
LB move op cnt : 0
LB apply : 3.31 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.24 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.9702507103757297e-07,-4.154914885085513e-07,-1.766253271689083e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6069068593851237e-05,1.6340562628270981e-06,1.1839757320120906e-08)
sum a = (5.149960319306146e-19,2.0159384144652348e-19,2.710505431213761e-20)
sum e = 0.006093787511194649
sum de = 8.83303314638649e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01178780720452328
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606638144759069e-05,1.633772237103002e-06,1.1763938421175366e-08)
sum a = (7.047314121155779e-19,9.359714067160019e-19,2.625802136488331e-20)
sum e = 0.0060936903964984536
sum de = 8.834514609014085e-06
Info: CFL hydro = 0.011905928885318554 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011905928885318554 cfl multiplier : 0.25000433840513026 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3314e+05 | 98945 | 1 | 7.432e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.66100717552491 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.123130472294599, dt = 0.011905928885318554 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98945 min = 98945 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98945 min = 98945 [LoadBalance][rank=0]
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.03 us (1.3%)
patch tree reduce : 1553.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 427.37 us (95.6%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.506775466677869e-07,4.396973033707245e-07,1.4562694381659806e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063079133339885e-05,1.633077138627872e-06,1.2253358850287644e-08)
sum a = (-2.337810934421869e-19,7.513182242145644e-19,-2.668153783851046e-20)
sum e = 0.006093639349075352
sum de = 8.734359404481566e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011999397213624051
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606302079518031e-05,1.633491766431602e-06,1.1972367930097634e-08)
sum a = (-5.183841637196318e-19,-3.1933142111487123e-19,-3.134021904840911e-20)
sum e = 0.006093538066130827
sum de = 8.735849042291626e-06
Info: CFL hydro = 0.01178709367872485 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01178709367872485 cfl multiplier : 0.25000144613504344 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3362e+05 | 98944 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.88111182049204 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.135036401179917, dt = 0.01178709367872485 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98944 min = 98944 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98944 min = 98944 [LoadBalance][rank=0]
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 : 5.63 us (1.4%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 388.48 us (95.4%)
LB move op cnt : 0
LB apply : 2.95 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.371306814162143e-07,2.6985949627177494e-08,-1.4422852414455964e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606468741650346e-05,1.633870347264097e-06,1.2142123317990647e-08)
sum a = (-3.3881317890172014e-21,-1.079967007749233e-18,1.3976043629695956e-20)
sum e = 0.006092693039505679
sum de = 8.731863421589422e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01187849018404265
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606192470738975e-05,1.63507856582547e-06,1.1951939019248497e-08)
sum a = (2.303929616531697e-19,-8.987019570368127e-19,1.5246593050577406e-20)
sum e = 0.006092594306470839
sum de = 8.734009566931226e-06
Info: CFL hydro = 0.011670629332452729 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011670629332452729 cfl multiplier : 0.2500004820450145 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3390e+05 | 98940 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.42891228744843 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.146823494858642, dt = 0.011670629332452729 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98940 min = 98940 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98940 min = 98940 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98940
max = 98940
avg = 98940
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.22 us (1.4%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 426.96 us (95.6%)
LB move op cnt : 0
LB apply : 3.47 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.57 us (71.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-2.895288154286087e-08,4.5075764543347364e-07,1.9071959574787448e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063111050874736e-05,1.635596083625934e-06,1.1894887773045177e-08)
sum a = (2.0328790734103208e-19,3.4728350837426314e-19,1.0587911840678754e-20)
sum e = 0.006092269432351443
sum de = 8.76076497023225e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011766198861592215
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606255859001287e-05,1.6338750785385242e-06,1.1906185772236692e-08)
sum a = (5.251604272976662e-19,-5.421010862427522e-19,1.1434944787933055e-20)
sum e = 0.006092172918678091
sum de = 8.7624464097354e-06
Info: CFL hydro = 0.011556439796333483 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011556439796333483 cfl multiplier : 0.2500001606816715 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3299e+05 | 98938 | 1 | 7.440e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.47315008395845 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.158494124191095, dt = 0.011556439796333483 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98938 min = 98938 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98938 min = 98938 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98938
max = 98938
avg = 98938
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.16 us (1.5%)
patch tree reduce : 1452.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1132.00 ns (0.3%)
LB compute : 403.63 us (95.4%)
LB move op cnt : 0
LB apply : 3.65 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.898040485140821e-07,1.450880756563467e-07,-5.454874292117019e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606399036008521e-05,1.6339169604210756e-06,1.170491816102613e-08)
sum a = (6.437450399132683e-20,-1.4145450219146816e-19,-1.6517142471458857e-20)
sum e = 0.006092108104064931
sum de = 8.710854412497026e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011656028441565266
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606563839498937e-05,1.6337134290120503e-06,1.1866337929421526e-08)
sum a = (2.0328790734103208e-19,-4.0657581468206416e-20,-1.5670109524204556e-20)
sum e = 0.006092013080683672
sum de = 8.712269980873675e-06
Info: CFL hydro = 0.01144623871092362 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01144623871092362 cfl multiplier : 0.25000005356055716 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3408e+05 | 98937 | 1 | 7.379e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.379672410110324 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.170050563987428, dt = 0.01144623871092362 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98937 min = 98937 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98937 min = 98937 [LoadBalance][rank=0]
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.42 us (1.6%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 393.95 us (95.1%)
LB move op cnt : 0
LB apply : 3.53 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.11 us (66.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (2.9695512415848984e-07,-2.861104306870401e-07,-4.506043447987417e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606733218022627e-05,1.6338546217052618e-06,1.1721198541008473e-08)
sum a = (4.404571325722362e-19,-3.023907621697852e-19,-2.286988957586611e-20)
sum e = 0.006091425551011278
sum de = 8.655444326695158e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011546020175436116
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6067159578451335e-05,1.640637702460978e-06,1.1859413233105363e-08)
sum a = (9.825582188149884e-20,-3.8709405689521525e-19,-2.371692252312041e-20)
sum e = 0.006091332323648579
sum de = 8.657184311606801e-06
Info: CFL hydro = 0.011558471344323142 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011558471344323142 cfl multiplier : 0.25000001785351905 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3338e+05 | 98934 | 1 | 7.418e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.55285110913103 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.1814968026983514, dt = 0.011558471344323142 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98934 min = 98934 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98934 min = 98934 [LoadBalance][rank=0]
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 : 9.21 us (2.1%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 1242.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 416.92 us (94.8%)
LB move op cnt : 0
LB apply : 3.24 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-9.806115049144146e-07,-8.132775843320848e-08,-3.519114822232867e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606585269035408e-05,1.6413927058775754e-06,1.1861820986621052e-08)
sum a = (-3.4897757426877174e-19,8.893845946170154e-19,-2.456395547037471e-20)
sum e = 0.006090741237226586
sum de = 8.68890532561716e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011643171305118926
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60668588682508e-05,1.644714588793723e-06,1.1866517005511568e-08)
sum a = (-1.4568966692773966e-19,5.836057006582129e-19,-1.8211208365967457e-20)
sum e = 0.0060906466915200035
sum de = 8.690754607277518e-06
Info: CFL hydro = 0.011904103659185532 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011904103659185532 cfl multiplier : 0.25000000595117305 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3377e+05 | 98931 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.26423958872501 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.193055274042675, dt = 0.011904103659185532 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98931 min = 98931 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98931 min = 98931 [LoadBalance][rank=0]
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 : 5.99 us (1.3%)
patch tree reduce : 1452.00 ns (0.3%)
gen split merge : 1062.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 911.00 ns (0.2%)
LB compute : 434.45 us (95.7%)
LB move op cnt : 0
LB apply : 3.60 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (72.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.5713460650369587e-07,-2.420848530096611e-07,5.722052637564302e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606243554548025e-05,1.6443799967689413e-06,1.2271099470737878e-08)
sum a = (1.0164395367051604e-19,-1.2171863452044296e-18,4.235164736271502e-22)
sum e = 0.00609058304229322
sum de = 8.655501471485708e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012005540969746077
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606496960602599e-05,1.6460401776711308e-06,1.2585613899785421e-08)
sum a = (-7.115076756936123e-20,5.336307567702092e-20,4.235164736271502e-22)
sum e = 0.00609048243332977
sum de = 8.657029237049834e-06
Info: CFL hydro = 0.01173914088128568 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01173914088128568 cfl multiplier : 0.25000000198372435 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3318e+05 | 98930 | 1 | 7.429e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.68939108084274 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.204959377701861, dt = 0.01173914088128568 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98930 min = 98930 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98930 min = 98930 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98930
max = 98930
avg = 98930
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.63 us (1.4%)
patch tree reduce : 1412.00 ns (0.3%)
gen split merge : 1283.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 394.89 us (95.3%)
LB move op cnt : 0
LB apply : 3.59 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.81 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-7.833319042296041e-08,-4.782203667499097e-07,-1.987124668336721e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606767066129538e-05,1.6464969766225517e-06,1.2008428694121717e-08)
sum a = (1.8295911660692887e-19,-6.611092153319814e-19,-3.3881317890172014e-20)
sum e = 0.006089892929050094
sum de = 8.687219201585097e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01182225704614283
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606617649647679e-05,1.6502792675179238e-06,1.2053199041483296e-08)
sum a = (2.541098841762901e-19,2.0413494028828638e-19,-3.3457801416544863e-20)
sum e = 0.006089795430639896
sum de = 8.689142285532068e-06
Info: CFL hydro = 0.0115817185396198 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0115817185396198 cfl multiplier : 0.25000000066124145 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3278e+05 | 98927 | 1 | 7.451e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.72088228116039 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.216698518583146, dt = 0.0115817185396198 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98927 min = 98927 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98927 min = 98927 [LoadBalance][rank=0]
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 : 5.60 us (1.3%)
patch tree reduce : 1472.00 ns (0.3%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 404.17 us (95.5%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.740233318689278e-07,1.9527203991667664e-07,2.1260671153147405e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606827071653561e-05,1.650965279721605e-06,1.2020356018400777e-08)
sum a = (-1.0164395367051604e-19,-1.5708226006831e-18,7.199780051661553e-21)
sum e = 0.006089728098617676
sum de = 8.717007602296723e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011680802159914842
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6066622224321664e-05,1.6542377705324515e-06,1.1891454302507669e-08)
sum a = (-4.845028458294598e-19,-1.2519146960418559e-18,8.470329472543003e-21)
sum e = 0.006089633358746034
sum de = 8.718408963050582e-06
Info: CFL hydro = 0.011789142022505028 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011789142022505028 cfl multiplier : 0.25000000022041385 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3375e+05 | 98926 | 1 | 7.396e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.370931330428895 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.228280237122766, dt = 0.011789142022505028 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98926 min = 98926 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98926 min = 98926 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98926
max = 98926
avg = 98926
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.82 us (1.4%)
patch tree reduce : 1473.00 ns (0.3%)
gen split merge : 1212.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 410.94 us (95.4%)
LB move op cnt : 0
LB apply : 3.63 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.325560708521274e-07,2.792767971992993e-07,-1.1644892341174874e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063535842776355e-05,1.654496210995763e-06,1.2220510360857724e-08)
sum a = (-3.1170812458958252e-19,-5.552300969251939e-19,2.922263668027336e-20)
sum e = 0.006089569005326108
sum de = 8.740112720102233e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011883952761003576
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060824111112295e-05,1.6546891707263408e-06,1.201554337660631e-08)
sum a = (-5.38712954453735e-19,-3.4897757426877174e-19,2.583450489125616e-20)
sum e = 0.00608947078253893
sum de = 8.741621842920526e-06
Info: CFL hydro = 0.011646276764521037 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011646276764521037 cfl multiplier : 0.2500000000734713 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3253e+05 | 98925 | 1 | 7.464e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.8602153774742 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.240069379145271, dt = 0.011646276764521037 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98925 min = 98925 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98925 min = 98925 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98925
max = 98925
avg = 98925
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.33 us (1.4%)
patch tree reduce : 1372.00 ns (0.3%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 435.49 us (95.8%)
LB move op cnt : 0
LB apply : 3.42 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (71.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (9.560104687000472e-08,4.949471126860526e-07,1.1116766692379305e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6062482879779226e-05,1.6550719984678128e-06,1.2093719847292763e-08)
sum a = (-2.473336205982557e-19,1.3552527156068805e-20,2.541098841762901e-20)
sum e = 0.006089414218199097
sum de = 8.742482646796915e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011738711033555865
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606035167663151e-05,1.6508536499688139e-06,1.202854113112836e-08)
sum a = (-4.845028458294598e-19,8.999725064576941e-19,2.202285662861181e-20)
sum e = 0.006089318193068112
sum de = 8.743882214301345e-06
Info: CFL hydro = 0.011509954906902415 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011509954906902415 cfl multiplier : 0.2500000000244904 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3352e+05 | 98924 | 1 | 7.409e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.58760025275903 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.251715655909792, dt = 0.011509954906902415 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98924 min = 98924 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98924 min = 98924 [LoadBalance][rank=0]
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 : 5.97 us (1.3%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 432.70 us (95.7%)
LB move op cnt : 0
LB apply : 3.18 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (9.249923297624993e-07,4.675569067096488e-07,-9.011706336503817e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Warning: smoothing length is not converged, rerunning the iterator ... [Smoothinglength][rank=0]
largest h = 0.9292637330842116 unconverged cnt = 1
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6061753730042144e-05,1.650522578490422e-06,1.1940668521030798e-08)
sum a = (2.1345230270808369e-19,-1.0274509650194663e-18,1.3552527156068805e-20)
sum e = 0.006088975380475332
sum de = 8.772313797393154e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011606311763330292
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6064590084952375e-05,1.6533221153719252e-06,1.1703050988614483e-08)
sum a = (5.759824041329242e-20,2.939204326972422e-19,7.623296525288703e-21)
sum e = 0.006088881792083445
sum de = 8.773943868707973e-06
Info: CFL hydro = 0.01137968462892542 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01137968462892542 cfl multiplier : 0.25000000000816347 [sph::Model][rank=0]
Info: Timestep 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.9901e+04 | 98922 | 1 | 1.100e+00 | 0.0% | 0.1% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 37.65711317840694 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.263225610816694, dt = 0.01137968462892542 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98922 min = 98922 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98922 min = 98922 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98922
max = 98922
avg = 98922
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.65 us (1.3%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 423.23 us (95.7%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.17 us (68.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.0705606942499194e-07,-4.6606336547347237e-07,1.1619341921758914e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606685072686223e-05,1.6535703623284315e-06,1.179741460161508e-08)
sum a = (6.776263578034403e-21,3.4474240953250024e-19,1.7364175418713157e-20)
sum e = 0.00608881242202629
sum de = 8.665775073958137e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011475656094788907
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606801394916498e-05,1.6550471020116867e-06,1.1752424743210572e-08)
sum a = (-1.0503208545953324e-19,6.136753702857406e-19,2.244637310223896e-20)
sum e = 0.006088720233274362
sum de = 8.667108390747863e-06
Info: CFL hydro = 0.011866528181384773 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011866528181384773 cfl multiplier : 0.25000000000272116 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3345e+05 | 98921 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.26484804294767 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.27460529544562, dt = 0.011866528181384773 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98921 min = 98921 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98921 min = 98921 [LoadBalance][rank=0]
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.04 us (1.3%)
patch tree reduce : 1743.00 ns (0.4%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 852.00 ns (0.2%)
LB compute : 456.81 us (95.9%)
LB move op cnt : 0
LB apply : 3.47 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-4.556416346630635e-08,-2.5749742053730395e-07,9.331453922535606e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606120730627967e-05,1.6547773954083225e-06,1.2160706869179991e-08)
sum a = (3.2526065174565133e-19,7.788467950003292e-19,1.9481757786848908e-20)
sum e = 0.006087595837219872
sum de = 8.684973470849054e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011945646543203297
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606091546792541e-05,1.6529828206692806e-06,1.2456329384746523e-08)
sum a = (9.486769009248164e-20,1.0587911840678754e-19,1.9058241313221758e-20)
sum e = 0.0060874963145334925
sum de = 8.687357879631562e-06
Info: CFL hydro = 0.011766198322852198 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011766198322852198 cfl multiplier : 0.25000000000090705 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3396e+05 | 98916 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.85632860376278 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.2864718236270045, dt = 0.011766198322852198 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98916 min = 98916 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98916 min = 98916 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98916
max = 98916
avg = 98916
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.24 us (1.5%)
patch tree reduce : 1583.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 383.57 us (95.0%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1964.00 ns (66.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.99038250964544e-07,8.619448486644044e-08,-1.5964604482735737e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606221775843514e-05,1.652860513232221e-06,1.2136407783337755e-08)
sum a = (-1.5246593050577406e-19,-7.271777852178168e-19,2.0752307207730358e-20)
sum e = 0.006087439288673917
sum de = 8.638726024282234e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011865061981138752
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605868226138517e-05,1.6528941682636059e-06,1.238999418334118e-08)
sum a = (1.8973538018496328e-19,6.28921963336318e-19,1.6517142471458857e-20)
sum e = 0.006087341276185648
sum de = 8.640116401389003e-06
Info: CFL hydro = 0.011669417494145549 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011669417494145549 cfl multiplier : 0.25000000000030237 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3319e+05 | 98915 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.03746846084246 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.298238021949857, dt = 0.011669417494145549 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98915 min = 98915 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98915 min = 98915 [LoadBalance][rank=0]
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.15 us (1.4%)
patch tree reduce : 1603.00 ns (0.4%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 427.00 us (95.6%)
LB move op cnt : 0
LB apply : 3.14 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.888887224957464e-07,6.377893698451217e-07,-7.586738774961174e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605959826000645e-05,1.6531752433633244e-06,1.1916019406563402e-08)
sum a = (2.1345230270808369e-19,-1.7702988597614877e-19,2.117582368135751e-21)
sum e = 0.0060867606896460045
sum de = 8.697822256782409e-06
Info: CFL hydro = 0.023073439254555045 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023073439254555045 cfl multiplier : 0.5000000000002016 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6106e+05 | 98912 | 1 | 6.141e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 68.40452976155497 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.309907439444002, dt = 0.023073439254555045 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98912 min = 98912 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98912 min = 98912 [LoadBalance][rank=0]
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 : 5.99 us (1.5%)
patch tree reduce : 1793.00 ns (0.4%)
gen split merge : 1243.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 961.00 ns (0.2%)
LB compute : 380.23 us (95.2%)
LB move op cnt : 0
LB apply : 3.06 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (68.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589498559852751e-05,1.6396373440159584e-06,2.386034178823983e-08)
sum a = (2.168404344971009e-19,5.903819642362473e-19,3.8116482626443515e-21)
sum e = 0.006087241157626964
sum de = 8.660574647623618e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023264369651175145
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.588457358680747e-05,1.6329154832279768e-06,2.448523459877659e-08)
sum a = (-2.439454888092385e-19,-2.3335757696855974e-19,2.541098841762901e-21)
sum e = 0.006086865289539906
sum de = 8.666186844763836e-06
Info: CFL hydro = 0.015012720843204071 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015012720843204071 cfl multiplier : 0.33333333333340054 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3268e+05 | 98912 | 1 | 7.455e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.42015492604462 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.332980878698557, dt = 0.015012720843204071 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98912 min = 98912 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98912 min = 98912 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98912
max = 98912
avg = 98912
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.26 us (0.6%)
patch tree reduce : 1693.00 ns (0.2%)
gen split merge : 1012.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.1%)
LB compute : 1041.15 us (98.1%)
LB move op cnt : 0
LB apply : 3.48 us (0.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (9.702403820986086e-07,9.694351113927791e-07,-3.080481394783776e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600341614846589e-05,1.6451162177061963e-06,1.531110698488409e-08)
sum a = (2.710505431213761e-19,-5.306661414548192e-19,2.329340604949326e-20)
sum e = 0.006085832955339861
sum de = 8.701362594295057e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015138411983073504
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.600046076800029e-05,1.6489081436500376e-06,1.5537999686724246e-08)
sum a = (5.759824041329242e-20,-9.935696471292943e-19,1.9905274260476058e-20)
sum e = 0.006085674043190503
sum de = 8.704894842655466e-06
Info: CFL hydro = 0.012320664443359818 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012320664443359818 cfl multiplier : 0.27777777777780016 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3339e+05 | 98907 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.89030800731278 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.347993599541761, dt = 0.012320664443359818 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98907 min = 98907 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98907 min = 98907 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98907
max = 98907
avg = 98907
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.74 us (1.4%)
patch tree reduce : 1813.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 385.87 us (95.3%)
LB move op cnt : 0
LB apply : 3.02 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.73 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.0802224851795952e-07,4.6642243330734506e-07,6.9754108090516545e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604091709544068e-05,1.6528679749611011e-06,1.2855630361692426e-08)
sum a = (-2.710505431213761e-19,-1.6631491919338187e-18,2.625802136488331e-20)
sum e = 0.006085627122123507
sum de = 8.62154368398068e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012420765514548569
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604156507327701e-05,1.6471332728890012e-06,1.251950246422881e-08)
sum a = (-4.912791094074942e-19,3.5744790374131474e-19,2.541098841762901e-20)
sum e = 0.006085519632522305
sum de = 8.623111621295513e-06
Info: CFL hydro = 0.011608353653807354 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011608353653807354 cfl multiplier : 0.2592592592592667 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3313e+05 | 98906 | 1 | 7.429e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.70134788646692 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.360314263985121, dt = 0.011608353653807354 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98906 min = 98906 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98906 min = 98906 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98906
max = 98906
avg = 98906
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.4%)
patch tree reduce : 1393.00 ns (0.3%)
gen split merge : 1052.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1192.00 ns (0.3%)
LB compute : 398.41 us (95.3%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (67.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.176905644555411e-06,-1.5368248343426844e-08,2.2446436109496877e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605214382229361e-05,1.6476466255058321e-06,1.2272650567145952e-08)
sum a = (6.776263578034403e-20,-1.3328063425046416e-18,0)
sum e = 0.006084666828291341
sum de = 8.603321381163365e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011705717583234755
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6048256327957385e-05,1.652736333740282e-06,1.1867957451918667e-08)
sum a = (4.2690460541616737e-19,-8.144221787850098e-19,2.541098841762901e-21)
sum e = 0.006084571636557365
sum de = 8.605350376593134e-06
Info: CFL hydro = 0.011902817816148815 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011902817816148815 cfl multiplier : 0.2530864197530889 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3339e+05 | 98902 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.36172239194371 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.371922617638928, dt = 0.011902817816148815 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98902 min = 98902 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98902 min = 98902 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98902
max = 98902
avg = 98902
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.12 us (1.5%)
patch tree reduce : 1552.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1031.00 ns (0.3%)
LB compute : 389.88 us (95.3%)
LB move op cnt : 0
LB apply : 3.17 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-6.344028593186801e-07,6.41791233041465e-07,6.680147144133219e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604321291583327e-05,1.6531152421228845e-06,1.238658998998942e-08)
sum a = (2.507217523872729e-19,-4.696797692525095e-19,1.8211208365967457e-20)
sum e = 0.006084249550408595
sum de = 8.662657749600416e-06
Info: CFL hydro = 0.023626828066895738 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023626828066895738 cfl multiplier : 0.5020576131687259 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6128e+05 | 98900 | 1 | 6.132e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.87928964605364 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.383825435455077, dt = 0.023626828066895738 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98900 min = 98900 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98900 min = 98900 [LoadBalance][rank=0]
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 : 5.89 us (1.5%)
patch tree reduce : 1382.00 ns (0.3%)
gen split merge : 1002.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 384.54 us (95.3%)
LB move op cnt : 0
LB apply : 3.14 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.07 us (67.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5862166657211274e-05,1.6389199058584376e-06,2.418696463522301e-08)
sum a = (3.2526065174565133e-19,-9.829817352886155e-19,2.117582368135751e-21)
sum e = 0.006084747690051654
sum de = 8.736444929731883e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02377373971992209
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.585704792270833e-05,1.6476533005954581e-06,2.3817066700174933e-08)
sum a = (3.3881317890172014e-20,-9.853110758935649e-19,1.6940658945086007e-21)
sum e = 0.006084355735142233
sum de = 8.742391781386635e-06
Info: CFL hydro = 0.015505878246351294 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015505878246351294 cfl multiplier : 0.3340192043895753 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.2967e+05 | 98900 | 1 | 7.627e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.51643157726437 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.407452263521973, dt = 0.015505878246351294 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98900 min = 98900 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98900 min = 98900 [LoadBalance][rank=0]
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.29 us (1.4%)
patch tree reduce : 1393.00 ns (0.3%)
gen split merge : 831.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1033.00 ns (0.2%)
LB compute : 421.73 us (95.6%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.07061194758802e-07,4.0707248765516286e-07,1.6820791228260836e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.598401356014899e-05,1.6557738762294798e-06,1.6039971598491005e-08)
sum a = (-3.5236570605778894e-19,-6.685207536204565e-19,1.6093625997831706e-20)
sum e = 0.006084399907914989
sum de = 8.714794056829126e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015629261634138157
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5979767056963514e-05,1.6596342922163445e-06,1.6337751407166435e-08)
sum a = (-7.115076756936123e-19,-3.7587087034409578e-19,1.6940658945086007e-20)
sum e = 0.006084230396402747
sum de = 8.717356345090967e-06
Info: CFL hydro = 0.012792684140246056 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012792684140246056 cfl multiplier : 0.2780064014631918 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3242e+05 | 98899 | 1 | 7.469e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.73981774136772 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.422958141768325, dt = 0.012792684140246056 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98899 min = 98899 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98899 min = 98899 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98899
max = 98899
avg = 98899
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.78 us (1.4%)
patch tree reduce : 1653.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 404.67 us (95.4%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.63 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.6801548770982793e-07,5.552838181304114e-07,-1.8247204359658005e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602277809024789e-05,1.6619417223601098e-06,1.2931264662928318e-08)
sum a = (-6.098637220230962e-20,9.651940433962752e-19,-2.964615315390051e-21)
sum e = 0.006083671525024134
sum de = 8.677098619655158e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012893170239740036
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602163648608236e-05,1.6653670153605587e-06,1.2764881905906049e-08)
sum a = (2.1006417091906648e-19,-4.361160887175579e-19,-1.6940658945086007e-21)
sum e = 0.006083556063602226
sum de = 8.67921407046223e-06
Info: CFL hydro = 0.011848851719681886 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011848851719681886 cfl multiplier : 0.25933546715439726 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3318e+05 | 98896 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.01954745214801 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.4357508259085705, dt = 0.011848851719681886 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98896 min = 98896 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98896 min = 98896 [LoadBalance][rank=0]
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 : 5.51 us (1.1%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 941.00 ns (0.2%)
LB compute : 476.71 us (96.2%)
LB move op cnt : 0
LB apply : 3.64 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-3.2227224683975813e-07,1.8055409255337965e-07,4.170639905990054e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603661903714322e-05,1.6663232402304879e-06,1.2338671020080299e-08)
sum a = (2.642742795433417e-19,-1.742770288975723e-19,1.1434944787933055e-20)
sum e = 0.006082968609116984
sum de = 8.67690754585803e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011956109965964074
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603859725373052e-05,1.6647933906591497e-06,1.1710234683113214e-08)
sum a = (-1.8973538018496328e-19,-1.5151301844011297e-18,9.317362419797304e-21)
sum e = 0.006082869780152959
sum de = 8.678716251045362e-06
Info: CFL hydro = 0.011489623439113758 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011489623439113758 cfl multiplier : 0.25311182238479907 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3390e+05 | 98893 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.754451010294375 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.4475996776282525, dt = 0.011489623439113758 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98893 min = 98893 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98893 min = 98893 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98893
max = 98893
avg = 98893
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.63 us (1.6%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 911.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 391.20 us (95.3%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.01 us (67.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.91844599506752e-07,-2.9734576301184256e-07,3.572140216424875e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6044258762854766e-05,1.6646648039295473e-06,1.2047047810568356e-08)
sum a = (-9.486769009248164e-20,8.082811899174161e-19,3.3881317890172014e-21)
sum e = 0.00608254215561324
sum de = 8.699226231724386e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011586420301025562
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604712716719019e-05,1.6656566329162586e-06,1.1798966590882735e-08)
sum a = (3.5236570605778894e-19,1.0946842052077764e-18,4.235164736271502e-21)
sum e = 0.006082449312617286
sum de = 8.700719150390317e-06
Info: CFL hydro = 0.011276966696885644 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011276966696885644 cfl multiplier : 0.2510372741282663 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3345e+05 | 98891 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.819024318344034 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.459089301067366, dt = 0.011276966696885644 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98891 min = 98891 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98891 min = 98891 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98891
max = 98891
avg = 98891
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.77 us (1.3%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 832.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 421.87 us (95.8%)
LB move op cnt : 0
LB apply : 3.18 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.2984524406107493e-07,-4.990117122424861e-07,2.825109447751698e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6050855032048e-05,1.665560137114526e-06,1.1396715853084838e-08)
sum a = (2.303929616531697e-19,1.3383120566617945e-18,-1.0164395367051604e-20)
sum e = 0.006082370822311805
sum de = 8.686448701847317e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011368230900219994
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604698216662708e-05,1.669107743817029e-06,1.1501386476270659e-08)
sum a = (2.371692252312041e-19,-1.2104894909652003e-18,-7.199780051661553e-21)
sum e = 0.006082281361182678
sum de = 8.687791078644582e-06
Info: CFL hydro = 0.011127008975771444 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011127008975771444 cfl multiplier : 0.25034575804275544 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3364e+05 | 98890 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.861514313360466 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.470366267764252, dt = 0.011127008975771444 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98890 min = 98890 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98890 min = 98890 [LoadBalance][rank=0]
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.08 us (1.5%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 1042.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 377.22 us (94.8%)
LB move op cnt : 0
LB apply : 3.43 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.71 us (66.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-4.3185537436820036e-07,6.60093740282823e-07,7.196433547577984e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604898142630333e-05,1.6697133927391698e-06,1.1360238454965808e-08)
sum a = (-8.809142651444724e-20,-3.783590296266553e-19,-6.776263578034403e-21)
sum e = 0.006081926410107244
sum de = 8.64209982231377e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011228402720967404
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605496075613334e-05,1.6701810451820632e-06,1.1219923730503881e-08)
sum a = (4.2012834183813297e-19,-5.596505501186773e-19,-5.929230630780102e-21)
sum e = 0.006081839136178874
sum de = 8.643622983681418e-06
Info: CFL hydro = 0.011002987452724424 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011002987452724424 cfl multiplier : 0.2501152526809185 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3362e+05 | 98888 | 1 | 7.401e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.12724974767499 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.481493276740023, dt = 0.011002987452724424 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98888 min = 98888 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98888 min = 98888 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98888
max = 98888
avg = 98888
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.65 us (1.3%)
patch tree reduce : 1492.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 428.98 us (95.8%)
LB move op cnt : 0
LB apply : 3.30 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.5678792941340258e-07,-1.0441255468343516e-06,2.7145442615479485e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057777808050514e-05,1.6700083065334151e-06,1.1375719762155176e-08)
sum a = (8.131516293641283e-20,1.5563899533552748e-18,4.235164736271502e-22)
sum e = 0.006081236810350206
sum de = 8.620751931189108e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011090809458986401
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057448583586065e-05,1.6704540958653233e-06,1.1108828772091395e-08)
sum a = (3.1848438816761693e-19,7.147303713601189e-19,-1.2705494208814505e-21)
sum e = 0.00608115158627099
sum de = 8.622368390168856e-06
Info: CFL hydro = 0.010890353994434969 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010890353994434969 cfl multiplier : 0.25003841756030615 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3365e+05 | 98885 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.53848721701393 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.492496264192748, dt = 0.010890353994434969 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98885 min = 98885 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98885 min = 98885 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98885
max = 98885
avg = 98885
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.97 us (1.4%)
patch tree reduce : 1522.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 403.15 us (95.5%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.565479326033058e-07,5.51488943905703e-09,2.404070714548708e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60590886121818e-05,1.6702426612590229e-06,1.1227104153807328e-08)
sum a = (0,1.055508931397265e-18,-4.341043854678289e-20)
sum e = 0.0060808102187044685
sum de = 8.576205651885177e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010987612107560362
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606234536014083e-05,1.6689088295977723e-06,1.1020235193024784e-08)
sum a = (-3.3203691532368573e-19,1.138729918465e-19,-3.8539999100070665e-20)
sum e = 0.006080726712249816
sum de = 8.577589375431464e-06
Info: CFL hydro = 0.010784146878193384 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010784146878193384 cfl multiplier : 0.2500128058534354 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3380e+05 | 98883 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.051135266682266 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.503386618187183, dt = 0.010784146878193384 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98883 min = 98883 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98883 min = 98883 [LoadBalance][rank=0]
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 : 5.50 us (1.3%)
patch tree reduce : 1623.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 388.87 us (95.4%)
LB move op cnt : 0
LB apply : 3.18 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.226552542449061e-07,-5.560444580633103e-07,3.4952563376242695e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6064285051301924e-05,1.6686291072856053e-06,1.105216244542922e-08)
sum a = (-2.710505431213761e-20,-1.4001189920317568e-18,-1.3976043629695956e-20)
sum e = 0.006080121734477605
sum de = 8.550299093188929e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010880348845541496
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6062319919393176e-05,1.6695360155419297e-06,1.0854229254622137e-08)
sum a = (1.0164395367051604e-19,-6.668531575055496e-19,-1.249373597200093e-20)
sum e = 0.006080040015763134
sum de = 8.551876624703968e-06
Info: CFL hydro = 0.01068123029849492 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01068123029849492 cfl multiplier : 0.25000426861781183 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3309e+05 | 98880 | 1 | 7.430e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.25335677388007 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.514170765065376, dt = 0.01068123029849492 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98880 min = 98880 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98880 min = 98880 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98880
max = 98880
avg = 98880
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.81 us (0.5%)
patch tree reduce : 1443.00 ns (0.1%)
gen split merge : 931.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.1%)
LB compute : 1053.33 us (98.2%)
LB move op cnt : 0
LB apply : 3.57 us (0.3%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.918234592569083e-08,3.5379632862889134e-07,1.7840260976444004e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606367811108021e-05,1.6697824662168339e-06,1.088436547910855e-08)
sum a = (3.9302328752599536e-19,-6.030345188858584e-19,-3.239901023247699e-20)
sum e = 0.006079693110814488
sum de = 8.567612959666088e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010774323505325645
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6062447442765274e-05,1.6685299475150008e-06,1.0688188997832383e-08)
sum a = (4.811147140404426e-19,4.767207306265609e-19,-3.155197728522269e-20)
sum e = 0.006079613172591434
sum de = 8.568978900099057e-06
Info: CFL hydro = 0.010580979364820034 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010580979364820034 cfl multiplier : 0.25000142287260396 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3271e+05 | 98878 | 1 | 7.451e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 51.60757815165848 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.524851995363871, dt = 0.010580979364820034 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98878 min = 98878 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98878 min = 98878 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98878
max = 98878
avg = 98878
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.06 us (1.4%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 401.90 us (95.5%)
LB move op cnt : 0
LB apply : 3.19 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.1861523309141925e-07,2.8881537414115064e-07,5.223811091871207e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063751065406465e-05,1.6683822158619047e-06,1.0830015974331438e-08)
sum a = (4.675621868843738e-19,2.0606723419921025e-19,-1.8634724839594607e-20)
sum e = 0.00607952362165452
sum de = 8.616549164326403e-06
Info: CFL hydro = 0.020967173563068025 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.020967173563068025 cfl multiplier : 0.5000009485817359 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6184e+05 | 98877 | 1 | 6.110e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.347676439532584 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.535432974728692, dt = 0.020967173563068025 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98877 min = 98877 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98877 min = 98877 [LoadBalance][rank=0]
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 : 5.81 us (1.3%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 882.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 414.25 us (95.5%)
LB move op cnt : 0
LB apply : 3.50 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.590344141595954e-05,1.6684736456739225e-06,2.019623439359021e-08)
sum a = (4.336808689942018e-19,-3.779884527122315e-20,4.5104504441291493e-20)
sum e = 0.006079934106493642
sum de = 8.570422289079611e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.021146386048469717
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589997300879248e-05,1.6744124959471333e-06,2.0007427022846545e-08)
sum a = (8.809142651444724e-20,-3.3457801416544863e-20,4.6375053862172944e-20)
sum e = 0.006079625737518058
sum de = 8.574842356093025e-06
Info: CFL hydro = 0.013733908887489588 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013733908887489588 cfl multiplier : 0.33333364952724526 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3301e+05 | 98877 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 101.53930965241005 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.556400148291759, dt = 0.013733908887489588 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98877 min = 98877 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98877 min = 98877 [LoadBalance][rank=0]
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 : 5.96 us (1.5%)
patch tree reduce : 1512.00 ns (0.4%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 385.60 us (95.3%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.7785514435572048e-07,3.431539595762846e-07,8.926520052058538e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601255444922577e-05,1.6733903441831875e-06,1.3607892103263087e-08)
sum a = (8.131516293641283e-20,2.149346103657787e-20,-3.028142786434124e-20)
sum e = 0.006078836005747294
sum de = 8.525613064602074e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013850012865606052
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601286503059347e-05,1.6741818562331545e-06,1.394081976838301e-08)
sum a = (-1.2197274440461925e-19,-1.1593763465543236e-20,-2.710505431213761e-20)
sum e = 0.006078703345675943
sum de = 8.5282879321532e-06
Info: CFL hydro = 0.011542800848151593 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011542800848151593 cfl multiplier : 0.2777778831757484 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3398e+05 | 98873 | 1 | 7.380e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.99671490817778 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.570134057179249, dt = 0.011542800848151593 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98873 min = 98873 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98873 min = 98873 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98873
max = 98873
avg = 98873
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.36 us (1.4%)
patch tree reduce : 1383.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1002.00 ns (0.2%)
LB compute : 430.07 us (95.6%)
LB move op cnt : 0
LB apply : 3.48 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.21 us (70.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.6252319992721283e-07,1.7254137929037993e-08,-3.924041316685088e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604719478586194e-05,1.6736937409664971e-06,1.1390978717779715e-08)
sum a = (8.809142651444724e-20,-8.439624528205035e-19,-2.414043899674756e-20)
sum e = 0.006078109556079441
sum de = 8.490244498859604e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011652218402400895
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6042094547543626e-05,1.6748891534811331e-06,1.17451112881828e-08)
sum a = (-2.371692252312041e-19,1.4208977690190888e-19,-2.286988957586611e-20)
sum e = 0.00607801604642777
sum de = 8.491989021083634e-06
Info: CFL hydro = 0.01204376564234796 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01204376564234796 cfl multiplier : 0.25925929439191614 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3408e+05 | 98870 | 1 | 7.374e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.3520293051471 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.581676858027401, dt = 0.01204376564234796 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98870 min = 98870 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98870 min = 98870 [LoadBalance][rank=0]
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 : 5.78 us (1.3%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 421.10 us (95.6%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-2.2261672275219572e-08,9.101883231250092e-07,9.543661161112913e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603344881373449e-05,1.67545714247886e-06,1.2027937605944623e-08)
sum a = (-3.1848438816761693e-19,-8.790084410131502e-19,3.5151867311053464e-20)
sum e = 0.00607742725827172
sum de = 8.515666505067035e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012147314432834995
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603522538376676e-05,1.6795066208350682e-06,1.2117457168750925e-08)
sum a = (2.1006417091906648e-19,-2.6808592780598606e-19,3.028142786434124e-20)
sum e = 0.006077325902330775
sum de = 8.517620255743297e-06
Info: CFL hydro = 0.011612331514680852 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011612331514680852 cfl multiplier : 0.25308643146397203 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3277e+05 | 98867 | 1 | 7.447e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.2241168705167 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.593720623669749, dt = 0.011612331514680852 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98867 min = 98867 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98867 min = 98867 [LoadBalance][rank=0]
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 : 5.96 us (1.5%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1021.00 ns (0.3%)
LB compute : 384.06 us (95.2%)
LB move op cnt : 0
LB apply : 3.33 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.488497025067591e-07,-2.617067674033502e-07,3.971524040224917e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6042542755097116e-05,1.6795437263868401e-06,1.164875546456754e-08)
sum a = (-7.453889935837843e-20,-1.8147680894923385e-19,5.293955920339377e-21)
sum e = 0.006077248677475652
sum de = 8.533489985316667e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01171440294481423
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6044825820740935e-05,1.6791452757725133e-06,1.180893320351133e-08)
sum a = (-1.4907779871675686e-19,-1.1119425015080828e-18,6.988021814847978e-21)
sum e = 0.00607715443420597
sum de = 8.534892363239912e-06
Info: CFL hydro = 0.01138388497330986 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01138388497330986 cfl multiplier : 0.2510288104879907 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3339e+05 | 98866 | 1 | 7.412e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.402453059496956 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.60533295518443, dt = 0.01138388497330986 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98866 min = 98866 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98866 min = 98866 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98866
max = 98866
avg = 98866
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.11 us (1.5%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 1173.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 400.25 us (95.4%)
LB move op cnt : 0
LB apply : 3.45 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.1349969385799386e-07,-4.02335802324814e-07,-1.8402837752571062e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6048634571035763e-05,1.6787474604414485e-06,1.1382630435972356e-08)
sum a = (-8.809142651444724e-20,-1.308665903507894e-19,2.541098841762901e-21)
sum e = 0.006077080957697367
sum de = 8.547406131980547e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011473024879878278
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6050871233807105e-05,1.6784415675467348e-06,1.1603365693141992e-08)
sum a = (3.1848438816761693e-19,-3.875175733688424e-19,7.199780051661553e-21)
sum e = 0.006076990434244475
sum de = 8.54869433210367e-06
Info: CFL hydro = 0.011451561760232605 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011451561760232605 cfl multiplier : 0.25034293682933023 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3273e+05 | 98865 | 1 | 7.449e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.01934722261556 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.61671684015774, dt = 0.011451561760232605 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98865 min = 98865 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98865 min = 98865 [LoadBalance][rank=0]
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 : 5.94 us (1.3%)
patch tree reduce : 1472.00 ns (0.3%)
gen split merge : 1021.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1282.00 ns (0.3%)
LB compute : 430.13 us (95.6%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.40522701116212e-07,-3.811361083139132e-07,-1.2706444352372635e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604999512139868e-05,1.6782096476639004e-06,1.1489534577089274e-08)
sum a = (3.1848438816761693e-19,-9.560884392132915e-19,2.159934015498466e-20)
sum e = 0.006076918492779256
sum de = 8.5705190134711e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011548486288160534
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052723769665036e-05,1.6787525035881484e-06,1.1498861973917333e-08)
sum a = (-1.9312351197398048e-19,2.4796889530869642e-19,2.286988957586611e-20)
sum e = 0.006076826940334581
sum de = 8.571821752599013e-06
Info: CFL hydro = 0.012292253136914556 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012292253136914556 cfl multiplier : 0.2501143122764434 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3345e+05 | 98864 | 1 | 7.408e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.64857235150551 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.628168401917972, dt = 0.012292253136914556 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98864 min = 98864 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98864 min = 98864 [LoadBalance][rank=0]
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.03 us (1.4%)
patch tree reduce : 1783.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 852.00 ns (0.2%)
LB compute : 408.40 us (95.4%)
LB move op cnt : 0
LB apply : 3.82 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.849944455459716e-07,-4.789111128312404e-07,1.7460525125666322e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60402835642607e-05,1.6789876484012611e-06,1.251334857731523e-08)
sum a = (3.5914196963582334e-19,-7.322599829013426e-19,1.7999450129153882e-20)
sum e = 0.00607677322837292
sum de = 8.582342331956937e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012410923280495546
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604061762850336e-05,1.6836688821232637e-06,1.2336581147855797e-08)
sum a = (3.8963515573697816e-19,3.4728350837426314e-19,1.7787691892340307e-20)
sum e = 0.006076667649649911
sum de = 8.58391311793612e-06
Info: CFL hydro = 0.011200503673295665 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011200503673295665 cfl multiplier : 0.2500381040921478 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3247e+05 | 98863 | 1 | 7.463e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.29691605958731 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.640460655054887, dt = 0.011200503673295665 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98863 min = 98863 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98863 min = 98863 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98863
max = 98863
avg = 98863
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.24 us (1.4%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1253.00 ns (0.3%)
LB compute : 382.81 us (88.1%)
LB move op cnt : 0
LB apply : 34.81 us (8.0%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-5.000809000996811e-07,-1.0576916713662628e-07,-8.936413589851937e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6057421317934353e-05,1.6830047555564534e-06,1.1322580521897987e-08)
sum a = (5.861467994999758e-19,-1.5670109524204556e-19,9.740878893424454e-21)
sum e = 0.006076590036322501
sum de = 8.630798967760877e-06
Info: CFL hydro = 0.024039613082213317 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.024039613082213317 cfl multiplier : 0.5000254027280985 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6079e+05 | 98862 | 1 | 6.148e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.58003988948457 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.651661158728182, dt = 0.024039613082213317 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98862 min = 98862 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98862 min = 98862 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98862
max = 98862
avg = 98862
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.27 us (1.5%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1293.00 ns (0.3%)
LB compute : 387.17 us (95.2%)
LB move op cnt : 0
LB apply : 3.39 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 1984.00 ns (66.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5862303577568264e-05,1.6984853301953672e-06,2.3496947902749883e-08)
sum a = (-3.5914196963582334e-19,-8.635500897257592e-19,5.505714157152952e-21)
sum e = 0.006077113952459559
sum de = 8.562016070367861e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.024269147201585694
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.587782830885486e-05,1.6941486713671562e-06,2.4280739129604866e-08)
sum a = (-2.1345230270808369e-19,2.746504331472069e-19,8.046812998915853e-21)
sum e = 0.006076709488392137
sum de = 8.568037424480488e-06
Info: CFL hydro = 0.015983983204521747 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015983983204521747 cfl multiplier : 0.3333418009093661 [sph::Model][rank=0]
Info: Timestep perf 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 | 98862 | 1 | 7.724e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 112.04743538956163 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.675700771810396, dt = 0.015983983204521747 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98862 min = 98862 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98862 min = 98862 [LoadBalance][rank=0]
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 : 5.99 us (1.5%)
patch tree reduce : 1713.00 ns (0.4%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 386.22 us (95.1%)
LB move op cnt : 0
LB apply : 3.55 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (9.196890889771589e-07,-1.2268646301914172e-06,-5.510851292853988e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599590664299619e-05,1.6853575388254047e-06,1.5571421458618624e-08)
sum a = (-1.5924219408380846e-19,-3.7100043089738355e-19,-3.3881317890172014e-21)
sum e = 0.006075713144103126
sum de = 8.566145970427649e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016135202066601007
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599563424503144e-05,1.6878809027185803e-06,1.610682034246263e-08)
sum a = (-6.132518538121134e-19,-9.084428359302371e-19,-4.235164736271502e-21)
sum e = 0.006075534456234571
sum de = 8.569926702754207e-06
Info: CFL hydro = 0.013263773904806011 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013263773904806011 cfl multiplier : 0.277780600303122 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.2502e+05 | 98857 | 1 | 7.907e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 72.77195548258649 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.691684755014918, dt = 0.013263773904806011 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98857 min = 98857 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98857 min = 98857 [LoadBalance][rank=0]
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.07 us (1.4%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1172.00 ns (0.3%)
LB compute : 429.16 us (95.5%)
LB move op cnt : 0
LB apply : 3.68 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (70.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (5.312697593305568e-08,1.4166759588570198e-08,-1.5338667741100885e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60353201239381e-05,1.6850738329422777e-06,1.2983257194333032e-08)
sum a = (3.7947076036992655e-19,1.6008922703106276e-19,-5.505714157152952e-21)
sum e = 0.00607525536175296
sum de = 8.501051750260095e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013392177474529733
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6032344813307026e-05,1.6905596140522067e-06,1.2884778450870094e-08)
sum a = (-1.6601845766184287e-19,-6.776263578034403e-20,-5.082197683525802e-21)
sum e = 0.006075132038122666
sum de = 8.502979249801272e-06
Info: CFL hydro = 0.012204437629984376 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012204437629984376 cfl multiplier : 0.25926020010104067 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3357e+05 | 98855 | 1 | 7.401e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.51719338563842 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.704948528919724, dt = 0.012204437629984376 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98855 min = 98855 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98855 min = 98855 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98855
max = 98855
avg = 98855
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.37 us (1.4%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1222.00 ns (0.3%)
LB compute : 424.79 us (95.6%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-6.288216879786381e-07,4.372156463138276e-07,1.6594407111735888e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6047917933366865e-05,1.689884784947555e-06,1.2068956505894133e-08)
sum a = (-8.809142651444724e-20,-7.678353666860233e-19,-2.668153783851046e-20)
sum e = 0.006074304417133174
sum de = 8.46192281923453e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012322122393765598
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6049789693699544e-05,1.6928003433897709e-06,1.1644402189397464e-08)
sum a = (-1.9651164376299768e-19,-1.0702261288558085e-18,-3.070494433796839e-20)
sum e = 0.006074200056926256
sum de = 8.464026706548266e-06
Info: CFL hydro = 0.011768718020641757 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011768718020641757 cfl multiplier : 0.25308673336701354 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3334e+05 | 98851 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.26576841128322 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.717152966549708, dt = 0.011768718020641757 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98851 min = 98851 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98851 min = 98851 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98851
max = 98851
avg = 98851
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.01 us (1.4%)
patch tree reduce : 1533.00 ns (0.3%)
gen split merge : 1052.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.2%)
LB compute : 424.98 us (95.6%)
LB move op cnt : 0
LB apply : 3.67 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.51 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-3.0296957845270213e-07,-2.9065352781177807e-07,2.5983408864352954e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6056549857088e-05,1.6922206783055412e-06,1.1447047521327386e-08)
sum a = (5.116079001415974e-19,1.1913518403131734e-18,2.329340604949326e-21)
sum e = 0.006073615093112715
sum de = 8.460735431486148e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011876526224633007
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052928405744805e-05,1.6888368778786295e-06,1.1365983030776057e-08)
sum a = (2.642742795433417e-19,5.467597674526509e-19,1.9058241313221758e-21)
sum e = 0.006073518312049313
sum de = 8.462509984685363e-06
Info: CFL hydro = 0.011538231045883255 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011538231045883255 cfl multiplier : 0.25102891112233783 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3275e+05 | 98848 | 1 | 7.446e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.89866897379425 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.72892168457035, dt = 0.011538231045883255 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98848 min = 98848 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98848 min = 98848 [LoadBalance][rank=0]
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 : 5.77 us (1.4%)
patch tree reduce : 1342.00 ns (0.3%)
gen split merge : 1173.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1402.00 ns (0.3%)
LB compute : 387.68 us (95.3%)
LB move op cnt : 0
LB apply : 3.27 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (7.727121580857583e-07,6.69163769581374e-07,-2.0387248879728113e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6055610948219483e-05,1.6881801734129745e-06,1.1229951822448037e-08)
sum a = (-4.912791094074942e-19,2.668153783851046e-19,-1.9481757786848908e-20)
sum e = 0.006073184782737933
sum de = 8.429762560089765e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01163907723694107
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605690249177559e-05,1.6918157164485923e-06,1.1144166252882325e-08)
sum a = (-4.743384504624082e-19,4.675621868843738e-19,-1.7364175418713157e-20)
sum e = 0.006073091803457498
sum de = 8.431284537250057e-06
Info: CFL hydro = 0.011378522538079337 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011378522538079337 cfl multiplier : 0.25034297037411263 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3358e+05 | 98846 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.134279713559756 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.740459915616234, dt = 0.011378522538079337 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98846 min = 98846 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98846 min = 98846 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98846
max = 98846
avg = 98846
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.40 us (1.4%)
patch tree reduce : 1423.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 428.35 us (95.7%)
LB move op cnt : 0
LB apply : 3.14 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.6842341632226027e-07,-1.5344995239635678e-07,-6.504766587776415e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60595247454104e-05,1.691999638461764e-06,1.1031796244284425e-08)
sum a = (-3.3881317890172014e-20,3.9048218868423246e-19,2.583450489125616e-20)
sum e = 0.006072753508384482
sum de = 8.44940346057664e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011486403654406932
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60567715974955e-05,1.692721739969232e-06,1.0897372856264198e-08)
sum a = (-4.2351647362715017e-19,3.8878812278972386e-19,2.4775713707188285e-20)
sum e = 0.006072663494889936
sum de = 8.450876919010856e-06
Info: CFL hydro = 0.011245773185693081 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011245773185693081 cfl multiplier : 0.2501143234580376 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3170e+05 | 98844 | 1 | 7.505e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.57996256947783 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.751838438154313, dt = 0.011245773185693081 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98844 min = 98844 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98844 min = 98844 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98844
max = 98844
avg = 98844
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.07 us (1.5%)
patch tree reduce : 1443.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 397.20 us (95.3%)
LB move op cnt : 0
LB apply : 3.73 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.34 us (66.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.8571966470560318e-08,5.143108537733895e-07,5.770482338008428e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605841256375255e-05,1.692632150337417e-06,1.0905592791637132e-08)
sum a = (2.1006417091906648e-19,2.286988957586611e-20,-4.235164736271502e-21)
sum e = 0.006072580579293049
sum de = 8.466365821251573e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011352847141747379
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606134715604099e-05,1.694960043545639e-06,1.0847727925249116e-08)
sum a = (-3.7269449679189215e-20,2.634272465960874e-19,-7.623296525288703e-21)
sum e = 0.00607249263697235
sum de = 8.467625144139697e-06
Info: CFL hydro = 0.011871174026698964 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011871174026698964 cfl multiplier : 0.2500381078193459 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3368e+05 | 98843 | 1 | 7.394e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.755337882106474 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.763084211340006, dt = 0.011871174026698964 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98843 min = 98843 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98843 min = 98843 [LoadBalance][rank=0]
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 : 5.69 us (1.4%)
patch tree reduce : 1263.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 401.24 us (95.5%)
LB move op cnt : 0
LB apply : 3.23 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.77 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-1.9211156367286531e-07,-4.778229196894694e-07,2.5966767718148806e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6052503051908905e-05,1.69627382672176e-06,1.1325038106548575e-08)
sum a = (-6.708500942254059e-19,3.7523559563365505e-19,9.105604182983729e-21)
sum e = 0.006072425477539269
sum de = 8.488895259567249e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01199018660922705
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6055464871666496e-05,1.6981225295711482e-06,1.1382154807783418e-08)
sum a = (-4.404571325722362e-19,1.446732273910345e-18,8.046812998915853e-21)
sum e = 0.006072327508485553
sum de = 8.490305162878699e-06
Info: CFL hydro = 0.011799418323648047 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011799418323648047 cfl multiplier : 0.25001270260644864 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3169e+05 | 98842 | 1 | 7.506e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.93813671739337 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.774955385366705, dt = 0.011799418323648047 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98842 min = 98842 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98842 min = 98842 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98842
max = 98842
avg = 98842
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.82 us (1.3%)
patch tree reduce : 1643.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 962.00 ns (0.2%)
LB compute : 424.01 us (95.6%)
LB move op cnt : 0
LB apply : 3.27 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-7.133274070777749e-08,-5.107321725241387e-07,-1.8810536969784513e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60570573012162e-05,1.6978516792618044e-06,1.1307992909166078e-08)
sum a = (-1.4568966692773966e-19,-8.470329472543003e-21,-2.964615315390051e-20)
sum e = 0.006072257775044754
sum de = 8.51099792416221e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011914169364190695
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605954676999516e-05,1.7007525396826694e-06,1.1095406078189239e-08)
sum a = (3.1170812458958252e-19,-1.7448878713438587e-19,-3.006966962752766e-20)
sum e = 0.006072160961520471
sum de = 8.512450544673497e-06
Info: CFL hydro = 0.011733181039779939 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011733181039779939 cfl multiplier : 0.25000423420214957 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3345e+05 | 98841 | 1 | 7.407e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.351955165373624 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.786754803690353, dt = 0.011733181039779939 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98841 min = 98841 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98841 min = 98841 [LoadBalance][rank=0]
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.18 us (1.5%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 385.22 us (95.1%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (66.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.514208970008444e-07,-4.392519539033217e-07,1.9921569734083247e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060957879337795e-05,1.7007055589549167e-06,1.1347063471732387e-08)
sum a = (-1.8634724839594607e-19,9.952637130238029e-19,4.743384504624082e-20)
sum e = 0.006072099257266465
sum de = 8.518805382744396e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011828230717913108
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6060175018018025e-05,1.7046893760154833e-06,1.1276340534729084e-08)
sum a = (5.692061405548898e-19,1.2121041475209038e-18,4.955142741437657e-20)
sum e = 0.0060720034811652425
sum de = 8.520190923394868e-06
Info: CFL hydro = 0.011636113633220336 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011636113633220336 cfl multiplier : 0.2500014114007165 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3336e+05 | 98840 | 1 | 7.411e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.99225219836066 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.798487984730133, dt = 0.011636113633220336 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98840 min = 98840 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98840 min = 98840 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98840
max = 98840
avg = 98840
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.35 us (1.6%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1232.00 ns (0.3%)
LB compute : 385.56 us (95.2%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.990901312093162e-07,1.1357242153858e-07,-1.113162384969186e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6061614454453645e-05,1.7049401059587605e-06,1.0999854405779583e-08)
sum a = (-3.5914196963582334e-19,-1.8550021544869177e-19,1.334076891925523e-20)
sum e = 0.006071933716113093
sum de = 8.45584567637388e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011749102942077152
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6058562152545026e-05,1.7138761711057223e-06,1.0951338207132443e-08)
sum a = (-1.3891340334970526e-19,3.2102548700937983e-19,1.4823076576950256e-20)
sum e = 0.006071839138847202
sum de = 8.457207835027587e-06
Info: CFL hydro = 0.011543126125804956 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011543126125804956 cfl multiplier : 0.2500004704669055 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3279e+05 | 98839 | 1 | 7.443e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.280779197200616 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.810124098363353, dt = 0.011543126125804956 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98839 min = 98839 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98839 min = 98839 [LoadBalance][rank=0]
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.22 us (1.5%)
patch tree reduce : 1372.00 ns (0.3%)
gen split merge : 1131.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 941.00 ns (0.2%)
LB compute : 400.82 us (95.3%)
LB move op cnt : 0
LB apply : 3.21 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (68.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.4359440093881227e-06,4.987876838349379e-07,4.978438772618131e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6059666614955755e-05,1.7149776419343038e-06,1.1017994266059009e-08)
sum a = (-2.710505431213761e-19,2.261577969168982e-19,1.6940658945086007e-21)
sum e = 0.006071241738010805
sum de = 8.500119958296036e-06
Info: CFL hydro = 0.02290490024960735 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02290490024960735 cfl multiplier : 0.5000003136446036 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6092e+05 | 98836 | 1 | 6.142e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.65895633446905 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.821667224489158, dt = 0.02290490024960735 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98836 min = 98836 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98836 min = 98836 [LoadBalance][rank=0]
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 : 5.85 us (1.2%)
patch tree reduce : 1243.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1292.00 ns (0.3%)
LB compute : 450.29 us (96.0%)
LB move op cnt : 0
LB apply : 3.32 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.589445303506008e-05,1.7573553488297108e-06,2.1212557677398427e-08)
sum a = (-8.131516293641283e-20,-5.268544931921748e-19,1.8422966602781032e-20)
sum e = 0.006071708717931751
sum de = 8.442554011807013e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023110505211915554
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5888181334621504e-05,1.7736959266801458e-06,2.053971416208168e-08)
sum a = (5.421010862427522e-20,-1.0503208545953324e-18,1.6305384234645282e-20)
sum e = 0.006071343532816471
sum de = 8.44784168438541e-06
Info: CFL hydro = 0.01557424867571481 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01557424867571481 cfl multiplier : 0.3333334378815345 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3218e+05 | 98836 | 1 | 7.477e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.27604302016182 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.844572124738765, dt = 0.01557424867571481 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98836 min = 98836 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98836 min = 98836 [LoadBalance][rank=0]
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 : 5.95 us (1.3%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 1122.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.2%)
LB compute : 440.80 us (95.8%)
LB move op cnt : 0
LB apply : 3.37 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (65.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-1.0702329254423378e-06,6.531228497957343e-07,9.381571355059835e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599696700674662e-05,1.7429786126568368e-06,1.4684792654351416e-08)
sum a = (-6.06475590234079e-19,-4.2859867131067597e-19,-2.202285662861181e-20)
sum e = 0.00607059647861599
sum de = 8.341202719504359e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01570990932162196
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599299787453481e-05,1.7422746380834183e-06,1.4198337374133616e-08)
sum a = (-1.9651164376299768e-19,-1.5246593050577406e-19,-2.0540548970916783e-20)
sum e = 0.0060704269546292145
sum de = 8.344458704986059e-06
Info: CFL hydro = 0.012817878580165216 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012817878580165216 cfl multiplier : 0.27777781262717816 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3235e+05 | 98832 | 1 | 7.467e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.08385314802882 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.86014637341448, dt = 0.012817878580165216 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98832 min = 98832 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98832 min = 98832 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98832
max = 98832
avg = 98832
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.53 us (1.5%)
patch tree reduce : 1343.00 ns (0.3%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1362.00 ns (0.3%)
LB compute : 410.42 us (95.4%)
LB move op cnt : 0
LB apply : 3.50 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (2.862115810909965e-07,6.757343291097579e-07,5.06039234515075e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603399473654236e-05,1.7305766874056456e-06,1.2240230900649282e-08)
sum a = (-5.285485590866834e-19,-5.149960319306146e-19,1.4399560103323106e-20)
sum e = 0.006069340590640023
sum de = 8.329474329111732e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012896483465382347
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6034872981783325e-05,1.7331129587318375e-06,1.2067694324974223e-08)
sum a = (-1.3213713977167085e-19,-2.388632911257127e-19,1.249373597200093e-20)
sum e = 0.0060692262673748935
sum de = 8.331935083620393e-06
Info: CFL hydro = 0.011844961489612567 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011844961489612567 cfl multiplier : 0.25925927087572603 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3310e+05 | 98827 | 1 | 7.425e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.148552224395644 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.872964251994645, dt = 0.011844961489612567 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98827 min = 98827 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98827 min = 98827 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98827
max = 98827
avg = 98827
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.37 us (1.2%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 436.08 us (96.0%)
LB move op cnt : 0
LB apply : 3.02 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-1.6052089128243084e-07,5.405177877934498e-09,8.661003767071105e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60496620995779e-05,1.7287961580646406e-06,1.1157754770015796e-08)
sum a = (-4.0318768289304696e-19,-1.8634724839594607e-20,6.1409888675936775e-21)
sum e = 0.00606888966976579
sum de = 8.340293624281163e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011962341214552632
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605305009225314e-05,1.729451643593357e-06,1.1025348871670197e-08)
sum a = (-2.439454888092385e-19,-1.4704491964334654e-18,8.258571235729428e-21)
sum e = 0.0060687923148053545
sum de = 8.341927029593316e-06
Info: CFL hydro = 0.011461324905595678 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011461324905595678 cfl multiplier : 0.253086423625242 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3306e+05 | 98825 | 1 | 7.427e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.41201942616924 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.884809213484258, dt = 0.011461324905595678 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98825 min = 98825 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98825 min = 98825 [LoadBalance][rank=0]
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 : 5.82 us (1.3%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 433.22 us (95.9%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.496803536140258e-07,-4.873877954301176e-07,1.5429073971488665e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6059106781655106e-05,1.72753714100212e-06,1.0986900876899116e-08)
sum a = (-7.386127300057499e-19,6.2172218328465645e-19,1.6728900708272432e-20)
sum e = 0.006068717776402896
sum de = 8.353530474636138e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011534184949163447
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606225889006593e-05,1.7283372518919212e-06,1.0946677285674135e-08)
sum a = (-6.606856988583543e-19,3.2526065174565133e-19,1.6728900708272432e-20)
sum e = 0.006068626777081113
sum de = 8.354814436556692e-06
Info: CFL hydro = 0.011274583505681923 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011274583505681923 cfl multiplier : 0.25102880787508064 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3337e+05 | 98824 | 1 | 7.410e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.68461874580926 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.896270538389853, dt = 0.011274583505681923 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98824 min = 98824 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98824 min = 98824 [LoadBalance][rank=0]
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 : 5.97 us (1.4%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 891.00 ns (0.2%)
LB compute : 395.56 us (95.4%)
LB move op cnt : 0
LB apply : 3.05 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.2360308006666776e-07,-4.973901212574739e-07,-8.323107449931964e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606535345384379e-05,1.72720706382387e-06,1.0645407459934676e-08)
sum a = (4.2012834183813297e-19,1.2654672231979247e-18,-6.352747104407253e-22)
sum e = 0.006068545580590775
sum de = 8.362160350826837e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011387304319916821
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606783606340441e-05,1.7303552162303707e-06,1.0717652419141375e-08)
sum a = (3.8963515573697816e-19,5.539595475043124e-19,2.117582368135751e-21)
sum e = 0.006068457443309868
sum de = 8.363428943689122e-06
Info: CFL hydro = 0.01115467995720709 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01115467995720709 cfl multiplier : 0.2503429359583602 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3321e+05 | 98823 | 1 | 7.418e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.71278998685434 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.907545121895535, dt = 0.01115467995720709 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98823 min = 98823 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98823 min = 98823 [LoadBalance][rank=0]
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 : 5.75 us (1.4%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 381.97 us (95.2%)
LB move op cnt : 0
LB apply : 3.55 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.0534634720498393e-07,-4.088638221286727e-07,-6.723354601295796e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6069983479650646e-05,1.7298708153411652e-06,1.0599079189765235e-08)
sum a = (2.439454888092385e-19,1.9142944607947188e-19,-2.5622746654442585e-20)
sum e = 0.0060683763299927175
sum de = 8.377242588849878e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011263838419836187
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6067580595877654e-05,1.7303885012504152e-06,1.0800523070714395e-08)
sum a = (-6.437450399132683e-20,1.1418004128987969e-18,-2.668153783851046e-20)
sum e = 0.006068290099490117
sum de = 8.378466858853089e-06
Info: CFL hydro = 0.011058941766589099 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011058941766589099 cfl multiplier : 0.25011431198612005 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3314e+05 | 98822 | 1 | 7.422e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.103119052044555 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.918699801852743, dt = 0.011058941766589099 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98822 min = 98822 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98822 min = 98822 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98822
max = 98822
avg = 98822
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.5%)
patch tree reduce : 1514.00 ns (0.4%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 385.71 us (95.2%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.14 us (67.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (8.302480702932415e-08,4.999602784113733e-07,-1.864039708064978e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606863923109657e-05,1.729997190911059e-06,1.0456857455744102e-08)
sum a = (1.0164395367051604e-19,-4.0488174878755556e-19,4.319868030996932e-20)
sum e = 0.006068208940623268
sum de = 8.41786681406733e-06
Info: CFL hydro = 0.021944192365273684 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021944192365273684 cfl multiplier : 0.5000762079907467 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6087e+05 | 98821 | 1 | 6.143e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.80909497260053 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.929758743619332, dt = 0.021944192365273684 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98821 min = 98821 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98821 min = 98821 [LoadBalance][rank=0]
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.09 us (1.5%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 386.32 us (95.2%)
LB move op cnt : 0
LB apply : 3.32 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.12 us (67.9%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5912371073908e-05,1.7869600862258523e-06,2.0111477827532075e-08)
sum a = (-2.371692252312041e-19,2.371692252312041e-19,-4.531626267810507e-20)
sum e = 0.006068642860919181
sum de = 8.363374234559628e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022166579587393438
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5911187930325085e-05,1.7976268327329057e-06,1.972149294707276e-08)
sum a = (-4.0996394647108136e-19,-7.352245982167327e-19,-4.701032857261367e-20)
sum e = 0.00606830864870774
sum de = 8.368099940946517e-06
Info: CFL hydro = 0.014420811084837889 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014420811084837889 cfl multiplier : 0.3333587359969156 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3186e+05 | 98821 | 1 | 7.494e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 105.41141452205994 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.951702935984605, dt = 0.014420811084837889 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98821 min = 98821 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98821 min = 98821 [LoadBalance][rank=0]
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.10 us (1.5%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 911.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.3%)
LB compute : 390.43 us (95.2%)
LB move op cnt : 0
LB apply : 2.94 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.02 us (66.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (-5.788901354244304e-07,2.861850147393065e-07,2.1348017303327302e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60200564515542e-05,1.7564536996169126e-06,1.3548882714561898e-08)
sum a = (2.0328790734103208e-19,1.438261944437802e-18,-7.835054762102278e-21)
sum e = 0.0060675311541263915
sum de = 8.381175928681513e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014553031474265912
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6024659302990104e-05,1.758476046914676e-06,1.3468573017779737e-08)
sum a = (4.0996394647108136e-19,7.284483346386983e-19,-8.258571235729428e-21)
sum e = 0.006067386923554016
sum de = 8.384030085995367e-06
Info: CFL hydro = 0.012835548990025616 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012835548990025616 cfl multiplier : 0.2777862453323052 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3246e+05 | 98817 | 1 | 7.460e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.58915236348302 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.966123747069443, dt = 0.012835548990025616 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98817 min = 98817 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98817 min = 98817 [LoadBalance][rank=0]
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 : 5.78 us (1.4%)
patch tree reduce : 1823.00 ns (0.5%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 384.12 us (95.2%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.03 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.605575501264793e-08,-5.132080059031193e-07,7.080232083826468e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6047579559519884e-05,1.7492239094895142e-06,1.1965780919578472e-08)
sum a = (2.337810934421869e-19,-8.470329472543003e-20,-7.199780051661553e-21)
sum e = 0.00606734277627211
sum de = 8.319679210388878e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012960606741165977
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6048755584078706e-05,1.7426726851404577e-06,1.1921846310402942e-08)
sum a = (3.1170812458958252e-19,3.6930636500287495e-19,-7.835054762102278e-21)
sum e = 0.006067228252697049
sum de = 8.321289605080411e-06
Info: CFL hydro = 0.012108648126955552 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012108648126955552 cfl multiplier : 0.2592620817774351 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3356e+05 | 98816 | 1 | 7.399e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.45450290815716 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.978959296059469, dt = 0.012108648126955552 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98816 min = 98816 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98816 min = 98816 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1412.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1033.00 ns (0.2%)
LB compute : 429.96 us (95.7%)
LB move op cnt : 0
LB apply : 3.28 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.50 us (70.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.2954681730916509e-06,-1.2737580146366813e-08,-2.7940308055725143e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605864870890531e-05,1.7377018799280932e-06,1.1476511953343355e-08)
sum a = (2.642742795433417e-19,6.488272375967941e-19,-1.3976043629695956e-20)
sum e = 0.006066636124169492
sum de = 8.339157553613694e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012178377222447224
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606061132477157e-05,1.7368321573182444e-06,1.1539979795572505e-08)
sum a = (2.1345230270808369e-19,8.267041565201971e-19,-1.334076891925523e-20)
sum e = 0.006066534620255723
sum de = 8.34107152645064e-06
Info: CFL hydro = 0.011760712452088136 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011760712452088136 cfl multiplier : 0.2530873605924784 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3327e+05 | 98813 | 1 | 7.414e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.79220979509261 (tsim/hr) [sph::Model][rank=0]
---------------- t = 4.991067944186424, dt = 0.011760712452088136 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98813 min = 98813 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98813 min = 98813 [LoadBalance][rank=0]
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.14 us (1.4%)
patch tree reduce : 33.66 us (7.6%)
gen split merge : 1323.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 393.30 us (88.3%)
LB move op cnt : 0
LB apply : 3.40 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (69.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.806197925140205e-07,-1.7529164971587345e-07,-1.3171059875134529e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606552841023436e-05,1.7347162516219037e-06,1.0966594306890762e-08)
sum a = (-5.082197683525802e-20,-4.1843427594362437e-19,2.3928680759933985e-20)
sum e = 0.006066465405649721
sum de = 8.29085409378971e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011880487479357596
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606121302613409e-05,1.7333112317763453e-06,1.1118843278607819e-08)
sum a = (1.5246593050577406e-19,-7.707999820014133e-19,2.2658131339052534e-20)
sum e = 0.00606636942533859
sum de = 8.292186291603095e-06
Info: CFL hydro = 0.011534577532092407 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011534577532092407 cfl multiplier : 0.2510291201974928 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3278e+05 | 98812 | 1 | 7.442e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.892677633036094 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.0028286566385125, dt = 0.011534577532092407 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98812 min = 98812 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98812 min = 98812 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98812
max = 98812
avg = 98812
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.87 us (1.3%)
patch tree reduce : 1653.00 ns (0.4%)
gen split merge : 1352.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 881.00 ns (0.2%)
LB compute : 442.71 us (95.8%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (4.4423102054507364e-07,8.704348673161112e-07,8.785640632949302e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606365907310388e-05,1.7321737095437006e-06,1.0900671101046554e-08)
sum a = (2.812149384884277e-19,7.538593230563273e-19,-1.3552527156068805e-20)
sum e = 0.006065764020259536
sum de = 8.262875583226384e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011640648113861111
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6063826723365096e-05,1.738458034583585e-06,1.0892288898507088e-08)
sum a = (6.2680438096818225e-19,3.9641141931501256e-19,-1.3552527156068805e-20)
sum e = 0.0060656717178686976
sum de = 8.264538867640836e-06
Info: CFL hydro = 0.011379498438722883 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011379498438722883 cfl multiplier : 0.2503430400658309 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3291e+05 | 98809 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.85535750781019 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.014363234170605, dt = 0.011379498438722883 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98809 min = 98809 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98809 min = 98809 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98809
max = 98809
avg = 98809
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.08 us (1.5%)
patch tree reduce : 1804.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 921.00 ns (0.2%)
LB compute : 383.30 us (95.0%)
LB move op cnt : 0
LB apply : 3.13 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.18 us (66.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.982057578732963e-07,8.263203749933512e-08,-9.740871915603609e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606628110822761e-05,1.7385101808112962e-06,1.0858507782947404e-08)
sum a = (3.049318610115481e-19,5.929230630780102e-20,-1.6093625997831706e-20)
sum e = 0.006065324787954852
sum de = 8.22567779127659e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011491569919000667
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6068676402615444e-05,1.7347224163330335e-06,1.0923003178791803e-08)
sum a = (2.981555974335137e-19,-6.860966872759833e-19,-8.470329472543003e-21)
sum e = 0.006065234973043816
sum de = 8.227179589260243e-06
Info: CFL hydro = 0.011470497519516084 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011470497519516084 cfl multiplier : 0.25011434668861027 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3281e+05 | 98807 | 1 | 7.440e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.063425247788906 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.025742732609328, dt = 0.011470497519516084 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98807 min = 98807 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98807 min = 98807 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98807
max = 98807
avg = 98807
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.98 us (1.5%)
patch tree reduce : 1703.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 385.34 us (95.2%)
LB move op cnt : 0
LB apply : 3.66 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (8.378461872715377e-07,-2.8536178181954616e-07,1.2928872685397447e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606754843281281e-05,1.7346231155807203e-06,1.0805015235476057e-08)
sum a = (-1.9651164376299768e-19,5.166900978251232e-19,1.122318655111948e-20)
sum e = 0.006064899469633604
sum de = 8.226664490913447e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011567739257326013
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606530367742651e-05,1.7352656657246854e-06,1.076872626955068e-08)
sum a = (5.759824041329242e-20,-5.607358110823468e-19,1.3129010682441655e-20)
sum e = 0.0060648085611881225
sum de = 8.228119428268246e-06
Info: CFL hydro = 0.01144157756361448 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01144157756361448 cfl multiplier : 0.2500381155628701 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3306e+05 | 98805 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.60916169527875 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.037213230128844, dt = 0.01144157756361448 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98805 min = 98805 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98805 min = 98805 [LoadBalance][rank=0]
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 : 5.90 us (1.4%)
patch tree reduce : 1433.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 412.91 us (95.6%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.46 us (67.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.1696281551559547e-07,4.909495306748968e-07,1.1667993804239504e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606532697409137e-05,1.7351478705076234e-06,1.09009385593005e-08)
sum a = (4.845028458294598e-19,1.0333801956502464e-18,4.870439446712227e-21)
sum e = 0.006064736700881513
sum de = 8.214259626660463e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01155486632323947
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606605362682051e-05,1.7361688202691909e-06,1.0818449817517315e-08)
sum a = (-9.486769009248164e-20,7.267542687441897e-19,4.870439446712227e-21)
sum e = 0.006064646204575523
sum de = 8.21552994933268e-06
Info: CFL hydro = 0.011317765371352777 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011317765371352777 cfl multiplier : 0.25001270518762336 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3382e+05 | 98804 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.785495443446315 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.048654807692459, dt = 0.011317765371352777 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98804 min = 98804 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98804 min = 98804 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98804
max = 98804
avg = 98804
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.85 us (1.5%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 384.20 us (95.3%)
LB move op cnt : 0
LB apply : 3.53 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.67 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.13250042508515e-08,5.773313243146471e-09,-8.993263842459609e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6067808343986045e-05,1.7355068505464877e-06,1.0669737014856297e-08)
sum a = (7.792703114739563e-19,1.4535085374883794e-18,-6.3527471044072525e-21)
sum e = 0.006064299460346932
sum de = 8.192175446450747e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011434399621982621
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606913241024586e-05,1.7312414278958374e-06,1.0495240565417401e-08)
sum a = (-3.6253010142484055e-19,-8.978549240895584e-20,-5.717472393966527e-21)
sum e = 0.006064210807686223
sum de = 8.193613700568033e-06
Info: CFL hydro = 0.011200240656183151 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011200240656183151 cfl multiplier : 0.2500042350625411 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3341e+05 | 98802 | 1 | 7.406e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.01762563334968 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.059972573063812, dt = 0.011200240656183151 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98802 min = 98802 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98802 min = 98802 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98802
max = 98802
avg = 98802
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.22 us (1.4%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1412.00 ns (0.3%)
LB compute : 418.30 us (95.5%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.001029178691389e-06,-8.718338469823148e-08,-9.71721214029818e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6070787559182465e-05,1.7299593909501844e-06,1.062411000906384e-08)
sum a = (-9.825582188149884e-20,1.6432439176733427e-19,-1.7999450129153882e-20)
sum e = 0.006063857054463266
sum de = 8.175574989113858e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011320315104219415
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6071370292258004e-05,1.731249431375891e-06,1.0448990859472665e-08)
sum a = (3.3881317890172014e-20,-3.9471735342050396e-19,-1.7364175418713157e-20)
sum e = 0.006063770382501679
sum de = 8.176988599116882e-06
Info: CFL hydro = 0.011088175281820458 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011088175281820458 cfl multiplier : 0.2500014116875137 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3371e+05 | 98800 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.566465749316464 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.071172813719995, dt = 0.011088175281820458 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98800 min = 98800 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98800 min = 98800 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98800
max = 98800
avg = 98800
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.28 us (1.5%)
patch tree reduce : 1603.00 ns (0.4%)
gen split merge : 871.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 397.24 us (95.4%)
LB move op cnt : 0
LB apply : 3.09 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.0554686000815025e-08,-2.1716702938495104e-08,1.1315552881977165e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607297837256573e-05,1.7307650156898197e-06,1.0327036807374609e-08)
sum a = (7.081195439045951e-19,-9.876404164985142e-19,-2.8587361969832636e-20)
sum e = 0.006063422715598331
sum de = 8.147123035289535e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01119543096930222
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6074421599232176e-05,1.7307729487548183e-06,1.044706463178301e-08)
sum a = (6.505213034913027e-19,7.640237184233789e-19,-3.176373552203626e-20)
sum e = 0.006063337636329492
sum de = 8.148492352819343e-06
Info: CFL hydro = 0.010981057019355962 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010981057019355962 cfl multiplier : 0.2500004705625046 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3383e+05 | 98798 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.07241605930687 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.082260989001815, dt = 0.010981057019355962 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98798 min = 98798 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98798 min = 98798 [LoadBalance][rank=0]
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 : 5.63 us (1.4%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 385.69 us (95.3%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.1313238343948529e-07,-1.664743367623926e-07,-1.6936457649876857e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607604728565122e-05,1.7300913059665161e-06,1.0098170236619339e-08)
sum a = (-1.5585406229479126e-19,-5.912289971835016e-19,-1.6517142471458857e-20)
sum e = 0.006062985634173138
sum de = 8.054671554495565e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011086006332064047
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6077273353424355e-05,1.730437585248444e-06,1.0441171737664998e-08)
sum a = (2.0328790734103208e-20,-2.202285662861181e-20,-1.334076891925523e-20)
sum e = 0.006062901956693582
sum de = 8.05595938264054e-06
Info: CFL hydro = 0.010878462461748702 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.010878462461748702 cfl multiplier : 0.25000015685416815 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3319e+05 | 98796 | 1 | 7.418e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.2940761584343 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.093242046021171, dt = 0.010878462461748702 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98796 min = 98796 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98796 min = 98796 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98796
max = 98796
avg = 98796
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.53 us (1.6%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 951.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1052.00 ns (0.3%)
LB compute : 383.54 us (95.1%)
LB move op cnt : 0
LB apply : 3.30 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.7082448701106602e-07,-1.5062922531658326e-07,-3.2090054992682356e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607861062924296e-05,1.7300175961349292e-06,1.0079012877495016e-08)
sum a = (9.825582188149884e-20,-4.0657581468206416e-20,-5.717472393966527e-21)
sum e = 0.006062018629808805
sum de = 8.033285740071252e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.010992429399952767
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608072893590302e-05,1.73415481690457e-06,1.0441391368832288e-08)
sum a = (-3.049318610115481e-19,-3.2017845406212553e-19,-7.835054762102278e-21)
sum e = 0.006061936956977271
sum de = 8.034922197097587e-06
Info: CFL hydro = 0.011254768617249805 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011254768617249805 cfl multiplier : 0.2500000522847227 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3259e+05 | 98792 | 1 | 7.451e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.55911865008168 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.10412050848292, dt = 0.011254768617249805 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98792 min = 98792 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98792 min = 98792 [LoadBalance][rank=0]
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.00 us (1.5%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 751.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 385.09 us (95.3%)
LB move op cnt : 0
LB apply : 3.16 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.509528426841353e-07,-3.212683390793401e-07,-2.1895211124674726e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60761533158572e-05,1.7367943546416737e-06,1.052247995085511e-08)
sum a = (-2.0328790734103208e-20,6.572975670693371e-19,1.079967007749233e-20)
sum e = 0.006061592432276974
sum de = 8.038440355610173e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011357096573326703
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607923048141418e-05,1.737353484493223e-06,1.0554165643216722e-08)
sum a = (-1.2874900798265365e-19,1.2010927192065979e-18,1.3976043629695956e-20)
sum e = 0.006061505109434014
sum de = 8.03986240286824e-06
Info: CFL hydro = 0.011361934817572736 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011361934817572736 cfl multiplier : 0.2500000174282409 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3262e+05 | 98790 | 1 | 7.449e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.39259320798929 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.11537527710017, dt = 0.011361934817572736 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98790 min = 98790 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98790 min = 98790 [LoadBalance][rank=0]
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 : 5.71 us (1.3%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.2%)
LB compute : 415.17 us (95.5%)
LB move op cnt : 0
LB apply : 3.49 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.29 us (68.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (7.86235218661797e-08,-5.055131178135581e-07,-7.668784413520715e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607823179988514e-05,1.7377831673682511e-06,1.0678617145806769e-08)
sum a = (-6.132518538121134e-19,-2.456395547037471e-19,-3.5575383784680614e-20)
sum e = 0.006061423107826772
sum de = 8.077076012241127e-06
Info: CFL hydro = 0.02283892163907778 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02283892163907778 cfl multiplier : 0.5000000116188272 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.5925e+05 | 98789 | 1 | 6.203e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.93664904185059 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.126737211917742, dt = 0.02283892163907778 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98789 min = 98789 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98789 min = 98789 [LoadBalance][rank=0]
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 : 5.93 us (1.3%)
patch tree reduce : 1643.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 862.00 ns (0.2%)
LB compute : 432.76 us (95.7%)
LB move op cnt : 0
LB apply : 3.64 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.44 us (72.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.592634781198789e-05,1.803615725116966e-06,2.0749600134046354e-08)
sum a = (-3.3881317890172014e-21,8.131516293641283e-19,9.952637130238029e-21)
sum e = 0.00606187788695895
sum de = 7.98436482135088e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02306825749277938
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5948529926454065e-05,1.8106365403863437e-06,2.0928830217778795e-08)
sum a = (-1.8634724839594607e-19,-8.758320674609466e-19,1.249373597200093e-20)
sum e = 0.0060615180564766
sum de = 7.989290248580239e-06
Info: CFL hydro = 0.015116463269295876 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015116463269295876 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.3253e+05 | 98789 | 1 | 7.454e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 110.2995432821743 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.14957613355682, dt = 0.015116463269295876 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98789 min = 98789 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98789 min = 98789 [LoadBalance][rank=0]
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 : 5.88 us (1.5%)
patch tree reduce : 1473.00 ns (0.4%)
gen split merge : 1152.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1142.00 ns (0.3%)
LB compute : 383.28 us (95.1%)
LB move op cnt : 0
LB apply : 3.33 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (66.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2.4999999999999998e-06 vel (-1.5485724891486593e-07,-1.7996739207973663e-06,-1.1982923549684143e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604532265988142e-05,1.7648153330634394e-06,1.3940668786195142e-08)
sum a = (7.420008617947671e-19,-1.0367683274392636e-18,3.1763735522036263e-21)
sum e = 0.006060480251453977
sum de = 7.94057769085445e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015272695908619025
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604858927624317e-05,1.7572977097329683e-06,1.3895946615511205e-08)
sum a = (-1.1180834903756764e-19,-1.8634724839594607e-19,1.2705494208814505e-21)
sum e = 0.00606032270655648
sum de = 7.943774389814431e-06
Info: CFL hydro = 0.012455040621956126 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012455040621956126 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.3324e+05 | 98784 | 1 | 7.414e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 73.40139117209301 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.164692596826116, dt = 0.012455040621956126 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98784 min = 98784 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98784 min = 98784 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98784
max = 98784
avg = 98784
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.71 us (1.4%)
patch tree reduce : 1453.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 381.69 us (95.2%)
LB move op cnt : 0
LB apply : 3.54 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.08 us (67.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (1.2734775374954216e-06,-3.5316481659125353e-07,2.657572396177305e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608079304566144e-05,1.7417970291424016e-06,1.1615642909449549e-08)
sum a = (-4.912791094074942e-19,-9.486769009248164e-20,-2.9434394917086937e-20)
sum e = 0.006059729744202344
sum de = 7.922859608770786e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012576031130038415
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608057272680032e-05,1.7457177428281884e-06,1.138003907016622e-08)
sum a = (-2.710505431213761e-20,7.335305323222241e-19,-2.795208725939191e-20)
sum e = 0.006059623032358813
sum de = 7.924761221886919e-06
Info: CFL hydro = 0.011519382622731302 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011519382622731302 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.3366e+05 | 98781 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.66808555355545 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.177147637448073, dt = 0.011519382622731302 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98781 min = 98781 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98781 min = 98781 [LoadBalance][rank=0]
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 : 6.15 us (1.5%)
patch tree reduce : 1423.00 ns (0.4%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 382.69 us (95.3%)
LB move op cnt : 0
LB apply : 3.35 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-3.844884248901156e-07,1.1053129915353548e-07,5.937605952721118e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6091791074100096e-05,1.7408598357909261e-06,1.0756747730201352e-08)
sum a = (2.744386749103933e-19,-2.896852679609707e-19,-9.105604182983729e-21)
sum e = 0.006059270338620566
sum de = 7.915191531455451e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011646923773517915
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6087010255181945e-05,1.7396692430051618e-06,1.0697408435182318e-08)
sum a = (-3.7269449679189215e-20,-5.64123942871364e-19,-9.317362419797304e-21)
sum e = 0.0060591791705941105
sum de = 7.91664180639387e-06
Info: CFL hydro = 0.011478624819312914 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011478624819312914 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.3348e+05 | 98779 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.03900972999682 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.188667020070804, dt = 0.011478624819312914 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98779 min = 98779 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98779 min = 98779 [LoadBalance][rank=0]
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 : 5.74 us (1.3%)
patch tree reduce : 1322.00 ns (0.3%)
gen split merge : 911.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 427.06 us (95.9%)
LB move op cnt : 0
LB apply : 3.29 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.0020256402319704e-07,9.65951341888342e-07,2.970410887344212e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608654858750246e-05,1.739630070000871e-06,1.0669126054062495e-08)
sum a = (3.3881317890172014e-19,-5.793705359219414e-19,-1.122318655111948e-20)
sum e = 0.0060588383066628206
sum de = 7.900337548323052e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011598633582733008
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608892472372712e-05,1.7454478798743464e-06,1.081090428964686e-08)
sum a = (1.1180834903756764e-19,7.115076756936123e-19,-8.470329472543003e-21)
sum e = 0.006058747643310746
sum de = 7.901808402407496e-06
Info: CFL hydro = 0.011511328680231869 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011511328680231869 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.3348e+05 | 98777 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.842948509898704 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.200145644890117, dt = 0.011511328680231869 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98777 min = 98777 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98777 min = 98777 [LoadBalance][rank=0]
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 : 5.84 us (1.3%)
patch tree reduce : 1583.00 ns (0.3%)
gen split merge : 942.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1122.00 ns (0.2%)
LB compute : 436.85 us (95.8%)
LB move op cnt : 0
LB apply : 3.28 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (70.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.680767697269849e-07,-2.8102702545253056e-07,-2.1154204912563497e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608913659621368e-05,1.7463322149990202e-06,1.0441762196480957e-08)
sum a = (-2.676624113323589e-19,-3.3881317890172014e-20,-8.893845946170154e-21)
sum e = 0.006058396614188215
sum de = 7.885904588383284e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011630705125019809
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608443242963976e-05,1.7457481896774132e-06,1.0422245040217178e-08)
sum a = (-8.470329472543003e-20,-3.6083603553033194e-19,-6.3527471044072525e-21)
sum e = 0.00605830547979113
sum de = 7.887350941165336e-06
Info: CFL hydro = 0.011409971390097204 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011409971390097204 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.3365e+05 | 98775 | 1 | 7.391e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.072297009574555 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.211656973570349, dt = 0.011409971390097204 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98775 min = 98775 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98775 min = 98775 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98775
max = 98775
avg = 98775
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.26 us (1.6%)
patch tree reduce : 1503.00 ns (0.4%)
gen split merge : 911.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 380.11 us (95.1%)
LB move op cnt : 0
LB apply : 3.17 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.8263100413841241e-07,9.142506823969095e-07,1.0399395399069388e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6084913836211334e-05,1.7452864093752112e-06,1.059604971459354e-08)
sum a = (1.9989977555201488e-19,4.946672411965114e-19,8.893845946170154e-21)
sum e = 0.0060579528360704136
sum de = 7.752637733261036e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011529792722886347
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608126746320996e-05,1.7445223120912174e-06,1.0750309124104537e-08)
sum a = (-4.0318768289304696e-19,7.420008617947671e-19,1.249373597200093e-20)
sum e = 0.0060578627630953315
sum de = 7.754055924351234e-06
Info: CFL hydro = 0.011498588635290217 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011498588635290217 cfl multiplier : 0.2501143118480196 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3394e+05 | 98773 | 1 | 7.374e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.700294741284004 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.223066944960446, dt = 0.011498588635290217 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98773 min = 98773 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98773 min = 98773 [LoadBalance][rank=0]
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 : 5.96 us (1.3%)
patch tree reduce : 1263.00 ns (0.3%)
gen split merge : 992.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 432.07 us (95.7%)
LB move op cnt : 0
LB apply : 3.27 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 3e-06 vel (2.679237789565841e-07,8.647162341367005e-07,-1.2973981989669695e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607934722110998e-05,1.7454004675965208e-06,1.029339026660731e-08)
sum a = (-7.453889935837843e-20,1.3552527156068805e-20,1.9905274260476058e-20)
sum e = 0.0060564472118496086
sum de = 7.730894964544955e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01161776693168192
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6079684249736546e-05,1.7466991505079752e-06,1.0825470587195033e-08)
sum a = (1.9989977555201488e-19,3.8963515573697816e-20,1.9481757786848908e-20)
sum e = 0.006056356299953944
sum de = 7.733191063893751e-06
Info: CFL hydro = 0.011798837913046464 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011798837913046464 cfl multiplier : 0.25003810394933984 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3339e+05 | 98767 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.90478649147778 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.234565533595736, dt = 0.011798837913046464 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98767 min = 98767 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98767 min = 98767 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98767
max = 98767
avg = 98767
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.00 us (1.2%)
patch tree reduce : 1453.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 493.78 us (96.2%)
LB move op cnt : 0
LB apply : 3.34 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-5.987450716585458e-08,1.163432497105286e-07,-3.3419995343785354e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607571531236091e-05,1.7486344463294953e-06,1.0559629816673103e-08)
sum a = (9.486769009248164e-20,-1.2027867851011065e-19,2.1175823681357508e-20)
sum e = 0.006056022513960202
sum de = 7.695554251898792e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011927701630071605
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607508758947957e-05,1.7529401759554323e-06,1.0928560470129567e-08)
sum a = (3.8963515573697816e-19,2.439454888092385e-19,1.7364175418713157e-20)
sum e = 0.006055927025808558
sum de = 7.697026235265509e-06
Info: CFL hydro = 0.011709807780364038 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011709807780364038 cfl multiplier : 0.2500127013164466 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3334e+05 | 98765 | 1 | 7.407e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.343752348127204 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.246364371508783, dt = 0.011709807780364038 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98765 min = 98765 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98765 min = 98765 [LoadBalance][rank=0]
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.24 us (1.5%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1102.00 ns (0.3%)
LB compute : 396.89 us (95.4%)
LB move op cnt : 0
LB apply : 3.17 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-5.621529706482573e-07,2.045898910665794e-07,-6.205603734650271e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607629258000941e-05,1.753241476491792e-06,1.058348746849824e-08)
sum a = (1.3552527156068805e-20,2.1514636860259229e-19,-3.3881317890172014e-21)
sum e = 0.006055322464689601
sum de = 7.66263809218331e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01182905049819759
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607764970475167e-05,1.753911049881242e-06,1.0644606644829216e-08)
sum a = (-1.9651164376299768e-19,1.8634724839594607e-19,-7.835054762102278e-21)
sum e = 0.006055228307678387
sum de = 7.664348323597743e-06
Info: CFL hydro = 0.011622646561745555 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011622646561745555 cfl multiplier : 0.25000423377214887 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3337e+05 | 98762 | 1 | 7.405e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.92736871566452 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.258074179289147, dt = 0.011622646561745555 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98762 min = 98762 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98762 min = 98762 [LoadBalance][rank=0]
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 : 5.97 us (1.4%)
patch tree reduce : 1653.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 411.22 us (95.5%)
LB move op cnt : 0
LB apply : 3.09 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.1776974980030258e-08,-1.3162152002636252e-07,2.512978427467442e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6078682771162486e-05,1.7533336706145573e-06,1.0429428324788389e-08)
sum a = (1.8973538018496328e-19,1.6652667743019545e-18,1.6940658945086007e-20)
sum e = 0.006054884142336694
sum de = 7.668974292643147e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011745003938271494
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607736543170074e-05,1.7565289308193788e-06,1.0336165696506653e-08)
sum a = (-1.9651164376299768e-19,1.0960606337470646e-18,2.1387581918171084e-20)
sum e = 0.006054791850554314
sum de = 7.670376173822218e-06
Info: CFL hydro = 0.011493906256278911 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011493906256278911 cfl multiplier : 0.25000141125738296 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3154e+05 | 98760 | 1 | 7.508e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.729502565944884 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.269696825850892, dt = 0.011493906256278911 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98760 min = 98760 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98760 min = 98760 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98760
max = 98760
avg = 98760
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.66 us (1.4%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 881.00 ns (0.2%)
LB compute : 396.80 us (95.5%)
LB move op cnt : 0
LB apply : 3.14 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.756067758571156e-07,3.292097546391185e-07,1.9843946172303953e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607895833882979e-05,1.7560274344944292e-06,1.0325962173822255e-08)
sum a = (-2.744386749103933e-19,3.083199928005653e-19,-1.376428539288238e-20)
sum e = 0.006054719402272535
sum de = 7.708494493113116e-06
Info: CFL hydro = 0.022740385591479437 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022740385591479437 cfl multiplier : 0.5000009408382553 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6137e+05 | 98759 | 1 | 6.120e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 67.6096077649909 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.281190732107171, dt = 0.022740385591479437 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98759 min = 98759 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98759 min = 98759 [LoadBalance][rank=0]
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.24 us (1.5%)
patch tree reduce : 1443.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1152.00 ns (0.3%)
LB compute : 388.24 us (95.3%)
LB move op cnt : 0
LB apply : 3.46 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.13 us (68.3%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.593312590845163e-05,1.8354637241934561e-06,2.0314834721976646e-08)
sum a = (1.3552527156068805e-20,-5.844527336054672e-19,2.9857911390714087e-20)
sum e = 0.0060551578209572625
sum de = 7.753827813323373e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02292430065550209
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.594046407487719e-05,1.842962765600899e-06,2.026062921297696e-08)
sum a = (-2.710505431213761e-19,-1.4738373282224826e-19,3.2610768469290563e-20)
sum e = 0.0060548052334971824
sum de = 7.758543106235943e-06
Info: CFL hydro = 0.015868400350697913 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015868400350697913 cfl multiplier : 0.3333336469460851 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3229e+05 | 98759 | 1 | 7.465e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 109.66396799295742 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.30393111769865, dt = 0.015868400350697913 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98759 min = 98759 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98759 min = 98759 [LoadBalance][rank=0]
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.03 us (1.4%)
patch tree reduce : 1382.00 ns (0.3%)
gen split merge : 1222.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 391.82 us (89.3%)
LB move op cnt : 0
LB apply : 3.21 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (66.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.812119234252648e-07,-4.322649556886571e-07,3.9968809921653144e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.602843627630133e-05,1.7929557346725138e-06,1.397961661099997e-08)
sum a = (3.015437292225309e-19,5.590417451878382e-19,-4.235164736271502e-22)
sum e = 0.006054833753453675
sum de = 7.756600841938979e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.016040172305752245
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6036962341418235e-05,1.7937154282021147e-06,1.3937652719934579e-08)
sum a = (1.9989977555201488e-19,3.3711911300721153e-19,2.329340604949326e-21)
sum e = 0.006054661730632544
sum de = 7.758969035436237e-06
Info: CFL hydro = 0.013136537854825643 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013136537854825643 cfl multiplier : 0.27777788231536166 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3341e+05 | 98758 | 1 | 7.403e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 77.1693435789361 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.319799518049348, dt = 0.013136537854825643 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98758 min = 98758 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98758 min = 98758 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98758
max = 98758
avg = 98758
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.65 us (1.3%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 822.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.2%)
LB compute : 425.50 us (95.6%)
LB move op cnt : 0
LB apply : 3.68 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (1.85644128391233e-07,-9.569909842607392e-07,9.807105578697415e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607106566712375e-05,1.7732007919062662e-06,1.1537190318757378e-08)
sum a = (-3.7269449679189215e-19,-4.2182240773264157e-19,2.625802136488331e-20)
sum e = 0.006054348574696659
sum de = 7.705260561513604e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013278416970485051
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607260596556115e-05,1.7717733183056388e-06,1.1241647550379542e-08)
sum a = (-5.590417451878382e-19,-1.1401063470042883e-18,2.752857078576476e-20)
sum e = 0.006054230288043082
sum de = 7.707055927518265e-06
Info: CFL hydro = 0.012076438491660214 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012076438491660214 cfl multiplier : 0.25925929410512055 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3371e+05 | 98756 | 1 | 7.386e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.02990863133041 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.332936055904174, dt = 0.012076438491660214 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98756 min = 98756 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98756 min = 98756 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98756
max = 98756
avg = 98756
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.20 us (1.4%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1092.00 ns (0.2%)
LB compute : 426.76 us (95.8%)
LB move op cnt : 0
LB apply : 3.19 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (4.6687176006229724e-07,-1.2174342768804353e-07,1.5929141436384484e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608533544876435e-05,1.7638766790379343e-06,1.0534311295462453e-08)
sum a = (1.1519648082658485e-19,3.9641141931501256e-19,1.7999450129153882e-20)
sum e = 0.006053644398932821
sum de = 7.666083576456151e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012211260146175273
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6078733630073223e-05,1.7617633319524554e-06,1.0245898076228279e-08)
sum a = (-2.879912020664621e-19,2.761327408049019e-19,1.8634724839594607e-20)
sum e = 0.006053544393749273
sum de = 7.667787662539638e-06
Info: CFL hydro = 0.01163150871097533 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01163150871097533 cfl multiplier : 0.25308643136837355 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3331e+05 | 98753 | 1 | 7.408e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 58.68955765643628 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.345012494395834, dt = 0.01163150871097533 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98753 min = 98753 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98753 min = 98753 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98753
max = 98753
avg = 98753
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.09 us (1.4%)
patch tree reduce : 1513.00 ns (0.4%)
gen split merge : 862.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 409.13 us (95.4%)
LB move op cnt : 0
LB apply : 3.17 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.62 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (5.040336193525511e-07,1.2677724510822732e-06,2.3331118683896562e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608322443122521e-05,1.758803523444822e-06,1.0034999530268797e-08)
sum a = (-3.2864878353466853e-19,3.3203691532368573e-19,-1.5670109524204556e-20)
sum e = 0.006052950574937779
sum de = 7.64304038380581e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01175052584366581
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608908929821501e-05,1.758288358649017e-06,9.845102061345745e-09)
sum a = (-1.1180834903756764e-19,1.0333801956502464e-19,-1.461131834013668e-20)
sum e = 0.00605285797069026
sum de = 7.644600153151996e-06
Info: CFL hydro = 0.011393350592488324 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011393350592488324 cfl multiplier : 0.2510288104561245 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3380e+05 | 98750 | 1 | 7.380e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.73677027367588 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.356644003106809, dt = 0.011393350592488324 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98750 min = 98750 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98750 min = 98750 [LoadBalance][rank=0]
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 : 5.91 us (1.4%)
patch tree reduce : 1854.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 405.62 us (95.4%)
LB move op cnt : 0
LB apply : 3.83 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.1885976776242567e-07,-7.913795557180411e-07,1.0735914429514881e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609259263176709e-05,1.7561691282798369e-06,9.774032915100861e-09)
sum a = (-5.353248226647178e-19,-4.760325163569168e-19,-2.4352197233561135e-20)
sum e = 0.006052508165564691
sum de = 7.68030340768973e-06
Info: CFL hydro = 0.022453422906090398 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022453422906090398 cfl multiplier : 0.5006858736374163 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6105e+05 | 98748 | 1 | 6.131e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.89403962330715 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.368037353699298, dt = 0.022453422906090398 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98748 min = 98748 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98748 min = 98748 [LoadBalance][rank=0]
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.32 us (1.6%)
patch tree reduce : 1463.00 ns (0.4%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 380.66 us (95.2%)
LB move op cnt : 0
LB apply : 3.61 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.15 us (67.4%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.595980624331263e-05,1.8357995656304325e-06,1.893373194293953e-08)
sum a = (4.743384504624082e-19,-1.2163393122571753e-18,-3.4728350837426314e-20)
sum e = 0.006052935842316709
sum de = 7.716391883928349e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022666443420963474
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5962543228387516e-05,1.8450439504768369e-06,1.8501370309006096e-08)
sum a = (2.405573570202213e-19,-2.337810934421869e-19,-3.409307612698559e-20)
sum e = 0.006052592755352471
sum de = 7.72093947539087e-06
Info: CFL hydro = 0.014629728408062365 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014629728408062365 cfl multiplier : 0.33356195787913884 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3227e+05 | 98748 | 1 | 7.466e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 108.27276747351996 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.390490776605388, dt = 0.014629728408062365 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98748 min = 98748 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98748 min = 98748 [LoadBalance][rank=0]
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.04 us (1.4%)
patch tree reduce : 1483.00 ns (0.3%)
gen split merge : 1062.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 416.94 us (95.6%)
LB move op cnt : 0
LB apply : 3.18 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-5.055855542966816e-07,-4.0118099711092594e-08,1.3884660492611577e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6056101803481634e-05,1.786907312719164e-06,1.2392481414054289e-08)
sum a = (-1.5585406229479126e-19,1.6263032587282567e-19,1.3976043629695956e-20)
sum e = 0.006052593212752292
sum de = 7.704035316117617e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014779276339027252
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605517495550172e-05,1.7941162535990224e-06,1.1790799944157995e-08)
sum a = (4.336808689942018e-19,1.7957098481791167e-19,1.6305384234645282e-20)
sum e = 0.006052447140328472
sum de = 7.705994904774647e-06
Info: CFL hydro = 0.012454568748477455 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012454568748477455 cfl multiplier : 0.27785398595971295 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3358e+05 | 98747 | 1 | 7.392e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.2466474764998 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.40512050501345, dt = 0.012454568748477455 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98747 min = 98747 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98747 min = 98747 [LoadBalance][rank=0]
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 : 5.91 us (1.3%)
patch tree reduce : 1693.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 892.00 ns (0.2%)
LB compute : 422.86 us (95.5%)
LB move op cnt : 0
LB apply : 3.94 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.42702210846045e-07,2.2979636129121047e-07,3.1803838940584586e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6081363729600246e-05,1.7776222391045548e-06,1.0697934306388843e-08)
sum a = (6.572975670693371e-19,-8.334804200982315e-19,-3.3457801416544863e-20)
sum e = 0.006052117214509571
sum de = 7.689032174965517e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01258919276611623
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.608537962385333e-05,1.7739303506458722e-06,1.0610379392302686e-08)
sum a = (2.608861477543245e-19,-1.4365678785432934e-18,-3.239901023247699e-20)
sum e = 0.006052011319177402
sum de = 7.690672407755844e-06
Info: CFL hydro = 0.011513008909419932 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011513008909419932 cfl multiplier : 0.25928466198657096 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3363e+05 | 98745 | 1 | 7.389e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 60.675897519787604 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.4175750737619275, dt = 0.011513008909419932 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98745 min = 98745 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98745 min = 98745 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98745
max = 98745
avg = 98745
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.81 us (1.4%)
patch tree reduce : 1483.00 ns (0.4%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 932.00 ns (0.2%)
LB compute : 385.06 us (95.4%)
LB move op cnt : 0
LB apply : 3.10 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (68.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (7.398432691894729e-07,-4.817172164864164e-07,-3.83671973205769e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609656438035296e-05,1.7659675062342887e-06,9.288772259274659e-09)
sum a = (2.0328790734103208e-19,-1.6263032587282567e-19,3.832824086325709e-20)
sum e = 0.006051669722575866
sum de = 7.695523805106276e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011623772457343551
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609949941415357e-05,1.769018972395584e-06,9.382426620112246e-09)
sum a = (2.744386749103933e-19,4.506215279392878e-19,3.9810548520952116e-20)
sum e = 0.006051579369251914
sum de = 7.696938670363402e-06
Info: CFL hydro = 0.011142098679147634 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011142098679147634 cfl multiplier : 0.253094887328857 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3373e+05 | 98743 | 1 | 7.384e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.132748169210686 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.429088082671347, dt = 0.011142098679147634 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98743 min = 98743 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98743 min = 98743 [LoadBalance][rank=0]
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.39 us (1.6%)
patch tree reduce : 1423.00 ns (0.4%)
gen split merge : 832.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 381.50 us (95.2%)
LB move op cnt : 0
LB apply : 3.26 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (68.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.9289245063304306e-07,-4.2433911996844314e-07,3.019233126036754e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6104055536047e-05,1.7662615204605027e-06,9.21704415566967e-09)
sum a = (3.4558944247975454e-19,7.453889935837843e-20,-1.6517142471458857e-20)
sum e = 0.006051483667723288
sum de = 7.67898014907725e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011261563906088873
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6102828238198524e-05,1.7657002979189727e-06,8.852368533747902e-09)
sum a = (-1.5585406229479126e-19,-5.251604272976662e-19,-1.6305384234645282e-20)
sum e = 0.0060513990533387005
sum de = 7.680081187541229e-06
Info: CFL hydro = 0.011153377370521585 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011153377370521585 cfl multiplier : 0.251031629109619 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3377e+05 | 98742 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.34155100611943 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.440230181350495, dt = 0.011153377370521585 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98742 min = 98742 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98742 min = 98742 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98742
max = 98742
avg = 98742
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.41 us (1.5%)
patch tree reduce : 1493.00 ns (0.3%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 408.88 us (95.4%)
LB move op cnt : 0
LB apply : 3.52 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (2.3429571556878159e-07,3.497210646918013e-07,7.722142474346286e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610254247881496e-05,1.7659088699979871e-06,9.149443272923482e-09)
sum a = (-1.6940658945086007e-19,3.4220131069073734e-19,-2.1811098391798234e-20)
sum e = 0.006051036487664007
sum de = 7.713607652324406e-06
Info: CFL hydro = 0.022294538970044464 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022294538970044464 cfl multiplier : 0.5006877527397461 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.5883e+05 | 98740 | 1 | 6.217e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 64.58789905975853 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.451383558721017, dt = 0.022294538970044464 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98740 min = 98740 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98740 min = 98740 [LoadBalance][rank=0]
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.21 us (1.3%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 444.50 us (95.8%)
LB move op cnt : 0
LB apply : 3.37 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.30 us (71.2%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.5976224909743995e-05,1.8560490408049495e-06,1.740570717160918e-08)
sum a = (-1.8295911660692887e-19,-4.743384504624082e-20,-2.456395547037471e-20)
sum e = 0.006051462225042796
sum de = 7.746151864387849e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022503683678253703
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.598335687334897e-05,1.863043127639703e-06,1.685169000475258e-08)
sum a = (-1.0503208545953324e-19,-3.1170812458958252e-19,-2.3928680759933985e-20)
sum e = 0.006051124343287061
sum de = 7.75061933160042e-06
Info: CFL hydro = 0.0158160335778301 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.0158160335778301 cfl multiplier : 0.3335625842465821 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3342e+05 | 98740 | 1 | 7.400e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 108.45380530373541 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.473678097691061, dt = 0.0158160335778301 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98740 min = 98740 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98740 min = 98740 [LoadBalance][rank=0]
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.07 us (1.4%)
patch tree reduce : 1463.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 427.42 us (95.6%)
LB move op cnt : 0
LB apply : 3.50 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (71.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.124656388535794e-07,-4.044086259444584e-07,8.542458572581711e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.605570057244163e-05,1.8092963135022137e-06,1.2521160142844253e-08)
sum a = (2.710505431213761e-20,-7.352245982167327e-19,-5.505714157152952e-21)
sum e = 0.006051155690896633
sum de = 7.698527263809651e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015981849562669556
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.606388720861418e-05,1.8194801429437322e-06,1.2543963422963792e-08)
sum a = (7.115076756936123e-20,-1.0164395367051604e-19,-6.564505341220828e-21)
sum e = 0.006050985004404101
sum de = 7.700775171390641e-06
Info: CFL hydro = 0.013177803145071047 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.013177803145071047 cfl multiplier : 0.2778541947488607 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3226e+05 | 98739 | 1 | 7.465e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.2695705504606 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.489494131268891, dt = 0.013177803145071047 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98739 min = 98739 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98739 min = 98739 [LoadBalance][rank=0]
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.01 us (1.4%)
patch tree reduce : 1362.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1013.00 ns (0.2%)
LB compute : 397.91 us (95.4%)
LB move op cnt : 0
LB apply : 3.57 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (71.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.0669683759618947e-06,-9.562373705460284e-07,-1.4237125780985438e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6093078219670325e-05,1.7966500249301439e-06,1.0173097499208664e-08)
sum a = (-1.7618285302889447e-19,-1.3891340334970526e-19,4.658681209898652e-20)
sum e = 0.006050417238464442
sum de = 7.683746880055169e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01332325524995624
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6088727809655435e-05,1.7948625612624366e-06,1.0440421273867693e-08)
sum a = (-1.5585406229479126e-19,5.454892180317694e-19,4.425747149403719e-20)
sum e = 0.006050298837770334
sum de = 7.685804512051626e-06
Info: CFL hydro = 0.012169000455126689 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012169000455126689 cfl multiplier : 0.25928473158295356 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3315e+05 | 98736 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 63.97741525293082 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.5026719344139625, dt = 0.012169000455126689 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98736 min = 98736 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98736 min = 98736 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98736
max = 98736
avg = 98736
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.97 us (1.4%)
patch tree reduce : 1523.00 ns (0.4%)
gen split merge : 831.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 971.00 ns (0.2%)
LB compute : 397.98 us (95.4%)
LB move op cnt : 0
LB apply : 3.24 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.43 us (72.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (3.5249155202554336e-07,7.730238269741475e-07,4.7592997248533514e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609908608951506e-05,1.7859324003345102e-06,9.5486004075556e-09)
sum a = (-4.1674021004911577e-19,-5.454892180317694e-19,-2.6046263128069735e-20)
sum e = 0.006049967938697743
sum de = 7.637440764920354e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01230277249604436
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6096135698158074e-05,1.7926152874719317e-06,9.666003075330147e-09)
sum a = (-2.642742795433417e-19,-2.507217523872729e-19,-2.456395547037471e-20)
sum e = 0.006049866863357023
sum de = 7.638943585618349e-06
Info: CFL hydro = 0.011767169001798635 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011767169001798635 cfl multiplier : 0.2530949105276512 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3381e+05 | 98734 | 1 | 7.379e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.372887403581124 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.514840934869089, dt = 0.011767169001798635 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98734 min = 98734 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98734 min = 98734 [LoadBalance][rank=0]
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 : 5.79 us (1.3%)
patch tree reduce : 1333.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1032.00 ns (0.2%)
LB compute : 430.62 us (95.9%)
LB move op cnt : 0
LB apply : 3.37 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.33 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-9.997963484348695e-07,6.596005363425137e-07,8.568456295624033e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610062882901711e-05,1.7900288905768152e-06,9.247371379024426e-09)
sum a = (4.641740550953566e-19,4.0657581468206416e-19,-1.7364175418713157e-20)
sum e = 0.0060492543343887125
sum de = 7.636748265754833e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011894719840098895
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610434680902998e-05,1.7893052242644346e-06,9.109526966158478e-09)
sum a = (6.539094352803199e-19,3.083199928005653e-19,-1.5246593050577406e-20)
sum e = 0.006049159959980545
sum de = 7.638421291169824e-06
Info: CFL hydro = 0.011569546659462629 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011569546659462629 cfl multiplier : 0.2510316368425504 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3383e+05 | 98731 | 1 | 7.377e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 57.42342728708361 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.526608103870887, dt = 0.011569546659462629 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98731 min = 98731 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98731 min = 98731 [LoadBalance][rank=0]
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.21 us (1.6%)
patch tree reduce : 1402.00 ns (0.4%)
gen split merge : 872.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1062.00 ns (0.3%)
LB compute : 372.75 us (95.1%)
LB move op cnt : 0
LB apply : 3.31 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.2321043444564676e-07,-4.59493080029359e-07,1.9096943137823296e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610683886792872e-05,1.7871174031620636e-06,9.146273178016341e-09)
sum a = (-1.1858461261560205e-19,5.759824041329242e-20,9.105604182983729e-21)
sum e = 0.006049076721620537
sum de = 7.640300641648852e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011699797485085648
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6105895117603276e-05,1.7904924853622326e-06,9.12434952001128e-09)
sum a = (2.439454888092385e-19,1.4230153513872246e-19,8.893845946170154e-21)
sum e = 0.0060489857450476995
sum de = 7.641511336000521e-06
Info: CFL hydro = 0.011559425557508819 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011559425557508819 cfl multiplier : 0.2503438789475168 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3377e+05 | 98730 | 1 | 7.381e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.43043931544218 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.53817765053035, dt = 0.011559425557508819 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98730 min = 98730 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98730 min = 98730 [LoadBalance][rank=0]
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.58 us (1.6%)
patch tree reduce : 1463.00 ns (0.4%)
gen split merge : 921.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1302.00 ns (0.3%)
LB compute : 386.43 us (95.1%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.39 us (68.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-4.344570427659381e-07,2.848871363593633e-07,-5.453715173904184e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610580882807577e-05,1.7908174224010156e-06,9.011306048721731e-09)
sum a = (-5.421010862427522e-20,-3.3542504711270293e-19,-2.3081647812679684e-20)
sum e = 0.0060488943155268815
sum de = 7.64379005665213e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01167711138452944
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61047799091767e-05,1.7895237835120254e-06,8.931868097923588e-09)
sum a = (-8.809142651444724e-20,-2.507217523872729e-19,-2.3928680759933985e-20)
sum e = 0.00604880359577061
sum de = 7.644987972826896e-06
Info: CFL hydro = 0.011461373813658467 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011461373813658467 cfl multiplier : 0.2501146263158389 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3294e+05 | 98729 | 1 | 7.426e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 56.03488935399478 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.549737076087858, dt = 0.011461373813658467 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98729 min = 98729 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98729 min = 98729 [LoadBalance][rank=0]
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 : 5.91 us (1.4%)
patch tree reduce : 1482.00 ns (0.3%)
gen split merge : 831.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 417.88 us (95.6%)
LB move op cnt : 0
LB apply : 3.44 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (71.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.2944313947251137e-07,3.932639325198747e-07,3.883756352572779e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610546425917768e-05,1.7884230414485689e-06,8.873666961547153e-09)
sum a = (-1.5924219408380846e-19,4.438452643612534e-19,-1.2705494208814505e-20)
sum e = 0.006048716512046717
sum de = 7.578060064336541e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011589847944167859
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610480645770696e-05,1.7916738113090325e-06,8.748089664913954e-09)
sum a = (6.437450399132683e-20,-7.589415207398531e-19,-1.249373597200093e-20)
sum e = 0.006048626915148024
sum de = 7.579246708267933e-06
Info: CFL hydro = 0.011373260164412561 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011373260164412561 cfl multiplier : 0.2500382087719463 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3374e+05 | 98728 | 1 | 7.382e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.89365233248622 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.561198449901517, dt = 0.011373260164412561 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98728 min = 98728 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98728 min = 98728 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98728
max = 98728
avg = 98728
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.3%)
patch tree reduce : 1753.00 ns (0.4%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 429.19 us (95.6%)
LB move op cnt : 0
LB apply : 3.41 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.48 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.3478290791240376e-07,2.869123494032782e-07,8.344375604619791e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610551377705208e-05,1.791251477225e-06,8.801017597162684e-09)
sum a = (7.453889935837843e-20,-3.8963515573697816e-19,1.8634724839594607e-20)
sum e = 0.006048016026749276
sum de = 7.611530289921515e-06
Info: CFL hydro = 0.022577974448780905 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.022577974448780905 cfl multiplier : 0.5000254725146309 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6023e+05 | 98725 | 1 | 6.161e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.45228135949891 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.5725717100659296, dt = 0.022577974448780905 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98725 min = 98725 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98725 min = 98725 [LoadBalance][rank=0]
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 : 5.78 us (1.4%)
patch tree reduce : 1312.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 384.16 us (95.4%)
LB move op cnt : 0
LB apply : 3.46 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.65 us (67.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.598393327468088e-05,1.903289012332023e-06,1.6771126005610818e-08)
sum a = (-4.37069000783219e-19,-2.371692252312041e-19,1.0164395367051604e-20)
sum e = 0.0060484461033978535
sum de = 7.608134225680402e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.022814274642712396
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.599025690314106e-05,1.9158423452714945e-06,1.7096494198116773e-08)
sum a = (-1.8295911660692887e-19,-5.759824041329242e-20,8.893845946170154e-21)
sum e = 0.006048100238216001
sum de = 7.612634031896654e-06
Info: CFL hydro = 0.014843732814615538 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.014843732814615538 cfl multiplier : 0.3333418241715436 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3305e+05 | 98725 | 1 | 7.420e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 109.54004619572837 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.595149684514711, dt = 0.014843732814615538 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98725 min = 98725 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98725 min = 98725 [LoadBalance][rank=0]
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.33 us (1.5%)
patch tree reduce : 1393.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1252.00 ns (0.3%)
LB compute : 396.77 us (95.3%)
LB move op cnt : 0
LB apply : 3.10 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (67.6%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.091377452186642e-07,-2.7174063564184387e-07,-2.2625512210155856e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607324067189473e-05,1.835553220014895e-06,1.0956343233958662e-08)
sum a = (3.1509625637859973e-19,-2.0328790734103208e-20,3.028142786434124e-20)
sum e = 0.006047840728152426
sum de = 7.622954509980707e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.014996011627692984
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.607359999370681e-05,1.8330902824578818e-06,1.104026309015059e-08)
sum a = (3.8285889215894375e-19,-8.131516293641283e-20,3.070494433796839e-20)
sum e = 0.006047691275069996
sum de = 7.625175292693667e-06
Info: CFL hydro = 0.012259192987044825 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012259192987044825 cfl multiplier : 0.2777806080571812 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3289e+05 | 98723 | 1 | 7.429e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.92893441939862 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.609993417329326, dt = 0.012259192987044825 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98723 min = 98723 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98723 min = 98723 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98723
max = 98723
avg = 98723
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.24 us (1.3%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 972.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 458.32 us (95.9%)
LB move op cnt : 0
LB apply : 3.64 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.54 us (70.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.7213195547688254e-07,1.8705161166386135e-07,-1.020378839489403e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610072893548938e-05,1.8060193388222672e-06,9.262579528177509e-09)
sum a = (3.049318610115481e-20,-1.1180834903756764e-19,-4.0234064994579266e-20)
sum e = 0.006047627981120037
sum de = 7.632744223123516e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012398214687831652
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.610409902708527e-05,1.8048721568666634e-06,8.967058266224972e-09)
sum a = (2.439454888092385e-19,5.421010862427522e-19,-3.9387032047324966e-20)
sum e = 0.006047525995793767
sum de = 7.634097513813734e-06
Info: CFL hydro = 0.011357980925175292 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011357980925175292 cfl multiplier : 0.2592602026857271 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3393e+05 | 98722 | 1 | 7.371e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.87268274708835 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.622252610316371, dt = 0.011357980925175292 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98722 min = 98722 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98722 min = 98722 [LoadBalance][rank=0]
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 : 5.54 us (1.3%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 1252.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1042.00 ns (0.2%)
LB compute : 417.81 us (95.5%)
LB move op cnt : 0
LB apply : 3.61 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.19 us (70.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.0260263470094236e-07,-3.214573778478437e-07,-8.354579766520142e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611363547533683e-05,1.7952206721707278e-06,8.484392850898942e-09)
sum a = (-5.21772295508649e-19,6.132518538121134e-19,-2.625802136488331e-20)
sum e = 0.006047433947219384
sum de = 7.608619119825785e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01148351450324419
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.61167577564393e-05,1.7937454242222275e-06,8.572308085778746e-09)
sum a = (7.115076756936123e-20,-3.4897757426877174e-19,-2.7740329022578336e-20)
sum e = 0.00604734625432808
sum de = 7.609784247604515e-06
Info: CFL hydro = 0.011179320612190841 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011179320612190841 cfl multiplier : 0.2530867342285757 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3333e+05 | 98721 | 1 | 7.404e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.22430575877176 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.633610591241546, dt = 0.011179320612190841 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98721 min = 98721 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98721 min = 98721 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98721
max = 98721
avg = 98721
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 33.27 us (7.5%)
patch tree reduce : 1573.00 ns (0.4%)
gen split merge : 941.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 399.93 us (89.6%)
LB move op cnt : 0
LB apply : 3.15 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.22 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (4.7296442958204096e-07,-3.812647681541644e-07,-8.865719196738132e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611890840654064e-05,1.791515715397223e-06,8.094420755229883e-09)
sum a = (6.098637220230962e-20,1.1858461261560205e-19,-2.117582368135751e-21)
sum e = 0.006046982473845492
sum de = 7.5791447522337325e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011299414630545807
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6124741793500385e-05,1.793239861716116e-06,8.353499738874654e-09)
sum a = (2.507217523872729e-19,1.3891340334970526e-19,-3.8116482626443515e-21)
sum e = 0.006046897523022912
sum de = 7.58046832939674e-06
Info: CFL hydro = 0.01144081834555524 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01144081834555524 cfl multiplier : 0.2510289114095252 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3359e+05 | 98719 | 1 | 7.390e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 54.46312800978074 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.644789911853737, dt = 0.01144081834555524 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98719 min = 98719 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98719 min = 98719 [LoadBalance][rank=0]
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 : 5.79 us (1.3%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 912.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 972.00 ns (0.2%)
LB compute : 412.14 us (95.4%)
LB move op cnt : 0
LB apply : 3.34 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1e-06 vel (-8.55207636463979e-08,-9.307701762377078e-07,-1.0812532824650646e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612305253980968e-05,1.7956407920071083e-06,8.43836860675982e-09)
sum a = (-4.0996394647108136e-19,2.710505431213761e-20,9.317362419797304e-21)
sum e = 0.006046549943641934
sum de = 7.587361926291586e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011542358486035416
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612583802338151e-05,1.798399325658693e-06,8.449979584965112e-09)
sum a = (-1.9989977555201488e-19,5.89534931288993e-19,7.199780051661553e-21)
sum e = 0.006046461095933714
sum de = 7.588731224153301e-06
Info: CFL hydro = 0.011112796769502387 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011112796769502387 cfl multiplier : 0.2503429704698417 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3403e+05 | 98717 | 1 | 7.365e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.9222356404942 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.656230730199292, dt = 0.011112796769502387 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98717 min = 98717 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98717 min = 98717 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98717
max = 98717
avg = 98717
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.04 us (1.3%)
patch tree reduce : 1503.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 447.33 us (95.9%)
LB move op cnt : 0
LB apply : 3.27 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.38 us (69.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-3.169220483084536e-07,-4.0083707048795333e-07,-2.7991497725194e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6129278674763616e-05,1.7952313244842317e-06,8.141184664052945e-09)
sum a = (1.9989977555201488e-19,-2.879912020664621e-19,-1.334076891925523e-20)
sum e = 0.00604636659714354
sum de = 7.524180766239593e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011239592861790366
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6125454774204524e-05,1.793164160505015e-06,8.225582824968615e-09)
sum a = (4.70950318673391e-19,-1.5585406229479126e-19,-1.503483481376383e-20)
sum e = 0.0060462825805515825
sum de = 7.525283518334982e-06
Info: CFL hydro = 0.011041658273043724 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011041658273043724 cfl multiplier : 0.2501143234899472 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3320e+05 | 98716 | 1 | 7.411e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.97958387334392 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.667343526968795, dt = 0.011041658273043724 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98716 min = 98716 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98716 min = 98716 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98716
max = 98716
avg = 98716
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.79 us (1.5%)
patch tree reduce : 1442.00 ns (0.3%)
gen split merge : 1233.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.2%)
LB compute : 425.99 us (95.4%)
LB move op cnt : 0
LB apply : 3.55 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.28 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (4.375640557512324e-07,8.763851847601161e-07,1.5065953154380158e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612551249670383e-05,1.792418255038865e-06,8.154138863635699e-09)
sum a = (1.8295911660692887e-19,-1.0672615135404184e-18,2.7740329022578336e-20)
sum e = 0.006045655064088954
sum de = 7.434893250771437e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011164868711623832
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6129552399543654e-05,1.7906952102085826e-06,8.128308579752717e-09)
sum a = (2.744386749103933e-19,-2.439454888092385e-19,2.6893296075324036e-20)
sum e = 0.006045571964267523
sum de = 7.4362762744450705e-06
Info: CFL hydro = 0.011061867562848939 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011061867562848939 cfl multiplier : 0.2500381078299824 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3327e+05 | 98713 | 1 | 7.407e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 53.66597572103429 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.678385185241838, dt = 0.011061867562848939 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98713 min = 98713 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98713 min = 98713 [LoadBalance][rank=0]
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 : 5.85 us (1.4%)
patch tree reduce : 1412.00 ns (0.3%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1012.00 ns (0.2%)
LB compute : 391.69 us (95.5%)
LB move op cnt : 0
LB apply : 3.12 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.52 us (67.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (4.814053384003743e-07,-4.879269256559299e-07,-1.2209417662454723e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612971339591761e-05,1.7905631942181715e-06,8.24356491856767e-09)
sum a = (-3.8624702394796095e-19,-4.54009659728305e-19,-3.366955965335844e-20)
sum e = 0.006044681149188966
sum de = 7.466286738053923e-06
Info: CFL hydro = 0.021911166834207844 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.021911166834207844 cfl multiplier : 0.5000254052199883 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6132e+05 | 98709 | 1 | 6.119e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 65.0819230446993 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.689447052804687, dt = 0.021911166834207844 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98709 min = 98709 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98709 min = 98709 [LoadBalance][rank=0]
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 : 5.79 us (1.4%)
patch tree reduce : 1403.00 ns (0.3%)
gen split merge : 952.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1202.00 ns (0.3%)
LB compute : 381.85 us (95.2%)
LB move op cnt : 0
LB apply : 3.29 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.09 us (67.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.603080008059464e-05,1.9017893090336139e-06,1.5961894184571848e-08)
sum a = (-7.453889935837843e-20,6.539094352803199e-19,-1.0587911840678754e-21)
sum e = 0.0060450865932515615
sum de = 7.424281654767625e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02216467414182828
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6028733690764136e-05,1.917980873533887e-06,1.5709434002571418e-08)
sum a = (3.9979955110402976e-19,6.06475590234079e-19,-4.235164736271502e-22)
sum e = 0.0060447616064832005
sum de = 7.4283575797497125e-06
Info: CFL hydro = 0.015486046860216538 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015486046860216538 cfl multiplier : 0.33334180173999606 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3300e+05 | 98709 | 1 | 7.422e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 106.28531615991056 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.711358219638895, dt = 0.015486046860216538 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98709 min = 98709 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98709 min = 98709 [LoadBalance][rank=0]
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 : 5.54 us (1.3%)
patch tree reduce : 1422.00 ns (0.3%)
gen split merge : 961.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 405.79 us (95.6%)
LB move op cnt : 0
LB apply : 3.25 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.06 us (68.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-1.295946827940814e-06,4.5870057378669166e-07,3.4653100932020183e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60883017291635e-05,1.849534178366229e-06,1.10487439211698e-08)
sum a = (-2.0328790734103208e-20,-9.791700870259712e-19,-1.503483481376383e-20)
sum e = 0.0060442575206584226
sum de = 7.333510053839169e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01566965930027978
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609032782025727e-05,1.8492464410643078e-06,1.0465031120662849e-08)
sum a = (-5.183841637196318e-19,4.0657581468206416e-20,-1.5670109524204556e-20)
sum e = 0.006044094614832713
sum de = 7.336133760222346e-06
Info: CFL hydro = 0.012902968475666014 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012902968475666014 cfl multiplier : 0.2777806005799987 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3311e+05 | 98706 | 1 | 7.416e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.17863167213314 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.7268442664991115, dt = 0.012902968475666014 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98706 min = 98706 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98706 min = 98706 [LoadBalance][rank=0]
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.09 us (1.4%)
patch tree reduce : 1643.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 428.10 us (95.6%)
LB move op cnt : 0
LB apply : 3.37 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.69 us (70.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (1.0365556046134542e-07,1.0760959191893714e-08,2.993727717314087e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611409971571599e-05,1.8210074843166146e-06,9.225088711595138e-09)
sum a = (-7.386127300057499e-19,3.4220131069073734e-19,2.117582368135751e-21)
sum e = 0.006043261815628694
sum de = 7.3366898407301974e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013042890001451382
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611303574506492e-05,1.8198005553328851e-06,9.032365066927274e-09)
sum a = (-2.270048298641525e-19,-1.5924219408380846e-19,-4.235164736271502e-22)
sum e = 0.006043149208377874
sum de = 7.338750872107316e-06
Info: CFL hydro = 0.012154584210321033 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012154584210321033 cfl multiplier : 0.2592602001933329 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3360e+05 | 98702 | 1 | 7.388e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.87296263770962 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.739747234974778, dt = 0.012154584210321033 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98702 min = 98702 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98702 min = 98702 [LoadBalance][rank=0]
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 : 6.06 us (1.4%)
patch tree reduce : 1492.00 ns (0.4%)
gen split merge : 931.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 401.78 us (95.4%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.27 us (69.4%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.2061556320865896e-07,4.02035927368624e-07,6.593284342312113e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611963040143903e-05,1.811577353954115e-06,8.37848386091897e-09)
sum a = (3.9979955110402976e-19,4.2351647362715017e-19,1.3976043629695956e-20)
sum e = 0.0060430733587320765
sum de = 7.341769607963379e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012279597674909
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6119077703297074e-05,1.8100739999718247e-06,8.311471604644929e-09)
sum a = (2.337810934421869e-19,-7.453889935837843e-20,1.6728900708272432e-20)
sum e = 0.0060429736528027425
sum de = 7.3429922110822415e-06
Info: CFL hydro = 0.01172070152989146 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01172070152989146 cfl multiplier : 0.2530867333977776 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3393e+05 | 98701 | 1 | 7.370e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 59.373872718323305 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.751901819185099, dt = 0.01172070152989146 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98701 min = 98701 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98701 min = 98701 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98701
max = 98701
avg = 98701
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.00 us (1.4%)
patch tree reduce : 1353.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 982.00 ns (0.2%)
LB compute : 417.27 us (95.7%)
LB move op cnt : 0
LB apply : 3.28 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.36 us (70.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (3.8396528295586414e-07,3.411322688161381e-07,2.2882755793031634e-10)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6122788145124566e-05,1.8052484731478734e-06,8.151701607953881e-09)
sum a = (-1.4907779871675686e-19,-2.710505431213761e-19,-1.0587911840678754e-20)
sum e = 0.006042888351962538
sum de = 7.337179890033177e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.011855663430491652
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612130469171379e-05,1.805024239628778e-06,7.882894523154181e-09)
sum a = (1.4230153513872246e-19,-3.6930636500287495e-19,-1.291725244562808e-20)
sum e = 0.006042795587656994
sum de = 7.338336509469089e-06
Info: CFL hydro = 0.011493509606634039 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011493509606634039 cfl multiplier : 0.2510289111325925 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.2209e+05 | 98700 | 1 | 8.084e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 52.192393326666846 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.76362252071499, dt = 0.011493509606634039 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98700 min = 98700 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98700 min = 98700 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98700
max = 98700
avg = 98700
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.05 us (1.5%)
patch tree reduce : 1372.00 ns (0.3%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.3%)
LB compute : 380.98 us (95.3%)
LB move op cnt : 0
LB apply : 3.11 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.25 us (69.9%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (1.5893945745395845e-07,4.914566006592662e-07,2.165539763071645e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612306526291691e-05,1.802543363573991e-06,7.862369264610694e-09)
sum a = (-3.049318610115481e-19,-6.776263578034403e-20,-2.4775713707188285e-20)
sum e = 0.0060427018246967225
sum de = 7.34229784389593e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.01161785228480331
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612654745578084e-05,1.8051047183078646e-06,7.58674065754057e-09)
sum a = (4.404571325722362e-20,2.608861477543245e-19,-2.795208725939191e-20)
sum e = 0.006042612726043337
sum de = 7.343419752450154e-06
Info: CFL hydro = 0.011338763151902494 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011338763151902494 cfl multiplier : 0.25034297037753084 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3315e+05 | 98699 | 1 | 7.413e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 55.81787899360275 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.775116030321624, dt = 0.011338763151902494 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98699 min = 98699 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98699 min = 98699 [LoadBalance][rank=0]
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 : 8.46 us (2.0%)
patch tree reduce : 1522.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 392.89 us (94.8%)
LB move op cnt : 0
LB apply : 3.15 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.00 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (-2.9551850372976373e-07,-4.1576216822583533e-07,1.0416707235923469e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612837022541003e-05,1.8035750951844964e-06,7.668455358596873e-09)
sum a = (-4.743384504624082e-20,8.538092108323347e-19,-7.835054762102278e-21)
sum e = 0.006042521133474162
sum de = 7.373445396684231e-06
Info: CFL hydro = 0.023402026117817207 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023402026117817207 cfl multiplier : 0.5002286469183539 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6112e+05 | 98698 | 1 | 6.126e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 66.63680603806186 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.786454793473527, dt = 0.023402026117817207 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98698 min = 98698 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98698 min = 98698 [LoadBalance][rank=0]
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.19 us (1.5%)
patch tree reduce : 1723.00 ns (0.4%)
gen split merge : 982.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1072.00 ns (0.3%)
LB compute : 393.10 us (95.2%)
LB move op cnt : 0
LB apply : 3.47 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.60 us (67.5%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601984647703863e-05,1.9364691950222204e-06,1.5002006618519273e-08)
sum a = (4.70950318673391e-19,4.3029273720518457e-19,-1.8634724839594607e-20)
sum e = 0.006042976591663092
sum de = 7.402690910189093e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02362826016935994
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.601895869515214e-05,1.936782202405701e-06,1.4675403415793092e-08)
sum a = (2.778268066994105e-19,-1.2874900798265365e-19,-1.9058241313221758e-20)
sum e = 0.006042607489984615
sum de = 7.40741896142197e-06
Info: CFL hydro = 0.015238734031126959 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015238734031126959 cfl multiplier : 0.33340954897278463 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3310e+05 | 98698 | 1 | 7.415e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 113.61591325106609 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.809856819591344, dt = 0.015238734031126959 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98698 min = 98698 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98698 min = 98698 [LoadBalance][rank=0]
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.19 us (1.4%)
patch tree reduce : 1363.00 ns (0.3%)
gen split merge : 981.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 912.00 ns (0.2%)
LB compute : 419.55 us (95.5%)
LB move op cnt : 0
LB apply : 3.41 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.40 us (71.0%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (2.0688086967525643e-07,4.6982556860109887e-07,5.581281222980531e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609253922200645e-05,1.8471162642798582e-06,9.80059519711265e-09)
sum a = (2.507217523872729e-19,8.470329472543003e-20,1.9693516023662483e-20)
sum e = 0.006042612585258774
sum de = 7.445206940109094e-06
Info: CFL hydro = 0.025020023975636678 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.025020023975636678 cfl multiplier : 0.5556063659818564 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6046e+05 | 98697 | 1 | 6.151e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 89.19035618881392 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.825095553622471, dt = 0.025020023975636678 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98697 min = 98697 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98697 min = 98697 [LoadBalance][rank=0]
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 : 5.82 us (1.4%)
patch tree reduce : 1402.00 ns (0.3%)
gen split merge : 962.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 952.00 ns (0.2%)
LB compute : 405.23 us (95.6%)
LB move op cnt : 0
LB apply : 3.41 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.37 us (70.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6006884244917914e-05,1.956605303153337e-06,1.5513653879423038e-08)
sum a = (9.147955830346444e-20,7.216720710606639e-19,4.044582323139284e-20)
sum e = 0.006043064946134414
sum de = 7.473988011891031e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.025299271300215996
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6009983279964564e-05,1.9539663652418424e-06,1.485051614131487e-08)
sum a = (3.049318610115481e-19,3.8624702394796095e-19,3.790472438962994e-20)
sum e = 0.006042642835038899
sum de = 7.479565036976711e-06
Info: CFL hydro = 0.015481634838340606 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015481634838340606 cfl multiplier : 0.3518687886606188 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.1489e+05 | 98697 | 1 | 8.590e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 104.85143245070105 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.850115577598108, dt = 0.015481634838340606 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98697 min = 98697 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98697 min = 98697 [LoadBalance][rank=0]
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 : 5.92 us (1.4%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 892.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1022.00 ns (0.2%)
LB compute : 412.84 us (95.5%)
LB move op cnt : 0
LB apply : 3.14 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.35 us (70.5%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.762718063257641e-07,1.7443322501113052e-07,1.3095004292553294e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609412610370593e-05,1.8490842513570595e-06,9.656975996719743e-09)
sum a = (3.3881317890172014e-21,6.708500942254059e-19,-1.207021949837378e-20)
sum e = 0.006042661756456089
sum de = 7.470194694147337e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015642796640652566
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609618445660406e-05,1.8466865672460848e-06,9.453083276751322e-09)
sum a = (2.608861477543245e-19,2.303929616531697e-19,-1.334076891925523e-20)
sum e = 0.006042499817677593
sum de = 7.472282655427288e-06
Info: CFL hydro = 0.012654625704368467 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012654625704368467 cfl multiplier : 0.283956262886873 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3275e+05 | 98696 | 1 | 7.434e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 74.96688114325498 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.865597212436448, dt = 0.012654625704368467 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98696 min = 98696 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98696 min = 98696 [LoadBalance][rank=0]
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 : 5.44 us (1.2%)
patch tree reduce : 1352.00 ns (0.3%)
gen split merge : 842.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 902.00 ns (0.2%)
LB compute : 444.53 us (96.1%)
LB move op cnt : 0
LB apply : 3.22 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.23 us (68.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (5.095292015369861e-07,4.063292603412797e-08,-1.0519164912338308e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612084669753129e-05,1.815879167258656e-06,7.796478673906916e-09)
sum a = (-4.2012834183813297e-19,1.3891340334970526e-19,5.929230630780102e-21)
sum e = 0.006042441064029803
sum de = 7.3879847217542475e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.012797835209422861
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6114519332778814e-05,1.8134550911007134e-06,7.470306513807643e-09)
sum a = (-3.2526065174565133e-19,-3.7269449679189215e-20,5.505714157152952e-21)
sum e = 0.00604233246821884
sum de = 7.389306114669106e-06
Info: CFL hydro = 0.012168894058358073 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012168894058358073 cfl multiplier : 0.26131875429562434 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3250e+05 | 98695 | 1 | 7.449e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 61.16073912176024 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.878251838140817, dt = 0.012168894058358073 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98695 min = 98695 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98695 min = 98695 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98695
max = 98695
avg = 98695
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 5.66 us (1.4%)
patch tree reduce : 1413.00 ns (0.3%)
gen split merge : 871.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 901.00 ns (0.2%)
LB compute : 387.22 us (95.4%)
LB move op cnt : 0
LB apply : 3.20 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.88 us (69.1%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 2e-06 vel (4.930678943522883e-07,1.2401641253930398e-06,1.0953153705343563e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6117841391315255e-05,1.8083956748162692e-06,7.742911690954699e-09)
sum a = (-2.303929616531697e-19,1.3891340334970526e-19,1.3552527156068805e-20)
sum e = 0.006041466573252584
sum de = 7.4172814461915395e-06
Info: CFL hydro = 0.023424005051842795 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023424005051842795 cfl multiplier : 0.5075458361970829 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6028e+05 | 98691 | 1 | 6.157e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 71.14660421507797 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.890420732199175, dt = 0.023424005051842795 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98691 min = 98691 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98691 min = 98691 [LoadBalance][rank=0]
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 : 5.82 us (1.3%)
patch tree reduce : 1563.00 ns (0.3%)
gen split merge : 841.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 27.21 us (6.0%)
LB compute : 403.70 us (89.8%)
LB move op cnt : 0
LB apply : 3.28 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.53 us (70.6%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60165340203164e-05,1.9291368951402445e-06,1.342029142821811e-08)
sum a = (3.5914196963582334e-19,6.776263578034403e-19,1.6093625997831706e-20)
sum e = 0.00604191043676265
sum de = 7.224993299233639e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.02370089841925946
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6028518818055846e-05,1.9408382542992645e-06,1.2897147440377343e-08)
sum a = (2.710505431213761e-20,1.6940658945086007e-20,1.5246593050577406e-20)
sum e = 0.006041538476425001
sum de = 7.229637655914511e-06
Info: CFL hydro = 0.015758697319876985 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015758697319876985 cfl multiplier : 0.33584861206569433 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3260e+05 | 98691 | 1 | 7.443e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 113.29782418218973 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.913844737251018, dt = 0.015758697319876985 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98691 min = 98691 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98691 min = 98691 [LoadBalance][rank=0]
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.15 us (1.5%)
patch tree reduce : 1343.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 396.96 us (95.4%)
LB move op cnt : 0
LB apply : 3.59 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.16 us (67.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 4e-06 vel (-7.161381566300102e-07,-7.628531488407658e-07,-4.306410053067767e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.609592838533219e-05,1.8562397730915358e-06,9.17310043531108e-09)
sum a = (2.0328790734103208e-19,-1.7618285302889447e-19,-2.0964065444543933e-20)
sum e = 0.00603970483376892
sum de = 7.235671568623191e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015938654992852293
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6097904239520855e-05,1.8533585681109642e-06,8.835458238128814e-09)
sum a = (9.147955830346444e-20,4.0657581468206416e-19,-1.9905274260476058e-20)
sum e = 0.006039537092821405
sum de = 7.23992783287465e-06
Info: CFL hydro = 0.012917446365806473 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.012917446365806473 cfl multiplier : 0.2786162040218981 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3240e+05 | 98683 | 1 | 7.454e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 76.11289764246065 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.929603434570895, dt = 0.012917446365806473 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98683 min = 98683 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98683 min = 98683 [LoadBalance][rank=0]
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.08 us (1.5%)
patch tree reduce : 1714.00 ns (0.4%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 1082.00 ns (0.3%)
LB compute : 387.43 us (95.2%)
LB move op cnt : 0
LB apply : 3.06 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.31 us (68.3%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (5.06772764583014e-07,-4.588312252575851e-08,-6.296474293374229e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612177308794806e-05,1.8216427784268068e-06,7.51775642361554e-09)
sum a = (9.147955830346444e-20,-2.541098841762901e-19,-2.0752307207730358e-20)
sum e = 0.0060394828810549
sum de = 7.2405206296003276e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.013056280779925473
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.612490988711041e-05,1.8200518837901172e-06,7.207720630702596e-09)
sum a = (3.6253010142484055e-19,1.5924219408380846e-19,-2.159934015498466e-20)
sum e = 0.0060393705285669095
sum de = 7.241949791186291e-06
Info: CFL hydro = 0.011970362398731563 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.011970362398731563 cfl multiplier : 0.259538734673966 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3313e+05 | 98682 | 1 | 7.412e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 62.73645669030675 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.942520880936701, dt = 0.011970362398731563 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98682 min = 98682 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98682 min = 98682 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98682
max = 98682
avg = 98682
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 6.17 us (1.5%)
patch tree reduce : 1462.00 ns (0.4%)
gen split merge : 1092.00 ns (0.3%)
split / merge op : 0/0
apply split merge : 1162.00 ns (0.3%)
LB compute : 382.49 us (95.1%)
LB move op cnt : 0
LB apply : 3.09 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.20 us (69.2%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.456026836174886e-07,-2.5388212515250143e-07,1.0915434205639181e-08)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.613283364360975e-05,1.8093841200335874e-06,7.004259725619232e-09)
sum a = (-4.743384504624082e-20,-6.539094352803199e-19,-9.529120656610879e-21)
sum e = 0.006039289622813743
sum de = 7.270766917611238e-06
Info: CFL hydro = 0.023102264116303655 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.023102264116303655 cfl multiplier : 0.5063591564493106 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6004e+05 | 98681 | 1 | 6.166e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 69.89007695988191 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.954491243335433, dt = 0.023102264116303655 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98681 min = 98681 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98681 min = 98681 [LoadBalance][rank=0]
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.42 us (1.6%)
patch tree reduce : 1543.00 ns (0.4%)
gen split merge : 852.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 381.40 us (95.1%)
LB move op cnt : 0
LB apply : 3.72 us (0.9%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.56 us (69.0%)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.604299085759918e-05,1.9316316755853253e-06,1.205780358251958e-08)
sum a = (5.759824041329242e-20,-3.4897757426877174e-19,-1.7575933655526732e-20)
sum e = 0.006039720364652259
sum de = 7.243284354192009e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.023367366463694167
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.60528046168388e-05,1.9350418576499832e-06,1.237733573402237e-08)
sum a = (2.0328790734103208e-19,-5.251604272976662e-19,-1.588186776101813e-20)
sum e = 0.006039361157990987
sum de = 7.247761053877941e-06
Info: CFL hydro = 0.015577167841183135 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.015577167841183135 cfl multiplier : 0.3354530521497702 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3254e+05 | 98681 | 1 | 7.445e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 111.70628806405469 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.977593507451736, dt = 0.015577167841183135 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98681 min = 98681 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98681 min = 98681 [LoadBalance][rank=0]
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 : 5.95 us (1.4%)
patch tree reduce : 1733.00 ns (0.4%)
gen split merge : 932.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.2%)
LB compute : 415.44 us (95.6%)
LB move op cnt : 0
LB apply : 3.13 us (0.7%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.26 us (69.7%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 1.5e-06 vel (-4.5981724205630436e-08,-5.242436456184495e-07,-7.04966981011691e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.611162411934904e-05,1.8517647829655195e-06,8.339041849321256e-09)
sum a = (1.8634724839594607e-19,-3.3881317890172014e-21,9.529120656610879e-21)
sum e = 0.006038837824315234
sum de = 7.2580261674288294e-06
Warning: the corrector tolerance are broken the step will be re rerunned [BasicGasSPH][rank=0]
eps_v = 0.015741819972664432
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.6112141496429484e-05,1.8492396145891046e-06,8.51768413528661e-09)
sum a = (9.147955830346444e-20,5.488773498207866e-19,8.470329472543003e-21)
sum e = 0.0060386745470853345
sum de = 7.2607134538669715e-06
Info: CFL hydro = 0.01338329428271093 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.01338329428271093 cfl multiplier : 0.2784843507165901 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.3306e+05 | 98678 | 1 | 7.416e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 75.61621463773092 (tsim/hr) [sph::Model][rank=0]
---------------- t = 5.9931706752929195, dt = 0.006829324707080531 ----------------
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98678 min = 98678 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98678 min = 98678 [LoadBalance][rank=0]
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 : 6.28 us (1.5%)
patch tree reduce : 1392.00 ns (0.3%)
gen split merge : 922.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 992.00 ns (0.2%)
LB compute : 396.33 us (95.4%)
LB move op cnt : 0
LB apply : 3.22 us (0.8%)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 2.10 us (67.8%)
Info: sink accretion : [sph::Sink][rank=0]
id 0 mass 5e-07 vel (4.874956768382356e-07,1.5977802595898723e-07,-4.1843076812785396e-09)
Info: free boundaries skipping geometry update [PositionUpdated][rank=0]
Info: conservation infos : [sph::Model][rank=0]
sum v = (-4.617924157594379e-05,1.7538810220756149e-06,4.230343342561676e-09)
sum a = (5.692061405548898e-19,1.1180834903756764e-19,-2.0117032497289633e-20)
sum e = 0.00603849123114124
sum de = 7.245247579984485e-06
Info: CFL hydro = 0.02482473799395953 sink sink = inf [SPH][rank=0]
Info: cfl dt = 0.02482473799395953 cfl multiplier : 0.5189895671443935 [sph::Model][rank=0]
Info: Timestep perf report: [sph::Model][rank=0]
+======+============+=======+========+===========+======+=============+=============+=============+
| rank | rate (N/s) | Nobj | Npatch | tstep | MPI | alloc d% h% | mem (max) d | mem (max) h |
+======+============+=======+========+===========+======+=============+=============+=============+
| 0 | 1.6070e+05 | 98677 | 1 | 6.141e-01 | 0.0% | 0.0% 0.0% | 2.00 GB | 2.00 GB |
+------+------------+-------+--------+-----------+------+-------------+-------------+-------------+
Info: estimated rate : 40.037985757177154 (tsim/hr) [sph::Model][rank=0]
Info: iteration since start : 478 [SPH][rank=0]
Info: time since start : 460.341300127 (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.1150501677069802
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 : 8.62 us (64.0%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99736 min = 99736 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99736 min = 99736 [LoadBalance][rank=0]
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 : 3.92 us (0.6%)
patch tree reduce : 1343.00 ns (0.2%)
gen split merge : 842.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 922.00 ns (0.1%)
LB compute : 600.61 us (97.3%)
LB move op cnt : 0
LB apply : 3.53 us (0.6%)
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.70 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 2048 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 28.64 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 255.22 ms [sph::CartesianRender][rank=0]
--- dump state ---
table_header_fort_int len = 22
nparttot 98677
ntypes 8
npartoftype 98677
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 98677
ntypes 8
npartoftype 98677
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.95286351626467e-310
qfacdisc 0.5
qfacdisc2 0.75
time 6
dtmax 0.02482473799395953
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 = 98677
tag = y size = 98677
tag = z size = 98677
tag = vx size = 98677
tag = vy size = 98677
tag = vz size = 98677
tag = u size = 98677
--blocks_f32 --
tag = h size = 98677
--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=98677 particles, coords = (-12.051412713899225,-12.032682858468338,-2.2732245160201368) (12.050536874389167,12.058585504750237,1.9823808525462958)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 8.78 us (65.9%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98677 min = 98677 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98677 min = 98677 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98677
max = 98677
avg = 98677
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.39 us (0.7%)
patch tree reduce : 1112.00 ns (0.2%)
gen split merge : 762.00 ns (0.1%)
split / merge op : 0/0
apply split merge : 942.00 ns (0.2%)
LB compute : 483.13 us (93.6%)
LB move op cnt : 0
LB apply : 3.53 us (0.7%)
Info: current particle counts : min = 98677 max = 98677 [Model][rank=0]
Info: compute_slice field_name: rho, positions count: 2048 [sph::CartesianRender][rank=0]
Info: compute_slice took 21.57 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.20 ms [sph::CartesianRender][rank=0]
Info: compute_column_integ field_name: rho, rays count: 65536 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 242.77 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 : 9.26 us (66.4%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 99736 min = 99736 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 99736 min = 99736 [LoadBalance][rank=0]
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.06 us (0.8%)
patch tree reduce : 1373.00 ns (0.3%)
gen split merge : 851.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 822.00 ns (0.2%)
LB compute : 514.35 us (97.0%)
LB move op cnt : 0
LB apply : 3.56 us (0.7%)
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.52 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=98677 particles, coords = (-12.051412713899225,-12.032682858468338,-2.2732245160201368) (12.050536874389167,12.058585504750237,1.9823808525462958)
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 9.12 us (65.0%)
Info: summary : [LoadBalance][rank=0]
Info: - strategy "psweep" : max = 98677 min = 98677 [LoadBalance][rank=0]
Info: - strategy "round robin" : max = 98677 min = 98677 [LoadBalance][rank=0]
Info: Loadbalance stats : [LoadBalance][rank=0]
npatch = 1
min = 98677
max = 98677
avg = 98677
efficiency = 100.00%
Info: Scheduler step timings : [Scheduler][rank=0]
metadata sync : 3.78 us (0.8%)
patch tree reduce : 1171.00 ns (0.2%)
gen split merge : 1022.00 ns (0.2%)
split / merge op : 0/0
apply split merge : 871.00 ns (0.2%)
LB compute : 468.85 us (96.9%)
LB move op cnt : 0
LB apply : 3.19 us (0.7%)
Info: current particle counts : min = 98677 max = 98677 [Model][rank=0]
Info: compute_column_integ field_name: rho, rays count: 1048576 [sph::CartesianRender][rank=0]
Info: compute_column_integ took 3.32 s [sph::CartesianRender][rank=0]
max delta rho: 1.0989874375073336
max delta sigma avg: 0.1778040078764548
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: (7 minutes 40.831 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)