Test the precision of SG methods in SPH#

Test that all methodes give expected deviantion compare to the reference mode

 8 import matplotlib.pyplot as plt
 9 import numpy as np
10
11 import shamrock

Shamrock init

16 # Self-gravity is still an experimental feature
17 shamrock.enable_experimental_features()
18
19 # If we use the shamrock executable to run this script instead of the python interpreter,
20 # we should not initialize the system as the shamrock executable needs to handle specific MPI logic
21 if not shamrock.sys.is_initialized():
22     shamrock.change_loglevel(1)
23     shamrock.sys.init("0:0")

Parameters of the test

28 # tolerances for the test for each quantity [min, max] outside = fail
29 # here the challenge is to find the right tolerances for many combinations of hardware
30 TOL_HPC_CUBE = {
31     "direct": {
32         "max_rel_delta": [0.0, 1e-15],
33         "avg_rel_delta": [0.0, 1e-15],
34         "min_rel_delta": [0.0, 1e-16],
35         "std_rel_delta": [0.0, 1e-16],
36     },
37     "mm1": {
38         "max_rel_delta": [0.10237644408204995 - 2e-6, 0.10237644408204995 + 2e-6],
39         "avg_rel_delta": [0.02854797753451957 - 1e-5, 0.02854797753451957 + 1e-5],
40         "min_rel_delta": [0.0011855528704246662 - 2e-6, 0.0011855528704246662 + 2e-6],
41         "std_rel_delta": [0.012057071282465973 - 1e-5, 0.012057071282465973 + 1e-5],
42     },
43     "mm2": {
44         "max_rel_delta": [0.09870604133669476 - 2e-7, 0.09870604133669476 + 2e-7],
45         "avg_rel_delta": [0.02809153086497972 - 4e-6, 0.02809153086497972 + 4e-6],
46         "min_rel_delta": [0.0007660948531784951 - 2e-7, 0.0007660948531784951 + 2e-7],
47         "std_rel_delta": [0.011728053659573516 - 3e-6, 0.011728053659573516 + 3e-6],
48     },
49     "mm3": {
50         "max_rel_delta": [0.053440736724222254 - 1e-2, 0.053440736724222254 + 1e-2],
51         "avg_rel_delta": [0.016082633182446748 - 1e-5, 0.016082633182446748 + 1e-5],
52         "min_rel_delta": [0.0006196291223064161 - 1e-5, 0.0006196291223064161 + 1e-5],
53         "std_rel_delta": [0.007676767861132326 - 1e-5, 0.007676767861132326 + 1e-5],
54     },
55     "mm4": {
56         "max_rel_delta": [0.05833850788436308 - 4e-7, 0.05833850788436308 + 4e-7],
57         "avg_rel_delta": [0.014909667170457708 - 4e-6, 0.014909667170457708 + 4e-6],
58         "min_rel_delta": [0.000900026203337091 - 4e-7, 0.000900026203337091 + 4e-7],
59         "std_rel_delta": [0.007051020680900702 - 1e-5, 0.007051020680900702 + 1e-5],
60     },
61     "mm5": {
62         "max_rel_delta": [0.03130228236510434 - 4e-8, 0.03130228236510434 + 4e-8],
63         "avg_rel_delta": [0.005541631318650798 - 2e-6, 0.005541631318650798 + 2e-6],
64         "min_rel_delta": [0.00011105937841131173 - 4e-8, 0.00011105937841131173 + 4e-8],
65         "std_rel_delta": [0.003575474772831352 - 4e-7, 0.003575474772831352 + 4e-7],
66     },
67     "fmm1": {
68         "max_rel_delta": [0.09457251908559332 - 1e-15, 0.09457251908559332 + 1e-15],
69         "avg_rel_delta": [0.025849750275017017 - 1.5e-7, 0.025849750275017017 + 1.5e-7],
70         "min_rel_delta": [0.0009107123147511316 - 1e-15, 0.0009107123147511316 + 1e-15],
71         "std_rel_delta": [0.014771871930712405 - 5e-7, 0.014771871930712405 + 5e-7],
72     },
73     "fmm2": {
74         "max_rel_delta": [0.0637884157532678 - 2e-15, 0.0637884157532678 + 2e-15],
75         "avg_rel_delta": [0.011974487570609172 - 1e-6, 0.011974487570609172 + 1e-6],
76         "min_rel_delta": [0.0003606563787779815 - 1e-15, 0.0003606563787779815 + 1e-15],
77         "std_rel_delta": [0.005685736194766207 - 1e-6, 0.005685736194766207 + 1e-6],
78     },
79     "fmm3": {
80         "max_rel_delta": [0.041451600220479765 - 1e-14, 0.041451600220479765 + 1e-14],
81         "avg_rel_delta": [0.00590471908748555 - 1e-7, 0.00590471908748555 + 1e-7],
82         "min_rel_delta": [0.00011353264639102378 - 1e-14, 0.00011353264639102378 + 1e-14],
83         "std_rel_delta": [0.003551982999913884 - 1e-6, 0.003551982999913884 + 1e-6],
84     },
85     "fmm4": {
86         "max_rel_delta": [0.027041008234275913 - 1e-14, 0.027041008234275913 + 1e-14],
87         "avg_rel_delta": [0.004870267930794465 - 5e-7, 0.004870267930794465 + 5e-7],
88         "min_rel_delta": [9.263728961868266e-05 - 1e-14, 9.263728961868266e-05 + 1e-14],
89         "std_rel_delta": [0.0028526970191818392 - 1e-7, 0.0028526970191818392 + 1e-7],
90     },
91     "fmm5": {
92         "max_rel_delta": [0.013154949137016961 - 1e-14, 0.013154949137016961 + 1e-14],
93         "avg_rel_delta": [0.001933834336767182 - 5e-7, 0.001933834336767182 + 5e-7],
94         "min_rel_delta": [3.7696982571244474e-05 - 1e-14, 3.7696982571244474e-05 + 1e-14],
95         "std_rel_delta": [0.0014635310344450105 - 5e-7, 0.0014635310344450105 + 5e-7],
96     },
97 }

Helper functions for this test

104 # helper to run one case (SG config & setup)
105 def run_case(setup_func, setup_name, sg_setup_func):
106     ctx = shamrock.Context()
107     ctx.pdata_layout_new()
108
109     model = shamrock.get_Model_SPH(context=ctx, vector_type="f64_3", sph_kernel="M4")
110
111     cfg = model.gen_default_config()
112
113     sg_setup_func(cfg)
114
115     setup_func(model, cfg)
116
117     model.timestep()
118
119     data = ctx.collect_data()
120
121     return data
122
123
124 # Compare the SG method to the reference and the one without SG and return error metrics
125 def compare_sg_methods_data(no_sg_data, reference_data, data_to_comp, sat_relative_error=1):
126     a_sg = data_to_comp["axyz"] - no_sg_data["axyz"]
127
128     a_sg_ref = reference_data["axyz"] - no_sg_data["axyz"]
129     delta_sg = a_sg - a_sg_ref
130
131     delta_sg_norm = np.linalg.norm(delta_sg, axis=1)
132     rel_delta_norm = delta_sg_norm / (np.max(np.linalg.norm(a_sg_ref, axis=1)))
133
134     return delta_sg, rel_delta_norm, data_to_comp["xyz"]
135
136
137 # Compute error related quantities and check if they are within the tolerances
138 def check_print_errors(rel_delta, setup_name, method_name, tols):
139     max_rel_delta = np.max(np.abs(rel_delta))
140     if shamrock.sys.world_rank() == 0:
141         print(f"max relative error {method_name}: {max_rel_delta} for {setup_name}")
142     avg_rel_delta = np.mean(np.abs(rel_delta))
143     if shamrock.sys.world_rank() == 0:
144         print(f"avg relative error {method_name}: {avg_rel_delta} for {setup_name}")
145     min_rel_delta = np.min(np.abs(rel_delta))
146     if shamrock.sys.world_rank() == 0:
147         print(f"min relative error {method_name}: {min_rel_delta} for {setup_name}")
148     std_rel_delta = np.std(np.abs(rel_delta))
149     if shamrock.sys.world_rank() == 0:
150         print(f"std relative error {method_name}: {std_rel_delta} for {setup_name}")
151
152     delta_max_tol = (tols["max_rel_delta"][1] + tols["max_rel_delta"][0]) / 2 - max_rel_delta
153     delta_avg_tol = (tols["avg_rel_delta"][1] + tols["avg_rel_delta"][0]) / 2 - avg_rel_delta
154     delta_min_tol = (tols["min_rel_delta"][1] + tols["min_rel_delta"][0]) / 2 - min_rel_delta
155     delta_std_tol = (tols["std_rel_delta"][1] + tols["std_rel_delta"][0]) / 2 - std_rel_delta
156
157     to_raise = []
158
159     if max_rel_delta > tols["max_rel_delta"][1] or max_rel_delta < tols["max_rel_delta"][0]:
160         to_raise.append(
161             f"max relative error {method_name} is out of tolerance for {setup_name}: {max_rel_delta} not in [{tols['max_rel_delta'][0]}, {tols['max_rel_delta'][1]}], delta = {delta_max_tol}"
162         )
163     if avg_rel_delta > tols["avg_rel_delta"][1] or avg_rel_delta < tols["avg_rel_delta"][0]:
164         to_raise.append(
165             f"avg relative error {method_name} is out of tolerance for {setup_name}: {avg_rel_delta} not in [{tols['avg_rel_delta'][0]}, {tols['avg_rel_delta'][1]}], delta = {delta_avg_tol}"
166         )
167     if min_rel_delta > tols["min_rel_delta"][1] or min_rel_delta < tols["min_rel_delta"][0]:
168         to_raise.append(
169             f"min relative error {method_name} is out of tolerance for {setup_name}: {min_rel_delta} not in [{tols['min_rel_delta'][0]}, {tols['min_rel_delta'][1]}], delta = {delta_min_tol}"
170         )
171     if std_rel_delta > tols["std_rel_delta"][1] or std_rel_delta < tols["std_rel_delta"][0]:
172         to_raise.append(
173             f"std relative error {method_name} is out of tolerance for {setup_name}: {std_rel_delta} not in [{tols['std_rel_delta'][0]}, {tols['std_rel_delta'][1]}], delta = {delta_std_tol}"
174         )
175
176     if len(to_raise) > 0:
177         print(f"Errors for {setup_name} {method_name}:")
178         for to_raise_item in to_raise:
179             print(to_raise_item)
180
181     for to_raise_item in to_raise:
182         raise ValueError(to_raise_item)
183
184
185 # Compare the SG method to the reference and the one without SG and return error metrics
186 def compare_sg_methods(setup_func, setup_name, tols):
187
188     def sg_case_none(cfg):
189         cfg.set_self_gravity_none()
190
191     def sg_case_reference(cfg):
192         cfg.set_self_gravity_direct(reference_mode=True)
193         cfg.set_softening_plummer(epsilon=1e-9)
194
195     def sg_case_direct(cfg):
196         cfg.set_self_gravity_direct(reference_mode=False)
197         cfg.set_softening_plummer(epsilon=1e-9)
198
199     def sg_case_mm1(cfg):
200         cfg.set_self_gravity_mm(order=1, opening_angle=0.5, reduction_level=3)
201         cfg.set_softening_plummer(epsilon=1e-9)
202
203     def sg_case_mm2(cfg):
204         cfg.set_self_gravity_mm(order=2, opening_angle=0.5, reduction_level=3)
205         cfg.set_softening_plummer(epsilon=1e-9)
206
207     def sg_case_mm3(cfg):
208         cfg.set_self_gravity_mm(order=3, opening_angle=0.5, reduction_level=3)
209         cfg.set_softening_plummer(epsilon=1e-9)
210
211     def sg_case_mm4(cfg):
212         cfg.set_self_gravity_mm(order=4, opening_angle=0.5, reduction_level=3)
213         cfg.set_softening_plummer(epsilon=1e-9)
214
215     def sg_case_mm5(cfg):
216         cfg.set_self_gravity_mm(order=5, opening_angle=0.5, reduction_level=3)
217         cfg.set_softening_plummer(epsilon=1e-9)
218
219     def sg_case_fmm1(cfg):
220         cfg.set_self_gravity_fmm(order=1, opening_angle=0.5, reduction_level=3)
221         cfg.set_softening_plummer(epsilon=1e-9)
222
223     def sg_case_fmm2(cfg):
224         cfg.set_self_gravity_fmm(order=2, opening_angle=0.5, reduction_level=3)
225         cfg.set_softening_plummer(epsilon=1e-9)
226
227     def sg_case_fmm3(cfg):
228         cfg.set_self_gravity_fmm(order=3, opening_angle=0.5, reduction_level=3)
229         cfg.set_softening_plummer(epsilon=1e-9)
230
231     def sg_case_fmm4(cfg):
232         cfg.set_self_gravity_fmm(order=4, opening_angle=0.5, reduction_level=3)
233         cfg.set_softening_plummer(epsilon=1e-9)
234
235     def sg_case_fmm5(cfg):
236         cfg.set_self_gravity_fmm(order=5, opening_angle=0.5, reduction_level=3)
237         cfg.set_softening_plummer(epsilon=1e-9)
238
239     no_sg_data = run_case(setup_func, setup_name, sg_case_none)
240     reference_data = run_case(setup_func, setup_name, sg_case_reference)
241
242     direct_data = run_case(setup_func, setup_name, sg_case_direct)
243     mm1_data = run_case(setup_func, setup_name, sg_case_mm1)
244     mm2_data = run_case(setup_func, setup_name, sg_case_mm2)
245     mm3_data = run_case(setup_func, setup_name, sg_case_mm3)
246     mm4_data = run_case(setup_func, setup_name, sg_case_mm4)
247     mm5_data = run_case(setup_func, setup_name, sg_case_mm5)
248     fmm1_data = run_case(setup_func, setup_name, sg_case_fmm1)
249     fmm2_data = run_case(setup_func, setup_name, sg_case_fmm2)
250     fmm3_data = run_case(setup_func, setup_name, sg_case_fmm3)
251     fmm4_data = run_case(setup_func, setup_name, sg_case_fmm4)
252     fmm5_data = run_case(setup_func, setup_name, sg_case_fmm5)
253
254     delta_sg_direct, rel_delta_direct, xyz_direct = compare_sg_methods_data(
255         no_sg_data, reference_data, direct_data
256     )
257
258     delta_sg_mm1, rel_delta_mm1, xyz_mm1 = compare_sg_methods_data(
259         no_sg_data, reference_data, mm1_data
260     )
261     delta_sg_mm2, rel_delta_mm2, xyz_mm2 = compare_sg_methods_data(
262         no_sg_data, reference_data, mm2_data
263     )
264     delta_sg_mm3, rel_delta_mm3, xyz_mm3 = compare_sg_methods_data(
265         no_sg_data, reference_data, mm3_data
266     )
267     delta_sg_mm4, rel_delta_mm4, xyz_mm4 = compare_sg_methods_data(
268         no_sg_data, reference_data, mm4_data
269     )
270     delta_sg_mm5, rel_delta_mm5, xyz_mm5 = compare_sg_methods_data(
271         no_sg_data, reference_data, mm5_data
272     )
273
274     delta_sg_fmm1, rel_delta_fmm1, xyz_fmm1 = compare_sg_methods_data(
275         no_sg_data, reference_data, fmm1_data
276     )
277     delta_sg_fmm2, rel_delta_fmm2, xyz_fmm2 = compare_sg_methods_data(
278         no_sg_data, reference_data, fmm2_data
279     )
280     delta_sg_fmm3, rel_delta_fmm3, xyz_fmm3 = compare_sg_methods_data(
281         no_sg_data, reference_data, fmm3_data
282     )
283     delta_sg_fmm4, rel_delta_fmm4, xyz_fmm4 = compare_sg_methods_data(
284         no_sg_data, reference_data, fmm4_data
285     )
286     delta_sg_fmm5, rel_delta_fmm5, xyz_fmm5 = compare_sg_methods_data(
287         no_sg_data, reference_data, fmm5_data
288     )
289
290     check_print_errors(rel_delta_direct, setup_name, "direct", tols["direct"])
291     check_print_errors(rel_delta_mm1, setup_name, "mm1", tols["mm1"])
292     check_print_errors(rel_delta_mm2, setup_name, "mm2", tols["mm2"])
293     check_print_errors(rel_delta_mm3, setup_name, "mm3", tols["mm3"])
294     check_print_errors(rel_delta_mm4, setup_name, "mm4", tols["mm4"])
295     check_print_errors(rel_delta_mm5, setup_name, "mm5", tols["mm5"])
296     check_print_errors(rel_delta_fmm1, setup_name, "fmm1", tols["fmm1"])
297     check_print_errors(rel_delta_fmm2, setup_name, "fmm2", tols["fmm2"])
298     check_print_errors(rel_delta_fmm3, setup_name, "fmm3", tols["fmm3"])
299     check_print_errors(rel_delta_fmm4, setup_name, "fmm4", tols["fmm4"])
300     check_print_errors(rel_delta_fmm5, setup_name, "fmm5", tols["fmm5"])
301
302     return (
303         {
304             "direct": delta_sg_direct,
305             "mm1": delta_sg_mm1,
306             "mm2": delta_sg_mm2,
307             "mm3": delta_sg_mm3,
308             "mm4": delta_sg_mm4,
309             "mm5": delta_sg_mm5,
310             "fmm1": delta_sg_fmm1,
311             "fmm2": delta_sg_fmm2,
312             "fmm3": delta_sg_fmm3,
313             "fmm4": delta_sg_fmm4,
314             "fmm5": delta_sg_fmm5,
315         },
316         {
317             "direct": rel_delta_direct,
318             "mm1": rel_delta_mm1,
319             "mm2": rel_delta_mm2,
320             "mm3": rel_delta_mm3,
321             "mm4": rel_delta_mm4,
322             "mm5": rel_delta_mm5,
323             "fmm1": rel_delta_fmm1,
324             "fmm2": rel_delta_fmm2,
325             "fmm3": rel_delta_fmm3,
326             "fmm4": rel_delta_fmm4,
327             "fmm5": rel_delta_fmm5,
328         },
329         {
330             "direct": xyz_direct,
331             "mm1": xyz_mm1,
332             "mm2": xyz_mm2,
333             "mm3": xyz_mm3,
334             "mm4": xyz_mm4,
335             "mm5": xyz_mm5,
336             "fmm1": xyz_fmm1,
337             "fmm2": xyz_fmm2,
338             "fmm3": xyz_fmm3,
339             "fmm4": xyz_fmm4,
340             "fmm5": xyz_fmm5,
341         },
342     )
343
344
345 # Plot the 3D delta of the SG method
346 def plot3d_delta_sg(delta_sg_norm, xyz, case_name, method_name):
347
348     fig = plt.figure()
349     ax = fig.add_subplot(111, projection="3d")
350     dat = ax.scatter(xyz[:, 0], xyz[:, 1], xyz[:, 2], c=delta_sg_norm, s=1, cmap="viridis")
351     ax.set_xlabel("X")
352     ax.set_ylabel("Y")
353     ax.set_zlabel("Z")
354     ax.set_title(f"{method_name} - {case_name} relative error")
355     ax.set_aspect("equal")
356     fig.colorbar(dat)
357
358     return fig

Setup for the test

365 def setup_cube_hcp(model, cfg):
366
367     si = shamrock.UnitSystem()
368     sicte = shamrock.Constants(si)
369     codeu = shamrock.UnitSystem(
370         unit_time=sicte.year(),
371         unit_length=sicte.au(),
372         unit_mass=sicte.sol_mass(),
373     )
374     ucte = shamrock.Constants(codeu)
375
376     gamma = 5.0 / 3.0
377     rho_g = 100
378     initial_u = 10
379
380     sphere_radius = 0.1
381     sim_radius = 0.5
382
383     Npart = 1e4
384
385     bmin = (-sim_radius, -sim_radius, -sim_radius)
386     bmax = (sim_radius, sim_radius, sim_radius)
387
388     init_part_bmin = (-sphere_radius, -sphere_radius, -sphere_radius)
389     init_part_bmax = (sphere_radius, sphere_radius, sphere_radius)
390
391     scheduler_split_val = int(2e7)
392     scheduler_merge_val = int(1)
393
394     N_target = Npart
395     xm, ym, zm = init_part_bmin
396     xM, yM, zM = init_part_bmax
397     vol_b = (xM - xm) * (yM - ym) * (zM - zm)
398
399     if shamrock.sys.world_rank() == 0:
400         print("Npart", Npart)
401         print("scheduler_split_val", scheduler_split_val)
402         print("scheduler_merge_val", scheduler_merge_val)
403         print("N_target", N_target)
404         print("vol_b", vol_b)
405
406     part_vol = vol_b / N_target
407
408     # lattice volume
409     part_vol_lattice = 0.74 * part_vol
410
411     dr = (part_vol_lattice / ((4.0 / 3.0) * 3.1416)) ** (1.0 / 3.0)
412
413     cfg.set_artif_viscosity_VaryingCD10(
414         alpha_min=0.0, alpha_max=1, sigma_decay=0.1, alpha_u=1, beta_AV=2
415     )
416     cfg.set_boundary_periodic()
417     cfg.set_eos_adiabatic(gamma)
418
419     cfg.set_units(codeu)
420     cfg.print_status()
421     model.set_solver_config(cfg)
422     model.init_scheduler(scheduler_split_val, scheduler_merge_val)
423
424     model.resize_simulation_box(bmin, bmax)
425
426     setup = model.get_setup()
427     gen = setup.make_generator_lattice_hcp(dr, init_part_bmin, init_part_bmax)
428
429     # On aurora /2 was correct to avoid out of memory
430     setup.apply_setup(gen, insert_step=int(scheduler_split_val / 2))
431
432     vol_b = (xM - xm) * (yM - ym) * (zM - zm)
433     totmass = rho_g * vol_b
434     pmass = model.total_mass_to_part_mass(totmass)
435     model.set_particle_mass(pmass)
436
437     model.set_value_in_a_box("uint", "f64", initial_u, bmin, bmax)
438
439     model.set_cfl_cour(0.1)
440     model.set_cfl_force(0.1)

Run the tests#

447 delta_sg_dict, rel_delta_dict, xyz_dict = compare_sg_methods(
448     setup_cube_hcp, "cube_hcp", TOL_HPC_CUBE
449 )
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "none"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  9.65 ms                             [DataInserterUtility][rank=0]
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     : 12.40 us   (80.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1774.00 ns (0.2%)
   patch tree reduce : 912.00 ns  (0.1%)
   gen split merge   : 831.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 1072.00 ns (0.1%)
   LB compute        : 1097.47 us (99.0%)
   LB move op cnt    : 0
   LB apply          : 2.96 us    (0.3%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.45 us    (62.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1773.00 ns (0.2%)
   patch tree reduce : 410.00 ns  (0.0%)
   gen split merge   : 351.00 ns  (0.0%)
   split / merge op  : 0/0
   apply split merge : 311.00 ns  (0.0%)
   LB compute        : 1171.53 us (99.3%)
   LB move op cnt    : 0
   LB apply          : 1883.00 ns (0.2%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.48 us    (66.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1773.00 ns (0.2%)
   patch tree reduce : 371.00 ns  (0.0%)
   gen split merge   : 360.00 ns  (0.0%)
   split / merge op  : 0/0
   apply split merge : 320.00 ns  (0.0%)
   LB compute        : 1122.77 us (99.2%)
   LB move op cnt    : 0
   LB apply          : 2.33 us    (0.2%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.85 us    (60.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1903.00 ns (0.5%)
   patch tree reduce : 461.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 351.00 ns  (0.1%)
   LB compute        : 349.75 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1953.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.50 us    (61.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1393.00 ns (0.3%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 320.00 ns  (0.1%)
   LB compute        : 397.22 us  (98.2%)
   LB move op cnt    : 0
   LB apply          : 1923.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.37 us    (64.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1793.00 ns (0.5%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 339.29 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1874.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.38 us    (62.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1312.00 ns (0.3%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 281.00 ns  (0.1%)
   LB compute        : 370.07 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 2.10 us    (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.50 us    (65.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1773.00 ns (0.5%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 338.56 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 2.14 us    (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.64 us    (63.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1673.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 281.00 ns  (0.1%)
   LB compute        : 383.62 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 2.02 us    (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.38 us    (65.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1883.00 ns (0.5%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 371.56 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1904.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.29 us    (64.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1393.00 ns (0.3%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 280.00 ns  (0.1%)
   LB compute        : 508.16 us  (98.5%)
   LB move op cnt    : 0
   LB apply          : 2.11 us    (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.37 us    (63.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1342.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 346.44 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 1853.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.028425661 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.04 us    (0.8%)
   patch tree reduce : 451.00 ns  (0.1%)
   gen split merge   : 441.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 381.00 ns  (0.1%)
   LB compute        : 351.09 us  (97.3%)
   LB move op cnt    : 0
   LB apply          : 1844.00 ns (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.40 us    (69.6%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (2.5390473680901816e-14,-3.462337320122975e-15,-1.4426405500512396e-16)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 3.2268505544103887e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 3.2268505544103887e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9477e+04    |       10087 |      1 |   3.422e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "reference_mode": true,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "direct"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1567.17 us                          [DataInserterUtility][rank=0]
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     : 4.07 us    (60.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1744.00 ns (0.5%)
   patch tree reduce : 752.00 ns  (0.2%)
   gen split merge   : 571.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 972.00 ns  (0.3%)
   LB compute        : 359.81 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 3.56 us    (1.0%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.31 us    (61.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1693.00 ns (0.5%)
   patch tree reduce : 370.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 311.00 ns  (0.1%)
   LB compute        : 354.79 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1804.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.39 us    (61.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1814.00 ns (0.5%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 391.00 ns  (0.1%)
   LB compute        : 329.77 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1824.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.32 us    (55.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1523.00 ns (0.5%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 310.00 ns  (0.1%)
   LB compute        : 311.82 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.10 us    (65.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1252.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 304.34 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1582.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.01 us    (64.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1814.00 ns (0.6%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 251.00 ns  (0.1%)
   LB compute        : 292.96 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1694.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.38 us    (60.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1333.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 280.00 ns  (0.1%)
   LB compute        : 316.24 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1804.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.16 us    (64.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1332.00 ns (0.4%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 340.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 292.56 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1553.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1963.00 ns (63.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 211.00 ns  (0.1%)
   LB compute        : 307.31 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1744.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.07 us    (65.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1332.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 211.00 ns  (0.1%)
   LB compute        : 290.78 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1542.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1944.00 ns (64.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1272.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 321.90 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1663.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1993.00 ns (60.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1283.00 ns (0.4%)
   patch tree reduce : 280.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 287.68 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1533.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.012246584000000001 s                                   [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.96 us    (0.9%)
   patch tree reduce : 400.00 ns  (0.1%)
   gen split merge   : 421.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 361.00 ns  (0.1%)
   LB compute        : 334.76 us  (97.1%)
   LB move op cnt    : 0
   LB apply          : 2.10 us    (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.97 us    (69.3%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-2.76986985609838e-13,1.7773331576631272e-13,-5.193505980184463e-15)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4581073038302856e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4581073038302856e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    1.1796e+04    |       10087 |      1 |   8.551e-01   |    0 % |   0 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "reference_mode": false,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "direct"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1533.91 us                          [DataInserterUtility][rank=0]
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     : 3.97 us    (62.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1734.00 ns (0.5%)
   patch tree reduce : 641.00 ns  (0.2%)
   gen split merge   : 541.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 942.00 ns  (0.3%)
   LB compute        : 352.30 us  (97.0%)
   LB move op cnt    : 0
   LB apply          : 3.19 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.65 us    (64.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1533.00 ns (0.4%)
   patch tree reduce : 400.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 349.95 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1843.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.35 us    (60.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1663.00 ns (0.5%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 391.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 351.00 ns  (0.1%)
   LB compute        : 348.88 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1814.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.65 us    (59.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1914.00 ns (0.5%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 320.00 ns  (0.1%)
   LB compute        : 355.93 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1943.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.21 us    (64.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1603.00 ns (0.5%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 302.99 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1693.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.15 us    (59.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.4%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 300.84 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 2.13 us    (0.7%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.19 us    (59.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.05 us    (0.5%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 401.34 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 1944.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.24 us    (62.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1703.00 ns (0.4%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 380.78 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 1964.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.26 us    (65.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1362.00 ns (0.4%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 280.00 ns  (0.1%)
   LB compute        : 332.66 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1874.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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.06 us   (93.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.09 us    (0.7%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 290.00 ns  (0.1%)
   LB compute        : 313.36 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1844.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.14 us    (65.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1223.00 ns (0.4%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 288.91 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1643.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.22 us    (62.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1293.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 294.51 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 2.06 us    (0.7%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.013238053000000001 s                                   [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.07 us    (0.7%)
   patch tree reduce : 451.00 ns  (0.1%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 371.00 ns  (0.1%)
   LB compute        : 399.36 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 2.09 us    (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.33 us    (66.5%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-2.76986985609838e-13,1.7773331576631272e-13,-5.193505980184463e-15)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4581073038302856e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4581073038302856e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    1.7395e+04    |       10087 |      1 |   5.799e-01   |    0 % |   0 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 1,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "mm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1847.19 us                          [DataInserterUtility][rank=0]
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     : 3.73 us    (59.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1392.00 ns (0.4%)
   patch tree reduce : 672.00 ns  (0.2%)
   gen split merge   : 530.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 902.00 ns  (0.3%)
   LB compute        : 345.68 us  (97.2%)
   LB move op cnt    : 0
   LB apply          : 2.79 us    (0.8%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.63 us    (63.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1794.00 ns (0.5%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 320.00 ns  (0.1%)
   LB compute        : 331.74 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1723.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.24 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1333.00 ns (0.4%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 260.00 ns  (0.1%)
   LB compute        : 314.57 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1823.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.58 us    (55.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1323.00 ns (0.4%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 290.13 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1583.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.23 us    (60.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1322.00 ns (0.4%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 292.81 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1693.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.04 us    (65.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1362.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 305.14 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1784.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.10 us    (64.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 308.19 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (66.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1282.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 313.62 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1813.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.15 us    (65.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1232.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 295.28 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1653.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.27 us    (62.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1382.00 ns (0.5%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 340.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 251.00 ns  (0.1%)
   LB compute        : 292.98 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1693.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1994.00 ns (62.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1253.00 ns (0.4%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 291.76 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1563.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.10 us    (60.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1283.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 299.39 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1783.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.012499967 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.83 us    (0.9%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 501.00 ns  (0.2%)
   LB compute        : 317.54 us  (97.1%)
   LB move op cnt    : 0
   LB apply          : 1863.00 ns (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.52 us    (65.0%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-0.03597005929433327,0.7527194490003757,0.11263499641180692)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.438495309879858e-06 sink sink = inf                               [SPH][rank=0]
Info: cfl dt = 2.438495309879858e-06 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9449e+04    |       10087 |      1 |   3.425e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 2,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "mm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  4.10 ms                             [DataInserterUtility][rank=0]
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     : 3.88 us    (57.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1413.00 ns (0.4%)
   patch tree reduce : 621.00 ns  (0.2%)
   gen split merge   : 552.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 892.00 ns  (0.3%)
   LB compute        : 316.47 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 2.77 us    (0.8%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.24 us    (65.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1804.00 ns (0.6%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 288.77 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1684.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.04 us    (65.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1272.00 ns (0.4%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 279.12 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1673.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.32 us    (56.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1342.00 ns (0.5%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 282.48 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1753.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.02 us    (63.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1253.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 331.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 297.68 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1663.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.18 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1283.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 340.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 290.03 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1683.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.01 us    (63.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1293.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 313.59 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1714.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.12 us    (65.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1313.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 297.67 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1623.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.20 us    (59.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1252.00 ns (0.4%)
   patch tree reduce : 291.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 294.30 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1613.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.15 us    (63.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 311.09 us  (97.0%)
   LB move op cnt    : 0
   LB apply          : 2.92 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.17 us    (65.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1382.00 ns (0.5%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 300.27 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1562.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.00 us    (63.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1252.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 340.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 331.91 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 2.12 us    (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.01434142 s                                             [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.11 us    (1.0%)
   patch tree reduce : 472.00 ns  (0.2%)
   gen split merge   : 420.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 391.00 ns  (0.1%)
   LB compute        : 303.73 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 1704.00 ns (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.42 us    (68.0%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-0.031928670686273836,0.461576015905002,0.032277435562881984)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.437446771801369e-06 sink sink = inf                               [SPH][rank=0]
Info: cfl dt = 2.437446771801369e-06 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9085e+04    |       10087 |      1 |   3.468e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 3,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "mm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1713.59 us                          [DataInserterUtility][rank=0]
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     : 3.57 us    (61.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1442.00 ns (0.5%)
   patch tree reduce : 601.00 ns  (0.2%)
   gen split merge   : 521.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1053.00 ns (0.3%)
   LB compute        : 304.49 us  (96.7%)
   LB move op cnt    : 0
   LB apply          : 2.96 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.35 us    (60.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1342.00 ns (0.3%)
   patch tree reduce : 280.00 ns  (0.1%)
   gen split merge   : 390.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 383.24 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 2.04 us    (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.37 us    (68.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1382.00 ns (0.4%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 400.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 310.98 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1703.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.27 us    (58.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1422.00 ns (0.5%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 281.00 ns  (0.1%)
   LB compute        : 286.11 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1853.00 ns (63.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1913.00 ns (0.6%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 294.33 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1653.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1984.00 ns (62.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1222.00 ns (0.4%)
   patch tree reduce : 330.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 282.58 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1663.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.12 us    (60.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1283.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 241.00 ns  (0.1%)
   LB compute        : 357.27 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 1994.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (64.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1272.00 ns (0.4%)
   patch tree reduce : 330.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 241.00 ns  (0.1%)
   LB compute        : 299.03 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1723.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.21 us    (67.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1543.00 ns (0.5%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 260.00 ns  (0.1%)
   LB compute        : 280.29 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1603.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 1994.00 ns (64.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 360.00 ns  (0.1%)
   gen split merge   : 331.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 313.16 us  (97.9%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.44 us    (69.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1964.00 ns (0.7%)
   patch tree reduce : 551.00 ns  (0.2%)
   gen split merge   : 541.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 340.00 ns  (0.1%)
   LB compute        : 291.08 us  (97.1%)
   LB move op cnt    : 0
   LB apply          : 2.21 us    (0.7%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1984.00 ns (63.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1783.00 ns (0.6%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 289.03 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1614.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.012031974 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.93 us    (0.6%)
   patch tree reduce : 391.00 ns  (0.1%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 361.00 ns  (0.1%)
   LB compute        : 470.90 us  (98.0%)
   LB move op cnt    : 0
   LB apply          : 2.04 us    (0.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.34 us    (67.4%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.044927733682205054,0.38065217229478304,-0.032944424187345264)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.450328726610016e-06 sink sink = inf                               [SPH][rank=0]
Info: cfl dt = 2.450328726610016e-06 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9452e+04    |       10087 |      1 |   3.425e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 4,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "mm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1529.71 us                          [DataInserterUtility][rank=0]
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     : 3.94 us    (63.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1452.00 ns (0.4%)
   patch tree reduce : 691.00 ns  (0.2%)
   gen split merge   : 531.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 932.00 ns  (0.3%)
   LB compute        : 317.10 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 2.92 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.28 us    (61.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 294.66 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1813.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (66.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1403.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 305.24 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1814.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.30 us    (59.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1422.00 ns (0.5%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 289.38 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1734.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1994.00 ns (63.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1823.00 ns (0.6%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 280.00 ns  (0.1%)
   LB compute        : 290.62 us  (97.3%)
   LB move op cnt    : 0
   LB apply          : 2.20 us    (0.7%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1994.00 ns (65.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1323.00 ns (0.5%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 286.14 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1633.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.24 us    (63.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1342.00 ns (0.5%)
   patch tree reduce : 290.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 286.10 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1683.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.12 us    (63.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1223.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 304.09 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1743.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.18 us    (65.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1253.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 285.84 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1623.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.08 us    (65.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 307.30 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1794.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (66.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1332.00 ns (0.5%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 285.51 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1643.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.00 us    (65.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1232.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 303.25 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011827673 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.04 us    (0.9%)
   patch tree reduce : 401.00 ns  (0.1%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 381.00 ns  (0.1%)
   LB compute        : 322.91 us  (97.1%)
   LB move op cnt    : 0
   LB apply          : 1834.00 ns (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.12 us    (65.2%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.06214130673420943,0.07186267864904593,-0.11227436639897338)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4486430391159225e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4486430391159225e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9447e+04    |       10087 |      1 |   3.426e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 5,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "mm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1517.00 us                          [DataInserterUtility][rank=0]
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     : 3.70 us    (59.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1453.00 ns (0.5%)
   patch tree reduce : 631.00 ns  (0.2%)
   gen split merge   : 661.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 902.00 ns  (0.3%)
   LB compute        : 304.92 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 2.71 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.34 us    (60.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1383.00 ns (0.5%)
   patch tree reduce : 291.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 295.79 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1804.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.13 us    (66.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1312.00 ns (0.4%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 300.94 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1874.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.32 us    (58.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1312.00 ns (0.4%)
   patch tree reduce : 380.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 311.00 ns  (0.1%)
   LB compute        : 296.95 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1773.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.00 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1833.00 ns (0.6%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 290.16 us  (97.4%)
   LB move op cnt    : 0
   LB apply          : 1883.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (66.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1242.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 221.00 ns  (0.1%)
   LB compute        : 291.20 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1814.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.17 us    (60.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1373.00 ns (0.5%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 292.22 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1773.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1994.00 ns (63.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1242.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 312.78 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1984.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.21 us    (67.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1163.00 ns (0.4%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 260.00 ns  (0.1%)
   LB compute        : 295.16 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1784.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 1984.00 ns (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1222.00 ns (0.4%)
   patch tree reduce : 281.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 307.21 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1793.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (68.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1202.00 ns (0.4%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 286.21 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1753.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1994.00 ns (64.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1212.00 ns (0.4%)
   patch tree reduce : 330.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 304.11 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1743.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011485956 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.96 us    (0.9%)
   patch tree reduce : 381.00 ns  (0.1%)
   gen split merge   : 421.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 381.00 ns  (0.1%)
   LB compute        : 317.86 us  (97.0%)
   LB move op cnt    : 0
   LB apply          : 1914.00 ns (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.29 us    (69.2%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.014077502276690577,-0.10981382438466347,0.006886515733429423)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.450845881109097e-06 sink sink = inf                               [SPH][rank=0]
Info: cfl dt = 2.450845881109097e-06 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.8761e+04    |       10087 |      1 |   3.507e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 1,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "fmm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1398.01 us                          [DataInserterUtility][rank=0]
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     : 4.08 us    (61.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1403.00 ns (0.4%)
   patch tree reduce : 612.00 ns  (0.2%)
   gen split merge   : 612.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1122.00 ns (0.4%)
   LB compute        : 306.81 us  (96.9%)
   LB move op cnt    : 0
   LB apply          : 2.65 us    (0.8%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.49 us    (62.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1303.00 ns (0.5%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 391.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 260.00 ns  (0.1%)
   LB compute        : 279.26 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1723.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.10 us    (62.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1282.00 ns (0.4%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 280.84 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1784.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.40 us    (57.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.5%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 391.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 280.00 ns  (0.1%)
   LB compute        : 270.89 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1773.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.14 us    (64.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1213.00 ns (0.4%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 284.72 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1763.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.18 us    (65.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1233.00 ns (0.5%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 265.80 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1632.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.07 us    (64.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 298.30 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1773.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.13 us    (64.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1253.00 ns (0.4%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 276.82 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1573.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1983.00 ns (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 330.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 16.67 us   (5.6%)
   LB compute        : 276.13 us  (92.2%)
   LB move op cnt    : 0
   LB apply          : 1694.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.20 us    (65.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1252.00 ns (0.5%)
   patch tree reduce : 281.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 260.61 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1673.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.17 us    (61.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1162.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 241.00 ns  (0.1%)
   LB compute        : 296.23 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1733.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1993.00 ns (63.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1223.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 281.24 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1854.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011360713000000001 s                                   [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.88 us    (0.8%)
   patch tree reduce : 380.00 ns  (0.1%)
   gen split merge   : 410.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 371.00 ns  (0.1%)
   LB compute        : 338.47 us  (97.2%)
   LB move op cnt    : 0
   LB apply          : 1883.00 ns (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.25 us    (68.2%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.304673861701116,0.29209604748050666,-0.9049382257560651)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4273068424046396e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4273068424046396e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9801e+04    |       10087 |      1 |   3.385e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 2,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "fmm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1420.69 us                          [DataInserterUtility][rank=0]
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     : 3.48 us    (59.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1402.00 ns (0.4%)
   patch tree reduce : 681.00 ns  (0.2%)
   gen split merge   : 541.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1012.00 ns (0.3%)
   LB compute        : 330.63 us  (97.1%)
   LB move op cnt    : 0
   LB apply          : 2.67 us    (0.8%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.18 us    (66.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1422.00 ns (0.5%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 286.06 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1773.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.35 us    (64.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1363.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 298.80 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.20 us    (58.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1363.00 ns (0.4%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 308.36 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1723.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.07 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1353.00 ns (0.5%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 292.64 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1643.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.06 us    (66.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1172.00 ns (0.3%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 335.70 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 2.15 us    (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.35 us    (67.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1373.00 ns (0.5%)
   patch tree reduce : 401.00 ns  (0.1%)
   gen split merge   : 391.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 301.00 ns  (0.1%)
   LB compute        : 295.52 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1754.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.44 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1392.00 ns (0.4%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 390.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 313.48 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1904.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.19 us    (67.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1212.00 ns (0.4%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 381.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 291.68 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1593.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.18 us    (60.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1223.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 296.60 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1653.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1983.00 ns (64.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 307.76 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1924.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.09 us    (68.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1192.00 ns (0.4%)
   patch tree reduce : 370.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 261.00 ns  (0.1%)
   LB compute        : 292.42 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1653.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011452734000000001 s                                   [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.88 us    (0.9%)
   patch tree reduce : 411.00 ns  (0.1%)
   gen split merge   : 451.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 350.00 ns  (0.1%)
   LB compute        : 306.61 us  (97.0%)
   LB move op cnt    : 0
   LB apply          : 1733.00 ns (0.5%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.29 us    (66.1%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.25573720161271396,0.2762846937078489,-0.984168771094192)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4470077486491645e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4470077486491645e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9577e+04    |       10087 |      1 |   3.410e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 3,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "fmm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1368.93 us                          [DataInserterUtility][rank=0]
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     : 3.40 us    (61.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1983.00 ns (0.6%)
   patch tree reduce : 802.00 ns  (0.3%)
   gen split merge   : 601.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 1112.00 ns (0.3%)
   LB compute        : 306.82 us  (96.5%)
   LB move op cnt    : 0
   LB apply          : 2.82 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.19 us    (66.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1353.00 ns (0.5%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 279.21 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1603.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.23 us    (61.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.4%)
   patch tree reduce : 331.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 310.00 ns  (0.1%)
   LB compute        : 288.40 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1562.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.23 us    (59.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1323.00 ns (0.4%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 291.00 ns  (0.1%)
   LB compute        : 318.57 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1954.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.06 us    (63.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1363.00 ns (0.5%)
   patch tree reduce : 321.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 270.00 ns  (0.1%)
   LB compute        : 285.27 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1653.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1934.00 ns (63.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1213.00 ns (0.4%)
   patch tree reduce : 351.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 298.73 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1693.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.10 us    (64.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1232.00 ns (0.4%)
   patch tree reduce : 361.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 241.00 ns  (0.1%)
   LB compute        : 281.08 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1613.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.26 us    (63.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1293.00 ns (0.4%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 270.00 ns  (0.1%)
   LB compute        : 288.34 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1623.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.10 us    (64.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1212.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 211.00 ns  (0.1%)
   LB compute        : 283.41 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1573.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.08 us    (60.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1252.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 283.58 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1703.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.07 us    (64.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1273.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 350.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 297.48 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1824.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.09 us    (65.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1302.00 ns (0.4%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 251.00 ns  (0.1%)
   LB compute        : 293.46 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1552.00 ns (0.5%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011269643000000001 s                                   [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.04 us    (0.6%)
   patch tree reduce : 421.00 ns  (0.1%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 371.00 ns  (0.1%)
   LB compute        : 533.81 us  (98.1%)
   LB move op cnt    : 0
   LB apply          : 2.27 us    (0.4%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.75 us    (72.6%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-0.16115349479002977,-0.11515753811450671,-0.2345252968219905)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4547816995790715e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4547816995790715e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9651e+04    |       10087 |      1 |   3.402e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 4,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "fmm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1402.65 us                          [DataInserterUtility][rank=0]
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     : 3.54 us    (58.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1342.00 ns (0.4%)
   patch tree reduce : 601.00 ns  (0.2%)
   gen split merge   : 601.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 892.00 ns  (0.3%)
   LB compute        : 308.00 us  (97.0%)
   LB move op cnt    : 0
   LB apply          : 2.73 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.19 us    (65.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1343.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 250.00 ns  (0.1%)
   LB compute        : 302.52 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1783.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.35 us    (64.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1402.00 ns (0.5%)
   patch tree reduce : 360.00 ns  (0.1%)
   gen split merge   : 380.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 251.00 ns  (0.1%)
   LB compute        : 277.42 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1923.00 ns (0.7%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.21 us    (58.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1283.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 270.00 ns  (0.1%)
   LB compute        : 311.58 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1904.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.19 us    (66.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1303.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 241.00 ns  (0.1%)
   LB compute        : 283.55 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1694.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.74 us    (67.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1483.00 ns (0.5%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 220.00 ns  (0.1%)
   LB compute        : 287.30 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1783.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.01 us    (64.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1172.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 270.00 ns  (0.1%)
   LB compute        : 279.76 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1813.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.13 us    (60.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1182.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 285.27 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.03 us    (66.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1273.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 302.00 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1953.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.09 us    (66.1%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1242.00 ns (0.4%)
   patch tree reduce : 340.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 291.74 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1663.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.73 us    (71.2%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1312.00 ns (0.4%)
   patch tree reduce : 300.00 ns  (0.1%)
   gen split merge   : 351.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 211.00 ns  (0.1%)
   LB compute        : 313.62 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1824.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.05 us    (65.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1292.00 ns (0.5%)
   patch tree reduce : 350.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 277.80 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1572.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011229859 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 3.12 us    (1.0%)
   patch tree reduce : 581.00 ns  (0.2%)
   gen split merge   : 431.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 361.00 ns  (0.1%)
   LB compute        : 302.65 us  (96.8%)
   LB move op cnt    : 0
   LB apply          : 1823.00 ns (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.48 us    (65.1%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (-0.17542776055536732,-0.12132397085805104,-0.22366739669448335)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.454454700122227e-06 sink sink = inf                               [SPH][rank=0]
Info: cfl dt = 2.454454700122227e-06 cfl multiplier : 0.01                     [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.9744e+04    |       10087 |      1 |   3.391e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
Npart 10000.0
scheduler_split_val 20000000
scheduler_merge_val 1
N_target 10000.0
vol_b 0.008000000000000002
----- SPH Solver configuration -----
[
    {
        "artif_viscosity": {
            "alpha_max": 1.0,
            "alpha_min": 0.0,
            "alpha_u": 1.0,
            "av_type": "varying_cd10",
            "beta_AV": 2.0,
            "sigma_decay": 0.1
        },
        "boundary_config": {
            "bc_type": "periodic"
        },
        "cfl_config": {
            "cfl_cour": 0.0,
            "cfl_force": 0.0,
            "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",
            "eos_type": "adiabatic",
            "gamma": 1.6666666666666667
        },
        "epsilon_h": 1e-06,
        "ext_force_config": {
            "force_list": []
        },
        "gpart_mass": 0.0,
        "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,
        "self_grav_config": {
            "opening_angle": 0.5,
            "order": 5,
            "reduction_level": 3,
            "softening_length": 1e-09,
            "softening_mode": "plummer",
            "type": "fmm"
        },
        "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": 31557600.0
        },
        "use_two_stage_search": true
    }
]
------------------------------------
Info: pushing data in scheduler, N = 10087                            [DataInserterUtility][rank=0]
Info: reattributing data ...                                          [DataInserterUtility][rank=0]
Info: reattributing data done in  1605.48 us                          [DataInserterUtility][rank=0]
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     : 3.60 us    (54.5%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1383.00 ns (0.4%)
   patch tree reduce : 621.00 ns  (0.2%)
   gen split merge   : 551.00 ns  (0.2%)
   split / merge op  : 0/0
   apply split merge : 952.00 ns  (0.3%)
   LB compute        : 304.89 us  (96.7%)
   LB move op cnt    : 0
   LB apply          : 3.22 us    (1.0%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.21 us    (59.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1393.00 ns (0.5%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 260.00 ns  (0.1%)
   LB compute        : 297.94 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1873.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.07 us    (64.0%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1373.00 ns (0.5%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 360.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 293.75 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1894.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 0 of 3                                          [SPH setup][rank=0]
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     : 2.46 us    (58.4%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1343.00 ns (0.4%)
   patch tree reduce : 371.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 320.00 ns  (0.1%)
   LB compute        : 303.97 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1813.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.06 us    (64.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1313.00 ns (0.4%)
   patch tree reduce : 341.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 230.00 ns  (0.1%)
   LB compute        : 317.79 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1733.00 ns (0.5%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.11 us    (65.3%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1233.00 ns (0.4%)
   patch tree reduce : 291.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 231.00 ns  (0.1%)
   LB compute        : 290.38 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1713.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 1 of 3                                          [SPH setup][rank=0]
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     : 2.23 us    (59.8%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1182.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 283.17 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1734.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.14 us    (66.9%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1272.00 ns (0.4%)
   patch tree reduce : 311.00 ns  (0.1%)
   gen split merge   : 341.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 271.00 ns  (0.1%)
   LB compute        : 290.15 us  (97.7%)
   LB move op cnt    : 0
   LB apply          : 1693.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.23 us    (63.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1333.00 ns (0.4%)
   patch tree reduce : 291.00 ns  (0.1%)
   gen split merge   : 371.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 289.27 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 2.01 us    (0.7%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: Final load balancing step 2 of 3                                          [SPH setup][rank=0]
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     : 2.03 us    (63.6%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1303.00 ns (0.4%)
   patch tree reduce : 310.00 ns  (0.1%)
   gen split merge   : 401.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 311.00 ns  (0.1%)
   LB compute        : 297.77 us  (97.6%)
   LB move op cnt    : 0
   LB apply          : 1774.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.20 us    (67.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1322.00 ns (0.5%)
   patch tree reduce : 320.00 ns  (0.1%)
   gen split merge   : 370.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 211.00 ns  (0.1%)
   LB compute        : 276.48 us  (97.5%)
   LB move op cnt    : 0
   LB apply          : 1843.00 ns (0.6%)
Info: Compute load ...                                                [DataInserterUtility][rank=0]
Info: run scheduler step ...                                          [DataInserterUtility][rank=0]
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.01 us    (65.7%)
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 1222.00 ns (0.4%)
   patch tree reduce : 301.00 ns  (0.1%)
   gen split merge   : 361.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 240.00 ns  (0.1%)
   LB compute        : 305.63 us  (97.8%)
   LB move op cnt    : 0
   LB apply          : 1803.00 ns (0.6%)
Info: ---------------------------------------------                   [DataInserterUtility][rank=0]
Info: the setup took : 0.011703893 s                                            [SPH setup][rank=0]
---------------- t = 0, dt = 0 ----------------
Info: summary :                                                               [LoadBalance][rank=0]
Info:  - strategy "psweep" : max = 10087 min = 10087                          [LoadBalance][rank=0]
Info:  - strategy "round robin" : max = 10087 min = 10087                     [LoadBalance][rank=0]
Info: Loadbalance stats :                                                     [LoadBalance][rank=0]
    npatch = 1
    min = 10087
    max = 10087
    avg = 10087
    efficiency = 100.00%
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.98 us    (1.0%)
   patch tree reduce : 391.00 ns  (0.1%)
   gen split merge   : 441.00 ns  (0.1%)
   split / merge op  : 0/0
   apply split merge : 371.00 ns  (0.1%)
   LB compute        : 299.64 us  (96.7%)
   LB move op cnt    : 0
   LB apply          : 1974.00 ns (0.6%)
Info: Scheduler step timings :                                                  [Scheduler][rank=0]
   metadata sync     : 2.71 us    (71.3%)
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.005729763709954786 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006302740080950265 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.006933014089045292 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.007626315497949822 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.008388947047744805 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.009227841752519287 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.010150625927771216 unconverged cnt = 10087
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.011165688520548339 unconverged cnt = 3970
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.012282257372603174 unconverged cnt = 1758
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.013510483109863492 unconverged cnt = 182
Warning: smoothing length is not converged, rerunning the iterator ...    [Smoothinglength][rank=0]
     largest h = 0.014861531420849842 unconverged cnt = 52
Info: conservation infos :                                                     [sph::Model][rank=0]
    sum v = (0,0,0)
    sum a = (0.02095005964718411,-0.005001869815901187,-0.008611166154147679)
    sum e = 8.000000000000002
    sum de = 0
Info: CFL hydro = 2.4580226830470127e-06 sink sink = inf                              [SPH][rank=0]
Info: cfl dt = 2.4580226830470127e-06 cfl multiplier : 0.01                    [sph::Model][rank=0]
Info: processing rate infos :                                                  [sph::Model][rank=0]
-----------------------------------------------------------------------------------------------
| rank |  rate  (N.s^-1)  |     Nobj    | Npatch | t compute (s) |  MPI   | alloc |  mem (max) |
------------------------------------------------------------------------------------------------
| 0    |    2.8601e+04    |       10087 |      1 |   3.527e-01   |    0 % |   1 % |    1.16 GB |
------------------------------------------------------------------------------------------------
Info: estimated rate : 0 (tsim/hr)                                             [sph::Model][rank=0]
Info: collected : 1 patches                                                [PatchScheduler][rank=0]
adding ->  xyz
adding ->  vxyz
adding ->  axyz
adding ->  axyz_ext
adding ->  hpart
adding ->  uint
adding ->  duint
adding ->  alpha_AV
adding ->  divv
adding ->  dtdivv
adding ->  curlv
adding ->  soundspeed
max relative error direct: 0.0 for cube_hcp
avg relative error direct: 0.0 for cube_hcp
min relative error direct: 0.0 for cube_hcp
std relative error direct: 0.0 for cube_hcp
max relative error mm1: 0.10237644408204864 for cube_hcp
avg relative error mm1: 0.028547050794827354 for cube_hcp
min relative error mm1: 0.0011855528704201564 for cube_hcp
std relative error mm1: 0.012055180964609488 for cube_hcp
max relative error mm2: 0.09870604133669354 for cube_hcp
avg relative error mm2: 0.0280901828258024 for cube_hcp
min relative error mm2: 0.0007660948531796516 for cube_hcp
std relative error mm2: 0.011725871267882108 for cube_hcp
max relative error mm3: 0.060028282345646174 for cube_hcp
avg relative error mm3: 0.01608490739010444 for cube_hcp
min relative error mm3: 0.0006196291223047363 for cube_hcp
std relative error mm3: 0.007683694126146621 for cube_hcp
max relative error mm4: 0.05833850788436188 for cube_hcp
avg relative error mm4: 0.01491142025112288 for cube_hcp
min relative error mm4: 0.0009000262033408723 for cube_hcp
std relative error mm4: 0.007058594416839622 for cube_hcp
max relative error mm5: 0.031302282365106716 for cube_hcp
avg relative error mm5: 0.005542488773510675 for cube_hcp
min relative error mm5: 0.00011105937841274756 for cube_hcp
std relative error mm5: 0.003575834014941423 for cube_hcp
max relative error fmm1: 0.09457251908559317 for cube_hcp
avg relative error fmm1: 0.025849631024874805 for cube_hcp
min relative error fmm1: 0.0009107123147509291 for cube_hcp
std relative error fmm1: 0.014771379187304312 for cube_hcp
max relative error fmm2: 0.06378841575326652 for cube_hcp
avg relative error fmm2: 0.01197538537799121 for cube_hcp
min relative error fmm2: 0.0003606563787784886 for cube_hcp
std relative error fmm2: 0.005684786279156581 for cube_hcp
max relative error fmm3: 0.041451600220482415 for cube_hcp
avg relative error fmm3: 0.0059047503419656895 for cube_hcp
min relative error fmm3: 0.00011353264639239281 for cube_hcp
std relative error fmm3: 0.0035524418792435147 for cube_hcp
max relative error fmm4: 0.02704100823427957 for cube_hcp
avg relative error fmm4: 0.004870047322371092 for cube_hcp
min relative error fmm4: 9.263728962001757e-05 for cube_hcp
std relative error fmm4: 0.002852652151208188 for cube_hcp
max relative error fmm5: 0.0131549491370158 for cube_hcp
avg relative error fmm5: 0.001933375911001188 for cube_hcp
min relative error fmm5: 3.769698256772353e-05 for cube_hcp
std relative error fmm5: 0.0014632873063487256 for cube_hcp
452 fig = plot3d_delta_sg(rel_delta_dict["direct"], xyz_dict["direct"], "cube_hcp", "direct")
453 plt.show()
direct - cube_hcp relative error
456 fig = plot3d_delta_sg(rel_delta_dict["mm1"], xyz_dict["mm1"], "cube_hcp", "mm1")
457 plt.show()
mm1 - cube_hcp relative error
460 fig = plot3d_delta_sg(rel_delta_dict["mm2"], xyz_dict["mm2"], "cube_hcp", "mm2")
461 plt.show()
mm2 - cube_hcp relative error
464 fig = plot3d_delta_sg(rel_delta_dict["mm3"], xyz_dict["mm3"], "cube_hcp", "mm3")
465 plt.show()
mm3 - cube_hcp relative error
468 fig = plot3d_delta_sg(rel_delta_dict["mm4"], xyz_dict["mm4"], "cube_hcp", "mm4")
469 plt.show()
mm4 - cube_hcp relative error
472 fig = plot3d_delta_sg(rel_delta_dict["mm5"], xyz_dict["mm5"], "cube_hcp", "mm5")
473 plt.show()
mm5 - cube_hcp relative error
476 fig = plot3d_delta_sg(rel_delta_dict["fmm1"], xyz_dict["fmm1"], "cube_hcp", "fmm1")
477 plt.show()
fmm1 - cube_hcp relative error
480 fig = plot3d_delta_sg(rel_delta_dict["fmm2"], xyz_dict["fmm2"], "cube_hcp", "fmm2")
481 plt.show()
fmm2 - cube_hcp relative error
484 fig = plot3d_delta_sg(rel_delta_dict["fmm3"], xyz_dict["fmm3"], "cube_hcp", "fmm3")
485 plt.show()
fmm3 - cube_hcp relative error
488 fig = plot3d_delta_sg(rel_delta_dict["fmm4"], xyz_dict["fmm4"], "cube_hcp", "fmm4")
489 plt.show()
fmm4 - cube_hcp relative error
492 fig = plot3d_delta_sg(rel_delta_dict["fmm5"], xyz_dict["fmm5"], "cube_hcp", "fmm5")
493 plt.show()
fmm5 - cube_hcp relative error

Total running time of the script: (0 minutes 21.478 seconds)

Estimated memory usage: 113 MB

Gallery generated by Sphinx-Gallery